/*
Theme Name: PCU
Theme URI: https://pcuyouthacademy.com
Author: Dexter Banfield
Author URI: https://dexterbanfield.com
Description: Theme for PCU Youth Academy Website
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: pcu
*/

@charset "UTF-8";
/* CSS Document */

/*****************************************/
/* FONTS */
/*****************************************/

@font-face {
    font-family: Kanit-Medium;
    src: url(fonts/Kanit-Medium.ttf);
}

@font-face {
    font-family: Kanit-SemiBold;
    src: url(fonts/Kanit-SemiBold.ttf);
}

@font-face {
    font-family: Kanit-Bold;
    src: url(fonts/Kanit-Bold.ttf);
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url(fonts/MyriadPro-Regular.otf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: MyriadPro-Regular, sans-serif;
  line-height: 1.2;
  font-size: 30px;
  background: #fff;
  color: #000;
}
h1, h2, h3 {
  font-family: Kanit-Bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #0f58a5;
}

h1 {
  margin: 40px 0;
  font-size: 80px;
  text-transform: uppercase;
}

h2 {
  margin: 40px 0;
  font-size: 60px;
  text-transform: uppercase;
}

h3 {
  margin: 40px 0;
  font-size: 30px;
  text-transform: uppercase;
}

.entry-content {
  margin: 0 auto;
  padding: 40px;
 width: 100%;
 max-width: 1600px;
 min-height: 960px;
 font-size: 16px;
}

.entry-content p {
  margin: 0 0 10px 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page-header {
  background: white;
  padding: 2rem 1rem;
  text-align: center;
  border-bottom: 10px solid #1E4FA2;
}

.logo-cta {
  position: relative;
  display: flex;
  align-items: flex-start; /* Keeps logo aligned at the top */
}

.logo-link,
.logo {
  margin: 0 auto;
  max-width: 300px;
}
.btn {
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  font-family: Kanit-Bold;
  font-size: 30px;
  color: white;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1.6;
}
.btn.join-now {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #1E4FA2;
  background-color: #7AC70B;
}
.btn.green {
  background-color: #7AC70B;
}
.btn.blue {
  background-color: #0f58a5;
}
.btn.join-now {
  background: #00b651;
}
.btn:hover {
  text-decoration: none;
}
.regular-case {
  text-transform: none;
}
.hero-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hero-image {
  width: 100%;
}
.features {
  margin: -40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*.features div {
  background: #0f58a5;
  color: white;
  padding: 40px 20px;
  margin: 0 20px;
  flex: 1 1 300px;
  max-width: 320px;
  border-radius: 15px;
  font-family: Kanit-SemiBold;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}*/

.features div {
  flex: 1 1 300px;
  max-width: 300px;
  margin: 0 10px;
}

.features div img {
  width: 100%;
  height: auto;
}

/*.features div span.larger-text {
  font-size: 40px;
}

.features div.green {
  background-color: #7AC70B;
}
.features div.blue {
  background-color: #0f58a5;
}*/

.hero-buttons {
  margin: 100px 0;
  text-align: center;
}
.hero-buttons .btn {
  margin: 0 20px;
}
.investment-opportunities img {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
}

.access, .faq, .cta, .contact {
  margin: 0;
  padding: 2rem 1rem;
  background: white;
}
.access img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
}
.cta {
  text-align: center;
}
.faq {
  color: #fff;
  background-color: #0f58a5;
}
.faq h2 {
  color: #fff;
}
.accordion {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.accordion li {
  padding: 0.5rem 0;
}

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: MyriadPro-Regular;
  font-size: 30px;
  gap: 0.5rem;
}

/* Caret-style arrow pointing up by default (like ^) */
.accordion-header .arrow {
  margin-right: 20px;
  padding-top: 10px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg); /* ^ shape */
  transition: transform 0.3s ease;
}

/* Rotate arrow down when active (⌄ shape) */
.accordion li.active .arrow {
  transform: rotate(135deg);
}

.accordion-content {
  display: none;
  padding-left: 50px;
  margin-top: 0.25rem;
  font-size: 25px;
  color: #fff;
}

.accordion li.active .accordion-content {
  display: block;
}

.contact {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.email-phone {
  padding: 60px 0;
  border-bottom: 3px solid #87B449;
}
i.fas {
  color: #0f58a5;
}
.email-phone div {
  padding: 0 20px;
  display: inline-block;
}
.email-phone div:first-of-type {
  border-right: 3px solid #87B449;
}
.branches {
  margin: 0 auto;
  display: flex;
}
.branches p {
  margin:0 0 20px 0;
}
.branches .column {
  float: left;
  padding: 0 0 0 40px;
  width: 50%;
  text-align: left;
  line-height: 1;
}
.branches .column:first-of-type {
  border-right: 3px solid #87B449;
}
.socials {
  clear: both;
  margin: 60px auto;
}
.socials div {
  margin: 0 10px;
  display:inline-block;
}
.footer {
  text-align: center;
border-top: 10px solid #1E4FA2;
}
.footer .logo {
  padding: 100px 0;
}
.copyright {
  padding: 20px 0;
  color: #fff;
  background-color: #7AC70B;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

/*****************************************/
/* APPLICATION FORM */
/*****************************************/

.hidden {
  display: none;
}

.tab-buttons {
  margin: 60px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.tab-buttons button {
  margin-right: 10px;
  padding: 10px 15px;
  font-family: Kanit-Bold;
  font-size: 24px;
  color: #aaa;
  background-color: #f0f0f0;
  border: 0px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.tab-buttons button.active {
  background-color: #2058A5;
  color: white;
}

.tab-content {
  margin-top: 15px;
}

/*****************************************/
/* GRAVITY FORMS */
/*****************************************/

body.page-id-12 h1,
body.page-id-12 h2,
body.page-id-12 h3 {
  margin:0;
  text-align: left;
}

body.page-id-12 h1 {
  font-size: 40px;
}

body.page-id-12 h2 {
  font-size: 30px;
}

body.page-id-12 h3 {
  font-size: 20;
  color: #000;
}

#field_1_58 {
  font-size: 16px;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select,
body .gform_wrapper label,
.gfield_label.gform-field-label,
body .gform_wrapper .gfield_description,
body .gform_wrapper .ginput_container,
.gfield.gfield--type-html {
  font-size: 16px !important;
}

.gform_button.button.gform-button--width-full {
  background-color: #0f58a5 !important;
  color: #fff !important;
  font-family: Kanit-Bold !important;
  font-size: 30px !important;
  padding: 10px 30px !important;
  border: none !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}

#gform_confirmation_message_1,
#gform_confirmation_message_2,
#gform_confirmation_message_3 {
  text-align: center !important;
}

img.gform_ajax_spinner {
  display: block !important;
  margin: 20px auto !important; /* Center horizontally and add spacing */
  text-align: center !important;
  width: 64px !important;  /* default is usually 16px or 32px */
  height: 64px !important;
}

/*****************************************/
/* MEDIA QUERIES */
/*****************************************/

@media (max-width: 1366px) {

  /*.features div {
    padding: 20px 10px;
    margin: 0 20px;
    flex: 1 1 200px;
    max-width: 220px;
    border-radius: 10px;
    font-size: 15px;
  }*/

  .features div {
    flex: 1 1 200px;
    max-width: 200px;
  }

  /*.features div span.larger-text {
    font-size: 30px;
  }*/

  .hero-buttons {
    margin: 50px 0;
  }

}

@media (max-width: 1024px) {

  body {
  font-size: 16px;
}

  .logo-link,
  .logo {
    width: 90%;
    max-width: 300px;
  }

  .btn {
  padding: 0 20px;
  font-size: 20px;
  border-radius: 20px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

/*.features div {
    padding: 10px 5px;
    margin: 0 10px 10px 10px;
    flex: 1 1 150px;
    max-width: 150px;
    border-radius: 10px;
    font-size: 16px;

  }*/

  .features div {
    flex: 1 1 150px;
    max-width: 150px;

  }

  /*.features div span.larger-text {
    font-size: 30px;
  }*/

body.page-id-12 h1 {
  font-size: 28px;
}

body.page-id-12 h2 {
  font-size: 20px;
}

body.page-id-12 h3 {
  font-size: 16px;
  color: #000;
}

.gform_button.button.gform-button--width-full {
  font-size: 20px !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
}

.accordion-header {
  font-size: 22px;
}

/* Caret-style arrow pointing up by default (like ^) */
.accordion-header .arrow {
  width: 10px;
  height: 10px;
}

.accordion-content {
  font-size: 18px;
}

.email-phone div:first-of-type {
  border: none;
}

.socials div {
  margin: 0 5px;
}

.copyright {
  font-size: 18px;
}

}

@media (max-width: 768px) {

  h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 16px;
}

  .logo-cta {
    display: block;
  }

  .logo-link,
  .logo {
    width: 90%;
    max-width: 250px;
  }

  .btn.join-now {
    position: static;
    clear: both;
    margin: 20px 0 0 0;
    display: block;
  }

  .features {
    margin: -20px auto 0 auto;
    max-width: 300px;

    }

  .features div {
    flex: 1 1 130px;
    max-width: 130px;

  }

  .entry-content {
  padding: 20px;
}

.email-phone div {
  padding: 5px 20px;
}

}
