/* Launch production bundle.
   Source edits should still happen in the original CSS files:
   global1.css, header.css, footer.css, palettes/*, and font-options/*.
*/

@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/Open_Sans/light.eot');src:url('fonts/Open_Sans/lightd41d.eot?#iefix') format('embedded-opentype'),url('fonts/Open_Sans/light.woff2') format('woff2'),url('fonts/Open_Sans/light.woff') format('woff'),url('fonts/Open_Sans/light.ttf') format('truetype');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/Open_Sans/regular.eot');src:url('fonts/Open_Sans/regulard41d.eot?#iefix') format('embedded-opentype'),url('fonts/Open_Sans/regular.woff2') format('woff2'),url('fonts/Open_Sans/regular.woff') format('woff'),url('fonts/Open_Sans/regular.ttf') format('truetype');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/Open_Sans/bold.eot');src:url('fonts/Open_Sans/boldd41d.eot?#iefix') format('embedded-opentype'),url('fonts/Open_Sans/bold.woff2') format('woff2'),url('fonts/Open_Sans/bold.woff') format('woff'),url('fonts/Open_Sans/bold.ttf') format('truetype');}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:swap;src:url('fonts/Open_Sans/lightitalic.eot');src:url('fonts/Open_Sans/lightitalicd41d.eot?#iefix') format('embedded-opentype'),url('fonts/Open_Sans/lightitalic.woff2') format('woff2'),url('fonts/Open_Sans/lightitalic.woff') format('woff'),url('fonts/Open_Sans/lightitalic.ttf') format('truetype');}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/Open_Sans/italic.eot');src:url('fonts/Open_Sans/italicd41d.eot?#iefix') format('embedded-opentype'),url('fonts/Open_Sans/italic.woff2') format('woff2'),url('fonts/Open_Sans/italic.woff') format('woff'),url('fonts/Open_Sans/italic.ttf') format('truetype');}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:swap;src:url('fonts/Open_Sans/bolditalic.eot');src:url('fonts/Open_Sans/bolditalicd41d.eot?#iefix') format('embedded-opentype'),url('fonts/Open_Sans/bolditalic.woff2') format('woff2'),url('fonts/Open_Sans/bolditalic.woff') format('woff'),url('fonts/Open_Sans/bolditalic.ttf') format('truetype');}

/* Global Body Styling */
/* main page */

/* end main page styling */

body {
    background-color: #000; /* Black background for the page */
    color: #fff; /* White text for contrast */
    font-size: clamp(15px, 1vw, 16px);
    margin: 0;
    position: relative;
    min-height: 100vh; /* Ensures the body spans the full viewport height */
   /* padding-bottom: 60px;  20px Ensure space for the footer */
    display: flex;
    flex-direction: column;
    overflow: auto; /* No scroll bar on the main page */
}

/* Wrapper Styling */
.content-wrapper {
    flex: 1; /* Pushes footer to the bottom */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: flex-start; /* Align content at the top */
    align-items: center; /* Center horizontally */
    padding: 0; /* Ensure no extra spacing */
    width: 100%; /* Full width */
    height: auto; /* Adjust dynamically to content */
    box-sizing: border-box;
}
.social {
        text-align: center; /* Align text below the line */
        font-size: 1.1rem; /* Adjust as needed */
        line-height: 1.5; /* Improve readability */
        margin: 0 auto; /* Center the text */
        max-width: 80%; /* Optional: Limit text width for better readability */
}
/* Container for centering icons */
.social-icons-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; /* Center icons horizontally */
        margin: 1.25rem;
 /*   display: flex;
    flex-direction: column; /* Stack icons vertically */
 /*
 /*   margin-top: 1.25rem; /* 20px / 16px = 1.25rem */
}

/* Social Media Icons */
.social-icon-main {
    width: 5.25rem; /* 36px / 16px = 2.25rem */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    margin: 0.625rem 0; /* 10px / 16px = 0.625rem */
}

.social-icon-main img {
    width: 5.25rem; /* 36px / 16px = 2.25rem */
    height: 5.25rem; /* 36px / 16px = 2.25rem */
    margin-bottom: 0.3125rem; /* 5px / 16px = 0.3125rem */
}

.social-icon-main:hover {
    transform: scale(1.2);
    opacity: 0.8;
}


