@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 120%;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: "arial", serif;
  font-weight: 700;
  line-height: 120%;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 6.8rem) !important;
}

h2 {
  font-size: clamp(2.5rem, 7vw, 4.25rem) !important;
}

h3 {
  font-size: clamp(1.8rem, 7vw, 2.266666661rem) !important;
}

h4 {
  font-size: 1.7rem;
}

p {
  font-size: 1.7rem;
  line-height: 120%;
}

ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.95rem;
}

.lead {
  font-size: clamp(2rem, 10vw, 2.2rem);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 120%;
}

.small {
  font-size: 1.6rem;
}
.small p {
  font-size: 1.6rem;
}

html {
  font-size: 10px;
}

body:not(.wp-admin, .login) {
  background-color: #ffffff;
  color: #000000;
}

main {
  overflow-x: hidden;
}

.body-position-fixed {
  position: fixed !important;
}

.close-icon {
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 0 2rem !important;
}

.container .container {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media (max-width: 999px) {
  .container {
    max-width: 100% !important;
  }
}

a {
  color: inherit !important;
  text-decoration: none;
}
a:hover {
  color: #ff850d;
}

.btn-primary, .woocommerce-Button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  transition: 250ms ease-out;
  text-align: center;
  line-height: 24px;
  border: none;
  margin: 0px;
  padding: 0.875rem 1.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.7rem;
  border: 2px solid #04aa5b;
  color: #ffffff !important;
  background-color: #04aa5b;
  text-transform: uppercase;
  border-radius: 2px;
}
.btn-primary:hover, .woocommerce-Button:hover, .wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover {
  border-color: #000000 !important;
  background-color: #04aa5b !important;
  color: #ffffff !important;
}
.btn-primary:focus, .woocommerce-Button:focus, .wc-block-cart__submit-button:focus, .wc-block-components-checkout-place-order-button:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

.btn-md {
  border-radius: 2px;
  border-color: #fbfbfb;
  background: transparent;
  border-width: 0.5px;
  font-size: 1.5rem;
  padding: 1.2rem 3rem;
}
.btn-md:hover {
  border-color: #ffffff !important;
  box-shadow: 0px 0px 10px #ffffff;
  background-color: transparent !important;
  color: #e74a30 !important;
}
.btn-md:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

.btn {
  margin-top: 1rem !important;
}

.button-red {
  padding: 0.875rem 1.75rem;
  background-color: #e74a30;
  color: #ffffff !important;
  border: 3px solid #e74a30;
  border-radius: 1000px;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  transition: 250ms ease-out;
}
.button-red:hover {
  border-color: #000000;
}
.button-red:hover:after {
  position: absolute;
  content: "";
  width: 0 !important;
  height: 0 !important;
  background-color: transparent;
}

.button-green {
  padding: 0.875rem 1.75rem;
  background-color: #04aa5b;
  border: 3px solid #04aa5b;
  color: #ffffff !important;
  border-radius: 1000px;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  transition: 250ms ease-out;
}
.button-green:hover {
  border-color: #000000;
}
.button-green:hover:after {
  position: absolute;
  content: "";
  width: 0 !important;
  height: 0 !important;
  background-color: transparent;
}

.button-black {
  padding: 0.875rem 1.75rem;
  background-color: #000000;
  border: 3px solid #000000;
  color: #ffffff !important;
  border-radius: 1000px;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  transition: 250ms ease-out;
}
.button-black:hover {
  border-color: black;
  background-color: transparent;
  color: #000000 !important;
}
.button-black:hover:after {
  position: absolute;
  content: "";
  width: 0 !important;
  height: 0 !important;
  background-color: transparent;
}

#login h1 a {
  background-image: url("/wp-content/uploads/2024/10/mapl-tech-logo-1-1.svg");
  background-size: contain;
  width: 100%;
  height: 80px; /* Adjust height as needed */
}

.fa-solid {
  color: #e74a30;
}

.slick-arrow:before, .slick-arrow:after {
  color: #000000 !important;
}
.slick-arrow:before:hover, .slick-arrow:after:hover {
  color: #04aa5b !important;
}

.slick-dots {
  bottom: -38px !important;
}

.slick-next {
  right: -20px;
}

.slick-prev {
  left: -20px;
}

.strong {
  color: #ffffff;
}

#scrollToTop {
  position: fixed;
  bottom: 85px;
  right: 5px;
  background-color: #e74a30;
  color: white;
  border: none;
  border-radius: 100%;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10000;
}

#scrollToTop:hover {
  background-color: #e74a30;
  border: 1px solid #000000;
  color: #ffffff;
}

.block {
  transform: translateX(-80px);
  opacity: 0;
}
.block:nth-child(even) {
  transform: translateX(100px);
}

.item {
  transform: translateY(-30px);
  opacity: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: white;
  margin-top: -3rem;
  border: none;
  font-size: 2.2rem;
  padding: 0;
}

div#ui-datepicker-div {
  padding: 0 !important;
}

.blue-background {
  background-color: rgba(132, 226, 250, 0.3);
  border-radius: 5rem;
  padding: 6rem 2rem 10rem;
  margin: 0 0 10rem 0 !important;
}

.page-container {
  padding: 0 2rem;
}
.cart-icon {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}
.cart-icon.mobile {
  margin-right: 3rem;
}
@media screen and (min-width: 1000px) {
  .cart-icon.mobile {
    display: none;
  }
}

.cart-icon i {
  font-size: 24px;
}

.cart-count {
  position: absolute;
  top: -12px;
  right: -10px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 0px 7px;
}

.ttbm_default__title h1 {
  text-transform: none;
}

/* Responsive Design */
@media (max-width: 600px) {
  .tml-dashboard {
    padding: 20px;
  }
  .tml-dashboard-avatar img {
    max-width: 80px;
  }
}
.show {
  display: block !important;
  transition: 250ms ease-out;
}

.top-image {
  position: relative;
  z-index: -1;
}
.top-image::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 20rem;
  background-size: contain;
  background-position: right top;
  right: 0;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(41%) sepia(38%) saturate(6134%) hue-rotate(345deg) brightness(95%) contrast(90%);
  background-image: url(/wp-content/uploads/2025/02/focas-design-headr.svg);
  z-index: -1;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.pagination a {
  margin: 0 0.5rem;
}

