
    :root {
        --pink: #e02387;
        --light-blue: #319ec7;
        --mid-blue: #3857ad;
        --bright-blue: #65a2d2;
        --pink-rgb: (224, 35, 135);
        --light-blue-rgb: (49, 158, 199);
        --mid-blue-rgb: (56, 87, 173);
        --bright-blue-rgb: (101, 162, 210);
        --white: #ffffff;
        --black: #000000;
    }
    

  /*brand colors*/
  /*
  PINK: #e02387
  Light Blue: #319ec7
  Mid Blue: #3857ad
  Bright Blue: #65a2d2
  */
  
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

 body {
      background-color: #000;
      min-height: 100vh;
      width: 100%;
      margin: 0;
      padding: 0;
  }
  
  * {
    box-sizing: border-box;
  }

  .body-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  /* .body-content .row:first-child
  {
    margin-top: 4rem;
  } */
  
  h1, h2, h3, h4, h5, h6, b, em, p, ul, li {
      color: #fff;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-block-start: 1rem;
    margin-block-end: 1rem;
  }
  
  .tele, h1 {
      font-family: 'Tele-marines', sans-serif;
  }
  
  p, body, .monaco {
      font-family: 'Monaco', sans-serif;
  }
  
  .centered-text {
      text-align: center;
  }

  a, .response-message, #response {
    color: #fff;
    text-decoration: none;
  }

  .breadcrumbs {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .bold, .breadcrumbs a {
    font-weight: 600;
    color: var(--bright-blue);
  }

  ul {
    padding-inline-start: 0rem;
    list-style-type: none;
    margin-block-start: 0rem;
    margin-block-end: 1rem;
  }

  ul li {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }

  /*nav*/
.fixed-header .nav-container {
  position: fixed;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    transition: background-color 0.3s ease-in-out;
    background-color: rgba(0,0,0,0);
    box-sizing: border-box;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-container.scrolled {background-color: #000;}

.logo-block {justify-content: flex-start;}
.nav-block, .navbar-expand-lg .navbar-collapse {justify-content: flex-start;}
.mr-auto {margin-right: 0 !important;}
.nav-block li a {color: #fff !important; font-size: 2rem;}
.dropdown-menu.show li a {color: #000 !important;}
.logo-block img {max-height: 50px; width: auto;}

.dropdown-menu {border-radius: 0; background-color: #17234e; border: none; margin-top: 8px;} 
.dropdown-menu.show li a {color: #fff !important; font-size: 1.4rem;}
.dropdown-menu.show li a:hover {color: #e8e9f2 !important; font-weight: 600;}
.dropdown-item:focus, .dropdown-item:hover {background-color: #17234e !important;}

.menu-button {display: flex; flex-direction: row; align-content: center; flex-wrap: wrap; justify-content: flex-end; margin-top: -2px;}
.menu-button span {color: #fff; text-decoration: none; display: flex; flex-direction: column; padding-top: 6px;}
.nav-home, .nav-icons {display: flex; justify-content: flex-start; align-content: center;}
.nav-icons a:hover {text-decoration: none !important; color: #fff !important;}
.menu-button svg {font-size: 1.6rem; color: #fff !important;}
.menu-button a {color: #fff !important;}
.nav-home img {max-width: 160px;}

/*side nav*/
.side-nav {
  height: 100vh;
  width: 0; 
  position: fixed; 
  z-index: 999; 
  right: 0;
  top: 0;
  overflow-x: hidden; 
  transition: 0.5s; 
  box-sizing: border-box;
}

.submenu {
    display: block;
    padding-left: 1rem;
}

.submenu.collapsed {
    display: none;
}

.navbar {padding: 0;}
.navbar-expand-lg .navbar-nav {flex-direction: column;}
.navbar-expand-lg .navbar-nav .dropdown-menu {position: relative;}

.side-nav {flex-direction: column; background-color: var(--bright-blue)}
.side-nav-inner {width: 90%; flex-direction: column;}
.close-row {display: flex; flex-direction: row; justify-content: flex-end; align-content: center; margin-bottom: 1rem; flex-wrap: wrap;}
.close-row img {max-width: 120px;}
.close-row a {height: fit-content; width: fit-content;}
.side-nav-logo {display: flex; flex-direction: row; justify-content: space-between; align-content: center; flex-wrap: wrap; margin-bottom: 2rem;}
.side-nav-logo img {width: 160px;}
.side-nav-bottom {display: flex; flex-direction: row; justify-content: flex-start; margin-top: 2rem;}
.side-nav-search {margin-top: 2rem;}
.side-nav-bottom i {margin-right: 14px; font-size: 1.4rem;}
.side-nav-bottom a.icon {padding-top: 2px;}
.side-nav-bottom a svg {vertical-align: top;}
.side-nav-call {padding-top: 6px;}
.side-nav-call svg {margin-top: -8px;}
.side-nav a {color: #fff; text-decoration: none;}
.side-nav-call {display: flex; justify-content: center; align-content: center; flex-wrap: wrap;}
.side-nav-call span {font-size: 1.4em;}
.side-nav-call svg {margin-right: 6px;}
.side-nav h3, .side-nav h4 {font-family: 'Tele-marines', sans-serif;}
.side-nav ul {
    padding-inline-start: 1rem;
}
.side-nav li {
    list-style-type: none;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-left: 0rem;
}

.submenu li {
    font-size: 1.2rem;
}

  
  .row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex: 1;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
  }
  
  .column {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      flex: 1;
  }

  .column p {
    margin-block-end: 0rem;
    margin-block-start: 0rem;
    margin-bottom: 1rem;
  }

  .space-between {
    justify-content: space-between;
  }
  
  .hero {
      margin-top: 0rem;
      margin-bottom: 0rem;
      padding-left: 0rem;
      padding-right: 0rem;
      min-height: 100vh;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: center;
      flex: 1;
  }

  .hero-col {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex: 1;
    flex-wrap: wrap;
    padding: 4rem;
  }
  
  .hero-col.right.mobile-hide {
      -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: fadein 3s; /* Firefox < 16 */
          -ms-animation: fadein 3s; /* Internet Explorer */
           -o-animation: fadein 3s; /* Opera < 12.1 */
              animation: fadein 3s;
  }
  
  @keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  /* Firefox < 16 */
  @-moz-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  /* Internet Explorer */
  @-ms-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  /* Opera < 12.1 */
  @-o-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  #home-banner {
      background-image: url("/static/images/wallace-corp-hero.webp");
      background-size: cover;
      background-position: center;
  }

  #systems-banner {
    background-image: url("/static/images/systems-cyan.webp");
    background-size: cover;
    background-position: center;
  }

  #data-banner {
    background-image: url("/static/images/brain-cyan.webp");
    background-size: cover;
    background-position: center;
  }

  #web-banner {
    background-image: url("/static/images/web-cyan.webp");
    background-size: cover;
    background-position: center;
  }

  #tldr {
    margin-top: 0rem;
  }

  #tdlr b {
    margin-top: 2rem;
  }

  .hero.services-hero {
    min-height: 65vh !important;
  }

  .hero-buttons {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }

  .hero-buttons h3, .hero-buttons a {
    text-transform: uppercase;
    font-size: 1.4rem;
  }

  .hero-buttons a {
    color: var(--bright-blue);
  }

  .hero-buttons h3 {
    color: var(--white);
  }

  .hero-buttons a:hover {
    color: var(--white) !important;
  }

  .service-grid {
    gap: 2rem;
  }

  .service-tile {
    position: relative;
  }

  .service-card {
    width: 90%;
    margin-left: 5%;
    margin-top: -24rem;
    background-color: var(--black);
    z-index: 10;
    position: absolute;
    padding: 1rem;
    opacity: .8;
    border-radius: 1rem;
  }

  .service-text {
    background-color: rgba(0,0,0,0);
    opacity: 1;
  }

  .service-text h2 {
    text-transform: uppercase;
    font-size: 2rem;
  }

  .service-tile img {
    max-width: 100%;
    height: auto;
}

  /*is it possible to slowly animate the background image - rotation and maybe a faint glow*/
  
  .center {
      justify-content: center;
      align-content: center;
  }

  .padding20 {
    padding-left: 20%; 
    padding-right: 20%;
}

.column-half {
    flex: 1
}

.two-columns {
    gap: 8rem;
}
  
  /*nav*/
  nav {
      display: flex;
      flex-direction: row;
      flex: 1;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1rem;
      justify-content: space-between;
      align-content: center;
  }
  
  nav .logo img {
      max-width: 50px;
  }

  /* charts */
  .chart-container {
    position: relative;
    width: 80%; /* Set the width to 80% of the parent container */
    /* padding-top: 56.25%; 16:9 aspect ratio (9 / 16 * 100 = 56.25%) */
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 10%;
    margin-right: 10%;
}

#datachart {
    padding-top: 56.25%;
}

#myChart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#caption {
    position: absolute;
    top: 20px;
    left: 60px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: none;
}


#caption strong {
    font-family: 'Tele-marines', sans-serif;
}

/*scroll to top*/
#scrollToTopBtn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    background-color: var(--pink);
    color: #000;
    border: none;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 10px;
    width: 20px;
    height: 20px;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
}
  
  /*footer*/
  .footer.space-between {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  
  .copyright {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  
  .copyright p {
      font-size: .8rem;   
      text-align: right;
  }

  .socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    align-content: center;
    padding: 1rem;
  }

  .socials i, .socials a {
    color: var(--bright-blue);
  }

  .socials i:hover, .socials a:hover {
    color: var(--pink);
  }

  .project-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .project-links a {
    color: var(--bright-blue);
  }

  .project-links a:hover {
    color: var(--white);
  }

  .project-logo, .project-details {
    justify-content: center;
    align-content: center;
  }

  .project-logo {
    flex: 1;
    padding: 4rem;
  }

  .project-details {
    flex: 4;
  }

.project-logo {
    position: relative;
}

.project-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

 .project-image {
    min-height: 120px;
    width: 100%;
  }

  /* .project-logo a,  */

  .project-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* enviro page */
  .member-offer {
    border: solid 2px #fff;
    padding: 2rem;
  }

  .member-offer-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .org-details {
    margin-bottom: 1rem;
  }

  .org-logo {
    margin-bottom: 1rem;
  }

  .org-details h4 {
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .org-details p {
    font-size: 1.4rem;
  }

  .org-offer a {
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .org-offer h4 {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  
  /* education/events */
.education-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}

.education-description {
  margin-bottom: 8rem;
}

.education-description li, .education-description ul {
  margin-bottom: 0.5rem;
}

.education-description h3 {
  margin-top: 2rem !important;
}

.education-description .education-booking {
  margin-top: 2rem;
}

.full-image {
  width: 100%;
}

.education-description .full-image {
  margin-top: 2rem;
}

.education-overview {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.education-thumbnail {
    aspect-ratio: 1;
    width: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

.education-item h2, .education-item h3, .education-item h4 {
  margin-top: 0rem;
}

.when .times, .education-booking {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.where {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* gap: 1rem; */
}

.actions {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.secondary-link.address {
  color: #fff;
  margin-bottom: 1rem;
}

.scroll-block {
  height: 1rem;
}

.cart-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.attendee-fields {
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.attendee-group {
  min-width: 280px;
}

.attendee-group input {
  width: 100%;
}

.row.education-qty, .attendee-group .row {
  margin-top: 0rem;
}

.attendee-group h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-block-end: 0rem;
  margin-block-start: 0rem;
}

.cart-form .qty {
  color: #fff;
  display: flex;
  gap: 1rem;
}

.cart-form label {
  color: #fff;
}

.attendee-fields {
  display: flex;
  gap: 4rem;
}

.education-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.education-content h2, .education-content h3 {
  margin-top: 0rem;
  margin-bottom: 1rem;  
}

.education-qty {
  align-items: center;
  width: 280px;
  justify-content: space-between;
}

.education-qty input {
  max-width: 100px;
}

.actions .collapsible p {
  font-size: 1.2rem;
  margin-bottom: 0rem;
}

.actions .pink {
  color: var(--pink);
}

.actions .brightblue {
  color: var(--bright-blue);
}

.actions .pink:hover, .actions .brightblue:hover {
  background: linear-gradient(to right, var(--pink), var(--bright-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* For Firefox fallback */
}

p.price {
  margin-bottom: 0rem;
}

.cart-form .form-row {
  margin-bottom: 0rem;
}

.attendee-group .form-row {
  margin-bottom: 0.5rem;
}

.form-row label {
  color: #fff;
}

.form-row input {
  width: 100%;
}

option {
  background-color: var(--pink) !important;
  color: #000;
}

option:hover {
  background-color: var(--bright-blue) !important;
  color: #000 !important;
}

#scroll-block {
  height: 1rem;
}

.alert {
  font-size: 1.4rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* checkout page */
.checkoutrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
}

.checkoutcol {
  display: flex;
  flex-direction: column;
}

#checkoutrecents {
  gap: 4rem;
}

#checkoutrecents .column {
  flex: 1;
}

#recentproject, #latestmedia {
  max-width: 50%;
}

#recentproject .project-image {
  background-position: left;
  margin-top: 1rem;
  max-height: 100px !important;
}

#latestmedia img {
  width: 100%;
}

.project-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}

#ticket-row {
  gap: 8rem;
}

#ticket-row .column {
  flex: 1;
}

/* recommendation pages */
.priority-list li {
  background: var(--bright-blue);
  border: solid 1px #fff;
  cursor: move;
}

.slider-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.recommendation-result .row {
  gap: 4rem;
}

.result-details small {
  color: var(--pink);
}

.result-logo {
  justify-content: center;
  align-content: flex-start;
  flex: none;
  width: fit-content;
}

.result-logo img {
  max-width: 300px;
}

.result-details {
  justify-content: center;
}

input[type='range'] {
  accent-color: var(--bright-blue);
}

.button-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.recommendation-result .row {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.save-results form {
  max-width: 400px;
}

.loading {
  color: #fff;
}
  
  /*contact forms*/
  .form-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex: 1;
      margin-bottom: 2rem;
      column-gap: 2rem;
  }

  .row.form-row, .row.spinner-row {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  
  .form-col {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      flex: 1;
  }
  
  .form-row input, .form-row textarea,  .form-col input, .form-row select, .action-block input {
      background-color: rgba(0,0,0,0);
      color: #fff;
      border-top: solid 0px;
      border-left: solid 0px;
      border-right: solid 0px;
      border-bottom: solid 1px #fff;
      padding: 1rem;
      font-family: 'Monaco', sans-serif;
  }
  
  .form-row input::placeholder, .form-row textarea::placeholder, .action-block input::placeholder {
      color: #fff;
      text-transform: uppercase;
  }

  .form-row select {
    border: none !important;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    max-width: 300px;
  }

  .checkbox {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .checkbox input[type='checkbox'] {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 30px !important;
    margin-right: 15px;
    /* -webkit-appearance: none;
    appearance: none; */
  }

  input[type="checkbox"], .create-project input[type="checkbox"], .create-contact input[type="checkbox"] {
    width: auto !important;
    /* -webkit-appearance: none; */
    /* appearance: none; */
}

/* input[type="checkbox"]:checked, .create-project input[type="checkbox"]:checked, .create-contact input[type="checkbox"]:checked, .checkbox input[type='checkbox']:checked {
    background-color: var(--pink);
} */

  option {
    background-color: var(--light-blue);
    color: #000;
    font-family: 'Monaco', sans-serif;
  }

  option:hover {
    background-color: var(--bright-blue);
  }

  #name, #phone {
    width: 100%;
    box-sizing: border-box;
  }
  
  form button, input[type='submit'], #signaturebox input, button {
      width: 220px;
      height: 40px;
      border-radius: 0;
      background-color: rgba(0,0,0,0);
      border: solid 1px #fff;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Monaco', sans-serif;
  }
  
  button.primary:hover, input[type='submit']:hover, #signaturebox .primary:hover {
      border: solid 1px var(--mid-blue);
      background-image:linear-gradient(to right,var(--mid-blue),var(--pink));
  }
  
  button.secondary:hover {
      border: solid 1px var(--light-blue);
      background-image:linear-gradient(to right,var(--pink),var(--bright-blue));
  }
  
  button.tertiary:hover {
      border: solid 1px var(--pink);
      background-image:linear-gradient(to right,var(--light-blue),var(--mid-blue));
  }
  
  .grecaptcha-badge {
    visibility: hidden;
}

.g-recaptcha {display: none;}

.action-block {
    margin-bottom: 2rem;
}

.action-block form {
    display: flex;
    flex-direction: row;
}



/*general theme styling*/
.hidden {display: none;}
.active {display: block;}

.spinner.active {width: 30px; height: 30px; margin-left: 30px; margin-top: 5px; margin-bottom: 5px;}
.spinner img {width: 100%; height: auto;}
.response-message {margin-bottom: 2rem;}
.row.response-row {padding-left: 0rem; padding-right: 0rem;}

.secondary-link {
  color: var(--bright-blue);
}

.secondary-link.active {
    color: var(--pink);
}

.primary-link:hover {
    background: linear-gradient(to right, var(--mid-blue),var(--pink));
}

.secondary-link:hover {
    background: linear-gradient(to right, var(--pink),var(--bright-blue));
}

.tertiary-link:hover {
    background: linear-gradient(to right, var(--light-blue),var(--mid-blue));
}

.primary-link:hover, .secondary-link:hover, .tertiary-link:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*project pages*/
.form-area {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 8rem;
}

.form-area input:focus, .form-area textarea:focus {
    outline: none;
    box-shadow: none;
}

.create-project, .create-project form {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: column;
}

.create-project input, .create-project textarea, .create-contact input, .create-contact text-area {
    border-bottom: solid 2px #fff;
    background-color: #000;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Monaco', sans-serif;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 1rem;
}

.action-block input, .action-block text-area {
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    background-color: #000;
    color: #fff;
    font-family: 'Monaco', sans-serif;
    box-sizing: border-box;
    font-size: 1rem;
    min-width: 300px !important;
    width: 100%;
}

.action-block form button {
    height: auto;
    min-height: 40px;
}

.action-block .message {
    margin-top: 2rem;
}

.create-project input::placeholder, .create-project textarea::placeholder, .create-contact input::placeholder, .create-contact textarea::placeholder, .create-contact label, .create-project label, .tcs-accept label, .loading, #current-datetime, .message, .action-block input::placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

#current-datetime, .loading {
    margin-top: 1rem;
}

#signaturebox {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#signaturebox input {
    margin-top: 2rem;
}

