/*
Theme Name: 9th Island Taekwondo Website
Theme URI: https://yourwebsite.com
Author: Your Name
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/* CSS VARIABLES */
:root {
  --color-red: #dc2626;
  --color-white: #fff;
  --color-grey: #f8f9fa;
  --color-dark-grey: #2a2a2a;
  --color-black: #000;
  --brand-black: #000;
  --brand-blue: #2563eb;
  --font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --border-radius: 0.635rem;
  --button-padding: 6px 20px;
}

/* GLOBAL CSS */
html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Container max-width override */
.container {
  max-width: 1100px;
  padding-left: 35px;
  padding-right: 35px;
}

.home .section4 .container {
  overflow: visible;
}
body {
  background-color: var(--color-grey);
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--color-dark-grey);
  padding-top: 35px; /* Account for fixed navbar height */
}

/* TYPOGRAPHY SCALE */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: 700;
  color: var(--color-dark-grey);
  line-height: 1.1;
}

h1 {
  font-size: 4.5rem;
  font-weight: 900;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  font-size: 1.125rem;
  font-weight: 500;
}

p,
a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-dark-grey);
}
a {
  text-decoration: none;
}

/* NAVIGATION STYLES */
.navbar-nav .nav-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-dark-grey);
  padding: 0.5rem 1rem;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.current-menu-item {
  color: var(--color-red);
  background-color: transparent;
  border: none;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--color-red);
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link.current-menu-item::after {
  width: 100%;
  opacity: 1;
}
img {
  border-radius: 8px;
  overflow: hidden;
}

.navbar {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-white) !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar .navbar-nav.flex-grow-1 {
  flex-direction: row;
  justify-content: center;
}

.navbar .navbar-nav:last-child {
  margin-left: 0;
}

.custom-navbar {
  background-color: var(--color-white) !important;
}
.custom-dropdown .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 10px;
  min-width: 200px;
  margin-top: 3px;
  /* display: none; */
}
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown-item:focus,
.dropdown-item:active {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}
a.dropdown-item {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 6px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler:hover {
  background-color: transparent !important;
}
nav ul {
  display: flex;
  gap: 22px;
  list-style: none;
}
img.logo {
  max-width: 100px;
}
ul#menu-main-menu {
  align-items: center;
}
.nav-link:focus-visible {
  box-shadow: none !important;
}
/* FOOTER */
.footer {
  background-color: #000;
  color: white;
}

.footer-text {
  color: oklch(0.872 0.01 258.338);
  font-size: 14px;
  line-height: 1.5;
}

.footer h4 {
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
}