/* Banner Styling */
.banner {
    width: min(1200px, calc(100% - clamp(20px, 4vw, 40px)));
    min-height: clamp(56px, 8vw, 74px);
    padding: clamp(8px, 1.4vw, 12px) clamp(16px, 3vw, 28px);
    border-radius: clamp(8px, 1.5vw, 12px);
    border: 2px solid #fff;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: clamp(56px, 7vw, 72px) auto clamp(10px, 1.8vw, 16px) auto;
    box-sizing: border-box;
    top: 0px;
}
.banner-sched {
    margin: 0px auto;
}
/* Banner Text */
.banner-text {
    position: static;
    transform: none;
    color: #fff; /* White text for contrast */
    font-family: 'Verdana',sans-serif;
    font-size: clamp(1.35rem, 4.2vw, 2.4rem);
    text-align: center;
    font-weight: bold;
    line-height: 1.08;
    width: 100%;
    max-width: 100%;
    text-wrap: balance;
/*    text-shadow: 0 0 10px #3b78ee, 0 0 20px #3b78ee, 0 0 30px #3b78ee,
                 0 0 40px #0746c1, 0 0 50px #0746c1, 0 0 60px #0746c1;
    animation: glow-pulse 2s infinite;  Infinite pulsing glow
    -webkit-text-stroke: 2px #fee500;
*/
    padding-bottom: 0px;
}
.banner-text-college {
position: relative;
font-family: 'Verdana',sans-serif;
    font-size: clamp(16px, 5vw, 24px); /* Dynamically adjust font size */ /* font-size: min(5vw, 60px);  Responsive font size */
    text-align: center;
    font-weight: bold;
background-color:#79001F;
color: #FFDD00;
border:.2rem solid #FFDD00;
    align-items:center; /* Horizontally center the text */
  /*transform: rotate(-45deg);*/
/*  width: 450px;
  height: 30px;
  top: 50%;  Vertically center the text */
padding: 10px;
margin: 5px;
}

/* Keyframes for More Intense Pulsing Glow */
@keyframes enhanced-glow-pulse {
    0% {
        text-shadow: 0 0 10px #3b78ee, 0 0 20px #3b78ee, 0 0 30px #3b78ee,
                     0 0 40px #0746c1, 0 0 50px #0746c1, 0 0 60px #0746c1;
    }
    50% {
        text-shadow: 0 0 40px #3b78ee, 0 0 80px #3b78ee, 0 0 120px #3b78ee,
                     0 0 160px #0746c1, 0 0 200px #0746c1, 0 0 240px #0746c1;
    }
    100% {
        text-shadow: 0 0 10px #3b78ee, 0 0 20px #3b78ee, 0 0 30px #3b78ee,
                     0 0 40px #0746c1, 0 0 50px #0746c1, 0 0 60px #0746c1;
    }
}
/*  Main section of page for content */
/*************************************/



/* White Rectangle Styling */
.white-rectangle {
    background-color: #fff;
    color: #000;
    width: min(1200px, calc(100% - clamp(20px, 4vw, 40px)));
    height: auto; /* Adjust dynamically to content */
    margin-top: clamp(12px, 2vw, 20px);
    padding: 0px; /*0px 0px 20px 0px;*/
    border-radius: clamp(8px, 1.5vw, 12px);
    border: 2px solid #3b78ee;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    font-size: min(5vw, 16px); /* Responsive font size */
    font-weight: 500;
    line-height: 1.5em;
    text-align: center; /* Align text to the center */
    font-family: 'Verdana', sans-serif;
 /*   max-height: calc(100vh - 150px);  Adjust to viewport */
    overflow-y: auto; /* Enable scrolling when content exceeds max height */
    box-sizing: border-box;
}


/* END white rectangle scheduling page formatting */

.white-rectangle p {
    color: #000000; /* Subtle gray for paragraph text */

    font-size: clamp(15px, 1.1vw, 17px);
    text-align: left;
}
.white-rectangle starter {
      color: #000000; /* black paragraph text */
      font-size: min(5vw, 18px); /* Adjust as needed */
      font-weight: bold;
}
.inner-format {
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto ;
}
.vertical-ul {
  align-items: left !important;
  padding: 0 !important;
}
    /* Styling for the White Rectangle */
.inner-section p {
    background-color: #fff; /* White background */
    padding: 0px; /* Padding inside the rectangle */
    margin: 10px ; /* Center the rectangle and add spacing around it */
    max-width: 100%; /* Limit rectangle width for better layout */
    height: auto;
    border-radius: 10px; /* Rounded corners for visual appeal */
 /*   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  Subtle shadow for depth */
    text-align: center;
}
.inner-section-pay {
    background-color: #fff; /* White background */
    padding: 5px; /* Padding inside the rectangle */
    margin: 0px auto; /* Center the rectangle and add spacing around it */
    max-width: 100%; /* Limit rectangle width for better layout */
    border-radius: 10px; /* Rounded corners for visual appeal */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center;
    overflow-y: auto;
}

.hours p {
    font-size: min(3.5vw, 20px);
}
.inner-section h1, .inner-section-sched h1, .inner-section-pay h1 {
        font-size: min(4vw, 24px);
}
.about {
        font-size: min(9vw, 36px);
        margin: 10px;
}

