.elementor-250 .elementor-element.elementor-element-0887d0f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b160335 *//* ==========================================
   TTJPRO ACADEMY — FOOTER
========================================== */

.ttja-site-footer {
  --ttja-footer-navy: #06152d;
  --ttja-footer-deep: #030b18;
  --ttja-footer-blue: #2868d8;
  --ttja-footer-bright-blue: #3e7cf0;
  --ttja-footer-white: #ffffff;
  --ttja-footer-muted: rgba(255, 255, 255, 0.63);
  --ttja-footer-border: rgba(255, 255, 255, 0.09);

  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;

  padding: 80px 0 0;

  color: var(--ttja-footer-white);

  background:
    radial-gradient(
      circle at 85% 0%,
      rgba(62, 124, 240, 0.18),
      transparent 28%
    ),
    linear-gradient(
      110deg,
      #030b18 0%,
      #071a38 48%,
      #0c3470 100%
    );

  border-top: 1px solid rgba(255, 255, 255, 0.07);

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

/* ==========================================
   BACKGROUND GLOW
========================================== */

.ttja-footer-glow {
  position: absolute;
  z-index: -1;

  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
}

.ttja-footer-glow-one {
  width: 360px;
  height: 360px;

  top: -220px;
  right: -140px;

  background: rgba(62, 124, 240, 0.15);
}

.ttja-footer-glow-two {
  width: 300px;
  height: 300px;

  left: -160px;
  bottom: -160px;

  background: rgba(40, 104, 216, 0.1);
}

/* ==========================================
   CONTAINER
========================================== */

.ttja-footer-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

/* ==========================================
   MAIN FOOTER GRID
========================================== */

.ttja-footer-main {
  padding-bottom: 60px;

  display: grid;
  grid-template-columns:
    minmax(290px, 1.35fr)
    repeat(3, minmax(145px, 0.65fr));

  align-items: start;
  gap: 55px;
}

/* ==========================================
   BRAND AREA
========================================== */

.ttja-footer-brand {
  max-width: 390px;
}

.ttja-footer-logo {
  display: inline-flex;
  align-items: center;

  margin-bottom: 22px;

  text-decoration: none;
}

.ttja-footer-logo img {
  width: auto;
  max-width: 220px;
  height: 52px;

  display: block;

  object-fit: contain;
  object-position: left center;
}

.ttja-footer-brand > p {
  margin: 0;

  color: var(--ttja-footer-muted);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

/* Feature pills */

.ttja-footer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 23px;
}

.ttja-footer-features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 11px;

  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);

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

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

.ttja-footer-features svg {
  width: 13px;
  height: 13px;

  fill: none;
  stroke: #83adff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ==========================================
   FOOTER COLUMNS
========================================== */

.ttja-footer-column h3 {
  position: relative;

  margin: 5px 0 21px;

  color: #ffffff;

  font-family: "Raleway", "Outfit", Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}

.ttja-footer-column h3::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -9px;

  width: 28px;
  height: 2px;

  background: linear-gradient(
    90deg,
    var(--ttja-footer-blue),
    #82afff
  );

  border-radius: 999px;
}

.ttja-footer-column ul {
  margin: 0;
  padding: 0;

  display: grid;
  gap: 12px;

  list-style: none;
}

.ttja-footer-column li {
  margin: 0;
  padding: 0;
}

.ttja-footer-column a {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--ttja-footer-muted);

  font-size: 13px;
  font-weight: 450;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.ttja-footer-column a::before {
  content: "";

  width: 5px;
  height: 5px;
  flex: 0 0 5px;

  border-radius: 50%;
  background: rgba(116, 165, 255, 0.55);

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.ttja-footer-column a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.ttja-footer-column a:hover::before {
  background: #78a9ff;
  transform: scale(1.25);
}

/* ==========================================
   FOOTER BOTTOM
========================================== */

.ttja-footer-bottom {
  min-height: 76px;
  padding: 20px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  border-top: 1px solid var(--ttja-footer-border);
}

.ttja-footer-bottom p {
  margin: 0;

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

  font-size: 11px;
  line-height: 1.5;
}

.ttja-footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 11px;
}

.ttja-footer-legal a {
  color: rgba(255, 255, 255, 0.55);

  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;

  transition: color 0.25s ease;
}

.ttja-footer-legal a:hover {
  color: #ffffff;
}

.ttja-footer-legal span {
  width: 3px;
  height: 3px;

  display: block;

  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

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

@media (max-width: 900px) {
  .ttja-site-footer {
    padding-top: 65px;
  }

  .ttja-footer-main {
    grid-template-columns:
      minmax(280px, 1.2fr)
      repeat(2, minmax(150px, 0.7fr));

    gap: 42px 35px;
  }

  .ttja-footer-brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

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

@media (max-width: 600px) {
  .ttja-site-footer {
    padding-top: 52px;
  }

  .ttja-footer-container {
    width: min(100% - 30px, 1140px);
  }

  .ttja-footer-main {
    padding-bottom: 42px;

    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ttja-footer-brand {
    grid-column: auto;
  }

  .ttja-footer-logo {
    margin-bottom: 18px;
  }

  .ttja-footer-logo img {
    max-width: 190px;
    height: 46px;
  }

  .ttja-footer-brand > p {
    font-size: 13px;
    line-height: 1.7;
  }

  .ttja-footer-column h3 {
    margin-bottom: 19px;
  }

  .ttja-footer-bottom {
    min-height: auto;
    padding: 22px 0 26px;

    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .ttja-footer-legal {
    justify-content: flex-start;
    gap: 8px;
  }

  .ttja-footer-legal a,
  .ttja-footer-bottom p {
    font-size: 10px;
  }
}/* End custom CSS */