header {
  position: relative;
  color: #000000;
}
header .top-bar {
  width: 100%;
  height: 4.5rem;
  background-color: #000000;
  position: relative;
}
@media (max-width: 999px) {
  header .top-bar {
    height: 3rem;
  }
}
header .socials {
  position: relative;
  text-align: right;
  background-color: #e74a30;
}
header .socials-icon {
  object-fit: cover;
  line-height: 30px;
  margin-left: 10px;
  font-size: 2rem;
}
header .socials-icon i {
  color: #ffffff;
}
@media (max-width: 999px) {
  header .socials-icon {
    font-size: 1.8rem;
  }
}
header .socials nav {
  padding: 0.7rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .socials nav .header-message {
  text-align: left;
}
@media (max-width: 768px) {
  header .socials nav .header-message {
    margin-bottom: 0.7rem;
  }
}
header .socials nav .header-message p {
  color: white;
  margin: 0;
}
header .socials nav .header-message p a:hover {
  color: #000000 !important;
  text-shadow: 2px 1px 1px #000000;
  font-weight: 700;
}
header .socials nav .header-message i {
  font-size: inherit;
  color: #ffffff;
}
@media (max-width: 999px) {
  header .socials nav .header-message {
    margin-top: 0.7rem;
  }
}
header .socials nav .social-links {
  margin: 0.7rem 0 0.5rem;
  margin-left: auto;
}
header nav {
  padding: 2rem 2rem 2.5rem;
}
header nav .socials {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  header nav .socials {
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  header nav {
    padding: 1.5rem 2rem 2rem;
  }
}
header nav .menu-bottom {
  padding: 0;
  justify-content: end;
}
header nav .menu-bottom .site-logo-container {
  position: relative;
}
header nav .menu-bottom .site-logo-container .site-logo {
  position: relative;
  z-index: 0;
  object-fit: cover;
  max-width: 17rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  header nav .menu-bottom .site-logo-container .site-logo {
    min-width: 17rem;
  }
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  margin-left: 0;
  margin-top: 2rem;
  gap: 20px 0;
}
@media (max-width: 999px) {
  header nav .menu-bottom .main-menu .menu-header-menu-container .menu {
    flex-direction: column;
    gap: 30px 0;
    margin-left: 0;
    margin-top: 0;
    align-items: baseline;
  }
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu li {
  list-style: none;
  margin-left: 2.5rem;
}
@media (max-width: 999px) {
  header nav .menu-bottom .main-menu .menu-header-menu-container .menu li {
    margin-left: 0.5rem;
  }
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu li a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #000000;
  font-family: "arial", serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  transition: 250ms ease-out;
}
@media (max-width: 999px) {
  header nav .menu-bottom .main-menu .menu-header-menu-container .menu li a {
    font-size: 2rem;
  }
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu li a.current-page {
  position: relative;
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu li a.current-page:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu li a:hover {
  position: relative;
}
header nav .menu-bottom .main-menu .menu-header-menu-container .menu li a:hover:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  transition: 250ms ease-out;
  background-color: #000000;
}
@media (max-width: 999px) {
  header nav .menu-bottom .main-menu .menu-header-menu-container {
    position: fixed;
    padding: 250px 50px 200px 20px;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    overflow-y: scroll;
    text-align: left;
    background: #fbfbfb;
    transition: 250ms ease-out;
  }
}
header nav .menu-bottom .main-menu .home-link {
  list-style: none;
  margin-left: 35px;
}
header nav .menu-bottom .main-menu .home-link a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: 250ms ease-out;
}
@media screen and (max-width: 999px) {
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children .sub-menu {
    padding: 0;
    display: contents;
  }
  header .menu-item-has-children .sub-menu li {
    margin-top: 3rem;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children::after {
    content: "▼";
    font-size: 12px;
    color: inherit;
    position: absolute;
    top: 0;
    right: -15px;
  }
  header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  header .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 99999999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #000000;
    overflow: hidden;
    transition: 250ms ease-out;
  }
  header .menu-item-has-children .sub-menu li {
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    white-space: nowrap;
    margin-left: 0 !important;
    text-align: left;
    color: #000000;
  }
  header .menu-item-has-children .sub-menu li:hover {
    background-color: rgb(235, 235, 235) !important;
  }
  header .menu-item-has-children .sub-menu li a.current-page {
    position: relative;
  }
  header .menu-item-has-children .sub-menu li a.current-page:after {
    background-color: transparent !important;
  }
  header .menu-item-has-children .sub-menu li a:hover {
    position: relative;
  }
  header .menu-item-has-children .sub-menu li a:hover:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    transition: 250ms ease-out;
    background-color: transparent !important;
  }
}

.header-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.show-header-menu {
  left: 0 !important;
}

.socials {
  text-align: right;
}
.socials-icon {
  object-fit: cover;
  line-height: 30px;
  margin-left: 10px;
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 999px) {
  .socials-icon {
    font-size: 1.8rem;
  }
}

.header-toggle {
  z-index: 9999999;
}
@media screen and (min-width: 1000px) {
  .header-toggle {
    display: none !important;
  }
}

input#menu-toggle-checked {
  display: none;
}

#menu-toggle {
  position: relative;
  z-index: 9999999 !important;
  display: none;
}
@media (max-width: 999px) {
  #menu-toggle {
    display: block;
  }
}

#menu-toggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 9999999;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menu-toggle span:first-child {
  transform-origin: 0% 0%;
}

#menu-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menu-toggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-10px, -20px);
  background: #000000;
}

/*
* But let's hide the middle one.
*/
#menu-toggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menu-toggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 10px);
}

