.elementor-15 .elementor-element.elementor-element-ca23af0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-67f45c1 *//* =========================================
   PRO SERVICES - FINAL PREMIUM VERSION
========================================= */

.pro-services-section{
  direction: rtl;
  padding: 95px 20px;
  background:
    radial-gradient(circle at top right, rgba(214,173,79,0.12), transparent 22%),
    radial-gradient(circle at bottom left, rgba(15,39,71,0.05), transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #fcfbf8 100%);
  position: relative;
  overflow: hidden;
}

.pro-services-wrap{
  max-width: 1320px;
  margin: 0 auto;
}

.pro-services-head{
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.pro-services-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(214,173,79,0.12);
  border: 1px solid rgba(214,173,79,0.20);
  color: #b7851d;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.pro-services-head h2{
  margin: 0 0 14px;
  color: #102845;
  font-size: 38px;
  line-height: 1.7;
  font-weight: 900;
}

.pro-services-head p{
  margin: 0;
  color: #5d6673;
  font-size: 15px;
  line-height: 2.1;
}

.pro-services-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

/* ردیف اول */
.card-1, .card-2, .card-3, .card-4{
  grid-column: span 3;
}

/* ردیف دوم وسط‌چین */
.card-5{
  grid-column: 2 / span 3;
}
.card-6{
  grid-column: 5 / span 3;
}
.card-7{
  grid-column: 8 / span 3;
}

.pro-service-card{
  position: relative;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(196,157,72,0.18);
  border-radius: 28px;
  padding: 24px 22px 24px;
  box-shadow: 0 10px 35px rgba(12, 27, 48, 0.06);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pro-service-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d8b35f, #b7831f, transparent);
  transition: right .55s ease;
  z-index: 2;
}

.pro-service-card:hover::before{
  right: 100%;
}

.pro-service-card::after{
  content: "";
  position: absolute;
  top: -45px;
  left: -45px;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(214,173,79,0.16), transparent 68%);
  pointer-events: none;
}

.pro-service-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(12, 27, 48, 0.13);
  border-color: rgba(196,157,72,0.32);
}

.pro-service-tag{
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(16,40,69,0.06);
  color: #102845;
  font-size: 11.5px;
  font-weight: 800;
  border: 1px solid rgba(16,40,69,0.08);
  z-index: 2;
}

.pro-card-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  padding-left: 78px;
}

.pro-card-no{
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d8b35f 0%, #b7831f 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(214,173,79,0.18);
}

.pro-card-line{
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(214,173,79,0.55), rgba(214,173,79,0.05));
}

.pro-service-card h3{
  margin: 0 0 8px;
  color: #102845;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.pro-service-card h4{
  margin: 0 0 12px;
  color: #b7851d;
  font-size: 13.5px;
  line-height: 1.9;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.pro-service-card p{
  margin: 0 0 16px;
  color: #5d6673;
  font-size: 14px;
  line-height: 2;
  min-height: 112px;
  position: relative;
  z-index: 1;
}

.pro-service-card ul{
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pro-service-card ul li{
  position: relative;
  padding-right: 18px;
  margin-bottom: 10px;
  color: #26384f;
  font-size: 13.5px;
  line-height: 1.9;
  font-weight: 600;
}

.pro-service-card ul li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d8b35f, #b7831f);
  box-shadow: 0 0 0 4px rgba(214,173,79,0.10);
}

.pro-service-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  height: 47px;
  padding: 0 18px;
  border-radius: 14px;
  background: #102845;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: all .3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 24px rgba(16,40,69,0.10);
}

.pro-service-btn:hover{
  background: linear-gradient(135deg, #d8b35f 0%, #b7831f 100%);
  color: #fff;
  transform: translateY(-2px);
}

/* تبلت افقی و لپ‌تاپ کوچک */
@media (max-width: 1200px){
  .pro-services-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .card-1, .card-2, .card-3, .card-4,
  .card-5, .card-6, .card-7{
    grid-column: auto;
  }

  .pro-service-card p{
    min-height: auto;
  }
}

/* تبلت */
@media (max-width: 991px){
  .pro-services-section{
    padding: 68px 18px;
  }

  .pro-services-head h2{
    font-size: 31px;
  }
}

/* موبایل */
@media (max-width: 767px){
  .pro-services-section{
    padding: 56px 14px;
  }

  .pro-services-head{
    margin-bottom: 32px;
  }

  .pro-services-badge{
    font-size: 12px;
    padding: 7px 14px;
  }

  .pro-services-head h2{
    font-size: 24px;
    line-height: 1.8;
  }

  .pro-services-head p{
    font-size: 13px;
    line-height: 2;
  }

  .pro-services-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pro-service-card{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .pro-service-tag{
    top: 16px;
    left: 16px;
    font-size: 11px;
    padding: 5px 10px;
  }

  .pro-card-top{
    padding-left: 70px;
  }

  .pro-service-card h3{
    font-size: 19px;
  }

  .pro-service-card h4{
    font-size: 13px;
  }

  .pro-service-card p{
    font-size: 13px;
    min-height: auto;
  }

  .pro-service-card ul li{
    font-size: 13px;
  }

  .pro-service-btn{
    width: 100%;
  }
}/* End custom CSS */