.elementor-918 .elementor-element.elementor-element-b0528d5{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-918 .elementor-element.elementor-element-28602a6{text-align:center;}.elementor-918 .elementor-element.elementor-element-28602a6 .elementor-heading-title{font-family:"IRANSans", Sans-serif;font-weight:600;color:#000000;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-918 .elementor-element.elementor-element-dabfb64{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-918 .elementor-element.elementor-element-dabfb64 .elementor-divider-separator{width:22%;margin:0 auto;margin-center:0;}.elementor-918 .elementor-element.elementor-element-dabfb64 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-918 .elementor-element.elementor-element-96bc63c{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-2e2da8b */.farya-cooperate-box {
  max-width: 1050px;
  margin: 48px auto 0 auto;
  padding: 0 10px 40px 10px;
  direction: rtl;
  font-family: 'IRANSans', 'Shabnam', sans-serif;
}

.coop-title-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 36px;
  gap: 10px;
}
.coop-title-icon {
  font-size: 2.6rem;
  color: #FFD700;
  background: #FFF3;
  border-radius: 18px;
  padding: 4px 14px;
  box-shadow: 0 2px 14px #FFD70030;
}
.coop-title-text {
  color: #FFD700;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 0 8px #FFD70030;
  letter-spacing: .3px;
}

.coop-card-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 38px;
  flex-wrap: wrap;
}
.coop-card {
  flex: 1 1 0;
  max-width: 320px;
  min-width: 250px;
  background: linear-gradient(137deg, #19151F 88%, #232025 100%);
  border: 2.5px solid #FFD70060;
  border-radius: 24px;
  box-shadow: 0 6px 36px #FFD70025, 0 2px 18px #19151F60;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
  padding: 30px 22px 23px 22px;
  gap: 12px;
  margin-bottom: 0;
  transition: transform 0.18s, box-shadow 0.15s;
  position: relative;
}

.coop-card:hover {
  transform: translateY(-7px) scale(1.033);
  border-color: #FFD700;
  box-shadow: 0 12px 38px #FFD70050, 0 2px 20px #19151F80;
}

.coop-card-title {
  font-size: 1.21rem;
  font-weight: 800;
  color: #FFD700;
  margin-bottom: 8px;
}

.coop-card-desc {
  color: #f7f2e7;
  font-size: 1.04rem;
  line-height: 2.12;
  margin-bottom: 8px;
}

.refer-code {
  display: inline-block;
  margin-top: 8px;
  background: #19151F;
  border: 1.7px dashed #FFD700cc;
  color: #FFD700;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  padding: 3px 13px;
}

.coop-card-btn {
  margin-top: auto;
  background: linear-gradient(90deg, #FFD700 60%, #FFC940 100%);
  color: #19151F;
  font-size: 1.09rem;
  font-weight: 900;
  padding: 11px 0;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 10px #FFD70060;
  border: none;
  text-decoration: none;
  transition: background 0.14s, color 0.13s, box-shadow 0.13s;
  cursor: pointer;
  letter-spacing: .12px;
  text-align: center;
}
.coop-card-btn:hover {
  background: #19151F;
  color: #FFD700;
  border: 1.5px solid #FFD700;
  box-shadow: 0 8px 32px #FFD70077;
}

/* بخش تماس کارت سوم */
.coop-contact-bar {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.coop-tel-icon {
  font-size: 1.21rem;
  color: #FFD700;
}
.coop-tel-link {
  color: #FFD700;
  font-weight: 900;
  font-size: 1.13rem;
  text-decoration: none;
  letter-spacing: 0.12px;
  transition: color 0.13s;
}
.coop-tel-link:hover { color: #fffbe6; }

/* Responsive */
@media (max-width: 1024px) {
  .coop-card-grid { gap: 24px; }
  .coop-card { min-height: 340px; }
  .coop-title-text { font-size: 1.4rem; }
}
@media (max-width: 760px) {
  .coop-card-grid { flex-direction: column; align-items: center; gap: 18px;}
  .coop-card {
    width: 99%;
    min-width: 0;
    min-height: 0;
    max-width: 430px;
  }
  .coop-title-bar { justify-content: center; }
}/* End custom CSS */