#root div {
    padding: 1rem;
}

#terms-checkbox {
    accent-color: #fff;
}

.expiry text, .tcs text {
    color: #fff;
}

div.scopes, .tcs, .authorised {
    margin-bottom: 2rem;
}

.collapsed {
    display: none;
}

/* referral and how we work */
tbody {
    color: #fff;
}

th {
    text-align: left;
    font-weight: 600;
}

#rates-table th {
    font-size: 1.6rem;
}

#rates-table {
    margin-bottom: 2rem;
}

#rates-table tr td:nth-child(1), .bold {
    font-weight: 600;
} 

/* modals */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bright-blue);
    padding: 2rem;
    z-index: 10;
    width: 80%;
    max-width: 600px;
  }
  
  .modal-content {
    max-height: 60vh;
    overflow-y: auto;
  }
  
  .modal.active {
    display: flex !important;
  }
  
  .modal button {
    margin-top: 1rem;
  }

  #openTermsModal {
    margin-left: 8px;
  }

  /* Custom Scrollbar Styles for the Modal */
#termsModal::-webkit-scrollbar {
    width: 2px;
    border-radius: 0px !important;
  }
  
  /* Scrollbar Track */
  #termsModal::-webkit-scrollbar-track {
    background: var(--white);
  }
  
  /* Scrollbar Thumb */
  #termsModal::-webkit-scrollbar-thumb {
    background: var(--black);
    width: 2px !important;
    border-radius: 0px !important;
  }
  
  /* Scrollbar Thumb on Hover */
  #termsModal::-webkit-scrollbar-thumb:hover {
    background: var(--black);
  }
  
  /* Firefox Support */
  #termsModal {
    scrollbar-width: thin;
    scrollbar-color: var(--black) var(--white);
  }

  #closeTermsModal {
    font-weight: 600;
    color: #fff;
    margin-top: 2rem;
  }

  #closeTermsModal:hover {
    cursor: pointer;
  }

  .team-profile {
    gap: 2rem;
    flex: 1;
  }

  .team-profile .column:nth-child(odd) {
    max-width: 25%;
    flex: 1;
  }

  .team-profile .column:nth-child(even) {
    max-width: 75%;
    flex: 1;
  }

  .team-profile .socials {
    padding: 0rem;
  }

  .profile-image {
    width: 100%;
  }

  /*can we animate the gradient on button hover*/

  /* media page */
  .media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-bottom: 4rem;
  }

  .media-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .media-links i {
    font-size: 2rem;
  }

  .media-links p {
    margin-bottom: 0;
    height: fit-content;
    font-size: 1.4rem;
  }

  .media-links a, .media-links i {
    color: var(--bright-blue);
  }

  .media-links a:hover, .media-links i:hover {
    color: var(--pink);
  }

  .media-content ul {
    margin-bottom: 1rem;
  }

  .media-content ul li {
    margin-bottom: 0.5rem;
  }

  .video-wrapper {
    position: relative;
}

