/*-----------------------------------------------------------------------------------

    Project : Fitness Fuel - Health & Fitness Supplement Store
    Brand   : FITNESS FUEL / Fuel Your Strength
    File    : Brand override layer (loaded after main.css)
    Note    : Static front-end prototype. No backend / no ordering.

    01. Logo
    02. Header + navigation
    03. Dark brand sections (theme-bg)
    04. Buttons
    05. Hero / banner
    06. Category strip
    07. Product cards
    08. Trust / feature
    09. FAQ
    10. Reviews
    11. Gallery
    12. Contact block
    13. Footer
    14. Coming soon modal
    15. Decorative shape clean-up
    16. Responsive

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  01. Logo
/*----------------------------------------*/
.ff-logo img {
  width: 190px;
  height: auto;
  max-width: 100%;
  display: block;
}

.eg-menu__logo img {
  width: 190px;
  height: auto;
}

.eg-mobile__logo img {
  width: 150px;
  height: auto;
}

.eg-footer__widget_logo img {
  width: 210px;
  height: auto;
  margin: 0 auto;
}

/*----------------------------------------*/
/*  02. Header + navigation
/*----------------------------------------*/
.eg-menu__main-menu .navigation li a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.eg-menu__main-menu .navigation li a.active,
.eg-menu__main-menu .navigation li a:hover {
  color: var(--ff-green);
}