.main-menu .menu-header-menu-container .menu {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  margin-left: 0;
  margin-top: 2rem;
  gap: 20px 0;
}
@media (max-width: 999px) {
  .main-menu .menu-header-menu-container .menu {
    flex-direction: column;
    gap: 30px 0;
    margin-left: 0;
    margin-top: 0;
    align-items: baseline;
  }
}
.main-menu .menu-header-menu-container .menu li {
  list-style: none;
  margin-left: 2.5rem;
}
@media (max-width: 999px) {
  .main-menu .menu-header-menu-container .menu li {
    margin-left: 0.5rem;
  }
}
.main-menu .menu-header-menu-container .menu li a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #000000;
  font-family: "arial", serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  transition: 250ms ease-out;
}
@media (max-width: 999px) {
  .main-menu .menu-header-menu-container .menu li a {
    font-size: 2rem;
  }
}
.main-menu .menu-header-menu-container .menu li a.current-page {
  position: relative;
}
.main-menu .menu-header-menu-container .menu li a.current-page:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.main-menu .menu-header-menu-container .menu li a:hover {
  position: relative;
}
.main-menu .menu-header-menu-container .menu li a:hover:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  transition: 250ms ease-out;
  background-color: #000000;
}
@media (max-width: 999px) {
  .main-menu .menu-header-menu-container {
    position: fixed;
    padding: 250px 50px 200px 20px;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    overflow-y: scroll;
    text-align: left;
    background: #fbfbfb;
    transition: 250ms ease-out;
  }
}
.main-menu .home-link {
  list-style: none;
  margin-left: 35px;
}
.main-menu .home-link a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: 250ms ease-out;
}

.hero {
  position: relative;
  padding: 0;
  margin-bottom: 10rem;
  z-index: 9000;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  overflow: hidden;
}
@media (max-width: 999px) {
  .hero {
    margin-bottom: 8rem;
  }
}
.hero video {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0.5;
}
.hero .background-image {
  position: absolute;
  background-color: #fbfbfb;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: scroll !important;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 1;
}
@media (max-width: 999px) {
  .hero .background-image {
    background-attachment: scroll !important;
  }
}
.hero .background-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}
.hero .heading {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .heading-container {
  margin: -4px;
  overflow: hidden;
  min-height: 40vh !important;
}
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
  margin: 0;
  color: #000000;
  text-shadow: 2px 1px 5px #ffffff;
}
.hero .not-home-header-text {
  padding-right: 90px !important;
}
@media (max-width: 768px) {
  .hero .not-home-header-text {
    padding-right: 0 !important;
  }
}
.hero .header-filter {
  padding: 0;
  margin: 0;
  width: fit-content;
  background-color: #ffffff;
  border-radius: 2px;
}
.hero .header-filter .ttbm_top_filter {
  margin: 0;
}
.hero .header-filter .ttbm_top_filter form {
  margin: 0;
}
.hero .header-filter .ttbm_top_filter form input, .hero .header-filter .ttbm_top_filter form select {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 999px) {
  .hero .header-filter .ttbm_top_filter form input, .hero .header-filter .ttbm_top_filter form select {
    border: 1px solid lightgrey;
  }
}
.hero .header-filter .ttbm_top_filter form .dButton {
  text-transform: uppercase;
  font-size: 1.8rem;
  transition: 250ms ease-out;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 1.8rem;
  border: 2px solid #04aa5b;
  color: #ffffff !important;
  background-color: #04aa5b;
  text-transform: uppercase;
  border-radius: 2px;
}
.hero .header-filter .ttbm_top_filter form .dButton:hover, .hero .header-filter .ttbm_top_filter form .dButton:focus {
  border-color: #000000 !important;
  background-color: rgba(132, 226, 250, 0.3) !important;
  color: #000000 !important;
}

footer {
  margin: 0 0 0 0;
  padding: 0m 0 0 0;
  color: #ffffff;
  font-family: "Monorate", sans-serif;
}
footer .footer-top {
  padding: 6.9rem 2rem 7.9rem;
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 999px) {
  footer .footer-top {
    padding: 0 2rem 7.9rem;
  }
}
footer .footer-top-row {
  align-items: center;
  max-width: 95rem;
}
footer .footer-top-row .content {
  text-align: center;
}
footer .footer-top-row .content h1, footer .footer-top-row .content h2 {
  margin-bottom: 3.4rem;
}
footer .footer-top-row .content p {
  margin-bottom: 5rem;
}
footer .footer-bottom {
  padding: 5em 0 0;
  border-top: 1px solid lightgrey;
  background-color: #fbfbfb;
  color: #000000;
}
@media (max-width: 999px) {
  footer .footer-bottom {
    text-align: center;
    padding: 4em 0 0;
  }
}
footer .footer-bottom hr {
  background-color: #000000;
  height: 2px;
  opacity: 1;
  margin-bottom: 3rem;
}
footer .footer-bottom .container {
  padding: 0 2rem;
}
footer .footer-bottom .socials {
  margin-top: 2rem;
  text-align: right;
}
@media (max-width: 999px) {
  footer .footer-bottom .socials {
    justify-content: center;
  }
}
footer .footer-bottom .socials-icon {
  object-fit: cover;
  line-height: 30px;
  margin: 0;
  margin-right: 10px;
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 999px) {
  footer .footer-bottom .socials-icon {
    margin: 0 7.5px;
    font-size: 1.8rem;
  }
}
footer .footer-bottom .footer-logo {
  padding-bottom: 5px;
}
footer .footer-bottom .footer-logo .site-logo {
  object-fit: cover;
  max-width: 17rem;
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto;
}
@media (max-width: 999px) {
  footer .footer-bottom .footer-logo .site-logo {
    margin-bottom: 15px;
  }
}
footer .footer-bottom .menu {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 999px) {
  footer .footer-bottom .menu {
    justify-content: center;
    margin-bottom: 0;
  }
}
footer .footer-bottom .menu li {
  list-style: none;
  margin-bottom: 20px;
}
footer .footer-bottom .menu li a {
  display: block;
  text-decoration: none;
  font-family: "Monorate", sans-serif;
  color: #ffffff;
  font-weight: 400;
  transition: 250ms ease-out;
}
footer .footer-bottom .menu li a:hover {
  color: #ff850d;
  text-decoration: underline;
}
footer .footer-bottom .menu li .sub-menu {
  display: none;
}
footer .footer-bottom h4 {
  margin-bottom: 3rem;
  text-transform: uppercase;
}
footer .footer-bottom .copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3rem;
}
@media (max-width: 999px) {
  footer .footer-bottom .copyright {
    flex-direction: column-reverse !important;
    align-items: center;
  }
  footer .footer-bottom .copyright :nth-child(2) {
    margin-bottom: 30px;
  }
}
footer .footer-bottom__column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 6.7rem;
}
@media (max-width: 999px) {
  footer .footer-bottom__column {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
footer .footer-bottom::after {
  display: none;
}
footer .footer-label {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
}

.acf-field-settings-main {
  color: black;
}

.wpcf7 {
  text-align: left;
}
.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {
  color: #000000;
  border-color: #000000;
  margin-bottom: 3rem;
}
.wpcf7 form input[type=submit] {
  color: #000000;
  border-color: #04aa5b;
  border-radius: 1000px;
  margin: 0;
}
.wpcf7 form input[type=submit]:hover {
  color: #000000;
}

.wpcf7-form {
  width: 100%;
}
.wpcf7-form .form-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .wpcf7-form .form-name {
    grid-template-columns: 1fr;
  }
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form p label {
  width: 100%;
}
.wpcf7-form p label span {
  width: 100%;
}
.wpcf7-form p label span input, .wpcf7-form p label span select, .wpcf7-form p label span .tm-epo-field {
  padding: 10px 20px;
  width: 100%;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 1000px;
}
.wpcf7-form p label span input:focus, .wpcf7-form p label span select:focus, .wpcf7-form p label span .tm-epo-field:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}
.wpcf7-form p label span textarea {
  padding: 10px 20px;
  width: 100%;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 15px;
}
.wpcf7-form p label span textarea:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}
.wpcf7-form p select {
  padding: 9px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  border-radius: 1000px;
}
.wpcf7-form p select option {
  color: grey !important;
}
.wpcf7-form p select:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}
.wpcf7-form p .wpcf7-submit, .wpcf7-form p .first, .wpcf7-form p .second {
  font-weight: 700;
  text-transform: uppercase;
  background: #e74a30;
  border: 3px solid #e74a30 !important;
  font-size: 1.5rem;
  padding: 0.875rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Overpass", sans-serif;
  line-height: 100%;
  font-size: 1.6rem;
  color: #ffffff !important;
  border-radius: 1000px;
}
.wpcf7-form p .wpcf7-submit:hover, .wpcf7-form p .first:hover, .wpcf7-form p .second:hover {
  border-color: #000000 !important;
}

