.elementor-2103 .elementor-element.elementor-element-28fb77a{--display:flex;}.elementor-2103 .elementor-element.elementor-element-cb3f703{--display:flex;}.elementor-2103 .elementor-element.elementor-element-e991eef{--display:flex;}.elementor-2103 .elementor-element.elementor-element-0979053{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}body.elementor-page-2103:not(.elementor-motion-effects-element-type-background), body.elementor-page-2103 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}@media(max-width:1024px){.elementor-2103 .elementor-element.elementor-element-0979053{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2103 .elementor-element.elementor-element-0979053{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-da384f4 *//* Contenitore principale */
.section {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
}

.section h2 {
  text-align: center;
  color: #800080;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.section p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
}

/* Cards layout */
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.card {
  background: #f9f9f9;
  border: 2px solid #800080;
  border-radius: 15px;
  overflow: hidden;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  flex-grow: 1;
}

.card-body h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #800080;
}

.card-body p {
  font-size: 1em;
  margin-bottom: 15px;
}

.card-body a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #800080;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.card-body a:hover {
  background-color: #00ff00;
  color: #000;
}

/* Call to action */
.cta {
  text-align: center;
  font-size: 1.2em;
  margin-top: 20px;
}

.btn-secondary {
  display: inline-block;
  margin: 10px 10px 0;
  padding: 10px 20px;
  background-color: #00ff00;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #800080;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f82253 */.creator-section {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  text-align: center;
}

body.dark-mode .creator-section {
  background-color: #0f172a;
}

.creator-container {
  max-width: 900px;
  margin: 0 auto;
}

.creator-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1rem;
}

body.dark-mode .creator-title {
  color: #ffffff;
}

.creator-subtitle {
  font-size: 1.25rem;
  color: #475569;
  margin-bottom: 2rem;
}

body.dark-mode .creator-subtitle {
  color: #cbd5e1;
}

.creator-button {
  display: inline-block;
  background-color: #800080;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.creator-button:hover {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36f57c8 */.join-section {
  background-color: #ffffff;
  padding: 2rem 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0rem;
}

.title{
  font-size: 2rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1rem;
}
.partner-subtitle {
  font-size: 1.25rem;
  color: #475569;
  margin-bottom: 2rem;
}
body.dark-mode .join-section {
  background-color: #ffffff;
  color: #f1f1f1;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
}

.join-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 1rem;
}

body.dark-mode .join-section h2 {
  color: #ffffff;
}

.join-section p {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 2rem;
}

body.dark-mode .join-section p {
  color: #ccc;
}

.join-btn {
  display: inline-block;
  background-color: #800080;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.join-btn:hover {
  background-color: #ffffff;
}/* End custom CSS */