.header-sticky {
  background: var(--ff-dark);
  border-bottom: 1px solid var(--ff-dark-line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.ff-header__call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eg-common-white);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.ff-header__call svg {
  flex: 0 0 auto;
}

.ff-header__call:hover {
  color: var(--ff-green);
}

/* the template shipped this as bare text - made a real pill button */
.eg-menu__header-btn a {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 50px;
  background: var(--ff-green);
  border: 1px solid var(--ff-green);
  color: var(--ff-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.eg-menu__header-btn a:hover {
  background: var(--eg-common-white);
  border-color: var(--eg-common-white);
  color: var(--ff-dark);
}

.eg-header__offCanvas-contact .number a,
.eg-header__offCanvas-contact .email a {
  word-break: break-word;
}

/* the offcanvas + mobile menu panels are white, so accents need the deep green
   and the light-background version of the logo */
.eg-header__offCanvas-title span {
  color: var(--ff-green-deep);
}

.eg-mobile__menu .eg-header__offCanvas-contact .number {
  font-size: 24px;
}

.eg-mobile__menu .eg-header__offCanvas-contact .number a:hover,
.eg-header__offCanvas-contact .number a:hover {
  color: var(--ff-green-deep);
}

.eg-header__offCanvas-social a:hover {
  background: var(--ff-green);
  color: var(--ff-dark);
}

/* the template's negative-margin close button ended up off-panel - pin it */
.eg-header__offCanvas-wrap {
  position: fixed;
}

.eg-header__offCanvas-toggle {
  position: absolute;
  top: 26px;
  right: 26px;
  margin: 0;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: var(--eg-border-primary);
  z-index: 2;
}

.eg-header__offCanvas-toggle i {
  font-size: 22px;
  color: var(--ff-green-deep);
}

.eg-header__offCanvas-toggle:hover {
  background: var(--ff-green);
}

.eg-header__offCanvas-toggle:hover i {
  color: var(--ff-dark);
}

.eg-mobile__close-btn i {
  color: var(--ff-green-deep);
}

.eg-mobile__close-btn i:hover {
  background: var(--ff-green);
  color: var(--ff-dark);
}

/*----------------------------------------*/
/*  03. Dark brand sections (theme-bg)
/*----------------------------------------*/
.theme-bg,
.theme-bg-2 {
  background-color: var(--ff-dark);
  background-image: radial-gradient(120% 90% at 50% 0%, #16201a 0%, var(--ff-dark) 62%);
}

.theme-bg h1,
.theme-bg h2,
.theme-bg h3,
.theme-bg h4,
.theme-bg h5,
.theme-bg h6 {
  color: var(--eg-common-white);
}

.theme-bg p {
  color: rgba(255, 255, 255, 0.72);
}

/*----------------------------------------*/
/*  04. Buttons
/*----------------------------------------*/
.eg-btn {
  background-color: var(--ff-green);
  border-color: var(--ff-green);
  color: var(--ff-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.eg-btn::after {
  background-color: var(--ff-dark);
}

.eg-btn:hover {
  color: var(--eg-common-white);
  border-color: var(--ff-dark);
}

.eg-btn.about-btn,
.eg-btn.ff-btn-outline {
  background-color: transparent;
  border-color: var(--ff-dark);
  color: var(--ff-dark);
}

.eg-btn.about-btn::after,
.eg-btn.ff-btn-outline::after {
  background-color: var(--ff-dark);
}

.eg-btn.about-btn:hover,
.eg-btn.ff-btn-outline:hover {
  color: var(--eg-common-white);
}

.theme-bg .eg-btn.ff-btn-outline,
.eg-btn.ff-btn-ghost {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--eg-common-white);
}

.theme-bg .eg-btn.ff-btn-outline::after,
.eg-btn.ff-btn-ghost::after {
  background-color: var(--eg-common-white);
}

.theme-bg .eg-btn.ff-btn-outline:hover,
.eg-btn.ff-btn-ghost:hover {
  color: var(--ff-dark);
  border-color: var(--eg-common-white);
}

.back__to_top_btn {
  background: var(--ff-green);
  color: var(--ff-dark);
}

/*----------------------------------------*/
/*  05. Hero / banner
/*----------------------------------------*/
.eg-banner__title-opacity .title {
  font-family: var(--eg-heading-font-family);
  font-size: 200px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
}

@media (min-width: 1400px) {
  .eg-banner__title-opacity .title {
    font-size: 172px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-banner__title-opacity .title {
    font-size: 168px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-banner__title-opacity .title {
    font-size: 138px;
  }
}

.eg-banner__title-opacity .title {
  top: 30%;
}

/* the template's solid accent blobs - softened to a green glow */
.eg-banner__circle-1,
.eg-banner__circle-2 {
  background: radial-gradient(circle, rgba(57, 211, 83, 0.22) 0%, rgba(57, 211, 83, 0) 68%);
  filter: blur(30px);
  opacity: 0.85;
}

.eg-banner__thumb-2::before {
  background: rgba(0, 0, 0, 0.6);
}

.eg-banner__content .title {
  color: var(--eg-common-white);
}

.ff-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid rgba(57, 211, 83, 0.4);
  background: rgba(57, 211, 83, 0.1);
  color: var(--ff-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.ff-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ff-green);
}

.ff-hero__title .ff-accent {
  color: var(--ff-green);
}

.ff-hero__text {
  max-width: 640px;
  margin: 18px auto 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 30px;
}

.eg-banner__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.ff-hero__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 56px;
  margin-top: 52px;
}

.ff-hero__stat {
  text-align: center;
  min-width: 120px;
}

.ff-hero__stat strong {
  display: block;
  font-family: var(--eg-heading-font-family);
  font-size: 30px;
  line-height: 1.1;
  color: var(--ff-green);
}

.ff-hero__stat span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}

/*  breadcrumb (shop page) */
.eg-breadcrumb__title-opacity .title {
  font-family: var(--eg-heading-font-family);
  font-size: 170px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
}

@media (max-width: 767px) {
  .eg-breadcrumb__title-opacity .title {
    font-size: 96px;
  }
}

.eg-breadcrumb__content .title {
  font-size: 58px;
}

@media (max-width: 767px) {
  .eg-breadcrumb__content .title {
    font-size: 38px;
  }
}

.eg-breadcrumb__item.active {
  color: var(--ff-green);
}

.eg-breadcrumb__item a:hover {
  color: var(--ff-green);
}

/*----------------------------------------*/
/*  06. Category strip
/*----------------------------------------*/
.ff-category__item {
  display: block;
  text-align: center;
  padding: 34px 18px 30px;
  border-radius: 18px;
  border: 1px solid var(--eg-border-primary);
  background: var(--eg-common-white);
  transition: all 0.3s ease;
  height: 100%;
}

.ff-category__item:hover {
  border-color: var(--ff-green-mid);
  box-shadow: 0 18px 34px rgba(6, 20, 10, 0.1);
  transform: translateY(-6px);
}

.ff-category__icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(237, 192, 1, 0.18);
  color: var(--ff-green-deep);
  font-size: 28px;
  display: block;
}

.ff-category__item:hover .ff-category__icon {
  background: var(--ff-green);
  color: var(--ff-dark);
}

.ff-category__title {
  font-size: 18px;
  margin-bottom: 4px;
  color: var(--eg-heading-primary);
}

.ff-category__item span.count {
  font-size: 13px;
  color: var(--eg-text-body);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/*----------------------------------------*/
/*  07. Product cards
/*----------------------------------------*/
.eg-product__item {
  background: var(--eg-common-white);
  border: 1px solid var(--eg-border-primary);
  border-radius: 20px;
  padding: 26px 22px 30px;
  transition: all 0.3s ease;
  height: auto;
}

.eg-product__item:hover {
  border-color: var(--ff-green-mid);
  box-shadow: 0 22px 40px rgba(6, 20, 10, 0.1);
}

.eg-product__thumb {
  position: relative;
  padding-top: 34px;
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.eg-product__thumb img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.ff-product__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(237, 192, 1, 0.18);
  color: var(--ff-green-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eg-product__title {
  font-size: 19px;
  line-height: 1.35;
  min-height: 52px;
  margin-bottom: 6px;
}

.eg-product__title a:hover {
  color: var(--ff-green-deep);
}

.eg-product__price {
  color: var(--ff-green-deep);
  font-weight: 700;
  font-size: 22px;
  font-family: var(--eg-heading-font-family);
}

.eg-product__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 10px 0 20px;
}

.eg-product__rating .ff-rating__value {
  font-weight: 700;
  color: var(--eg-heading-primary);
  margin-right: 4px;
}

.eg-product__rating-count {
  color: var(--eg-text-body);
  font-size: 14px;
}

.eg-product__btn {
  gap: 12px;
  flex-wrap: wrap;
}

.eg-product__btn .eg-btn {
  padding: 16px 30px;
  font-size: 13px;
}

.eg-product__cart {
  margin-right: 0 !important;
  line-height: 0;
}

.eg-product__cart span:hover {
  background: var(--ff-green);
}

/* the cart icon is a white SVG - turn it dark on the yellow hover fill */
.eg-product__cart span:hover img {
  filter: brightness(0);
}

/* template keeps Buy Now quiet until the card is hovered - kept, re-coloured */
.eg-product__btn .eg-btn {
  background: var(--ff-dark);
  border-color: var(--ff-dark);
  color: var(--eg-common-white);
}

.eg-product__item:hover .eg-product__btn .eg-btn {
  background-color: var(--ff-green);
  border-color: var(--ff-green);
  color: var(--ff-dark);
}

.eg-product__item:hover .eg-product__btn .eg-btn:hover {
  color: var(--eg-common-white);
}

.ff-product__note {
  text-align: center;
  font-size: 14px;
  color: var(--eg-text-body);
  margin-top: 10px;
  margin-bottom: 0;
}

.ff-product__foot {
  margin-top: 10px;
}

.ff-product__foot .eg-btn {
  margin-bottom: 22px;
}

/* shop page sidebar helper card */
.ff-shop__help {
  border-radius: 20px;
  border: 1px solid var(--eg-border-primary);
  background: var(--eg-common-white-2);
  padding: 30px 26px;
  text-align: center;
}

.ff-shop__help .title {
  font-size: 19px;
  margin-bottom: 12px;
}

.ff-shop__help p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 22px;
}

.ff-shop__help .eg-btn {
  padding: 16px 28px;
  font-size: 13px;
}

.eg-product__info-top .eg-product__showing-sort .eg-product__showing-text {
  margin-bottom: 0;
  font-size: 14px;
}

/*----------------------------------------*/
/*  08. Trust / feature
/*----------------------------------------*/
/* watermark words: main.css colours them, and the .theme-bg heading rule above
   would repaint them solid white - these need the extra specificity */
.theme-bg .eg-feature__opacity-title,
.theme-bg .eg-testimonial__opacity-text,
.theme-bg .eg-footer__opacity-text {
  font-family: var(--eg-heading-font-family);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.theme-bg .eg-feature__opacity-title {
  font-size: 190px;
}

.theme-bg .eg-testimonial__opacity-text {
  font-size: 150px;
  line-height: 1.1;
}

.theme-bg .eg-footer__opacity-text {
  font-size: 118px;
  line-height: 1.15;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
}

/* the stacked-card shadow behind the review slider was tuned for a red section;
   dial it back so it reads as depth on near-black */
.eg-testimonial__wrap::before {
  background-color: rgba(255, 255, 255, 0.12);
}

.eg-testimonial__wrap::after {
  background-color: rgba(255, 255, 255, 0.05);
}

/* two trust items per column instead of the template's three - centre them
   against the tall product shot in the middle */
@media (min-width: 1200px) {
  .eg-feature__list {
    display: flex;
    align-items: center;
    min-height: 100%;
  }
  .eg-feature__list ul {
    width: 100%;
  }
}

.eg-feature__item {
  align-items: flex-start;
}

.eg-feature__icon span {
  color: var(--ff-green);
}

.eg-feature__title {
  color: var(--eg-common-white);
}

.ff-feature__text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 6px;
}

.eg-feature__list-2 .ff-feature__text {
  text-align: right;
}

/*----------------------------------------*/
/*  09. FAQ
/*----------------------------------------*/
.accordion-button:not(.collapsed) {
  color: var(--ff-green-deep);
}

.ff-faq__disclaimer {
  margin-top: 34px;
  padding: 18px 24px;
  border-radius: 14px;
  background: var(--eg-common-white-2);
  border: 1px solid var(--eg-border-primary);
  font-size: 14px;
  line-height: 23px;
  color: var(--eg-text-body);
  text-align: center;
}

/*----------------------------------------*/
/*  10. Reviews
/*----------------------------------------*/
.eg-testimonial__opacity-text {
  color: rgba(57, 211, 83, 0.09);
}

.ff-reviews__summary {
  max-width: 560px;
  margin: 0 auto 70px;
  padding: 30px 34px;
  border-radius: 20px;
  border: 1px solid var(--ff-dark-line);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

/* the review carousel sits on the template's white card - keep that card, but
   put the text back to dark so the .theme-bg rules above don't bleach it */
.theme-bg .eg-testimonial__wrap h5,
.theme-bg .eg-testimonial__avatar-title {
  color: var(--eg-heading-primary);
}

.theme-bg .eg-testimonial__content p {
  color: var(--eg-heading-primary);
}

.eg-testimonial__avatar-thumb {
  border-color: var(--ff-green);
  line-height: 0;
}

.ff-reviews__score {
  font-family: var(--eg-heading-font-family);
  font-size: 52px;
  line-height: 1;
  color: var(--ff-green);
}

.ff-reviews__stars {
  margin: 12px 0 8px;
  color: var(--ff-green);
  font-size: 18px;
  letter-spacing: 3px;
}

.ff-reviews__meta {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-bottom: 0;
}

.eg-testimonial__avatar-thumb .ff-avatar {
  width: 92px;
  height: 92px;
  line-height: 92px;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--ff-green);
  color: var(--ff-dark);
  font-family: var(--eg-heading-font-family);
  font-size: 34px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.eg-testimonial__avatar-info span {
  color: var(--ff-green-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  11. Gallery
/*----------------------------------------*/
.eg-instagram__icon a {
  background: var(--ff-green);
  color: var(--ff-dark);
}

/* without the mask (see 15b) the template's colour wash fills a hard rectangle
   around the brush-cut photo - dim the photo itself instead */
.eg-instagram__item::before {
  display: none;
}

.eg-instagram__item img {
  transition: filter 0.3s ease;
}

.eg-instagram__item:hover img {
  filter: brightness(0.55);
}

/* masks are off (see 15b) so give the gallery tiles their own even box */
.eg-instagram__item {
  height: 230px;
}

.eg-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .eg-instagram__item {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .eg-instagram__item {
    height: 240px;
  }
  .eg-instagram__item img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  12. Contact block
/*----------------------------------------*/
.ff-contact__area {
  padding-top: 20px;
  padding-bottom: 110px;
}

.eg-contact__item {
  height: 100%;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid var(--eg-border-primary);
  background: var(--eg-common-white);
  text-align: center;
  transition: all 0.3s ease;
}

.eg-contact__item:hover {
  border-color: var(--ff-green-mid);
  box-shadow: 0 20px 38px rgba(6, 20, 10, 0.08);
}

.eg-contact__item .icon i {
  display: block;
  font-size: 44px;
  line-height: 1;
  color: var(--ff-green-deep);
  margin-bottom: 22px;
}

.eg-contact__item .eg-contact__title {
  margin-bottom: 12px;
}

.eg-contact__item span,
.eg-contact__item a {
  display: block;
  color: var(--eg-text-body);
  line-height: 26px;
}

.eg-contact__item a:hover {
  color: var(--ff-green-deep);
}

.ff-gbp {
  border-radius: 22px;
  border: 1px solid var(--eg-border-primary);
  background: var(--eg-common-white);
  padding: 36px 40px;
  box-shadow: 0 20px 40px rgba(6, 20, 10, 0.06);
}

.ff-gbp__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 6px;
}

.ff-gbp__name {
  margin-bottom: 0;
  font-size: 26px;
}

.ff-gbp__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--eg-heading-primary);
}

.ff-gbp__rating .stars {
  color: var(--ff-green-mid);
  letter-spacing: 2px;
}

.ff-gbp__rating .count {
  font-weight: 400;
  color: var(--eg-text-body);
}

.ff-gbp__type {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(237, 192, 1, 0.18);
  color: var(--ff-green-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ff-gbp__rows {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.ff-gbp__rows li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--eg-border-primary);
  color: var(--eg-text-body);
  line-height: 26px;
}

.ff-gbp__rows li:last-child {
  border-bottom: 0;
}

.ff-gbp__rows li i {
  color: var(--ff-green-deep);
  font-size: 18px;
  margin-top: 4px;
  flex: 0 0 20px;
}

.ff-gbp__rows li a {
  color: var(--eg-heading-primary);
  font-weight: 600;
  word-break: break-word;
}

.ff-gbp__rows li a:hover {
  color: var(--ff-green-deep);
}

.ff-gbp__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/*----------------------------------------*/
/*  13. Footer
/*----------------------------------------*/
.eg-footer__widget_link a,
.eg-footer__terms a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.eg-footer__widget_link a:hover,
.eg-footer__terms a:hover,
.eg-footer__copyright a {
  color: var(--ff-green);
}

.ff-footer__tagline {
  color: var(--ff-green);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-top: 14px;
  display: block;
}

.ff-footer__about {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.ff-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ff-footer__contact li {
  display: flex;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 14px;
}

.ff-footer__contact li i {
  color: var(--ff-green);
  margin-top: 5px;
  flex: 0 0 18px;
}

.ff-footer__contact li a {
  color: rgba(255, 255, 255, 0.78);
}

.ff-footer__contact li a:hover {
  color: var(--ff-green);
}

.eg-footer__opacity-text {
  color: rgba(57, 211, 83, 0.07);
}

.eg-footer__widget_social a:hover {
  background: var(--ff-green);
  color: var(--ff-dark);
}

.eg-newsletter__form button {
  background: var(--ff-green);
  color: var(--ff-dark);
  border-color: var(--ff-green);
}

/*----------------------------------------*/
/*  14. Coming soon modal
/*----------------------------------------*/
.ff-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ff-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.ff-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 6, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.ff-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: var(--ff-dark-2);
  border: 1px solid var(--ff-dark-line);
  border-radius: 24px;
  padding: 48px 40px 40px;
  text-align: center;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.ff-modal.is-open .ff-modal__dialog {
  transform: translateY(0) scale(1);
}

.ff-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--ff-dark-line);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ff-modal__close:hover {
  background: var(--ff-green);
  border-color: var(--ff-green);
  color: var(--ff-dark);
}

.ff-modal__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: rgba(57, 211, 83, 0.14);
  border: 1px solid rgba(57, 211, 83, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ff-green);
}

.ff-modal__title {
  color: var(--eg-common-white);
  font-size: 30px;
  margin-bottom: 14px;
}

.ff-modal__text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}

.ff-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ff-modal__actions .eg-btn {
  padding: 17px 40px;
}

body.ff-modal-open {
  overflow: hidden;
}

/*----------------------------------------*/
/*  15. Decorative shape clean-up
/*  (hides the template's fruit/juice props - off-brand for a gym store,
/*   the green leaf props are kept)
/*----------------------------------------*/
.eg-banner__shape-3,
.eg-banner__shape-4,
.eg-feature__shape-4,
.eg-feature__shape-5,
.eg-about__shape-1,
.eg-about__shape-2,
.eg-faq__shape-1,
.eg-testimonial__shape-2,
.eg-testimonial__shape-3,
.eg-footer__shape-1,
.eg-footer__shape-2 {
  display: none !important;
}

/*----------------------------------------*/
/*  15b. file:// safety
/*  Chrome refuses to load a mask-image over the file:// protocol, which blanks
/*  the element out entirely when the client opens index.html by double-click.
/*  These artworks already ship with their brush-cut edge baked in, so the extra
/*  mask layer is dropped and the images render on every protocol.
/*----------------------------------------*/
.eg-about__thumb img,
.eg-instagram__item.mask-1,
.eg-instagram__item.mask-2,
.eg-instagram__item.mask-3,
.eg-instagram__item.mask-4,
.eg-instagram__item.mask-5 {
  -webkit-mask-image: none;
  mask-image: none;
}

/*----------------------------------------*/
/*  16. Responsive
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eg-menu__logo img {
    width: 165px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eg-menu__logo img {
    width: 170px;
  }
}

@media (max-width: 1199px) {
  .eg-feature__list-2 .ff-feature__text {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .eg-menu__logo img {
    width: 160px;
  }
  .ff-hero__stats {
    gap: 18px 34px;
    margin-top: 40px;
  }
  .ff-gbp {
    padding: 30px 26px;
  }
}

@media (max-width: 767px) {
  .eg-menu__logo img {
    width: 148px;
  }
  .eg-footer__widget_logo img {
    width: 180px;
  }
  .ff-hero__text {
    font-size: 16px;
    line-height: 27px;
  }
  .eg-banner__btn {
    gap: 12px;
  }
  .eg-banner__btn .eg-btn {
    padding: 17px 28px;
    font-size: 13px;
  }
  .ff-hero__stat strong {
    font-size: 24px;
  }
  .ff-modal__dialog {
    padding: 40px 24px 32px;
    border-radius: 20px;
  }
  .ff-modal__title {
    font-size: 25px;
  }
  .ff-modal__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .ff-reviews__summary {
    padding: 26px 20px;
  }
  .ff-reviews__score {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .eg-menu__logo img {
    width: 132px;
  }
  .eg-mobile__logo img {
    width: 128px;
  }
  .eg-footer__widget_logo img {
    width: 165px;
  }
  .eg-product__item {
    padding: 22px 16px 26px;
  }
  .eg-product__title {
    font-size: 17px;
    min-height: auto;
  }
  .eg-product__btn .eg-btn {
    padding: 15px 24px;
  }
  .ff-hero__stats {
    gap: 16px 26px;
  }
  .ff-hero__stat {
    min-width: 96px;
  }
  .ff-gbp {
    padding: 26px 20px;
  }
  .ff-gbp__name {
    font-size: 22px;
  }
  .ff-gbp__btns .eg-btn {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .eg-menu__logo img {
    width: 118px;
  }
  .eg-product__btn {
    gap: 10px;
  }
  .eg-product__btn .eg-btn {
    padding: 14px 20px;
    font-size: 12px;
  }
}

/* no horizontal scroll anywhere */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/*----------------------------------------*/
/*  Yellow fills from main.css need dark text / icons
/*----------------------------------------*/
::-moz-selection {
  background: #EDC001;
  color: #0A0D0C;
}

::selection {
  background: #EDC001;
  color: #0A0D0C;
}

.back__to_top_btn:hover {
  color: var(--ff-dark);
}

/* the mobile menu toggler svg is drawn with fill="#fff" */
.eg-header__mobile-toggler svg path {
  fill: #0A0D0C;
}