[data-wpcf7-id="1525"] {
  text-align: center !important;
}
[data-wpcf7-id="1525"] form p, [data-wpcf7-id="1525"] form label {
  display: flex !important;
  align-items: baseline !important;
  max-width: 65.1rem !important;
}
[data-wpcf7-id="1525"] form .wpcf7-spinner {
  display: none !important;
}
@media (max-width: 999px) {
  [data-wpcf7-id="1525"] form .row {
    display: flex;
    justify-content: center;
  }
}
[data-wpcf7-id="1525"] label {
  margin-right: 2.7rem !important;
}
@media (max-width: 768px) {
  [data-wpcf7-id="1525"] label {
    margin-right: 0 !important;
  }
}
[data-wpcf7-id="1525"] input, [data-wpcf7-id="1525"] input[type=submit] {
  margin: 0 !important;
}
[data-wpcf7-id="1525"] input[type=submit] {
  margin: 0 !important;
}
@media (max-width: 768px) {
  [data-wpcf7-id="1525"] input[type=submit] {
    margin-top: 2rem !important;
  }
}
[data-wpcf7-id="1525"] .wpcf7-not-valid-tip {
  margin-top: 1rem !important;
  color: #dc3232 !important;
  text-align: left !important;
}

/* Membership Form Styling */
.cart {
  width: 100%;
  max-width: 100%;
  margin: auto;
  font-family: "Overpass", sans-serif;
}

.cart .tc-extra-product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cart label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.cart input,
.cart select,
.cart textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 1000px;
  background: transparent;
  color: #000;
  font-size: 16px;
}

.cart textarea {
  border-radius: 15px;
}

.cart input:focus,
.cart select:focus,
.cart textarea:focus {
  border-color: #339966;
  outline: none;
}

.single_add_to_cart_button {
  font-weight: 700;
  text-transform: uppercase;
  background: #339966;
  border: 3px solid #339966;
  font-size: 1.5rem;
  padding: 0.875rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  border-radius: 1000px;
  cursor: pointer;
  width: fit-content;
  margin-top: 20px;
}

.single_add_to_cart_button:hover {
  border-color: #000 !important;
}

.tm-options-totals span {
  margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .cart .tc-extra-product-options {
    flex-direction: column;
  }
}
.givewp-layouts-header__templates {
  background-color: black !important;
}

button.givewp-fields-amount__level.givewp-fields-amount__level--selected {
  background-color: black !important;
}

section.givewp-layouts.givewp-layouts-section button {
  background: black !important;
  border-color: black !important;
}