.footer-link {
  color: oklch(0.872 0.01 258.338);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.footer-link:hover {
  color: white;
  text-decoration: none;
}

.social-icon {
  color: oklch(0.872 0.01 258.338);
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: var(--color-red);
}

.footer-divider {
  border-color: #666;
  border-width: 1px;
  margin: 20px 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
}

.contact-item svg {
  color: var(--color-red);
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 2px;
}

h4.quick-links-title {
  margin-top: 0;
}

@media (max-width: 992px) {
  .social-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .footer .row:last-child .col-lg-6:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .footer .row:last-child .col-lg-6:last-child {
    text-align: center;
  }
  
  .footer .col-lg-4:nth-child(2) h4 {
    margin-top: 20px;
  }

  h4.quick-links-title {
    margin-top: 15px;
  }
  
  .programs .section1.programs-hero {
    padding: 4rem 0 !important;
  }
  
  .programs .section2.programs-content {
    padding: 4rem 0 !important;
  }
  
  .programs .section2 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .programs .section3.programs-adult {
    padding: 4rem 0 !important;
  }
  
  .programs .section3 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .programs .section4.programs-competition {
    padding: 4rem 0 !important;
  }
  
  .programs .section4 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .programs .section5.programs-why-choose {
    padding: 4rem 0 !important;
  }
  
  .programs .section5 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .programs .section5.programs-why-choose .program-card {
    padding: 0rem 1.5rem !important;
  }
  
  .programs .section5.programs-why-choose .col-lg-4:nth-child(2) .program-card {
    padding: 0rem 1.5rem !important;
  }
  
  .programs .section6.programs-cta {
    padding: 4rem 0 !important;
  }
  
  .programs .section6 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .contact .section1.contact-hero {
    padding: 4rem 0;
    min-height: calc(100vh - 60px);
  }
  
  .contact .section1.contact-hero h1 {
    font-size: 2rem;
  }
  
  .contact .section1.contact-hero .get-in-touch {
    font-size: 1.25rem !important;
    color: var(--color-black) !important;
    max-width: 42rem;
    margin: 0 auto 2rem;
    line-height: 1.4;
  }
  
  .contact .contact-item {
    font-size: 1rem;
    text-align: left;
  }
  
  .contact .contact-item .d-flex {
    flex-direction: row;
    align-items: flex-start;
  }
  
  .contact-info-section {
    text-align: left !important;
  }
  
  .contact-info-box {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .contact-form-section {
    margin-top: 2rem;
    padding: 1.5rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .contact-map-section {
    margin-top: 1.5rem;
    padding: 0.75rem;
  }
  
  .contact-map-section iframe {
    height: 250px !important;
  }
  
  /* Mobile: Reset column padding */
  .contact .section1.contact-hero .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .contact .section1.contact-hero .col-lg-6:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .contact-form-section input,
  .contact-form-section textarea,
  .contact-form-section select {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .contact-form-section .wpforms-field-name-first,
  .contact-form-section .wpforms-field-name-last {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .contact-form-section .wpforms-field-name-first input,
  .contact-form-section .wpforms-field-name-last input {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .contact-form-section .wpforms-field-checkbox .wpforms-field-label {
    text-align: left !important;
  }
  
  .contact-form-section .wpforms-field-checkbox input[type="checkbox"] {
    margin-right: 8px !important;
  }
  
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
    text-align: left !important;
    display: block !important;
  }
  
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
    gap: unset !important;
  }
  
  div.wpforms-container-full:not(:empty) {
    margin: 0 !important;
  }
  
  .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
  }
  
  .wpforms-container .wpforms-form .wpforms-field-label {
    text-align: left !important;
  }
  
  /* Mobile WPForms styling */
  .wpforms-container .wpforms-field-row {
    flex-direction: column !important;
    gap: 0 !important;
  }
  
  .wpforms-container .wpforms-field-row-block {
    margin-bottom: 1rem !important;
  }
  
  .wpforms-container .wpforms-field-row-block:last-child {
    margin-bottom: 0 !important;
  }
  
  .wpforms-container input[type="text"],
  .wpforms-container input[type="email"],
  .wpforms-container input[type="number"],
  .wpforms-container textarea {
    font-size: 16px !important;
    padding: 12px 14px !important;
  }
  
  .wpforms-container .wpforms-field-label,
  .wpforms-container legend.wpforms-field-label {
    font-size: 15px !important;
  }
  
  .wpforms-container .wpforms-field-sublabel {
    font-size: 13px !important;
  }
  
  .wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline {
    font-size: 15px !important;
  }
  
  .privacy-policy .section1.privacy-policy-content,
  .terms-of-service .section1.terms-content {
    padding: 4rem 0;
  }
  
  .privacy-policy .section1.privacy-policy-content h1,
  .terms-of-service .section1.terms-content h1 {
    font-size: 2rem;
  }
  
  .policy-content p,
  .terms-content-body p {
    font-size: 14px;
  }
  
  .schedule .section1.schedule-content {
    padding: 4rem 0 !important;
  }
  
  .schedule .section1.schedule-content h1 {
    font-size: 2rem;
  }
  
  .schedule-embed iframe {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }
}

/* REUSABLE COMPONENTS */
.curved-section-up {
  background: #9cafa1;
  padding: 135px 0;
  clip-path: ellipse(100% 100% at 50% 100%);
}
.curved-section-down {
  background: #9cafa1;
  padding: 135px 0;
  clip-path: ellipse(100% 100% at 50% 0%);
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left-to-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-left-to-right.visible {
  opacity: 1;
  transform: translateX(0);
}
section {
  padding: 100px 0;
}
.testimonial-section {
  background-color: #f3f4f5;
  border-radius: 10px;
  text-align: center;
}
.testimonial-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.testimonial-carousel {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.testimonial {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.testimonial.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.google-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin: 15px auto;
}
/* BUTTON SYSTEM */
.btn-primary {
  background-color: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-red);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  background-color: var(--color-white);
  color: var(--color-red);
  border: 1px solid var(--color-red);
}

.btn-secondary {
  background-color: var(--color-red);
  color: var(--color-white);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-red);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-red);
  transform: scale(1.02);
}

.btn-secondary::after {
  content: "→";
  font-size: 14px;
}

.btn-third {
  background-color: var(--color-white);
  color: var(--color-red);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-red);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-third:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-red);
}

