.elementor-307 .elementor-element.elementor-element-ca5d350{--display:flex;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-307 .elementor-element.elementor-element-7a37de1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-91ca9f1 *//* ==========================================
   TTJPRO ACADEMY — AI LAB HERO
========================================== */

.ttja-ai-lab-hero {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 90px 0 100px;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(62, 124, 240, 0.22),
      transparent 29%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(75, 104, 213, 0.14),
      transparent 27%
    ),
    linear-gradient(
      120deg,
      #030b18 0%,
      #071a38 50%,
      #0c3470 100%
    );

  font-family: "Outfit", "Inter", Arial, sans-serif;
}

.ttja-ai-lab-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  opacity: 0.22;
  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );

  background-size: 58px 58px;
}

.ttja-ai-lab-container {
  position: relative;
  z-index: 2;

  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  align-items: center;
  gap: 70px;
}

/* ==========================================
   CONTENT
========================================== */

.ttja-ai-lab-content {
  max-width: 720px;
}

.ttja-ai-lab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 18px;
  padding: 8px 13px;

  color: #bdd4ff;
  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.1px;
}

.ttja-ai-lab-eyebrow::before {
  content: "";

  width: 8px;
  height: 8px;

  border-radius: 50%;
  background: #c5f33d;

  box-shadow: 0 0 0 5px rgba(197, 243, 61, 0.12);
}

.ttja-ai-lab-content h1 {
  margin: 0;

  color: #ffffff;

  font-family: "Raleway", "Outfit", Arial, sans-serif;
  font-size: clamp(46px, 5.6vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -2.5px;
}

.ttja-ai-lab-content h1 span {
  display: block;
  color: #9fc1ff;
}

.ttja-ai-lab-content p {
  max-width: 650px;
  margin: 21px 0 0;

  color: rgba(255, 255, 255, 0.68);

  font-size: 16px;
  line-height: 1.7;
}

.ttja-ai-lab-highlights {
  margin-top: 27px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.ttja-ai-lab-highlights span {
  min-height: 38px;
  padding: 0 14px;

  display: inline-flex;
  align-items: center;

  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.065);

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 650;
}

/* ==========================================
   VISUAL CARDS
========================================== */

.ttja-ai-lab-visual {
  position: relative;

  min-height: 360px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.ttja-ai-lab-visual::before {
  content: "";

  position: absolute;

  width: 270px;
  height: 270px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;

  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.025),
    0 0 0 84px rgba(255, 255, 255, 0.018);
}

.ttja-ai-lab-panel {
  position: absolute;

  width: 235px;
  min-height: 86px;
  padding: 17px 18px;

  display: flex;
  align-items: center;
  gap: 14px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;

  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  font-size: 14px;
  font-weight: 700;
}

.ttja-ai-lab-panel span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #071a38;
  background: #c5f33d;

  border-radius: 12px;

  font-size: 12px;
  font-weight: 850;
}

.ttja-ai-lab-panel-one {
  top: 35px;
  left: 5px;

  transform: rotate(-5deg);
}

.ttja-ai-lab-panel-two {
  top: 138px;
  right: 0;

  transform: rotate(4deg);
}

.ttja-ai-lab-panel-three {
  left: 32px;
  bottom: 28px;

  transform: rotate(-2deg);
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {
  .ttja-ai-lab-hero {
    padding: 75px 0 85px;
  }

  .ttja-ai-lab-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ttja-ai-lab-visual {
    min-height: 310px;
  }

  .ttja-ai-lab-panel {
    width: 220px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {
  .ttja-ai-lab-hero {
    padding: 62px 0 70px;
  }

  .ttja-ai-lab-container {
    width: min(100% - 30px, 1140px);
    gap: 34px;
  }

  .ttja-ai-lab-eyebrow {
    padding: 7px 11px;

    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .ttja-ai-lab-content h1 {
    font-size: 40px;
    line-height: 1.06;
    letter-spacing: -1.7px;
  }

  .ttja-ai-lab-content p {
    font-size: 14px;
    line-height: 1.65;
  }

  .ttja-ai-lab-highlights {
    gap: 7px;
  }

  .ttja-ai-lab-highlights span {
    min-height: 35px;
    padding: 0 12px;

    font-size: 10px;
  }

  .ttja-ai-lab-visual {
    min-height: 275px;
  }

  .ttja-ai-lab-visual::before {
    width: 215px;
    height: 215px;
  }

  .ttja-ai-lab-panel {
    width: 195px;
    min-height: 72px;
    padding: 13px 14px;

    font-size: 12px;
  }

  .ttja-ai-lab-panel span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .ttja-ai-lab-panel-one {
    top: 18px;
    left: 0;
  }

  .ttja-ai-lab-panel-two {
    top: 102px;
    right: 0;
  }

  .ttja-ai-lab-panel-three {
    left: 15px;
    bottom: 10px;
  }
}/* End custom CSS */