.block-content {
  padding: 0 20px;
  margin-bottom: 7rem;
  position: relative;
  z-index: 9999;
}
.block-content:nth-child(odd) .container .row {
  flex-direction: row-reverse;
}
.block-content:nth-child(odd) .container .row .content-type-two {
  padding: 0 6rem 0 0;
}
.block-content:nth-child(odd) .container .row .content-type-two img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 999px) {
  .block-content:nth-child(odd) .container .row .content-type-two {
    padding: 0;
  }
}
@media (max-width: 999px) {
  .block-content:nth-child(odd) .container .row {
    flex-direction: column-reverse;
  }
}
.block-content .title {
  text-align: center;
  margin-bottom: 0 !important;
}
.block-content .title .description {
  color: #e74a30;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.block-content .title .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.block-content .content-with-image {
  display: grid;
}
.block-content .content-with-image .content-type-two {
  padding-left: 6rem;
}
@media (max-width: 999px) {
  .block-content .content-with-image .content-type-two {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.block-content .content-with-image .content-image {
  display: flex;
  justify-content: center;
}
.block-content .content-with-image .content-image img {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .block-content .content-with-image .content-image img {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 999px) {
  .block-content .content-with-image {
    flex-direction: column-reverse;
  }
}

.block-features {
  background-color: rgba(132, 226, 250, 0.3);
  border-radius: 5rem;
  padding: 6rem 2rem 10rem;
  margin: 0 0 10rem 0;
}
@media (max-width: 999px) {
  .block-features {
    margin-bottom: 8rem;
  }
}
.block-features .heading {
  margin-bottom: 7rem;
  text-align: center;
}
.block-features .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 8rem;
}
@media (max-width: 768px) {
  .block-features .features {
    grid-template-columns: 1fr;
  }
}
.block-features .features .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block-features .features .feature .image {
  max-width: 5rem;
  margin-bottom: 1rem;
}
.block-features .features .feature .image img {
  width: 100%;
  object-fit: cover;
}
.block-features .features .feature .title {
  margin-bottom: 1rem;
}
.block-features .features .feature .title p {
  margin: 0;
}
.block-features .features .feature .content {
  text-align: center;
}

.block-blogs {
  margin: 0 2rem 7rem;
}
.block-blogs .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-blogs .blogs-expanded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5.2rem;
}
@media (max-width: 999px) {
  .block-blogs .blogs-expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4.2rem;
  }
}
@media (max-width: 768px) {
  .block-blogs .blogs-expanded {
    grid-template-columns: 1fr;
  }
}
.block-blogs .blogs-expanded a {
  display: block;
  transition: 250ms ease-out;
}
.block-blogs .blogs-expanded a:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-blogs .blogs-expanded a .blog {
  padding: 1rem;
}
.block-blogs .blogs-expanded a .blog .image img {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-blogs .blogs-expanded a .blog .title {
  margin-bottom: 1.2rem;
}
.block-blogs .blogs-expanded a .blog .title h1, .block-blogs .blogs-expanded a .blog .title h2, .block-blogs .blogs-expanded a .blog .title h3, .block-blogs .blogs-expanded a .blog .title h4 {
  text-transform: none;
}
.block-blogs .blogs-expanded a .blog .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.block-blogs .blogs-expanded a .blog .conent {
  margin-top: 1rem;
}
.block-blogs .blogs-scroll a {
  display: block;
  transition: 250ms ease-out;
  margin: 0 3rem;
}
.block-blogs .blogs-scroll a:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-blogs .blogs-scroll a .blog {
  padding: 1rem;
}
.block-blogs .blogs-scroll a .blog .image img {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-blogs .blogs-scroll a .blog .title {
  margin-bottom: 1.2rem;
}
.block-blogs .blogs-scroll a .blog .title h1, .block-blogs .blogs-scroll a .blog .title h2, .block-blogs .blogs-scroll a .blog .title h3, .block-blogs .blogs-scroll a .blog .title h4 {
  text-transform: none;
}
.block-blogs .blogs-scroll a .blog .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

/* Style the filter container */
.blog-filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-filter #blog-search-form {
  width: 100%;
  text-align: left;
}
.blog-filter #blog-search-form label {
  text-align: left;
}
@media (max-width: 768px) {
  .blog-filter #blog-search-form label {
    width: 100%;
  }
}
.blog-filter #blog-search-form label input {
  margin-top: 5px;
}

/* Style the text search input */
.blog-filter input[type=text], .blog-filter input[type=search] {
  padding: 10px;
  width: 100%;
  max-width: 40rem;
  border: 1px solid lightgrey;
  border-radius: 1000px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .blog-filter input[type=text], .blog-filter input[type=search] {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

/* Focus effect for the text search input */
.blog-filter input[type=text]:focus, .blog-filter input[type=search]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Style the date filter input */
.blog-filter input[type=date] {
  padding: 10px;
  width: 100%;
  max-width: 15rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus effect for the date filter input */
.blog-filter input[type=date]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blog-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-filter input[type=text],
  .blog-filter input[type=date], .blog-filter input[type=search] {
    width: 100%;
    max-width: 100%;
  }
}
.block-programs {
  margin: 0 2rem 7rem;
  position: relative;
  z-index: 9999;
}
.block-programs .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-programs .programs-expanded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5.2rem;
}
@media (max-width: 999px) {
  .block-programs .programs-expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4.2rem;
  }
}
@media (max-width: 768px) {
  .block-programs .programs-expanded {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.block-programs .programs-expanded a {
  display: block;
  transition: 250ms ease-out;
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-programs .programs-expanded a .program {
  padding: 1.5rem;
  background-color: #ffffff;
  display: block;
}
.block-programs .programs-expanded a .program .image img {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  object-position: top;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-programs .programs-expanded a .program .title {
  margin-bottom: 1.2rem;
}
.block-programs .programs-expanded a .program .title h1, .block-programs .programs-expanded a .program .title h2, .block-programs .programs-expanded a .program .title h3, .block-programs .programs-expanded a .program .title h4 {
  text-transform: none;
}
.block-programs .programs-expanded a .program .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.block-programs .programs-expanded a .program .content {
  color: grey;
}
.block-programs .programs-button {
  margin-top: 3.5rem;
}

/* Style the filter container */
.program-filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.program-filter #program-search-form {
  width: 100%;
  text-align: left;
}
.program-filter #program-search-form label {
  text-align: left;
}
@media (max-width: 768px) {
  .program-filter #program-search-form label {
    width: 100%;
  }
}
.program-filter #program-search-form label input {
  margin-top: 5px;
}

