.elementor-247 .elementor-element.elementor-element-ce5f0ba{--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 shortcode, class: .elementor-element-ceb441a *//* ==========================================
   TTJPRO ACADEMY — DYNAMIC HEADER
========================================== */

.ttja-site-header {
  --ttja-header-navy: #06152d;
  --ttja-header-deep: #030b18;
  --ttja-header-blue: #2868d8;
  --ttja-header-bright: #4b86f6;
  --ttja-header-white: #ffffff;

  position: sticky;
  top: 0;
  z-index: 9999;

  width: 100%;

  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-bottom: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 12px 35px rgba(3, 11, 24, 0.2);

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

/* WordPress admin bar */

.admin-bar .ttja-site-header {
  top: 32px;
}

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

.ttja-header-container {
  width: min(1140px, calc(100% - 40px));
  min-height: 82px;

  margin: 0 auto;

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

/* ==========================================
   LOGO
========================================== */

.ttja-header-logo {
  position: relative;
  z-index: 10;

  flex: 0 0 auto;

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

  text-decoration: none;
}

.ttja-header-logo img {
  width: auto;
  max-width: 205px;
  height: 48px;

  display: block;

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

/* ==========================================
   NAVIGATION
========================================== */

.ttja-header-navigation {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.ttja-header-menu {
  margin: 0;
  padding: 0;

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

  list-style: none;
}

.ttja-header-menu li {
  margin: 0;
  padding: 0;
}

.ttja-header-menu a {
  position: relative;

  min-height: 42px;
  padding: 0 12px;

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

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

  border-radius: 10px;

  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

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

.ttja-header-menu a:hover,
.ttja-header-menu a.ttja-menu-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ttja-header-menu a::after {
  content: "";

  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;

  height: 2px;

  background: linear-gradient(
    90deg,
    #2868d8,
    #83adff
  );

  border-radius: 999px;

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.25s ease;
}

.ttja-header-menu a:hover::after,
.ttja-header-menu a.ttja-menu-active::after {
  transform: scaleX(1);
}

/* ==========================================
   ACTION BUTTONS
========================================== */

.ttja-header-actions {
  display: flex;
  align-items: center;
  gap: 9px;

  flex: 0 0 auto;
}

.ttja-header-login,
.ttja-header-register {
  min-height: 44px;

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

  border-radius: 11px;

  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* Login / Dashboard */

.ttja-header-login {
  padding: 0 14px;

  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);

  border: 1px solid rgba(255, 255, 255, 0.11);
}

.ttja-header-login:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);

  border-color: rgba(255, 255, 255, 0.17);

  transform: translateY(-2px);
}

/* Sign Up */

.ttja-header-register {
  padding: 0 17px;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    #1751a9,
    #3e7cf0
  );

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

  box-shadow:
    0 10px 23px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ttja-header-register:hover {
  color: #ffffff;

  background: linear-gradient(
    135deg,
    #215db9,
    #4b86f6
  );

  transform: translateY(-2px);

  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.17);
}

/* Logout variation */

.ttja-header-logout {
  background: rgba(255, 255, 255, 0.07);

  border-color: rgba(255, 255, 255, 0.13);

  box-shadow: none;
}

.ttja-header-logout:hover {
  background: rgba(255, 255, 255, 0.13);
}

/* Icons */

.ttja-header-login svg,
.ttja-header-register svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ttja-header-register svg {
  transition: transform 0.25s ease;
}

.ttja-header-register:hover svg {
  transform: translateX(3px);
}

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

.ttja-menu-toggle {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.ttja-menu-button {
  position: relative;
  z-index: 10;

  width: 46px;
  height: 46px;

  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;

  cursor: pointer;

  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}

.ttja-menu-button span {
  width: 21px;
  height: 2px;

  display: block;

  background: #ffffff;
  border-radius: 999px;

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

/* ==========================================
   TABLET / MOBILE MENU
========================================== */

@media (max-width: 1050px) {
  .ttja-header-container {
    min-height: 74px;
  }

  .ttja-header-logo img {
    max-width: 185px;
    height: 43px;
  }

  .ttja-menu-button {
    display: flex;
  }

  .ttja-header-navigation {
    position: absolute;

    top: calc(100% + 1px);
    left: 20px;
    right: 20px;

    padding: 17px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;

    visibility: hidden;
    opacity: 0;

    background:
      linear-gradient(
        145deg,
        rgba(5, 17, 38, 0.98),
        rgba(11, 43, 88, 0.98)
      );

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

    box-shadow:
      0 24px 50px rgba(3, 11, 24, 0.32);

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

    transform: translateY(-12px) scale(0.98);
    transform-origin: top center;

    pointer-events: none;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .ttja-header-menu {
    width: 100%;

    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .ttja-header-menu a {
    width: 100%;
    min-height: 47px;

    padding: 0 14px;

    justify-content: flex-start;
  }

  .ttja-header-menu a::after {
    display: none;
  }

  .ttja-header-actions {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    padding-top: 14px;

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

  .ttja-header-login,
  .ttja-header-register {
    width: 100%;
    min-height: 49px;
  }

  .ttja-menu-toggle:checked
  ~ .ttja-header-navigation {
    visibility: visible;
    opacity: 1;

    transform: translateY(0) scale(1);

    pointer-events: auto;
  }

  .ttja-menu-toggle:checked
  + .ttja-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ttja-menu-toggle:checked
  + .ttja-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .ttja-menu-toggle:checked
  + .ttja-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

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

@media (max-width: 600px) {
  .ttja-header-container {
    width: min(100% - 30px, 1140px);
    min-height: 70px;
  }

  .ttja-header-logo img {
    max-width: 163px;
    height: 40px;
  }

  .ttja-menu-button {
    width: 43px;
    height: 43px;

    border-radius: 11px;
  }

  .ttja-header-navigation {
    left: 15px;
    right: 15px;

    padding: 14px;

    border-radius: 16px;
  }

  .ttja-header-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .ttja-header-logo img {
    max-width: 143px;
  }
}

/* Mobile WordPress admin bar */

@media (max-width: 782px) {
  .admin-bar .ttja-site-header {
    top: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ce5f0ba *//* ==========================================
   TTJPRO ACADEMY — HEADER
========================================== */

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

  position: sticky;
  top: 0;
  z-index: 9999;

  width: 100%;

  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-bottom: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 12px 35px rgba(3, 11, 24, 0.2);

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

/* WordPress admin bar fix */

.admin-bar .ttja-site-header {
  top: 32px;
}

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

.ttja-header-container {
  width: min(1140px, calc(100% - 40px));
  min-height: 82px;

  margin: 0 auto;

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

/* ==========================================
   LOGO
========================================== */

.ttja-header-logo {
  position: relative;
  z-index: 5;

  flex: 0 0 auto;

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

  text-decoration: none;
}

.ttja-header-logo img {
  width: auto;
  max-width: 210px;
  height: 48px;

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

/* ==========================================
   NAVIGATION
========================================== */

.ttja-header-navigation {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
}

.ttja-header-menu {
  margin: 0;
  padding: 0;

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

  list-style: none;
}

.ttja-header-menu li {
  margin: 0;
  padding: 0;
}

.ttja-header-menu a {
  position: relative;

  min-height: 42px;
  padding: 0 14px;

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

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

  border-radius: 10px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

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

.ttja-header-menu a:hover,
.ttja-header-menu .ttja-menu-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ttja-header-menu a::after {
  content: "";

  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;

  height: 2px;

  background: linear-gradient(
    90deg,
    var(--ttja-header-blue),
    #79a9ff
  );

  border-radius: 999px;

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.25s ease;
}

.ttja-header-menu a:hover::after,
.ttja-header-menu .ttja-menu-active::after {
  transform: scaleX(1);
}

/* ==========================================
   HEADER ACTIONS
========================================== */

.ttja-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ttja-header-login,
.ttja-header-register {
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 11px;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ttja-header-login {
  padding: 0 14px;

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

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ttja-header-login:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border-color: rgba(255, 255, 255, 0.16);

  transform: translateY(-2px);
}

.ttja-header-register {
  padding: 0 17px;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    #164c9f,
    var(--ttja-header-bright-blue)
  );

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 10px 23px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ttja-header-register:hover {
  color: #ffffff;

  background: linear-gradient(
    135deg,
    #215db9,
    #4b86f6
  );

  transform: translateY(-2px);

  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.17);
}

.ttja-header-login svg,
.ttja-header-register svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ttja-header-register svg {
  transition: transform 0.25s ease;
}

.ttja-header-register:hover svg {
  transform: translateX(3px);
}

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

.ttja-menu-toggle {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.ttja-menu-button {
  position: relative;
  z-index: 5;

  width: 46px;
  height: 46px;

  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;

  cursor: pointer;

  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}

.ttja-menu-button span {
  width: 21px;
  height: 2px;

  display: block;

  background: #ffffff;
  border-radius: 999px;

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

/* ==========================================
   TABLET & MOBILE MENU
========================================== */

@media (max-width: 900px) {
  .ttja-header-container {
    min-height: 74px;
  }

  .ttja-header-logo img {
    max-width: 185px;
    height: 43px;
  }

  .ttja-menu-button {
    display: flex;
  }

  .ttja-header-navigation {
    position: absolute;

    top: calc(100% + 1px);
    left: 20px;
    right: 20px;

    padding: 17px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;

    visibility: hidden;
    opacity: 0;

    background:
      linear-gradient(
        145deg,
        rgba(5, 17, 38, 0.98),
        rgba(11, 43, 88, 0.98)
      );

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

    box-shadow:
      0 24px 50px rgba(3, 11, 24, 0.32);

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

    transform: translateY(-12px) scale(0.98);
    transform-origin: top center;

    pointer-events: none;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .ttja-header-menu {
    width: 100%;

    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .ttja-header-menu a {
    width: 100%;
    min-height: 46px;

    padding: 0 14px;

    justify-content: flex-start;
  }

  .ttja-header-menu a::after {
    display: none;
  }

  .ttja-header-actions {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    padding-top: 14px;

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

  .ttja-header-login,
  .ttja-header-register {
    width: 100%;
    min-height: 48px;
  }

  /* Open menu */

  .ttja-menu-toggle:checked
  ~ .ttja-header-navigation {
    visibility: visible;
    opacity: 1;

    transform: translateY(0) scale(1);

    pointer-events: auto;
  }

  /* Hamburger animation */

  .ttja-menu-toggle:checked
  + .ttja-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ttja-menu-toggle:checked
  + .ttja-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .ttja-menu-toggle:checked
  + .ttja-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

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

@media (max-width: 600px) {
  .ttja-header-container {
    width: min(100% - 30px, 1140px);
    min-height: 70px;
  }

  .ttja-header-logo img {
    max-width: 165px;
    height: 40px;
  }

  .ttja-menu-button {
    width: 43px;
    height: 43px;

    border-radius: 11px;
  }

  .ttja-header-navigation {
    left: 15px;
    right: 15px;

    padding: 14px;

    border-radius: 16px;
  }

  .ttja-header-actions {
    grid-template-columns: 1fr;
  }

  .ttja-header-login,
  .ttja-header-register {
    min-height: 47px;
  }
}

/* Small mobile */

@media (max-width: 380px) {
  .ttja-header-logo img {
    max-width: 145px;
  }
}

/* WordPress mobile admin bar */

@media (max-width: 782px) {
  .admin-bar .ttja-site-header {
    top: 46px;
  }
}/* End custom CSS */