.elementor-652 .elementor-element.elementor-element-68a7a07{--display:flex;}.elementor-652 .elementor-element.elementor-element-a93080e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-652 .elementor-element.elementor-element-68a7a07{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5783dcb *//* ================== Services Section ================== */
.services-sticky-section {
  padding: 60px 0;
  background: #f9f9f9;
  text-align: center;
}

.mohammadi-services-heading {
  font-size: 2rem;
  margin-bottom: 10px;
}

.mohammadi-services-text {
  text-align: center;
  max-width: 80ch;
  margin: 20px auto;
  font-size: 1.3rem;
  line-height: 2;
}

.mohammadi-services-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* دسکتاپ: سه ستون */
  gap: 20px;
  padding: 10px;
  justify-items: center; /* عکس‌ها وسط چین */
}

.services-sticky-image {
  border-radius: 40px;
  width: 100%;
  max-width: 400px;
  height: auto;
  transition: transform 0.3s ease;
}

.services-sticky-image:hover {
  transform: scale(1.05);
}

/* تبلت */
@media (max-width: 992px) {
  .mohammadi-services-items {
    grid-template-columns: repeat(2, 1fr); /* دوتا ستون */
  }
}

/* موبایل */
@media (max-width: 576px) {
  .mohammadi-services-items {
    grid-template-columns: 1fr; /* تک ستون */
  }
}

.services-sticky-image {
  width: 400px;
  border-radius: 40px;
}


/* ================== Other Services Section ================== */
.mohammadi-other-services {
  background-color: #000312;
  margin-top: 150px;
  margin-bottom: 100px;
  padding: 100px 0;
  display: block;
  position: relative;
  overflow: clip;
}

.other-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.other-services-item {
  background-image: linear-gradient(#0985ffa8, #0985ff66 19%, #0985ff36 51%, #0985ff0d 78%, #b877ff00);
  border-radius: 30px;
  padding: 30px 0;
  text-align: center;
}

.other-services-item img {
  width: 80px;
  margin: 0 auto 15px auto;
}

.other-services-item h3 {
  color: #eee;
  margin-bottom: 10px;
}

.other-services-item p {
  color: #ccc;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.other-services-button {
  text-align: center;
  background-color: #0985ff00;
  background-image: linear-gradient(90deg, #0985ffa8, #0985ff00);
  border-radius: 100px;
  width: 200px;
  margin: 20px auto;
  padding: 12px 25px;
  display: block;
}

/* ================== Responsive ================== */
@media (max-width: 1200px) {
  .other-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .other-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .other-services-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .other-services-item {
    padding: 20px 0;
  }

  .other-services-button {
    width: 100%;
    max-width: 250px;
  }
}





.about-right-section {
  flex-flow: column;
  align-items: flex-end;
  display: block;
}


.mohammadi-about-content {
  text-align: justify;
  font-size: 1.1rem;
  line-height: 2.2;
}



.mohammadi-clients-section {
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
}

.mohammadi-clients-carousel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  overflow: hidden;
}

/* هر ردیف */
.clients-row {
  overflow: hidden;
  white-space: nowrap;
}

.clients-track {
  display: inline-flex;
  gap: 20px;
}

/* استایل عکس‌ها */
.clients-track img {
  width: 300px;
  border-radius: 20px;
  flex-shrink: 0;
}

/* انیمیشن بی‌نهایت */
.clients-row-1 .clients-track {
  animation: scroll-left 30s linear infinite;
}

.clients-row-2 .clients-track {
  animation: scroll-right 40s linear infinite;
}

/* حرکت به چپ */
@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(100%); }
}

/* حرکت به راست */
@keyframes scroll-right {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .clients-track img { width: 200px; }
}
@media (max-width: 480px) {
  .clients-track img { width: 250px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-03352e8 */.mohammadi-blog-image  {
    border-radius: 20px !important;
}/* End custom CSS */