/* Style the text search input */
.program-filter input[type=text], .program-filter input[type=search] {
  padding: 10px;
  width: 100%;
  max-width: 40rem;
  border: 1px solid lightgrey;
  border-radius: 1000px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .program-filter input[type=text], .program-filter input[type=search] {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

/* Focus effect for the text search input */
.program-filter input[type=text]:focus, .program-filter input[type=search]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Style the date filter input */
.program-filter input[type=date] {
  padding: 10px;
  width: 100%;
  max-width: 15rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus effect for the date filter input */
.program-filter input[type=date]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

.program__item-cta {
  margin-top: 1rem !important;
}

.program__item-cta p {
  color: #000000 !important;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .program-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .program-filter input[type=text],
  .program-filter input[type=date], .program-filter input[type=search] {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  .post-image {
    margin-bottom: 4rem;
  }
}
.post-image img {
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    object-fit: cover !important;
    max-height: 500px !important;
}

.block-team {
  margin-bottom: 7rem;
  padding: 0 2rem;
}
@media (max-width: 999px) {
  .block-team {
    margin-bottom: 8rem;
  }
}
.block-team .title {
  margin-bottom: 2.5rem;
}
.block-team .title .heading {
  text-align: center;
}
.block-team .team-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 9rem;
}
.block-team .team-members .member {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-team .team-members .member-image {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  background-color: lightgrey;
}
.block-team .team-members .member-image img {
  width: 15rem;
  height: 15rem;
  object-fit: cover;
  border-radius: 100%;
  object-position: center top;
}
.block-team .team-members .member-text {
  margin: 2rem 0 1rem;
}
.block-team .team-members .member-title {
  font-weight: 600;
}
.block-team .team-members .member-bio {
  text-align: center;
  color: grey;
}
@media (max-width: 999px) {
  .block-team .team-members {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .block-team .team-members {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.block-about {
  position: relative;
  z-index: 9200;
  margin: 0 0 7rem;
  padding: 0 2rem;
}
.block-about .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 999px) {
  .block-about .content {
    margin-bottom: 3.5rem;
  }
}
.block-about .content-text {
  border-right: 1px solid #000;
  padding-right: 4rem;
}
@media (max-width: 999px) {
  .block-about .content-text {
    border-right: none;
    padding-right: 0;
  }
}
.block-about .content-button {
  margin-top: 1.5rem;
}
.block-about .quote {
  padding-left: 4rem;
}
@media (max-width: 999px) {
  .block-about .quote {
    padding-left: 0;
  }
}
.block-about .quote-link {
  color: #04aa5b;
  font-weight: 500;
}

.block-stats {
  margin: 0 0 7rem;
  padding: 5rem 2rem;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  background-color: #fbfbfb;
}
.block-stats .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-stats .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .block-stats .stats {
    grid-template-columns: 1fr;
  }
}
.block-stats .stats-single {
  text-align: center;
}
.block-stats .stats-single .number-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.block-stats .stats-single .number-container .number, .block-stats .stats-single .number-container span {
  font-size: clamp(2.5rem, 10vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: #e74a30;
}

.block-get-involved {
  margin: 0 0 7rem;
  padding: 0 2rem;
}
.block-get-involved .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-get-involved .title {
  margin-bottom: 1rem;
}
.block-get-involved .actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .block-get-involved .actions {
    grid-template-columns: 1fr;
  }
}
.block-get-involved .actions-single {
  background-color: #fbfbfb;
  border: 1px solid lightgrey;
  padding: 3rem;
  border-radius: 15px;
}
.block-get-involved .actions-single .button {
  margin-top: 1.5rem;
}
.block-get-involved .actions-single:nth-child(odd) .button a {
  background-color: #000000 !important;
  border-color: #000000;
}
.block-get-involved .actions-single:nth-child(odd) .button a:hover {
  background: transparent !important;
  color: black !important;
  border-color: #000000;
}

.block-partners {
  margin: 0 2rem 7rem;
}
.block-partners .heading {
  margin-bottom: 0s;
  text-align: center;
}
.block-partners .partners .slick-slide .partner .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-partners .partners .slick-slide .partner .image img {
  height: fit-content !important;
  object-fit: contain !important;
  aspect-ratio: 16/9 !important;
  max-height: 119px;
}
.block-partners .partners-expand {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  justify-self: center;
}
.block-partners .partners-expand a {
  width: fit-content;
}
.block-partners .partners-expand a .partner {
  width: fit-content;
}
.block-partners .partners-expand a .partner .image {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-partners .partners-expand a .partner .image img {
  height: fit-content !important;
  object-fit: contain !important;
  width: 100%;
  height: 100%;
  max-height: 119px;
  aspect-ratio: 16/9 !important;
}
@media (max-width: 999px) {
  .block-partners .partners-expand {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .block-partners .partners-expand {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.block-videos {
  margin: 0 2rem 7rem;
}
.block-videos .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-videos .videos-expanded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5.2rem;
}
@media (max-width: 999px) {
  .block-videos .videos-expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4.2rem;
  }
}
@media (max-width: 768px) {
  .block-videos .videos-expanded {
    grid-template-columns: 1fr;
  }
}
.block-videos .videos-expanded .video {
  transition: 250ms ease-out;
  padding: 1rem;
}
.block-videos .videos-expanded .video:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-videos .videos-expanded .video .image img, .block-videos .videos-expanded .video .image video {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-videos .videos-expanded .video .title {
  margin-bottom: 1.2rem;
}
.block-videos .videos-expanded .video .title h1, .block-videos .videos-expanded .video .title h2, .block-videos .videos-expanded .video .title h3, .block-videos .videos-expanded .video .title h4 {
  text-transform: none;
}
.block-videos .videos-expanded .video .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.block-videos .videos-expanded .video .conent {
  color: grey;
}

.image-youtube {
  height: 25rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
  width: 100%;
}

/* Style the filter container */
.video-filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.video-filter #video-search-form {
  width: 100%;
  text-align: left;
}
.video-filter #video-search-form label {
  text-align: left;
}
@media (max-width: 768px) {
  .video-filter #video-search-form label {
    width: 100%;
  }
}
.video-filter #video-search-form label input {
  margin-top: 5px;
}

/* Style the text search input */
.video-filter input[type=text], .video-filter input[type=search] {
  padding: 10px;
  width: 100%;
  max-width: 40rem;
  border: 1px solid lightgrey;
  border-radius: 1000px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .video-filter input[type=text], .video-filter input[type=search] {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

/* Focus effect for the text search input */
.video-filter input[type=text]:focus, .video-filter input[type=search]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Style the date filter input */
.video-filter input[type=date] {
  padding: 10px;
  width: 100%;
  max-width: 15rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus effect for the date filter input */
.video-filter input[type=date]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .video-filter input[type=text],
  .video-filter input[type=date], .video-filter input[type=search] {
    width: 100%;
    max-width: 100%;
  }
}
.block-annual-reports {
  margin: 0 2rem 7rem;
}
.block-annual-reports .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-annual-reports .reports-expanded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5.2rem;
}
@media (max-width: 999px) {
  .block-annual-reports .reports-expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4.2rem;
  }
}
@media (max-width: 768px) {
  .block-annual-reports .reports-expanded {
    grid-template-columns: 1fr;
  }
}
.block-annual-reports .reports-expanded .report {
  transition: 250ms ease-out;
  padding: 1rem;
}
.block-annual-reports .reports-expanded .report:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-annual-reports .reports-expanded .report .image img, .block-annual-reports .reports-expanded .report .image reports {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-annual-reports .reports-expanded .report .title {
  margin-bottom: 1.2rem;
}
.block-annual-reports .reports-expanded .report .title h1, .block-annual-reports .reports-expanded .report .title h2, .block-annual-reports .reports-expanded .report .title h3, .block-annual-reports .reports-expanded .report .title h4 {
  text-transform: none;
}
.block-annual-reports .reports-expanded .report .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.block-annual-reports .reports-expanded .report .file {
  margin-top: 1.5rem;
}
.block-annual-reports .reports-expanded .report .file i {
  color: #ffffff;
}

.image-youtube {
  height: 25rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
  width: 100%;
}

/* Style the filter container */
.reports-filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.reports-filter #reports-search-form {
  width: 100%;
  text-align: left;
}
.reports-filter #reports-search-form label {
  text-align: left;
}
@media (max-width: 768px) {
  .reports-filter #reports-search-form label {
    width: 100%;
  }
}
.reports-filter #reports-search-form label input {
  margin-top: 5px;
}

/* Style the text search input */
.reports-filter input[type=text], .reports-filter input[type=search] {
  padding: 10px;
  width: 100%;
  max-width: 40rem;
  border: 1px solid lightgrey;
  border-radius: 1000px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .reports-filter input[type=text], .reports-filter input[type=search] {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

/* Focus effect for the text search input */
.reports-filter input[type=text]:focus, .reports-filter input[type=search]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Style the date filter input */
.reports-filter input[type=date] {
  padding: 10px;
  width: 100%;
  max-width: 15rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus effect for the date filter input */
.reports-filter input[type=date]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reports-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .reports-filter input[type=text],
  .reports-filter input[type=date], .reports-filter input[type=search] {
    width: 100%;
    max-width: 100%;
  }
}
.block-financial-reports {
  margin: 0 2rem 7rem;
}
.block-financial-reports .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-financial-reports .reports-expanded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5.2rem;
}
@media (max-width: 999px) {
  .block-financial-reports .reports-expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4.2rem;
  }
}
.block-financial-reports .reports-expanded .report {
  transition: 250ms ease-out;
  padding: 1rem;
}
.block-financial-reports .reports-expanded .report .image img, .block-financial-reports .reports-expanded .report .image reports {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-financial-reports .reports-expanded .report .title {
  margin-bottom: 1.2rem;
}
.block-financial-reports .reports-expanded .report .title h1, .block-financial-reports .reports-expanded .report .title h2, .block-financial-reports .reports-expanded .report .title h3, .block-financial-reports .reports-expanded .report .title h4 {
  text-transform: none;
}
.block-financial-reports .reports-expanded .report .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.block-financial-reports .reports-expanded .report .file {
  margin-top: 1.5rem;
}
.block-financial-reports .reports-expanded .report .file i {
  color: #ffffff;
}

.image-youtube {
  height: 25rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
  width: 100%;
}

/* Style the filter container */
.financial-reports-filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 15px;
  flex-wrap: wrap;
}
.financial-reports-filter #financial-reports-search-form {
  width: 100%;
  text-align: left;
}
.financial-reports-filter #financial-reports-search-form label {
  text-align: left;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .financial-reports-filter #financial-reports-search-form label {
    width: 100%;
  }
}
.financial-reports-filter #financial-reports-search-form label input {
  margin-top: 5px;
}