.btn-third::after {
  content: "→";
  font-size: 14px;
}

.btn-fourth {
  background-color: var(--color-white);
  color: var(--color-red);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-red);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-fourth:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.btn-fifth {
  background-color: transparent;
  color: var(--color-white);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-white);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-fifth:hover {
  background-color: var(--color-white);
  color: var(--color-red);
  border: 1px solid var(--color-white);
}
#form {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
input,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  background: transparent;
  outline: none;
  color: var(--color-dark-grey);
  border: solid 1px #3a3a3a;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
input::placeholder,
textarea::placeholder {
  color: var(--color-dark-grey);
}
input:focus,
textarea:focus {
  background: #f3f4f5;
  color: var(--color-dark-grey);
  transition: all 0.3s ease-in-out;
}
textarea {
  height: 120px;
  resize: none;
}
#submit {
  background-color: #e9e0d9 !important;
  color: #242424 !important;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
}
#submit:hover {
  background-color: #d3cbc5 !important;
  transform: scale(1.05);
}
section ul li {
  margin-bottom: 5px;
}
.global-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 100%;
  align-items: stretch;
}
.global-col {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: stretch;
}
.global-content-box {
  border: 1px solid #9cafa1;
  padding: 35px;
  border-radius: 8px;
  background-color: #f3f4f5;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.global-row.cols-2 .global-col {
  width: calc((100% - 25px) / 2);
}
.global-row.cols-3 .global-col {
  width: calc((100% - 50px) / 3);
}
.global-row.cols-4 .global-col {
  width: calc((100% - 75px) / 4);
}
.global-row.cols-5 .global-col {
  width: calc((100% - 100px) / 5);
}
.global-row.cols-6 .global-col {
  width: calc((100% - 125px) / 6);
}
.global-row.cols-7 .global-col {
  width: calc((100% - 150px) / 7);
}
.global-row.cols-8 .global-col {
  width: calc((100% - 175px) / 8);
}
.global-row.cols-9 .global-col {
  width: calc((100% - 200px) / 9);
}
.global-row.cols-10 .global-col {
  width: calc((100% - 225px) / 10);
}
.global-row.cols-11 .global-col {
  width: calc((100% - 250px) / 11);
}
.global-row.cols-12 .global-col {
  width: calc((100% - 275px) / 12);
}
.white {
  color: #ffffff;
}
.centered-divider {
  width: 50%;
  margin: 40px auto;
  border: 1px solid #ccc;
}
/* REGULAR CSS */
.home .section1 {
  background-image: url('assets/images/photo-1529630218527-7df22fc2d4ee.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-black);
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

.home .section1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: color-mix(in oklab, var(--brand-black) 70%, transparent);
  z-index: 1;
}

.home .section1 .container {
  position: relative;
  z-index: 2;
}

.home .section1 h1 {
  max-width: 100%;
  color: var(--color-white) !important;
  margin-bottom: 0;
  font-weight: 700;
}

.about .section1.about-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-black);
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 125px 0;
  min-height: auto;
}

.about .section1.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: color-mix(in oklab, var(--brand-black) 70%, transparent);
  z-index: 1;
}

.about .section1.about-hero .container {
  position: relative;
  z-index: 2;
}

.about .section1.about-hero h1 {
  max-width: 100%;
  color: var(--color-white) !important;
  margin-bottom: 0;
  font-weight: 700;
}

.about .section1.about-hero .hero-subtitle {
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--color-white) !important;
  display: block;
  max-width: 42rem;
  margin: 0 auto 0.25rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--color-white) !important;
  display: block;
  max-width: 42rem;
  margin: 0 auto 0.25rem;
  line-height: 1.2;
}

