.elementor-1293 .elementor-element.elementor-element-40c56b39{--display:flex;}.elementor-1293 .elementor-element.elementor-element-056627c{--display:flex;}body.elementor-page-1293:not(.elementor-motion-effects-element-type-background), body.elementor-page-1293 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#060B17;}/* Start custom CSS for html, class: .elementor-element-2899cea */.fc-partners-hero {
  background: #041a2f;
  padding: 100px 0 70px;
  text-align: center;
}

.fc-partners-hero .fc-container {
  max-width: 800px;
  margin: 0 auto;
}

.fc-partners-hero h1 {
  margin: 0 0 16px;
  font-size: 46px;
  color: #ffffff;
}

.fc-partners-hero p {
  margin: 0;
  color: #c7d6ea;
  font-size: 17px;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-363196f */.fc-partners-grid {
  padding: 60px 0 100px;
}

.fc-partners-grid .fc-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fc-partner-card {
  background: #0b2340;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  transition: 0.2s ease;
}

.fc-partner-card:hover {
  transform: translateY(-4px);
  border-color: #4db2ff;
}

.fc-partner-card h3 {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}

.fc-partner-card a {
  display: inline-block;
  font-size: 14px;
  color: #4db2ff;
  text-decoration: none;
  font-weight: 600;
}

.fc-partner-card a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 1024px) {
  .fc-partners-grid .fc-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .fc-partners-grid .fc-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */