.elementor-29364 .elementor-element.elementor-element-03a8c56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-29364 .elementor-element.elementor-element-7d27808{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-29364 .elementor-element.elementor-element-7204bc1 > .elementor-widget-container{border-style:solid;border-width:0px 0px 1px 0px;border-color:rgba(155,155,155,0.3);}.elementor-29364 .elementor-element.elementor-element-2ae17a4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}.elementor-29364 .elementor-element.elementor-element-4e00082{--display:flex;}.elementor-29364 .elementor-element.elementor-element-e01a230 > .elementor-widget-container{margin:0px 0px 5px 0px;padding:0px 0px 15px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:rgba(155, 155, 155, 0.3);}.elementor-29364 .elementor-element.elementor-element-e01a230 .title{font-family:"Roboto", Sans-serif;font-size:16px;}.elementor-29364 .elementor-element.elementor-element-07ef1cf > .elementor-widget-container{border-style:solid;border-width:0px 0px 1px 0px;border-color:rgba(155,155,155,0.3);}.elementor-29364 .elementor-element.elementor-element-b348df0{--display:flex;}.elementor-29364 .elementor-element.elementor-element-59a082e .google-map-container{height:450px;}.elementor-29364 .elementor-element.elementor-element-59a082e .wd-google-map-content{max-width:300px;}.elementor-29364 .elementor-element.elementor-element-f74b338{--display:flex;}.elementor-29364 .elementor-element.elementor-element-b5efa83{--spacer-size:50px;}@media(min-width:769px){.elementor-29364 .elementor-element.elementor-element-7d27808{--width:33%;}.elementor-29364 .elementor-element.elementor-element-4e00082{--width:100%;}.elementor-29364 .elementor-element.elementor-element-b348df0{--width:66%;}}/* Start custom CSS for html, class: .elementor-element-861b8b8 */.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.team-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 15%;
  min-width: 180px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.circle-outer {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.circle-outer::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: conic-gradient(#FFD700, #999, #FFD700, #ccc, #FFD700);
  animation: spinBorder 4s linear infinite;
  z-index: 0;
}

.circle-inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.circle-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.team-phone {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}

.team-buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.team-buttons a {
  background: #eee;
  color: #333;
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.team-buttons a:hover {
  transform: scale(1.05);
}

.team-buttons a[href*="whatsapp"]:hover {
  background: #25D366;
  color: #fff;
}

.team-buttons a[href*="telegram"]:hover {
  background: #0088cc;
  color: #fff;
}

.team-buttons a[href*="eitaa"]:hover {
  background: #ff9900;
  color: #fff;
}

/* موبایل - واکنشگرا */
@media (max-width: 768px) {
  .team-card {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    min-width: unset;
    padding: 15px 5px;
  }

  .circle-outer {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .circle-outer::before {
    width: 96px;
    height: 96px;
    top: -8px;
    left: -8px;
  }

  .circle-inner {
    width: 80px;
    height: 80px;
  }

  .team-phone {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .team-buttons a {
    font-size: 12px;
    padding: 5px 8px;
  }
}
/* لغو خط زیر تمام لینک‌ها و تیترها در کارت‌ها */
.team-card a,
.team-card h1,
.team-card h2,
.team-card h3,
.team-card p,
.team-card span {
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none !important;
}/* End custom CSS */