.hero-description {
  font-size: 1.5rem;
  color: var(--color-white) !important;
  max-width: 42rem;
  margin: 0 auto 2rem;
  line-height: 1.4;
}

.text-red {
  color: var(--color-red);
}

.about .section2.about-content {
  background-color: var(--color-white);
  padding: 5rem 0;
  text-align: center;
}

.about .section2.about-content h2 {
  color: var(--color-black);
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 3rem;
}

.about .section2.about-content .about-text-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.about .section2.about-content .about-text-content p {
  color: var(--color-dark-grey);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.about .section3.about-values {
  background-color: var(--color-grey);
  padding: 5rem 0;
  text-align: center;
}

.about .section3.about-values h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
}

.about .section3.about-values .section-description {
  color: var(--color-black);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

.about .section3.about-values .program-card h3 {
  font-weight: 700;
  text-align: left;
}

.about .section3.about-values .program-card p {
  text-align: left;
}

.about .section4.about-instructor {
  background-color: var(--color-white);
  padding: 5rem 0;
}

.about .section4.about-instructor .row {
  align-items: center;
}

.about .section4.about-instructor .col-lg-6:first-child {
  text-align: left;
}

.about .section4.about-instructor h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

.about .section4.about-instructor .instructor-title {
  color: var(--color-red);
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2rem;
  text-align: left;
}

.about .section4.about-instructor p {
  color: var(--color-dark-grey);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: left;
}

.instructor-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instructor-image img {
  width: 100%;
  max-width: 95%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}

.about .section5.about-cta {
  background-color: var(--color-dark-grey);
  padding: 5rem 0;
  text-align: center;
}

.about .section5.about-cta h2 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.about .section5.about-cta .section-description {
  color: var(--color-white);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
  line-height: 1.4;
}

/* PROGRAMS PAGE STYLES */
.programs .section1.programs-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-black);
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 125px 0;
  min-height: auto;
}

.programs .section1.programs-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: color-mix(in oklab, var(--brand-black) 70%, transparent);
  z-index: 1;
}

.programs .section1.programs-hero .container {
  position: relative;
  z-index: 2;
}

.programs .section1.programs-hero h1 {
  max-width: 100%;
  color: var(--color-white) !important;
  margin-bottom: 0;
  font-weight: 700;
}

.programs .section2.programs-content {
  background-color: var(--color-white);
  padding: 5rem 0;
  text-align: center;
}