/* Style the text search input */
.financial-reports-filter input[type=text], .financial-reports-filter input[type=search] {
  padding: 10px;
  width: 100%;
  max-width: 40rem;
  border: 1px solid lightgrey;
  border-radius: 1000px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .financial-reports-filter input[type=text], .financial-reports-filter input[type=search] {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

/* Focus effect for the text search input */
.financial-reports-filter input[type=text]:focus, .financial-reports-filter input[type=search]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Style the date filter input */
.financial-reports-filter input[type=date] {
  padding: 10px;
  width: 100%;
  max-width: 15rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus effect for the date filter input */
.financial-reports-filter input[type=date]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .financial-reports-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .financial-reports-filter input[type=text],
  .financial-reports-filter input[type=date], .financial-reports-filter input[type=search] {
    width: 100%;
    max-width: 100%;
  }
}
.block-learn-afaan {
  margin: 0 2rem 7rem;
}
.block-learn-afaan .heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-learn-afaan .videos-expanded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 5.2rem;
}
@media (max-width: 999px) {
  .block-learn-afaan .videos-expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 4.2rem;
  }
}
@media (max-width: 768px) {
  .block-learn-afaan .videos-expanded {
    grid-template-columns: 1fr;
  }
}
.block-learn-afaan .videos-expanded .video {
  transition: 250ms ease-out;
  padding: 1rem;
}
.block-learn-afaan .videos-expanded .video:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-learn-afaan .videos-expanded .video .image img, .block-learn-afaan .videos-expanded .video .image video {
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}
.block-learn-afaan .videos-expanded .video .title {
  margin-bottom: 1.2rem;
}
.block-learn-afaan .videos-expanded .video .title h1, .block-learn-afaan .videos-expanded .video .title h2, .block-learn-afaan .videos-expanded .video .title h3, .block-learn-afaan .videos-expanded .video .title h4 {
  text-transform: none;
}
.block-learn-afaan .videos-expanded .video .small {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.image-youtube {
  height: 25rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
  width: 100%;
}

/* Style the filter container */
.learn-filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.learn-filter #learn-search-form {
  width: 100%;
  text-align: left;
}
.learn-filter #learn-search-form label {
  text-align: left;
}
@media (max-width: 768px) {
  .learn-filter #learn-search-form label {
    width: 100%;
  }
}
.learn-filter #learn-search-form label input {
  margin-top: 5px;
}

