/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* General */

body h2 {
  font-size: 42px;
}

.et_pb_button {
  box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}

body a.et_pb_button.subscribe-button {
  min-width: 398px;
  padding: 10px 10% 8px !important;
}

body a.et_pb_button.subscribe-button:hover {
  padding: 10px 10% 8px !important;
}

body #page-container a.et_pb_button.outline-button {
  min-width: 398px;
  padding: 8px 10% 6px !important;
  box-shadow: none;
}

body #page-container a.et_pb_button.outline-button:hover {
  padding: 8px 10% 6px !important;
}

/* Header */

header {
  background-color: #fff;
}

#header-section {
  background-color: #fcfcfc;
}

#header-section .header-menu .et_pb_menu__wrap {
  padding-left: 5%;
}

#header-section .header-menu nav ul li {
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}

#header-section .header-menu .et_pb_menu__logo {
  margin-right: 0;
}

#header-section .header-menu nav ul li a {
  padding: 0;
  border-bottom: 5px solid #fcfcfc;
  border-top: 5px solid #fcfcfc;
}

#header-section .header-menu nav ul li.current-menu-item a {
  border-bottom: 5px solid #024a8b;
  color: #024a8b !important;
}

#header-section a.my-account-button {
  padding: 10px 10% 8px !important;
}

/* Sticky header */

#header-section.et_pb_sticky {
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

#header-section.et_pb_sticky .header-menu nav ul li a {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

#header-section.et_pb_sticky .header-menu nav ul li.current-menu-item a {
  border-bottom-color: #024a8b;
}

#header-section.et_pb_sticky .et_pb_row {
  padding: 12px 0;
}

/* Home */

.home header {
  background-color: #fcfcfc;
}

.hero-image-section {
  position: relative;
}

.hero-image-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 500px;
  z-index: 1;
  background-image: url("/wp-content/uploads/2025/11/Points-Decoration-Left.webp");
  background-size: cover;
  background-position: center bottom;
}

.hero-image-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 500px;
  z-index: 1;
  background-image: url("/wp-content/uploads/2025/11/Points-Decoration-Right.webp");
  background-size: cover;
  background-position: center bottom;
}

.feature-block {
  height: 100%;
}

.feature-block .et_pb_main_blurb_image {
  margin-bottom: 20px;
}

.feature-block h4 {
  padding-bottom: 25px;
  text-transform: initial;
}

.plan-section {
  position: relative;
}

.plan-section > .et_pb_row,
.plan-section > .et_pb_row > .et_pb_column:first-child {
  position: static;
  margin-bottom: 0 !important;
}

.plan-section .plan-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.plan-section .plan-title {
  font-size: 20px;
  line-height: 1.4;
  font-family: "BBH Sans Hegarty Regular", Helvetica, Arial, Lucida, sans-serif;
  color: #18244e;
  padding-left: 40px;
}

.plan-section .plan-title::before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 20px;
  display: block;
  color: #18244e;
  position: absolute;
  left: 0;
}

.plan-section .plan-price {
  color: #8d8d8d;
}

.plan-section .plan-price span {
  color: #024a8b;
  font-size: 40px;
  font-family: "BBH Sans Hegarty Regular", Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.4;
}

.plan-section .plan-features ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-section .plan-features li {
  display: block;
  flex: 1 1 calc(50% - 10px);
  border: 1px solid #e2e2e2;
  padding: 23px 23px 23px 58px;
  font-size: 18px;
  font-family: "Gilroy Extra Bold", Helvetica, Arial, Lucida, sans-serif;
  color: #18244e;
  list-style: none;
  position: relative;
}

.plan-section .plan-features li::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 20px;
  display: block;
  position: absolute;
  left: 23px;
  color: #04914f;
}

.plan-section .subscribe-button {
  border: 2px solid #fcbd11;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Gilroy Extra Bold", Helvetica, Arial, Lucida, sans-serif;
  background-color: #fcbd11;
  box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 10px 10px 49px 0px rgba(0, 0, 0, 0.16);
  display: block;
  padding-top: 22px;
  padding-bottom: 20px;
  margin-top: 25px;
}

.plan-section .subscribe-button:hover {
  color: #fff;
  background-color: #efb209;
  border-color: #efb209;
}