.programs .section2.programs-content h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs .section2.programs-content .section-description {
  color: var(--color-black);
  font-size: 1.25rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

.program-schedule {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: var(--color-dark-grey);
  font-size: 14px;
  text-align: left;
  justify-content: flex-start;
}

.program-schedule svg {
  color: var(--color-red);
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.benefits-title {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: left;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
}

.benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: var(--color-dark-grey);
  font-size: 14px;
  line-height: 1.4;
}

.benefits-list li svg {
  color: var(--color-red);
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.benefits-list li span {
  flex: 1;
}

.programs .section3.programs-adult {
  background-color: var(--color-grey);
  padding: 5rem 0;
  text-align: center;
}

.programs .section3.programs-adult h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs .section3.programs-adult .section-description {
  color: var(--color-black);
  font-size: 1.25rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

.programs .section4.programs-competition {
  background-color: var(--color-white);
  padding: 5rem 0;
  text-align: center;
}

.programs .section4.programs-competition h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs .section4.programs-competition .section-description {
  color: var(--color-black);
  font-size: 1.25rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

.program-tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 4px 12px;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 2;
}

/* PROGRAMS WHY CHOOSE SECTION */
.programs .section5.programs-why-choose {
  background-color: var(--color-dark-grey);
  padding: 5rem 0;
  text-align: center;
}

.programs .section5.programs-why-choose h2 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs .section5.programs-why-choose .section-description {
  color: oklch(0.872 0.01 258.338);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

.programs .section5.programs-why-choose .program-card {
  background-color: var(--color-dark-grey);
  box-shadow: none;
}

.programs .section5.programs-why-choose .program-card h3 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs .section5.programs-why-choose .program-card p {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.program-icon-blue {
  background-color: color-mix(in oklab, var(--brand-blue) 20%, transparent) !important;
}

.program-icon-blue svg {
  color: #2563eb !important;
}

/* PROGRAMS CTA SECTION */
.programs .section6.programs-cta {
  background-color: var(--color-red);
  padding: 5rem 0;
  text-align: center;
}

.programs .section6.programs-cta h2 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs .section6.programs-cta .section-description {
  color: var(--color-white);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
  line-height: 1.4;
}

/* CONTACT PAGE STYLES */
.contact .section1.contact-hero {
  background-color: var(--color-grey);
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 125px 0;
}

.contact .section1.contact-hero h1 {
  font-size: 2.25rem;
  color: var(--color-dark-grey);
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact .section1.contact-hero .hero-description,
.contact .section1.contact-hero .get-in-touch {
  color: var(--color-black) !important;
  font-size: 1.5rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
  line-height: 1.4;
}

.contact-info-section {
  max-width: 100%;
  margin: 0;
}

.contact .contact-item {
  font-size: 1.125rem;
  color: var(--color-dark-grey);
  margin-bottom: 1.5rem;
}

.contact .contact-item:last-child {
  margin-bottom: 0 !important;
}

.contact .contact-item strong {
  color: var(--color-dark-grey);
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.contact-form-section {
  background-color: var(--color-white);
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

.contact-info-box {
  background-color: var(--color-white);
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
  margin-bottom: 1.5rem;
}

.contact-map-section {
  background-color: var(--color-white);
  padding: 1rem;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

.contact-map-section iframe {
  width: 100% !important;
  height: 300px !important;
  border-radius: var(--border-radius);
}

/* Remove gaps between columns */
.contact .section1.contact-hero .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.contact .section1.contact-hero .col-lg-6 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}

.contact .section1.contact-hero .col-lg-6:last-child {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}

.contact-form-section input,
.contact-form-section textarea,
.contact-form-section select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Fix name fields to take full width */
.contact-form-section .wpforms-field-name-first,
.contact-form-section .wpforms-field-name-last {
  width: 100% !important;
  max-width: 100% !important;
}

.contact-form-section .wpforms-field-name-first input,
.contact-form-section .wpforms-field-name-last input {
  width: 100% !important;
  max-width: 100% !important;
}

/* Fix checkbox alignment */
.contact-form-section .wpforms-field-checkbox .wpforms-field-label {
  text-align: left !important;
}

.contact-form-section .wpforms-field-checkbox input[type="checkbox"] {
  margin-right: 8px !important;
}

/* Fix checkbox list items */
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
  text-align: left !important;
  display: block !important;
}

/* Fix WPForms field row width */
.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

/* Fix WPForms field label alignment */
.wpforms-container .wpforms-form .wpforms-field-label {
  text-align: left !important;
}

/* COMPREHENSIVE WPFORMS STYLING */
.wpforms-container {
  font-family: var(--font-family) !important;
}

/* Form Labels */
.wpforms-container .wpforms-field-label,
.wpforms-container legend.wpforms-field-label {
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
  color: var(--color-dark-grey) !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

/* Sub Labels (First/Last) */
.wpforms-container .wpforms-field-sublabel {
  font-family: var(--font-family) !important;
  font-size: 14px !important;
  color: var(--color-dark-grey) !important;
  font-weight: 400 !important;
  margin-top: 5px !important;
}

/* Form Inputs */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="number"],
.wpforms-container textarea {
  font-family: var(--font-family) !important;
  font-size: 16px !important;
  color: var(--color-dark-grey) !important;
  background-color: var(--color-white) !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: var(--border-radius) !important;
  padding: 12px 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
  line-height: 1.4 !important;
}

.wpforms-container input[type="text"]:focus,
.wpforms-container input[type="email"]:focus,
.wpforms-container input[type="number"]:focus,
.wpforms-container textarea:focus {
  border-color: var(--color-red) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}

/* Textarea specific */
.wpforms-container textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Required asterisk */
.wpforms-container .wpforms-required-label {
  color: var(--color-red) !important;
  font-weight: 600 !important;
}

/* Checkbox styling */
.wpforms-container .wpforms-field-checkbox ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
  gap: unset !important;
}

div.wpforms-container-full:not(:empty) {
  margin: 0 !important;
}

.wpforms-container .wpforms-field-checkbox ul li {
  margin-bottom: 12px !important;
  display: block !important;
  text-align: left !important;
}

.wpforms-container .wpforms-field-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin-right: 0 !important;
  margin-top: 2px !important;
  accent-color: var(--color-red) !important;
  cursor: pointer !important;
}

.wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline {
  font-family: var(--font-family) !important;
  font-size: 16px !important;
  color: var(--color-dark-grey) !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  display: inline-block !important;
  vertical-align: top !important;
  line-height: 1.4 !important;
}

/* Submit button container */
.wpforms-container .wpforms-submit-container {
  text-align: right !important;
}

/* Submit button */
.wpforms-container .wpforms-submit {
  background-color: var(--color-red) !important;
  color: var(--color-white) !important;
  font-family: var(--font-family) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 32px !important;
  border-radius: var(--border-radius) !important;
  border: 2px solid var(--color-red) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 1rem !important;
}

.wpforms-container .wpforms-submit:hover {
  background-color: white !important;
  color: var(--color-red) !important;
  border: 2px solid var(--color-red) !important;
  transform: translateY(-1px) !important;
}

.wpforms-container .wpforms-submit:active {
  transform: translateY(0) !important;
}

/* Field containers */
.wpforms-container .wpforms-field {
  margin-bottom: 0 !important;
}

/* Name field row */
.wpforms-container .wpforms-field-row {
  display: flex !important;
  width: 100% !important;
}

.wpforms-container .wpforms-field-row-block {
  flex: 1 !important;
  min-width: 0 !important;
}

/* Fieldset styling */
.wpforms-container fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Error styling */
.wpforms-container .wpforms-error {
  color: var(--color-red) !important;
  font-size: 14px !important;
  margin-top: 5px !important;
  font-family: var(--font-family) !important;
}

/* Loading spinner */
.wpforms-container .wpforms-submit-spinner {
  margin-left: 10px !important;
}

.contact-link {
  color: var(--color-dark-grey) !important;
  text-decoration: none;
  font-weight: 400;
  font-size: inherit;
  transition: color 0.3s ease;
  text-align: left;
}

.contact-link:hover {
  color: var(--color-red) !important;
  text-decoration: none;
}

/* PRIVACY POLICY & TERMS OF SERVICE PAGE STYLES */
.privacy-policy .section1.privacy-policy-content,
.terms-of-service .section1.terms-content {
  background-color: var(--color-grey);
  padding: 5rem 0;
  text-align: center;
  position: relative;
}

.privacy-policy .section1.privacy-policy-content h1,
.terms-of-service .section1.terms-content h1 {
  font-size: 2.25rem;
  color: var(--color-dark-grey);
  font-weight: 700;
  margin-bottom: 1rem;
}

.policy-content,
.terms-content-body {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.policy-content p,
.terms-content-body p {
  color: var(--color-dark-grey);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* SCHEDULE PAGE STYLES */
.schedule .section1.schedule-content {
  background-color: var(--color-grey);
  padding: 5rem 0;
  text-align: center;
  position: relative;
}

.schedule .section1.schedule-content h1 {
  font-size: 2.25rem;
  color: var(--color-dark-grey);
  font-weight: 700;
  margin-bottom: 1rem;
}

.schedule-embed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.schedule-embed iframe {
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

.home .section2 {
  background-color: var(--color-grey);
  padding: 5rem 0;
  text-align: center;
}

.home .section2 h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-description {
  color: var(--color-black);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

/* .programs-row {
  gap: 0.25rem;
} */

.program-card {
  background-color: var(--color-white);
  padding: 2rem 1.5rem;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-icon {
  width: 60px;
  height: 60px;
  background-color: color-mix(in oklab, var(--color-red) 10%, transparent);
  border-radius: 3.40282e38px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-icon svg {
  color: var(--color-red);
}

.program-card h3 {
  color: var(--color-black);
  font-weight: 600;
  margin-bottom: 1rem;
}

.program-card p {
  color: var(--color-dark-grey);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.home .section3 {
  background-color: var(--color-white);
  padding: 5rem 0;
  text-align: center;
}

.home .section3 h2 {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 1rem;
}

.programs-cards-row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .programs-cards-row .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.program-card-large {
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.program-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
}

.program-content {
  padding: 50px 25px 25px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.program-content h3 {
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}

.program-content p {
  color: var(--color-dark-grey);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  text-align: left;
}

.program-content .btn {
  margin-top: auto;
  text-align: center;
  justify-content: center;
}

.home .section4 {
  background-color: var(--color-dark-grey);
  padding: 5rem 0;
  text-align: center;
  overflow: visible;
  clip-path: none !important;
}

.home .section4 h2 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.home .section4 .section-description {
  color: oklch(0.872 0.01 258.338);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
}

.testimonial-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 6rem;
  background-color: #373737;
  border-radius: 9px;
}

.carousel-btn {
  background-color: var(--color-white);
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-btn:hover {
  background-color: var(--color-grey);
}

.carousel-btn svg {
  color: var(--color-dark-grey);
  width: 20px;
  height: 20px;
}

.prev-btn {
  left: 1rem;
}

.next-btn {
  right: 1rem;
}

.testimonial-card {
  background-color: transparent;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial {
  display: none;
}

.testimonial.active {
  display: block;
}

.testimonial-text {
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.testimonial-name {
  color: var(--color-red);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.testimonial-title {
  color: oklch(0.707 0.022 261.325);
  font-size: 0.875rem;
  margin-bottom: 0;
}

.home .section5 {
  background-color: var(--color-red);
  padding: 5rem 0;
  text-align: center;
}

.home .section5 h2 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.home .section5 .section-description {
  color: var(--color-white);
  font-size: 1.25rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
  line-height: 1.4;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.home .section6 {
  background-color: #9cafa1;
  text-align: left;
}
/* Blog Page */
img.card-img-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
h3.card-title a {
  font-size: 22px;
  text-decoration: none;
  line-height: 0.9em;
  font-weight: 600;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination li {
  margin: 0 5px;
}
.pagination a,
.pagination span {
  color: #242424;
  background-color: #e9e0d9;
  border: 1px solid #e9e0d9;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
  margin: 3px;
}
.pagination a:hover {
  background-color: #d3cbc5;
  border-color: #d3cbc5;
}
.pagination .current {
  background-color: #e9e0d9;
  color: var(--color-dark-grey);
  font-weight: bold;
}
/* Individual Blog Post */
.single-post-page {
  padding: 50px 0;
}
.single-post-page .section1 {
  padding: 0 0;
}
.post-thumbnail img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.post-title {
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.post-meta {
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
p.post-meta {
  color: #3a3a3a !important;
}
.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
}
.author-box {
  display: flex;
  align-items: center;
}
.author-box img {
  border-radius: 50%;
}
.comments-section {
  margin-top: 40px;
}
.post-meta svg {
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
span.author a {
  font-size: 15px;
  text-decoration: none;
  color: var(--color-dark-grey);
}
/* Media Queries */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    padding: 20px;
  }
  .dropdown-menu a:not(:last-child) {
    margin-bottom: 5px;
  }
  .navbar-nav .nav-item:last-of-type {
    margin-right: 20px;
  }
  .navbar-nav .dropdown-toggle::after {
    display: none !important;
  }
  .hide-desktop {
    display: none !important;
  }
  .hide-mobile {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 18px;
  }
  #submit {
    font-size: 18px;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    margin-top: 5px;  
}
  
  .navbar-collapse .navbar-nav:last-child {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
  }
  
  .navbar-collapse .btn-primary {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
  .navbar {
    padding: 4px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--color-white) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .navbar .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-toggler {
    padding-right: 0;
  }
  .navbar .gap-3 {
    gap: 0 !important;
  }
  
  #menu-main-menu {
    gap: 0 !important;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    text-align: left;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: var(--border-radius);
    margin-bottom: 4px;
  }
  
  .navbar-nav .nav-link:hover {
    background-color: rgba(220, 38, 38, 0.1);
    color: var(--color-red);
  }
  
  .navbar-nav .nav-link.current-menu-item {
    background-color: rgba(220, 38, 38, 0.5);
    color: var(--color-red);
    font-weight: 600;
  }
  
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after,
  .navbar-nav .nav-link.current-menu-item::after {
    display: none;
  }
  .row > [class^="col-"]:not(:first-child) {
    margin-top: 40px;
  }
  
  .home .section2 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .home .section3 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .home .section3 {
    padding: 4rem 0;
  }
  
  .carousel-btn {
    width: 35px;
    height: 35px;
  }
  
  .hero-subtitle {
    margin-top: 10px;
  }
  
  .hero-description {
    font-size: 1.25rem;
    margin-top: 20px;
  }
  
  .testimonial-carousel {
    padding: 2rem 5rem;
  }
  
  .testimonial-text {
    font-size: 1.3rem;
  }
  
  .home .section5 .section-description {
    font-size: 1.25rem;
  }
  
  .about .section1.about-hero {
    padding: 4rem 0;
  }
  
  .about .section1.about-hero .hero-subtitle {
    font-size: 2.25rem;
  }
  
  .about .section2.about-content {
    padding: 4rem 0;
  }
  
  .about .section3.about-values {
    padding: 4rem 0;
  }
  
  .about .section4.about-instructor {
    padding: 4rem 0;
  }
  
  .about .section5.about-cta {
    padding: 4rem 0;
  }
  
  .about .section2 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .about .section3 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .about .section4 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .about .section5 .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  
  .instructor-image {
    margin-bottom: 35px;
  }
  
  section {
    padding: 4rem 0;
  }
  .curved-section-up {
    padding: 135px 0;
    clip-path: unset;
  }
  .curved-section-down {
    padding: 135px 0;
    clip-path: unset;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .global-row {
    flex-wrap: wrap;
  }
  .global-col {
    width: 100% !important;
  }
  .full-width-button {
    width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  
  .program-card h3,
  .program-content h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  p {
    font-size: 14px;
  }
  
  .hero-subtitle {
    font-size: 2.25rem;
  }
  .post-title {
    font-size: 36px;
  }
  .single-post-page {
    padding: 0 0;
  }
  footer .row > [class^="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  .footer h5 {
    margin-bottom: 10px;
  }
  span.author a {
    font-size: 15px;
    text-decoration: none;
  }
  a.dropdown-item {
    font-size: 16px;
  }
}

/* GLOBAL TRIAL POP-UP STYLES */
.trial-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  max-width: 320px;
  z-index: 1000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e5e5;
}

.trial-popup.show {
  transform: translateY(0);
  opacity: 1;
}

.trial-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.trial-popup-title {
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-dark-grey);
  margin: 0;
  line-height: 1.3;
}

.trial-popup-dismiss {
  background: none;
  border: none;
  color: var(--color-dark-grey);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.trial-popup-dismiss:hover {
  background-color: #f3f4f5;
  color: var(--color-red);
}

.trial-popup-content {
  margin-bottom: 1rem;
}

.trial-popup-text {
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--color-dark-grey);
  line-height: 1.4;
  margin: 0 0 1rem 0;
}

.trial-popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.trial-popup-btn {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: var(--border-radius);
  border: 2px solid;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.trial-popup-btn-primary {
  background-color: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

.trial-popup-btn-primary:hover {
  background-color: var(--color-white);
  color: var(--color-red);
  border-color: var(--color-red);
  transform: translateY(-1px);
}

.trial-popup-btn-secondary {
  background-color: var(--color-white);
  color: var(--color-dark-grey);
  border-color: #e5e5e5;
}

.trial-popup-btn-secondary:hover {
  background-color: #f8f9fa;
  border-color: var(--color-dark-grey);
}


/* Mobile responsive adjustments for popup */
@media (max-width: 768px) {
  .trial-popup {
    bottom: 15px;
    right: 15px;
    left: 15px;
    max-width: none;
    padding: 1.25rem;
  }
  
  .trial-popup-title {
    font-size: 1rem;
  }
  
  .trial-popup-text {
    font-size: 13px;
  }
  
  .trial-popup-btn {
    font-size: 13px;
    padding: 12px 16px;
  }
}