/* Style the text search input */
.learn-filter input[type=text], .learn-filter input[type=search] {
  padding: 10px;
  width: 100%;
  max-width: 40rem;
  border: 1px solid lightgrey;
  border-radius: 1000px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .learn-filter input[type=text], .learn-filter input[type=search] {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

/* Focus effect for the text search input */
.learn-filter input[type=text]:focus, .learn-filter input[type=search]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Style the date filter input */
.learn-filter input[type=date] {
  padding: 10px;
  width: 100%;
  max-width: 15rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus effect for the date filter input */
.learn-filter input[type=date]:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .learn-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .learn-filter input[type=text],
  .learn-filter input[type=date], .learn-filter input[type=search] {
    width: 100%;
    max-width: 100%;
  }
}
.block-gallery {
  margin-bottom: 7rem;
  padding: 0 2rem;
}
@media (max-width: 999px) {
  .block-gallery {
    margin-bottom: 8rem;
  }
}
.block-gallery .title {
  margin-bottom: 2.5rem;
}
.block-gallery .title .heading {
  text-align: center;
}
.block-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 5rem;
}
.block-gallery .gallery h2 {
  margin-bottom: 3rem;
}
.block-gallery .gallery .image {
  width: 100%;
  height: 100%;
}
.block-gallery .gallery .image a {
  width: 100%;
  height: 100%;
}
.block-gallery .gallery .image a .image-item {
  width: 100%;
  height: 100%;
}
.block-gallery .gallery .image a .image-item img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 999px) {
  .block-gallery .gallery {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .block-gallery .gallery {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* General My Account Page Container */
.woocommerce {
  background-color: #ffffff;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto 10rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", serif;
}
@media (max-width: 999px) {
  .woocommerce {
    margin-bottom: 8rem;
  }
}

/* My Account Navigation */
.woocommerce-MyAccount-navigation {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation-link a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce-MyAccount-navigation-link--active a,
.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #04aa5b;
  color: white;
}

button.woocommerce-Button.button {
  margin-top: 3rem;
}

/* My Account Form Fields */
.woocommerce-MyAccount-content .woocommerce-form-row {
  margin-bottom: 20px;
}

.woocommerce-form-row label {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 8px;
}

.woocommerce-Input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.woocommerce-Input:focus {
  border-color: #04aa5b;
  outline: none;
}

/* Password Section */
fieldset {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  margin-top: 30px;
}

legend {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

/* Save Button */
.woocommerce-Button.button {
  transition: 250ms ease-out;
  text-align: center;
  line-height: 24px;
  border: none;
  margin: 0px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.7rem;
  border: 2px solid #04aa5b;
  color: #ffffff !important;
  background-color: #04aa5b;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 25px;
}
.woocommerce-Button.button:hover {
  border-color: #000000 !important;
  background-color: rgba(132, 226, 250, 0.3) !important;
  color: #000000 !important;
}
.woocommerce-Button.button:focus {
  border-color: #04aa5b; /* Blue border when focused */
  outline: none;
}

/* Input Description */
.woocommerce-form-row span {
  font-size: 12px;
  color: #999;
}

/* Responsive Design */
@media (max-width: 768px) {
  .woocommerce {
    padding: 20px;
  }
  .woocommerce-MyAccount-navigation {
    padding: 15px;
  }
  .woocommerce-MyAccount-navigation-link a {
    font-size: 14px;
    padding: 8px;
  }
  .woocommerce-Input {
    font-size: 14px;
  }
}
/* Column Layout */
.u-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Heading Styles */
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Form Row and Inputs */
.woocommerce-form-row {
  margin-bottom: 20px;
}

.woocommerce-form-row label {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 8px;
}

.woocommerce-Input {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.woocommerce-Input:focus {
  border-color: #000000;
  outline: none;
  background-color: #04aa5b;
}

/* Password Input */
.password-input {
  position: relative;
}

.password-input input {
  padding-right: 40px;
}

/* Remember Me Checkbox */
.woocommerce-form__label-for-checkbox {
  font-size: 14px;
  color: #666;
}

.woocommerce-form__input-checkbox {
  margin-right: 10px;
}

/* Submit Buttons */
button.woocommerce-Button.button {
  background-color: #04aa5b;
  color: #fff;
  border: 2px solid #04aa5b;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Lost Password Link */
.woocommerce-LostPassword {
  margin-top: 15px;
  font-size: 14px;
}

.woocommerce-LostPassword a {
  color: #0073e6;
  text-decoration: none;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

/* Privacy Policy Text */
.woocommerce-privacy-policy-text {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

.woocommerce-privacy-policy-text a {
  color: #0073e6;
}

.woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .u-columns {
    flex-direction: column;
    gap: 30px;
  }
  .u-column1, .u-column2 {
    width: 100%;
    padding: 15px;
  }
  .woocommerce-Input {
    font-size: 14px;
  }
  button.woocommerce-Button.button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.woocommerce-message {
  top: 80px;
  position: relative;
}

.wp-block-woocommerce-checkout {
  margin-bottom: 10rem !important;
}
@media (max-width: 999px) {
  .wp-block-woocommerce-checkout {
    margin-bottom: 8rem !important;
  }
}

.related.products {
  display: none !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
  display: none !important;
}

.product {
  overflow: hidden !important;
}

nav.woocommerce-breadcrumb {
  display: none !important;
}

.tm-epo-totals {
  clear: both;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

dd.tm-options-totals {
  margin-bottom: 1.5rem;
}

#commentform, #reviews, .wc-tabs, .woocommerce-product-gallery {
  display: none !important;
}

.single-product {
  padding: 0 1.5rem !important;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  display: none !important;
}

.product_meta {
  display: none !important;
}

.single_add_to_cart_button {
  font-weight: 700;
  text-transform: uppercase;
  background: #000000 !important;
  border: 3px solid #000000 !important;
}