@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//olympiafitnessandgym.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(215,255,1);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: rgb(215,255,1);
	--wd-link-color-hover: rgb(0,0,0);
	--btn-default-bgcolor: rgb(215,255,1);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(215,255,1);
	--btn-accented-bgcolor-hover: rgb(255,255,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #202737;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(23,30,46);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-marquee {
    padding: 14px !important;
    font-size: 20px !important;
    font-weight: 800;
    color: #202737;
    font-style: italic;
    background-color: #d7fb00;
}
.headline {
      /*font-size: 64px;*/
      font-weight: 800;
      color: #ffffff;
      text-transform: uppercase;
    }
    .highlight {
      color: #D7FB00 !important; /* Neon green highlight */
    }
.footer-contact-box {
    font-size: 18px;
    color: #fff;
}
.footer-contact-details p {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 16px;
    line-height: 22px !important;
}
.footer-contact-details .icon {
    width: 40px;
    height: 40px;
}

.about-section {
    text-align: center;
    margin: 0px 0;
    margin-bottom: -45px !important;
}

.about-header {
    display: flex;
    gap: 0px;
    position: relative;
    top: 75px !important;
    margin-top: -40px !important;
    font-family: "Rajdhani", sans-serif;
}

.about-logo {
  width: 40px;
  height: auto;
}

.about-subtitle {
    font-size: 16px !important;
    font-weight: 700;
    color: #D7FB00 !important;
    margin: 7px;
    font-family: "Rajdhani", sans-serif;
}

.about-title {
    font-size: 100px !important;
    font-weight: 900;
    background: linear-gradient(90deg, #d7fb0000, #00000000);
    -webkit-background-clip: text;
    color: transparent !important;
    -webkit-text-stroke: 1px #ffffff0f;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
.about-header {
    /* flex-direction: column; */
    gap: 5px;
    justify-content: center !important;
    position: relative;
    top: 45px !important;
}

  .about-logo {
    width: 35px;
  }

  .about-subtitle {
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
  }

  .about-title {
    font-size: 60px !important;
    -webkit-text-stroke: 1px #ffffff1f;
  }
}

.wpb_column.sticky-section.vc_column_container {
  position: relative; /* keep relative for transform */
}

.wpb_column.sticky-section.vc_column_container .sticky-box {
  position: sticky;
  top: 30px; /* distance from top when sticky */
  transition: transform 0.25s ease-out; /* smooth effect */
}
@media (min-width: 787px) { /* apply only on desktop/tablet */
  .wpb_column.sticky-section.vc_column_container {
    position: relative;
  }

  .wpb_column.sticky-section.vc_column_container .sticky-box {
    position: sticky;
    top: 20px;
    transition: transform 0.25s ease-out;
  }
}