.video-wrapper img {
    width: 100%;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    z-index: 1; /* Ensure the image is on top of the iframe */
    }

.youtube-iframe {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Ensure iframe is behind the image */
  }

  .subscription-product {
    max-width: 50%;
  }

  .subscription-product img {
    max-width: 400px;
  }

  
  /*reponsive styling*/
  @media (min-width: 993px) and (max-width: 1500px) {
    .service-card {
      margin-top: -18rem;
    }
  }

  @media (min-width: 993px) {
    .desktop-hide {
      display: none !important;
    }
  }

  @media (max-width: 992px) {
    .mobile-hide {
      display: none !important;
    }

    .nav-container {
      padding-left: 2rem;
      padding-right: 2rem;
    }

    #home-banner {
        background-image: url("/static/images/wallace-corp-hero-mobile.webp");
    }

    .hero-col {
      justify-content: flex-end;
      padding-bottom: 4rem;
      padding-left: 0rem;
      padding-right: 0rem;
    }
    
    /* .menu-button {
        margin-right: .5rem;
    } */

    .row {
        flex-direction: column;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .two-columns {
        gap: 2rem;
    }
    
    .hero img {
        width: 80%;
    }

    .service-card {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      position: relative;
      z-index: 1;
      padding: 0rem;
      border-radius: 0rem;
    }

    .service-card a {
      font-weight: 600;
      color: var(--bright-blue);
    }

    .service-tile img {
      max-width: 60%;
    }

    .chart-container {
      padding-top: 133.33%;
      width: 100%;
    }
    
    #caption {
        max-width: 50%;
    }

    .padding20 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .form-row {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .form-row .column-half, .form-row .column {
        margin-bottom: 2rem;
    }

    .form-row, .spinner-row, .response-row {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    
    .chart-container {
        display: none !important;
    }

    .team-profile .column {
      min-width: 100% !important;
      flex: 1;
    }
  
    textarea,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="button"],
    input[type="number"],
    input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
    }

    .action-block form {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .action-block input {
        margin-bottom: 2rem;
    }

    .project-logo {
      flex: 1;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 0rem;
      padding-right: 0rem;
    }

    .project-image {
      background-position: left;
    }

    .member-offer-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .media-grid {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 2rem;
    }    

    .full-image {
      width: 100%;
    }

    .checkoutrow, #checkoutrecents {
      flex-direction: column;
    }

    #recentproject, #latestmedia {
      max-width: 100%;
    }

    .recommendation-result .row {
      gap: 0rem;
    }

    .save-results {
      margin-top: 2rem;
    }

    .save-results .form-row {
      margin-bottom: 1rem;
    }

    .copyright p {
      text-align: left;
      margin-left: 1rem;
    }

}

@media (max-width: 576px) {

    .row, .nav-container, .fixed-header .nav-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .education-overview, .when .times {
      flex-direction: column;
      gap: 0rem;
    }

    .when .times {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

    .cart-form {
      margin-top: 2rem;
    }

    .education-qty {
      flex-direction: row !important;
    }

    .education-thumbnail {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
    }

    .attendee-fields {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .education-booking {
      margin-top: 2rem;
    }

    .dynamic-form button {
      margin-top: 1rem;
    }

    .education-description .full-image {
      margin-bottom: 2rem;
    }

    .button-row {
      flex-direction: column;
      gap: 1rem;
    }

    .result-logo {
      justify-content: center;
      align-content: center;
      width: 100%;
    }

    .result-logo img {
      max-width: 180px;
    }

    #result .row {
      padding-left: 0rem;
      padding-right: 0rem;
    }

    .subscription-product {
      width: 100%;
      max-width: 100%;
    }
  
    .subscription-product img {
      width: 100%;
      max-width: 100%;
    }

    
}
  