.inner-section-sched {
    background-color: #fff; /* White background */
    padding: 0px; /* Padding inside the rectangle */
    margin: 0px auto; /* Center the rectangle and add spacing around it */
    max-width: 100%; /* Limit rectangle width for better layout */
    border-radius: 10px; /* Rounded corners for visual appeal */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center;
    overflow-y: auto;
}


.MT {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
#map {
    width: min(100%, 800px);
    height: clamp(320px, 60vw, 600px);
    border:0;
}

.inner-section-sched h3 {
    font-weight: bold;
    }
.cal-embed {
    display: block; /* Prevent inline iframe margin issues */
    width: 100%;
    height: 85vh; /* Ensure this matches the desired viewport height */
    border: none; /* Remove default iframe borders */
    margin: 0; /* Ensure no margin is added */
    padding: 0;
    overflow: hidden; /* Ensure no internal scrollbars show */
}
    /* Styling for the Title */
    .inner-title {
        text-align: center;
        font-size: min(4vw, 40px); /* Adjust as needed */
        font-weight: bold;
        margin-bottom: 20px; /* Space between the title and the line */
        line-height: 1.25em;
    }

    /* Styling for Horizontal Line */
    .inner-line {
        width: 50%; /* 50% of the screen width */
        height: 5px; /* Thickness of the line */
        background-color: #3b78ee; /* Line color */
        margin: 0px auto 10px auto; /* Center the line and add space below */
        display: block; /* Ensure it behaves like a block element */
    }
    /* Styling for Mini Horizontal Line */
    .mini-line {
        width: 25%; /* 50% of the screen width */
        height: 5px; /* Thickness of the line */
        background-color: #3b78ee;  /* Line color */
        margin: 0px auto 10px; /* Center the line and add space below */
        display: block; /* Ensure it behaves like a block element */
    }
    /* Styling for Text Section */
    .inner-text {
        text-align: left; /* Align text below the line */
        font-size: 1.2rem; /* Adjust as needed */
        line-height: 1.5; /* Improve readability */
        margin: 0 auto; /* Center the text */
        max-width: 80%; /* Optional: Limit text width for better readability */
    }

.instruct_bio {
        text-align: left; /* Align text below the line */
        font-size: 1.1rem; /* Adjust as needed */
        line-height: 1.5; /* Improve readability */
        margin: 0 auto; /* Center the text */
        max-width: 80%; /* Optional: Limit text width for better readability */
}
.lineage_div {
        text-align: left; /* Align text below the line */
        font-size: 1.1rem; /* Adjust as needed */
        line-height: 1.5; /* Improve readability */
        margin: 0 auto; /* Center the text */
        max-width: 80%; /* Optional: Limit text width for better readability */
}

.lineage_div li {
    font-size: 1.1rem;
    margin-left: 2px;
    list-style-type: disc;
    line-height: 1.5; /* Improve readability */
    margin: 0 auto; /* Center the text */
    max-width: 80%; /* Optional: Limit text width for better readability */
 }

    /* Button Container for Centering */
    .button-container {
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        margin-top: 20px; /* Add spacing above the button */
        margin-bottom: 20px;
    }

    /* Button Styling */
    .schedule-button {
        padding: 10px 20px; /* Button padding */
        background-color: #3b78ee; /* Button background color #0746c1 */
        color: #fff; /* Text color */
        text-decoration: none; /* Remove underline */
        font-size: 1rem; /* Font size */
        font-weight: bold;
        border-radius: 5px; /* Rounded corners */
        text-align: center; /* Center text */
        transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth hover effects */
    }

    /* Button Hover Effect */
    .schedule-button:hover {
        background-color: #0746c1; /* Darker blue on hover */
        transform: scale(1.05); /* Slight zoom effect */
    }
        /* Button Styling */
    .payment-button {
        padding: 10px 20px; /* Button padding */
        background-color: #3b78ee; /* Button background color */
        color: #fff; /* Text color */
        text-decoration: none; /* Remove underline */
        font-size: 1rem; /* Font size */
        font-weight: bold;
        border-radius: 5px; /* Rounded corners */
        text-align: center; /* Center text */
        transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth hover effects */
    }

    /* Button Hover Effect */
    .payment-button:hover {
        background-color: #0746c1; /* Darker blue on hover */
        transform: scale(1.05); /* Slight zoom effect */
    }
/* rules and competition links ** found on kickboxing page ** */
.competition-resources-simple {
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 18px 22px;
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  text-align: left;
}

.competition-resources-simple p {
  margin: 0 0 14px 0;
  line-height: 1.5;
}

.competition-resources-simple p:last-child {
  margin-bottom: 0;
}

.competition-resources-simple strong {
  color: #111;
}
/* END rules and competition links ** found on kickboxing page ** */