.stadium-image {
  position: absolute;
  height: 100%;
  width: 33.33%;
  left: 0;
  top: 0;
}

.stadium-image > span {
  display: block;
  height: 100%;
  width: 100%;
}

.stadium-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.player-image {
  align-self: flex-end;
}

/* Mobile menu */

.mobile_menu_bar::before {
  color: #18244e !important;
}

#mobile_menu1 {
  top: calc(100% + 30px);
  background-color: #fff !important;
  border-color: #18244e;
}

#header-section.et_pb_sticky #mobile_menu1 {
  top: calc(100% + 12px);
}

/* Register page */

#register-form label {
  font-family: "Gilroy Regular", Helvetica, Arial, Lucida, sans-serif !important;
}

#register-form .arm-df__heading-text {
  font-family: "BBH Sans Bartle Regular", Helvetica, Arial, Lucida, sans-serif;
}

#register-form button[type="submit"],
#register-form button[type="submit"]:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  font-family: "Gilroy Extra Bold", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
}

/* Purchase bundle page */

#purchase-bundle-form form {
  width: initial !important;
  text-align: center;
}

#purchase-bundle-form h3,
#purchase-bundle-form .arm-df__heading-text {
  font-family: "BBH Sans Bartle Regular", Helvetica, Arial, Lucida, sans-serif;
}

#purchase-bundle-form h3 {
  margin: 0;
}

#purchase-bundle-form li.arm_setup_column_item label {
  border-radius: 0;
  border-color: #024a8b;
}

#purchase-bundle-form li.arm_setup_column_item label .arm_module_plan_name {
  color: #024a8b !important;
  font-family: "BBH Sans Bartle Regular", Helvetica, Arial, Lucida, sans-serif;
}

#purchase-bundle-form
  li.arm_setup_column_item
  label
  .arm_module_plan_price_type {
  background-color: #024a8b;
}

#purchase-bundle-form button[type="submit"],
#purchase-bundle-form button[type="submit"]:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  font-family: "Gilroy Extra Bold", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
}

#purchase-bundle-form .arm_setup_summary_text_container {
  font-family: "Gilroy Regular", Helvetica, Arial, Lucida, sans-serif !important;
}

#purchase-bundle-form .arm_setup_summary_text > div:first-child {
  font-family: "Gilroy Semibold", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

/* ARM Form */

.arm-form-container .arm_form_101 {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

#purchase-bundle-form
  .arm-form-container
  .arm_form_101
  .arm-df__form-field-wrap
  input,
#register-form
  .arm-form-container
  .arm_form_101
  .arm-df__form-field-wrap
  input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

/* Media queries */

@media screen and (min-width: 981px) {
  .header-first-column {
    width: 85% !important;
  }

  .header-second-column {
    width: 15% !important;
  }
}

@media screen and (max-width: 1200px) {
  #header-section .header-menu nav ul li {
    padding-left: 12px;
    padding-right: 12px;
  }

  #header-section .header-menu nav ul li a {
    font-size: 14px;
  }

  #header-section a.my-account-button {
    font-size: 16px;
  }

  .full-four-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
    width: 100% !important;
    padding: 2% 5% 0;
  }

  .full-four-columns .et_pb_column {
    min-width: 300px;
    margin-bottom: 4px !important;
    flex: 1 1 calc(25% - 10px);
    margin-right: 0 !important;
    order: initial !important;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .full-four-columns::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .full-four-columns {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

@media screen and (max-width: 980px) {
  body h1 {
    font-size: 54px;
  }

  #register-form form,
  #purchase-bundle-form .arm_form_101 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  body h1 {
    font-size: 35px;
  }

  body h3,
  body h2 {
    font-size: 20px;
  }

  body a.et_pb_button.subscribe-button,
  body #page-container a.et_pb_button.outline-button {
    min-width: 300px;
  }

  .feature-block h4 {
    padding-bottom: 10px;
  }

  .plan-section .plan-info {
    margin-bottom: 20px;
  }

  .plan-section .plan-features li {
    flex: 1 1 100%;
  }

  .plan-section .plan-title {
    width: 100%;
    font-size: 16px;
    padding-left: 30px;
  }

  .plan-section .plan-title::before {
    font-size: 16px;
  }

  .plan-section .subscribe-button {
    padding-top: 12px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
}
