.elementor-149 .elementor-element.elementor-element-ec09dba{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-149 .elementor-element.elementor-element-ec09dba.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-149 .elementor-element.elementor-element-ec09dba{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7532461 *//* =========================
   CREATIVE TEAM SECTION
========================= */

.creative-team-section {
 
  overflow: hidden;


  /* WHITE BACKGROUND */
  background: #ffffff;

  /* INTER FONT */
  font-family: "Inter", sans-serif;

  /* BORDER RADIUS */
  border-radius: 40px;

  /* OPTIONAL SOFT SHADOW */
  box-shadow:
    0 10px 40px rgba(58, 134, 255, 0.08),
    0 10px 60px rgba(131, 56, 236, 0.06);
}

/* CONTAINER */
.creative-team-section .container {
    height: 440px;
  margin: auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

/* TITLES */
.creative-team-section .sub-title {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

.creative-team-section .main-title {
  font-size: 52px;
  line-height: 1.2;
  color: #111827;
  font-weight: 800;
  margin-bottom: 70px;
}

.creative-team-section .main-title span {
  background: linear-gradient(
    90deg,
    #3a86ff,
    #8338ec,
    #ffbe0b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* WAVE LINE */
.wave-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 310px;
  height: 4px;

  background: linear-gradient(
    90deg,
    transparent,
    #3a86ff,
    #8338ec,
    #ffbe0b,
    #3a86ff,
    transparent
  );

  border-radius: 50px;
  opacity: 0.8;

  box-shadow:
    0 0 10px #3a86ff,
    0 0 25px #8338ec,
    0 0 40px #ffbe0b;
}

/* TEAM WRAPPER */
.team-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}

/* CARD */
.team-card {
  position: relative;
  width: 240px;
  padding: 35px 25px;
  border-radius: 30px;

  background: rgba(255, 255, 255, 0.55);

  border: 1px solid rgba(255, 255, 255, 0.7);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  overflow: hidden;

  transition: 0.4s ease;

  box-shadow:
    0 10px 30px rgba(58, 134, 255, 0.15),
    0 10px 40px rgba(131, 56, 236, 0.12),
    0 10px 50px rgba(255, 190, 11, 0.1);
}

/* HOVER */
.team-card:hover {
  transform: translateY(-15px) rotate(-2deg);

  box-shadow:
    0 0 20px rgba(58, 134, 255, 0.45),
    0 0 45px rgba(131, 56, 236, 0.35),
    0 0 70px rgba(255, 190, 11, 0.3);
}

/* ACTIVE CARD */
.team-card.active {
  transform: translateY(-25px);
}

/* CARD GLOW */
.card-glow {
  position: absolute;
  width: 180px;
  height: 180px;

  background: radial-gradient(
    circle,
    rgba(58,134,255,0.35),
    rgba(131,56,236,0.22),
    rgba(255,190,11,0.15),
    transparent 75%
  );

  top: -60px;
  right: -60px;

  border-radius: 50%;

  filter: blur(10px);
}

/* AVATAR */
.avatar {
  width: 95px;
  height: 95px;
  margin: auto;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 18px;

  box-shadow:
    0 0 15px rgba(58,134,255,0.5),
    0 0 30px rgba(131,56,236,0.35);
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* AVATAR GRADIENTS */
.gradient-purple {
  background: linear-gradient(
    135deg,
    #8338ec,
    #c77dff
  );
}

.gradient-pink {
  background: linear-gradient(
    135deg,
    #ff006e,
    #ff4d9d
  );
}

.gradient-blue {
  background: linear-gradient(
    135deg,
    #3a86ff,
    #4cc9f0
  );
}

/* TEXT */
.team-card h3 {
  color: #111827;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}

.team-card p {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
}

/* SPECIAL CARD */
.special-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-content span {
  color: #ffbe0b;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.special-content h4 {
  font-size: 32px;
  margin: 10px 0;

  background: linear-gradient(
    90deg,
    #3a86ff,
    #8338ec
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special-content p {
  color: #3a86ff;
  font-weight: 700;
}

/* BUTTON */
.join-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 70px;
  padding: 16px 34px;

  border-radius: 60px;

  background: rgba(255,255,255,0.55);

  border: 1px solid rgba(255,255,255,0.8);

  color: #111827;
  text-decoration: none;
  font-weight: 700;

  backdrop-filter: blur(12px);

  transition: 0.3s ease;

  box-shadow:
    0 0 20px rgba(58,134,255,0.18),
    0 0 40px rgba(131,56,236,0.12);
}

.join-btn:hover {
  transform: translateY(-4px);

  background: linear-gradient(
    90deg,
    #3a86ff,
    #8338ec,
    #ffbe0b
  );

  color: white;

  box-shadow:
    0 0 20px rgba(58,134,255,0.45),
    0 0 45px rgba(131,56,236,0.35),
    0 0 60px rgba(255,190,11,0.3);
}

/* BACKGROUND GLOW */
.bg-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.65;
}

/* BLUE GLOW */
.blur-1 {
  width: 350px;
  height: 350px;
  background: #3a86ff;

  top: -100px;
  left: -100px;
}

/* PURPLE GLOW */
.blur-2 {
  width: 320px;
  height: 320px;
  background: #8338ec;

  bottom: -120px;
  right: -100px;
}

/* YELLOW GLOW */
.blur-3 {
  width: 260px;
  height: 260px;
  background: #ffbe0b;

  top: 45%;
  left: 50%;

  transform: translate(-50%, -50%);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .creative-team-section .main-title {
    font-size: 42px;
  }

  .team-wrapper {
    gap: 20px;
  }

  .team-card {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .creative-team-section {
    padding: 80px 20px;
  }

  .creative-team-section .main-title {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .wave-line {
    display: none;
  }

  .team-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .team-card,
  .team-card.active {
    width: 100%;
    max-width: 350px;
    transform: none;
  }

  .team-card:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 480px) {
  .creative-team-section .main-title {
    font-size: 28px;
  }

  .team-card {
    padding: 28px 20px;
  }

  .team-card h3 {
    font-size: 20px;
  }
}/* End custom CSS */