/* Image Grid Styling */
.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-item {
  flex: 0 1 calc(33.333% - 10px);
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}

.image-item img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.image-item p {
  width: 100%;
  box-sizing: border-box;
  font-size: min(1vw, 15px);
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 0 auto;
}
/* Contact form formatting on contact.php */
#frameCogCont {
    border:0;
    width:100%;
/*    height: 574px; */
}
/* Waiver form formatting on waiver.php */
#frameCogWaiv {
    border:0;
    width:100%;
/*    height:500; */
    }
/* schedule formatting */
#frameteam {
    border:0;
    width:100%;
    height: min(1000px, 85vh);
}
blockquote {
    color: inherit;
    margin: 10px;
    font-family: 'verdana', serif;
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 400;
    line-height: normal;
    font-style: italic;
    text-align: center;
}

/* Hamburger Menu */
.hamburger {
    display: none; /* Default: hidden on desktop */
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    padding: 10px;
}
.hamburger span {
    background-color: #fff;
    height: 3px;
    width: 25px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Show Hamburger Menu on Mobile */
@media screen and (max-width: 768px) {
    .hamburger {
        display: flex; /* Show on mobile */
    }

    /* Hide Main Menu by Default */
    .main-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px; /* Below header */
        left: 0;
        width: 100%;
        background-color: #333; /* Match site theme */
        z-index: 1000;
    }
    .social-icon-main {
        width: 18px; /* Reduce icon size */
        height: 18px;
        margin: 0; /* Remove unnecessary margin */
    }

    /* Show Main Menu When Active */
    .main-menu.active {
        display: flex;
    }
    /* Adjust Submenus for Mobile */
    .submenu {
        display: none; /* Hidden by default */
        position: static; /* Inline with parent */
    }

    .has-submenu.open > .submenu {
        display: block; /* Show submenu on click */
    }

    .white-rectangle p {
        font-size: 0.9rem; /* Slightly smaller font */
        line-height: 1.4; /* Adjust line spacing */
    }

    /* NEW CHATGPT SUGGESTIONS */
        .banner {
        margin: clamp(56px, 14vw, 72px) auto 12px;
        min-height: clamp(52px, 12vw, 64px);
        padding-inline: 14px;
    }

        .content-wrapper {
        padding: 10px; /* Add some padding */
    }
        .white-rectangle {
        width: calc(100% - 20px);
        max-width: 100%;
        margin: 10px;
        padding: 10px; /* Reduce padding */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    }
    #map {
        height: 500px;
        width:100%;
    }
