.elementor-8603 .elementor-element.elementor-element-bf2e75f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-074226c *//* =====================================================
   BTA University — Page Styles
   WordPress / Elementor full-width override
   ===================================================== */
body .bta-university-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bta-uni-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.bta-uni-hero {
  width: 100%;
}

/* =====================================================
   Learning grid — 2x2
   ===================================================== */
.bta-learning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 58px;
}

/* =====================================================
   Learning cards
   ===================================================== */
.bta-learning-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(213, 234, 239, 0.06);
  border: 1px solid rgba(175, 243, 254, 0.16);
  color: #ffffff;
  transition: all 0.22s ease;
}
.bta-learning-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}
.bta-card-icon {
  font-size: 28px;
  margin-bottom: 14px;
}
.bta-learning-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.bta-learning-card p {
  margin: 0 0 18px;
  color: #d5eaef;
  font-size: 15px;
  line-height: 1.6;
}
.bta-learning-card a {
  color: #19ccfd;
  font-weight: 700;
  text-decoration: none;
}
.bta-learning-card a:hover {
  text-decoration: underline;
}

/* =====================================================
   Article grid — 2x2
   ===================================================== */
.bta-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 58px;
}

/* =====================================================
   Article cards
   ===================================================== */
.bta-article-card {
  padding: 28px;
  border-radius: 24px;
  background: #d5eaef;
  color: #081537;
  transition: all 0.22s ease;
}
.bta-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}
.bta-article-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #007fff;
}
.bta-article-card h3 {
  margin: 0 0 10px;
  color: #081537;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.bta-article-card p {
  margin: 0 0 18px;
  color: #233152;
  font-size: 15px;
  line-height: 1.55;
}
.bta-article-card a {
  color: #007fff;
  font-weight: 700;
  text-decoration: none;
}
.bta-article-card a:hover {
  color: #0b9bd7;
  text-decoration: underline;
}

/* =====================================================
   Typography & Accents
   ===================================================== */
.bta-university-page h1,
.bta-university-page h2,
.bta-university-page h3,
.bta-rg-banner h2,
.bta-section-heading h2,
.bta-bottom-cta h2 {
  color: #ffffff !important;
}
.bta-rg-banner h2,
.bta-section-heading h2,
.bta-bottom-cta h2 {
  text-shadow: 0 0 22px rgba(25, 204, 253, 0.35);
}
.bta-rg-banner h2 {
  color: #aff3fe !important;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.bta-rg-banner h2::after,
.bta-section-heading h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #19ccfd, #007fff);
}

/* =====================================================
   Mobile (≤768px)
   ===================================================== */
@media (max-width: 768px) {
  body .bta-university-page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bta-uni-container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bta-learning-grid,
  .bta-article-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS *//* BTA University Landing Page - BTA Sports Colors */

.bta-university-page {
  background: #081537;
  color: #ffffff;
  font-family: inherit;
}

.bta-uni-hero {
  padding: 90px 24px 70px;
  background:
    radial-gradient(circle at top left, rgba(25, 204, 253, 0.22), transparent 36%),
    radial-gradient(circle at bottom right, rgba(11, 155, 215, 0.18), transparent 34%),
    linear-gradient(135deg, #081537 0%, #0b1f4f 52%, #081537 100%);
  border-radius: 0 0 32px 32px;
  text-align: center;
}

.bta-uni-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(25, 204, 253, 0.45);
  border-radius: 999px;
  color: #19ccfd;
  background: rgba(175, 243, 254, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bta-uni-hero h1 {
  margin: 0 auto 18px;
  max-width: 900px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.bta-uni-hero p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #d5eaef;
  font-size: 19px;
  line-height: 1.6;
}

.bta-uni-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bta-btn-primary,
.bta-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bta-btn-primary {
  background: linear-gradient(135deg, #19ccfd 0%, #007fff 100%);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0, 127, 255, 0.28);
}

.bta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(25, 204, 253, 0.35);
}

.bta-btn-secondary {
  border: 1px solid rgba(175, 243, 254, 0.35);
  color: #aff3fe !important;
  background: rgba(175, 243, 254, 0.08);
}

.bta-btn-secondary:hover {
  background: rgba(25, 204, 253, 0.15);
  transform: translateY(-2px);
}

.bta-uni-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px;
}

.bta-rg-banner {
  margin: 0 auto 46px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(25, 204, 253, 0.16), rgba(175, 243, 254, 0.06));
  border: 1px solid rgba(25, 204, 253, 0.38);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.bta-rg-banner h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
}

.bta-rg-banner p {
  margin: 0;
  color: #d5eaef;
  font-size: 16px;
  line-height: 1.6;
}

.bta-rg-banner strong {
  color: #19ccfd;
}

.bta-section-heading {
  margin-bottom: 24px;
}

.bta-section-heading h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.03em;
}

