.ct-frosted-glass {
	backdrop-filter: blur(40px) brightness(200%);
	-webkit-backdrop-filter: blur(40px) brightness(200%);
}

.ct-subscribe-form {
	--theme-form-field-height: 60px;
	--theme-form-field-padding: 0 25px;
	--theme-form-field-background-initial-color: #000;
	--theme-form-field-background-focus-color: rgba(0, 0, 0, 0.4);
	--theme-form-field-border-width: 0;
	--theme-text-color: #fff;
	
	
	--theme-button-min-height: 60px;
	--theme-button-background-initial-color: var(--theme-palette-color-1);
	--theme-button-text-initial-color: #fff;
}

/* responsive map */
@media only screen and (max-width: 1024px) {
.ct-map { height:400px; }
}
/* FishPRO Explore video card thumbnail height */
.wpgb-card .wpgb-card-media,
.wpgb-card .wpgb-card-media-thumbnail {
  height: 220px !important;
  overflow: hidden !important;
}

.wpgb-card .wpgb-card-media img,
.wpgb-card .wpgb-card-media-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}


.fishpro-story-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

.fishpro-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.05) 20%,
    rgba(0,0,0,0.82) 100%
  );
  z-index: 1;
}

.fishpro-story-card > * {
  position: relative;
  z-index: 2;
}
.fishpro-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.05) 20%,
    rgba(0,0,0,0.78) 100%
  );
  z-index: 1;
}
.fishpro-choose-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.fishpro-choose-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.98) 0%,
    rgba(255,255,255,0.96) 30%,
    rgba(255,255,255,0.82) 45%,
    rgba(255,255,255,0.35) 58%,
    rgba(255,255,255,0.05) 75%
  );
}

.fishpro-choose-card > * {
  position: relative;
  z-index: 2;
}
.fishpro-choose-button,
.fishpro-choose-button a,
.fishpro-choose-button .wp-block-button__link {
  white-space: nowrap !important;
  min-width: 220px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fishpro-how-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fishpro-how-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.86) 0%,
    rgba(255,255,255,0.72) 65%,
    rgba(246,247,248,0.88) 100%
  );
  z-index: 1;
}

.fishpro-how-section > * {
  position: relative;
  z-index: 2;
}
.fishpro-thankyou-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fishpro-thankyou-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(246, 247, 248, 0.82) 0%,
      rgba(246, 247, 248, 0.70) 35%,
      rgba(246, 247, 248, 0.54) 62%,
      rgba(246, 247, 248, 0.20) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.08) 0%,
      rgba(12, 24, 36, 0.18) 100%
    );
}

.fishpro-thankyou-section > * {
  position: relative;
  z-index: 2;
}
.fishpro-final-cta-product-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fishpro-final-cta-product-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
       rgba(255,255,255,0.02) 0%,
      rgba(255,255,255,0.16) 28%,
      rgba(255,255,255,0.62) 48%,
      rgba(255,255,255,0.90) 72%,
      rgba(255,255,255,0.96) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.00) 0%,
      rgba(12,24,36,0.10) 100%
    );
}

.fishpro-final-cta-product-bg > * {
  position: relative;
  z-index: 2;
}