/* Mobile font adjustments */
    .banner-text {
        font-size: clamp(1.2rem, 6vw, 1.75rem);
    }
    .white-rectangle p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    blockquote {
        font-size: 0.95rem;
    }
}
@media (max-width: 600px) {
  .social-icon-main img {
    width: 4rem;        /* e.g. 32px */
    height: 4rem;       /* e.g. 32px */
    margin-bottom: 0.25rem; /* e.g. 4px */
  }

  .image-item {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .image-item img,
  .image-item p {
    width: 100%;
    max-width: 100%;
  }
  .image-item p {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .social-icon-main img {
    width: 3.5rem;        /* e.g. 28px */
    height: 3.5rem;       /* e.g. 28px */
    margin-bottom: 0.2rem; /* e.g. 3px */
  }
}

/* ===== SITE FOOTER ===== */
/* Compact footer with strong overrides to avoid inherited white bars. */

footer.site-footer {
  background-color: var(--site-bg-section, #0f1118) !important;
  color: var(--site-text-soft, #d9e3ff);
  padding: 20px 16px 0;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.45;
  width: 100%;
  box-sizing: border-box;
}

/* Prevent inherited generic paragraph/link styles from page-level CSS */
footer.site-footer,
footer.site-footer *,
footer.site-footer p,
footer.site-footer a,
footer.site-footer li,
footer.site-footer div,
footer.site-footer span,
footer.site-footer ul,
footer.site-footer h3,
footer.site-footer h4 {
  background-image: none !important;
  box-shadow: none !important;
  max-width: none !important;
}

footer.site-footer .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

footer.site-footer .footer-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer.site-footer .footer-col > * {
  width: 100%;
}

footer.site-footer .footer-heading {
  color: var(--site-text, #ffffff);
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}

/* If any text backplate appears, force it to card-blue instead of white */
footer.site-footer p.footer-text,
footer.site-footer p.footer-address,
footer.site-footer .footer-bottom p {
  background-color: var(--site-surface, #1f2a44) !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  margin: 0 auto 8px !important;
  width: min(100%, 260px);
  display: block;
}

footer.site-footer p.footer-text {
  color: var(--site-text-soft, #e7eeff) !important;
  font-size: 13px;
  text-align: center;
}

footer.site-footer p.footer-address {
  text-align: center;
}

footer.site-footer .footer-hours {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}

footer.site-footer .footer-hours li {
  display: grid;
  grid-template-columns: 42px max-content;
  justify-content: start;
  column-gap: 8px;
  padding: 2px 0;
  color: var(--site-text-soft, #e7eeff);
  font-size: 13px;
}

footer.site-footer .footer-hours li span:first-child {
  font-weight: 700;
  color: var(--site-text, #ffffff);
  min-width: 34px;
  text-align: left;
}

/* Footer links requested color */
footer.site-footer .footer-col a,
footer.site-footer .footer-town-links a,
footer.site-footer .footer-address a {
  color: var(--site-yellow, #fee500) !important;
  text-decoration: none;
}

footer.site-footer .footer-col a:hover,
footer.site-footer .footer-town-links a:hover,
footer.site-footer .footer-address a:hover {
  color: var(--site-white, #ffffff) !important;
}

footer.site-footer .footer-subheading {
  color: var(--site-text, #ffffff);
  font-size: 12px;
  margin: 10px 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

footer.site-footer .footer-town-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

footer.site-footer .footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 8px auto 0;
  align-items: center;
  width: fit-content;
}

footer.site-footer .footer-social a {
  display: inline-flex;
  line-height: 1;
  opacity: 0.95;
}

footer.site-footer .footer-social a:hover {
  opacity: 1;
}

footer.site-footer .footer-social a svg {
  width: 20px;
  height: 20px;
}

/* Brand icon colors (no default blue/purple overlay) */
footer.site-footer .footer-social a.facebook { color: #1877F2 !important; }
footer.site-footer .footer-social a.instagram { color: #E4405F !important; }

footer.site-footer .footer-bottom {
  border-top: 1px solid var(--site-border, #27314a) !important;
  margin-top: 14px;
  padding: 10px 0 12px;
  text-align: center;
}

footer.site-footer .footer-bottom p {
  color: var(--site-text-soft, #d2ddfb) !important;
  font-size: 12px;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  footer.site-footer {
    padding: 16px 12px 0;
  }

  footer.site-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  footer.site-footer p.footer-text,
  footer.site-footer p.footer-address {
    text-align: center;
  }

  footer.site-footer .footer-hours li {
    justify-content: center;
  }

  footer.site-footer .footer-social {
    justify-content: center;
  }
}

/* General Reset */
body, ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Open Sans', Arial, sans-serif;
}

/* Navigation Styling */
nav {
    background-color: #000;
    color: #fee500;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}

/* Contact Info */
.contact-info {
    display: flex;
    gap: 8px;
    font-size: clamp(11px, 0.85vw, 13px);
    align-items: center;
    padding: 8px 10px;
    flex-wrap: wrap;
}

.contact-info .contact-pill {
    color: #fee500 !important;
    text-decoration: none;
    background: transparent;
    border-radius: 6px;
    padding: clamp(3px, 0.35vw, 4px) clamp(6px, 0.7vw, 8px);
    font-size: inherit;
    line-height: 1.2;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.contact-info .contact-pill:hover {
    color: #fff !important;
    background: transparent;
}

/* Social Media Icons */
.social-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-left: 0;
    line-height: 1;
    align-items: center;
    justify-content: center;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}
.social-icon:hover {
    opacity: 1;
}
.social-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.social-icon.facebook { color: #1877F2 !important; }
.social-icon.instagram { color: #E4405F !important; }

.palette-control {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--site-yellow, #fee500);
    font-size: inherit;
    line-height: 1.2;
}

.palette-toggle {
    appearance: none;
    background: var(--site-surface, #1f2a44);
    border: 1px solid var(--site-border, #3a4f7a);
    border-radius: 6px;
    color: var(--site-yellow, #fee500);
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    padding: clamp(3px, 0.35vw, 4px) clamp(6px, 0.7vw, 8px);
}

.palette-toggle:hover {
    background: var(--site-surface-deep, #182033);
    color: var(--site-white, #fff);
}

.palette-current {
    color: var(--site-text-soft, #dce6ff);
    white-space: nowrap;
}

/* Main Menu */
.main-menu {
    display: flex;
    gap: 0px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    min-width: 0;
}

.main-menu li {
    position: relative;
}


/* General Menu Item Styling */
.main-menu li a {
    color: #fee500;
    padding: clamp(6px, 0.65vw, 8px) clamp(8px, 0.95vw, 12px);
    text-transform: uppercase;
    font-size: clamp(11px, 0.95vw, 14px);
    border: 2px solid transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block; /* Ensure inline-block for proper hover behavior */
    background-color: #000;
    background-color: transparent;
    border-radius: 4px;
    line-height: 1.15;
    white-space: nowrap;
}


/* Hover Styles for Both Main Menu and Submenu Items */
.main-menu li a:hover {
    background-color: transparent;
    border: 2px solid #fff; /* White border on hover */
    border-radius: 4px; /* Rounded corners */
}

/* Submenus */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 15px;
    padding: 0px 0; /* Add padding inside the submenu */
    background-color: #000;
    background-color: transparent;
    color: #fee500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: .75px solid #fff; /* Transparent border for hover effect */
    border-radius: 4px;
    z-index: 2000;
}

/* Show submenu on hover */
.has-submenu:hover > .submenu {
    display: block; /* Show submenu on hover */
    left: 50px;
}
/* Ensure submenu does not block clicks on the parent link */
.has-submenu > .submenu {
    pointer-events: auto;
}

/* Submenu Item Styling */
.submenu li a {
    color: #fee500; /* Yellow text */
    padding: clamp(10px, 0.9vw, 12px) clamp(12px, 1.1vw, 15px); /* Same padding as main menu */
    text-transform: uppercase; /* Consistent capitalization */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover transition */
    font-size: clamp(11px, 0.95vw, 14px); /* Same font size */
    border: 1px solid transparent; /* Transparent border for hover effect */
    border-radius: 4px; /* Rounded corners */
    display: block; /* Ensure full-width clickable area */
    line-height: 1.5; /* Increase line spacing for better readability */
}

@media screen and (max-width: 1180px) and (min-width: 921px) {
    .contact-info {
        gap: 6px;
        padding: 6px 8px;
        max-width: 38%;
    }

    .main-menu {
        max-width: 62%;
    }

    .main-menu li a {
        letter-spacing: 0.02em;
        padding-inline: clamp(6px, 0.7vw, 9px);
        font-size: clamp(10px, 0.9vw, 12px);
    }
}


/* Submenu Hover Styles */
 .submenu li a:hover {
    background-color: transparent;
    border: 2px solid #fff; /* White border on hover */
    border-radius: 4px; /* Rounded corners */
}

/* Remove Margin for Last Submenu Item */
.submenu li:last-child {
    margin-bottom: 0; /* Prevent extra space at the end */
}

/* Mobile Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    padding: 10px;
}
.hamburger span {
    background-color: #fff;
    height: 3px;
    width: 25px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Show Hamburger Menu on Mobile */  /* ADDED on 11/25/2024 */
@media screen and (max-width: 920px) {
    .hamburger {
        display: flex; /* Show on mobile */
    }
    .main-menu {
        display: none; /* Hidden by default */
        flex-direction: column;
        position: absolute;
        top: 50px; /* Below header */
        left: 0;
        width: 100%;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        border: 2px solid transparent; /* Transparent border for hover effect */
        border-radius: 4px; /* Rounded corners */
        background-color: transparent;
        z-index: 1000;
    }
    .contact-info {
        flex-wrap: wrap;
        font-size: 12px;
        justify-content: flex-start;
        gap: 5px; /* Reduce spacing between elements */
        padding: 6px 8px;
        max-width: calc(100% - 52px);
    }

    .contact-info .contact-pill {
        font-size: 11px;
        padding: 3px 6px;
        margin: 0;
    }

    .social-icon {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .palette-control {
        font-size: 11px;
    }

.main-menu li {
        width: 100%; /* Ensure full-width for the items */
        text-align: left; /* Align text to the left */
        padding: 10px 15px; /* Add padding for spacing */
    }

.submenu li {
margin-bottom: 10px; /* Add spacing */
}
/* General Menu Item Styles */
.main-menu li a {
        display: block; /* Ensure block display for alignment */
        text-align: left; /* Align the text to the left */
        padding: 10px 15px; /* Adjust spacing for touch-friendly buttons */
        color: #fee500; /* Maintain color consistency */
        background-color: transparent;
        border: 2px solid transparent; /* Keep border styling */
        border-radius: 4px; /* Rounded corners */
        line-height: 1.25;
    }

.submenu li a {
    color: #fee500; /* Yellow text */
    padding: 12px 15px; /* Same padding as main menu */
    text-transform: uppercase; /* Consistent capitalization */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover transition */
    font-size: 14px; /* Same font size */
    border: 2px solid transparent; /* Transparent border for hover effect */
    border-radius: 4px; /* Rounded corners */
    display: block; /* Ensure full-width clickable area */
    line-height: 1.25;
}
/* Hover Styles for Both Main Menu and Submenu Items */
.main-menu li a:hover,
.submenu li a:hover {
    background-color: transparent;
    border: 2px solid #fff; /* White border on hover */
    border-radius: 4px; /* Rounded corners */
}
    .main-menu.active {
        display: flex; /* Show menu when toggled */
    }

    /* Adjust Submenus for Mobile */

    .submenu {
        display: none; /* Default: Hidden */
        position: static; /* Adjust submenu position for mobile */
        background-color: #000; /* Slightly darker background for distinction */
        box-shadow: none; /* Remove box shadow for mobile */
        padding: 0; /* Remove extra padding */
    }

    .submenu li {
    padding-left: 20px; /* Indent submenu items */
    }
    .has-submenu.open > .submenu {
        display: block; /* Show submenu on click */
    }
}

/*
  Option 1: Competition Blue
  Keep: black #000000, yellow #fee500, white #ffffff
  Accent system: energetic royal blue, deep navy, cool pale text
*/

:root {
  --site-black: #000000;
  --site-yellow: #fee500;
  --site-white: #ffffff;
  --site-bg: #000000;
  --site-bg-section: #0a0a0a;
  --site-bg-alt: #041638;
  --site-surface: #083080;
  --site-surface-deep: #041951;
  --site-surface-soft: #06236d;
  --site-border: #fee500;
  --site-border-strong: #fee500;
  --site-hover: #fee500;
  --site-primary: #0057dc;
  --site-primary-hover: #0044ca;
  --site-primary-deep: #0034a6;
  --site-text: #f9fbff;
  --site-text-soft: #dce6ff;
  --site-text-muted: #b9cbef;
  --site-card-shadow: 0 8px 22px rgba(0, 21, 84, 0.48);
  --site-card-shadow-hover: 0 10px 24px rgba(254, 229, 0, 0.28), 0 0 20px rgba(0, 87, 220, 0.34);
}

body,
.hero {
  background: var(--site-bg) !important;
}

.programs,
.faq-section,
.about-story,
.about-philosophy,
.about-team-teaser,
.about-trust-links,
footer.site-footer {
  background: var(--site-bg-section) !important;
}

.why-us,
.final-cta,
.about-schedule-cta {
  background: var(--site-bg-alt) !important;
}

nav,
.submenu,
.main-menu,
.contact-pill,
footer.site-footer .footer-info-card,
footer.site-footer .footer-copyright,
body.program-page .lineage_div,
body.program-page .content-card,
body.program-page .instruct_bio,
body.program-page .competition-resources-simple,
body.program-page .inner-section > p,
.program-card,
.philosophy-card,
.team-card,
.trust-link,
.testimonial-card,
body.program-page .payment-frequency-item,
body.program-page .payment-table-placeholder {
  background: linear-gradient(180deg, var(--site-surface) 0%, var(--site-surface-deep) 100%) !important;
  border-color: var(--site-border) !important;
  box-shadow: var(--site-card-shadow) !important;
}

body.program-page iframe,
body.program-page .container,
body.program-page .two-column-container,
body.program-page .calendar-container,
body.program-page .actions-container,
body.program-page #dailysched {
  background: var(--site-surface-soft) !important;
  border-color: var(--site-border) !important;
}

h1,
h2,
h3,
.section-title,
.footer-heading,
.hero-overlay h1,
.about-section h1,
.about-section h2,
body.program-page .inner-title,
body.program-page h1,
body.program-page h2,
body.program-page h3 {
  color: var(--site-text) !important;
}

p,
li,
.section-subtitle,
.hero-overlay p,
.program-card p,
.why-item p,
.faq-container .ans,
.final-cta p,
.about-text p,
.team-intro,
.cta-text,
body.program-page p,
body.program-page li,
body.program-page .credential-note,
footer.site-footer {
  color: var(--site-text-soft) !important;
}

a,
nav a,
.main-menu a,
footer.site-footer .footer-col a,
footer.site-footer .footer-service-bar a,
body.program-page main a,
.trust-link {
  color: var(--site-yellow) !important;
}

a:hover,
nav a:hover,
.main-menu a:hover,
footer.site-footer .footer-col a:hover,
footer.site-footer .footer-service-bar a:hover,
body.program-page main a:hover {
  color: var(--site-white) !important;
}

.hero-cta,
.schedule-button,
.payment-button,
.btn-primary,
.section-divider,
.section-line,
.inner-line,
.mini-line {
  background: var(--site-primary) !important;
}

.hero-cta:hover,
.schedule-button:hover,
.payment-button:hover,
.btn-primary:hover {
  background: var(--site-primary-hover) !important;
}

.banner,
.white-rectangle,
.btn-secondary {
  border-color: var(--site-border-strong) !important;
}

.program-card:hover,
.philosophy-card:hover,
.team-card:hover,
.trust-link:hover,
.testimonial-card:hover {
  border-color: var(--site-hover) !important;
  box-shadow: var(--site-card-shadow-hover) !important;
}

/* Shared palette application layer.
   Each option folder sets --site-* variables; this file applies them across the site.
*/

body,
.hero {
  background: var(--site-bg, #000000) !important;
}

.programs,
.faq-section,
.about-story,
.about-philosophy,
.about-team-teaser,
.about-trust-links,
footer.site-footer {
  background: var(--site-bg-section, #0a0a0a) !important;
}

.why-us,
.final-cta,
.about-schedule-cta {
  background: var(--site-bg-alt, #111725) !important;
}

nav,
.submenu,
.main-menu,
.contact-pill,
footer.site-footer .footer-info-card,
footer.site-footer .footer-copyright,
footer.site-footer .footer-brand-wrap .brand-tagline,
footer.site-footer p.footer-text,
footer.site-footer p.footer-address,
footer.site-footer .footer-bottom p,
body.program-page .lineage_div,
body.program-page .content-card,
body.program-page .instruct_bio,
body.program-page .competition-resources-simple,
body.program-page .inner-section > p,
.program-card,
.philosophy-card,
.team-card,
.trust-link,
.testimonial-card,
body.program-page .payment-frequency-item,
body.program-page .payment-table-placeholder {
  background: linear-gradient(180deg, var(--site-surface, #1f2a44) 0%, var(--site-surface-deep, #182033) 100%) !important;
  border-color: var(--site-border, #3a4f7a) !important;
  box-shadow: var(--site-card-shadow, 0 6px 18px rgba(0, 0, 0, 0.35)) !important;
}

body.program-page iframe,
body.program-page .container,
body.program-page .two-column-container,
body.program-page .calendar-container,
body.program-page .actions-container,
body.program-page #dailysched {
  background: var(--site-surface-soft, #1a2236) !important;
  border-color: var(--site-border, #3a4f7a) !important;
}

h1,
h2,
h3,
.section-title,
.footer-heading,
footer.site-footer .footer-heading,
footer.site-footer .brand-title,
.hero-overlay h1,
.about-section h1,
.about-section h2,
body.program-page .inner-title,
body.program-page h1,
body.program-page h2,
body.program-page h3 {
  color: var(--site-text, #f9fbff) !important;
}

p,
li,
.section-subtitle,
.hero-overlay p,
.program-card p,
.why-item p,
.faq-container .ans,
.final-cta p,
.about-text p,
.team-intro,
.cta-text,
body.program-page p,
body.program-page li,
body.program-page .credential-note,
footer.site-footer,
footer.site-footer .brand-tagline,
footer.site-footer .footer-hours li {
  color: var(--site-text-soft, #dce6ff) !important;
}

a,
nav a,
.main-menu a,
footer.site-footer .footer-col a,
footer.site-footer .footer-service-bar a,
body.program-page main a,
.trust-link {
  color: var(--site-yellow, #fee500) !important;
}

a:hover,
nav a:hover,
.main-menu a:hover,
footer.site-footer .footer-col a:hover,
footer.site-footer .footer-service-bar a:hover,
body.program-page main a:hover {
  color: var(--site-white, #ffffff) !important;
}

.hero-cta,
.schedule-button,
.payment-button,
.btn-primary,
.section-divider,
.section-line,
.inner-line,
.mini-line {
  background: var(--site-primary, #3b78ee) !important;
}

.hero-cta:hover,
.schedule-button:hover,
.payment-button:hover,
.btn-primary:hover {
  background: var(--site-primary-hover, #2a5fd4) !important;
}

.banner,
.white-rectangle,
.btn-secondary,
footer.site-footer .footer-service-bar,
footer.site-footer .footer-bottom {
  border-color: var(--site-border-strong, #5f82c9) !important;
}

.program-card:hover,
.philosophy-card:hover,
.team-card:hover,
.trust-link:hover,
.testimonial-card:hover {
  border-color: var(--site-hover, #7eb0ff) !important;
  box-shadow: var(--site-card-shadow-hover, 0 10px 22px rgba(0, 0, 0, 0.45)) !important;
}

:root {
  --site-font-body: 'Open Sans', Arial, sans-serif;
  --site-font-heading: 'Open Sans', Arial, sans-serif;
  --site-font-nav: 'Open Sans', Arial, sans-serif;
  --site-heading-letter-spacing: 0.02em;
  --site-nav-letter-spacing: 0.02em;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--site-font-body) !important;
}

p,
li,
a,
label,
summary,
details,
td,
th,
.ans,
.banner,
.footer-contact-card,
.image-item p {
  font-family: var(--site-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner-text,
.section-title,
.inner-title,
.hero-overlay h1,
.final-cta h2 {
  font-family: var(--site-font-heading) !important;
  letter-spacing: var(--site-heading-letter-spacing);
}

nav,
.main-menu li a,
.submenu li a,
.contact-info,
.palette-control,
.hero-cta,
.schedule-button,
.btn-primary {
  font-family: var(--site-font-nav) !important;
  letter-spacing: var(--site-nav-letter-spacing);
}

.font-current {
  min-width: 74px;
  text-align: center;
}