.bta-section-heading p {
  max-width: 720px;
  margin: 0;
  color: #d5eaef;
  font-size: 17px;
  line-height: 1.6;
}

.bta-learning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}

.bta-learning-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(213, 234, 239, 0.06);
  border: 1px solid rgba(175, 243, 254, 0.16);
  overflow: hidden;
  transition: all 0.22s ease;
}

.bta-learning-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(25, 204, 253, 0.18), transparent 40%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.bta-learning-card:hover {
  transform: translateY(-4px);
  border-color: rgba(25, 204, 253, 0.45);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.bta-learning-card:hover::before {
  opacity: 1;
}

.bta-card-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(25, 204, 253, 0.14);
  color: #19ccfd;
  font-size: 20px;
  font-weight: 800;
}

.bta-learning-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
}

.bta-learning-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #d5eaef;
  font-size: 15px;
  line-height: 1.55;
}

.bta-learning-card a {
  position: relative;
  z-index: 1;
  color: #19ccfd;
  font-weight: 800;
  text-decoration: none;
}

.bta-learning-card a:hover {
  color: #aff3fe;
  text-decoration: underline;
}

.bta-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}

.bta-article-card {
  padding: 22px;
  border-radius: 22px;
  background: #d5eaef;
  color: #081537;
  transition: all 0.22s ease;
}

.bta-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
}

.bta-article-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 127, 255, 0.13);
  color: #007fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bta-article-card h3 {
  margin: 0 0 10px;
  color: #081537;
  font-size: 20px;
  line-height: 1.25;
}

.bta-article-card p {
  margin: 0 0 16px;
  color: #233152;
  font-size: 14px;
  line-height: 1.5;
}

.bta-article-card a {
  color: #007fff;
  font-weight: 800;
  text-decoration: none;
}

.bta-article-card a:hover {
  color: #0b9bd7;
  text-decoration: underline;
}

.bta-tools-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(213, 234, 239, 0.06);
  border: 1px solid rgba(175, 243, 254, 0.16);
}

.bta-tool-card {
  padding: 22px;
  border-radius: 20px;
  background: rgba(175, 243, 254, 0.08);
  border: 1px solid rgba(25, 204, 253, 0.22);
}

.bta-tool-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 20px;
}

.bta-tool-card p {
  margin: 0;
  color: #d5eaef;
  font-size: 14px;
  line-height: 1.5;
}

.bta-bottom-cta {
  margin-top: 58px;
  padding: 42px 28px;
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(25, 204, 253, 0.22), transparent 50%),
    linear-gradient(135deg, rgba(11, 155, 215, 0.22), rgba(8, 21, 55, 1));
  border: 1px solid rgba(25, 204, 253, 0.35);
}

.bta-bottom-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 36px;
}

.bta-bottom-cta p {
  max-width: 640px;
  margin: 0 auto 22px;
  color: #d5eaef;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 980px) {
  .bta-learning-grid,
  .bta-article-grid,
  .bta-tools-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bta-uni-hero {
    padding: 70px 18px 50px;
    text-align: left;
  }

  .bta-uni-buttons {
    justify-content: flex-start;
  }

  .bta-btn-primary,
  .bta-btn-secondary {
    width: 100%;
  }

  .bta-uni-container {
    padding: 38px 18px;
  }

  .bta-learning-grid,
  .bta-article-grid,
  .bta-tools-strip {
    grid-template-columns: 1fr;
  }

  .bta-bottom-cta h2 {
    font-size: 30px;
  }
}/* End custom CSS */