/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */

@font-face {
  font-family: "Komika Display";
  src: url("/wp-content/themes/bb-theme-child/fonts/KomikaDisplay.woff2")
      format("woff2"),
    url("/wp-content/themes/bb-theme-child/fonts/KomikaDisplay.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.komika-regular {
  font-family: "Komika Display", sans-serif;
}

@font-face {
  font-family: "Komika Display Tight";
  src: url("/wp-content/themes/bb-theme-child/fonts/KomikaDisplayTight.woff2")
      format("woff2"),
    url("/wp-content/themes/bb-theme-child/fonts/KomikaDisplayTight.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.komika-tight {
  font-family: "Komika Display Tight", sans-serif !important;
}

.komika-tight .fl-button-group-button span,
.komika-tight a span {
  font-family: "Komika Display Tight", sans-serif !important;
}

.komika-tight i.fl-button-icon {
  color: #3ec2f1 !important;
}

@font-face {
  font-family: "Captain Comic";
  src: url("/wp-content/themes/bb-theme-child/fonts/CaptainComic.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.captain-comic {
  font-family: "Captain Comic", Arial, sans-serif;
}

/* POP-UP CSS */
.pum-theme-320 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 0 !important;
  border-radius: 24px !important;
  border: none !important;
}

#header-right-column .fl-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.pum-theme-320 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  height: 26px !important;
  width: 26px !important;
  right: 20px !important;
  top: 20px !important;
  color: #000000 !important;
  font-family: "Bangers", sans-serif !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  border: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  background-color: #fff !important;
}

p.gform_required_legend {
  display: none;
}

body #gform_wrapper_1 input[type="text"],
body #gform_wrapper_1 input[type="email"],
body #gform_wrapper_1 input[type="tel"],
body #gform_wrapper_1 input[type="url"],
body #gform_wrapper_1 input[type="number"],
body #gform_wrapper_1 input[type="password"],
body #gform_wrapper_1 textarea,
body #gform_wrapper_1 select,
body #gform_wrapper_1 input[type="file"],
body #gform_wrapper_2 input[type="text"],
body #gform_wrapper_2 input[type="email"],
body #gform_wrapper_2 input[type="tel"],
body #gform_wrapper_2 input[type="url"],
body #gform_wrapper_2 input[type="number"],
body #gform_wrapper_2 input[type="password"],
body #gform_wrapper_2 textarea,
body #gform_wrapper_2 select,
body #gform_wrapper_2 input[type="file"] {
  font-family: "Komika Display", sans-serif !important;
  color: #7e7e7e !important;
  border: none !important;
  border-bottom: 1px solid #7e7e7e !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  background: transparent;
  border-radius: 0 !important;
  letter-spacing: 2px !important;
}

body #gform_wrapper_1 input:focus,
body #gform_wrapper_1 textarea:focus,
body #gform_wrapper_1 select:focus,
body #gform_wrapper_1 input[type="file"]:focus,
body #gform_wrapper_2 input:focus,
body #gform_wrapper_2 textarea:focus,
body #gform_wrapper_2 select:focus,
body #gform_wrapper_2 input[type="file"]:focus {
  border-bottom-color: #145c85 !important;
}

body #gform_wrapper_1 input::-webkit-input-placeholder, body #gform_wrapper_1 textarea::-webkit-input-placeholder, body #gform_wrapper_2 input::-webkit-input-placeholder, body #gform_wrapper_2 textarea::-webkit-input-placeholder {
  color: #7e7e7e !important;
  font-family: "Komika Display", sans-serif !important;
  letter-spacing: 1px !important;
  opacity: 1;
}

body #gform_wrapper_1 input::-moz-placeholder, body #gform_wrapper_1 textarea::-moz-placeholder, body #gform_wrapper_2 input::-moz-placeholder, body #gform_wrapper_2 textarea::-moz-placeholder {
  color: #7e7e7e !important;
  font-family: "Komika Display", sans-serif !important;
  letter-spacing: 1px !important;
  opacity: 1;
}

body #gform_wrapper_1 input:-ms-input-placeholder, body #gform_wrapper_1 textarea:-ms-input-placeholder, body #gform_wrapper_2 input:-ms-input-placeholder, body #gform_wrapper_2 textarea:-ms-input-placeholder {
  color: #7e7e7e !important;
  font-family: "Komika Display", sans-serif !important;
  letter-spacing: 1px !important;
  opacity: 1;
}

body #gform_wrapper_1 input::-ms-input-placeholder, body #gform_wrapper_1 textarea::-ms-input-placeholder, body #gform_wrapper_2 input::-ms-input-placeholder, body #gform_wrapper_2 textarea::-ms-input-placeholder {
  color: #7e7e7e !important;
  font-family: "Komika Display", sans-serif !important;
  letter-spacing: 1px !important;
  opacity: 1;
}

body #gform_wrapper_1 input::placeholder,
body #gform_wrapper_1 textarea::placeholder,
body #gform_wrapper_2 input::placeholder,
body #gform_wrapper_2 textarea::placeholder {
  color: #7e7e7e !important;
  font-family: "Komika Display", sans-serif !important;
  letter-spacing: 1px !important;
  opacity: 1;
}

body #gform_wrapper_1 textarea,
body #gform_wrapper_2 textarea {
  max-height: 38px !important;
  min-block-size: 38px !important;
  resize: vertical;
  overflow-y: auto;
  padding: 6px 12px 0 12px !important;
}

body #gform_wrapper_1 input[type="file"],
body #gform_wrapper_2 input[type="file"] {
  cursor: pointer;
}

body #gform_wrapper_3 input[type="email"] {
  font-family: "Komika Display", sans-serif !important;
  color: #7e7e7e !important;
  border-radius: 8px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  letter-spacing: 2px !important;
  height: 50px !important;
  font-size: 16px !important;
  padding: 12px 12px !important;
}

body #gform_wrapper_3 .gform-footer.gform_footer.top_label {
  margin-top: 10px !important;
}

#gform_1 .gform-footer.gform_footer.top_label,
#gform_2 .gform-footer.gform_footer.top_label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
  color: #fff;
  background-color: #133c65;
  font-family: "Bangers", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  text-transform: none;
  padding: 12px 24px;
  border-style: none;
  border-width: 0px;
  border-color: initial;
  border-radius: 8px;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
  background-color: #3ec2f1;
}

input#gform_submit_button_3 {
  color: #fff;
  background-color: #3ec2f1;
  font-family: "Bangers", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  text-transform: none;
  padding: 12px 24px;
  border-style: none;
  border-width: 0px;
  border-color: initial;
  border-radius: 8px;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

input#gform_submit_button_3:hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000000;
}

#gform_fields_1,
#gform_fields_2 {
  row-gap: 20px !important;
}

/* Custom cursor CSS moved to: css/custom-cursor.css for caching and conditional loading */
/* If you prefer the styles inline, copy contents from css/custom-cursor.css back here. */

body {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  background: -o-linear-gradient(
      bottom,
      rgba(17, 58, 98, 0.3) 0%,
      rgba(17, 58, 98, 0.3) 100%
    ),
    #000 !important;
  background: -webkit-gradient(
      linear,
      left bottom, left top,
      from(rgba(17, 58, 98, 0.3)),
      to(rgba(17, 58, 98, 0.3))
    ),
    #000 !important;
  background: linear-gradient(
      0deg,
      rgba(17, 58, 98, 0.3) 0%,
      rgba(17, 58, 98, 0.3) 100%
    ),
    #000 !important;
  overflow-x: hidden;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky,
.fl-builder-content.fl-theme-builder-header-sticky[data-type="header"],
.fl-theme-builder-header-sticky[data-type="header"],
.fl-theme-builder-header-sticky {
  background: -o-linear-gradient(
      bottom,
      rgba(62, 194, 241, 0.6),
      rgba(62, 194, 241, 0.3)
    ),
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)) !important;
  background: -webkit-gradient(
      linear,
      left bottom, left top,
      from(rgba(62, 194, 241, 0.6)),
      to(rgba(62, 194, 241, 0.3))
    ),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3))) !important;
  background: linear-gradient(
      0deg,
      rgba(62, 194, 241, 0.6),
      rgba(62, 194, 241, 0.3)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)) !important;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  padding: 10px 0;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
  width: 100vw !important;
}

@media (max-width: 1027px) and (min-width: 992px) {
  .header-cta a {
    font-size: 23px !important;
  }
}

@media (max-width: 992px) {
  .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky
    ~ .fl-node-n2vtcu3kpq6d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px !important;
  }
  #header-right-column .fl-col-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #header-right-column {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .header-cta a {
    font-size: 20px !important;
  }
}

/*** START Banner Slider ***/
/* ---------- Banner Content Container ---------- */
.banner-container {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 25% !important;
  }
}

@media (max-width: 992px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 30% !important;
  }
}

@media (max-width: 850px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 35% !important;
  }
}

@media (max-width: 650px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 40% !important;
  }
}

@media (max-width: 550px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 45% !important;
  }
}

@media (max-width: 450px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 50% !important;
  }
}

@media (max-width: 382px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 55% !important;
  }
  .header-cta a.fl-button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

@media (max-width: 319px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 65% !important;
  }
}

@media (max-width: 299px) {
  .banner-container > .fl-row-content-wrap {
    padding-top: 75% !important;
  }
}

.banner-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 50px 100px 50px;
}

@media (max-width: 992px) {
  .banner-content-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px 125px 20px;
  }
}

.banner-content-container > div {
  max-width: 565px !important;
}

/* ---------- Slider Container ---------- */
.coverflow-container {
  -webkit-transform: translate(20%, 0px);
  -ms-transform: translate(20%, 0px);
  transform: translate(20%, 0px);
}

.coverflow-slider {
  -webkit-perspective: 1600px;
  perspective: 1600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: visible;
  position: relative;
}

.coverflow-slider .slick-list {
  overflow: visible;
}

/* Center slides in track */
.coverflow-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Prevent slick-slide from stretching */
.coverflow-slider .slick-slide {
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

/* Default Slide Styles */
.coverflow-slider .slick-slide {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.9, 0.35, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.9, 0.35, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 0.9, 0.35, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.9, 0.35, 1);
  -o-transition: transform 0.7s cubic-bezier(0.22, 0.9, 0.35, 1),
    opacity 0.5s cubic-bezier(0.22, 0.9, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.22, 0.9, 0.35, 1),
    opacity 0.5s cubic-bezier(0.22, 0.9, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.22, 0.9, 0.35, 1),
    opacity 0.5s cubic-bezier(0.22, 0.9, 0.35, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.9, 0.35, 1);
  -webkit-transform: translateZ(-200px) scale(0.75) skewY(12deg);
  transform: translateZ(-200px) scale(0.75) skewY(12deg);
  opacity: 0.3;
  border-radius: 12px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.15);
}

/* Overlay for non-active slides */
.coverflow-slider .slick-slide:not(.slick-current)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -o-linear-gradient(
    330deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-radius: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
  pointer-events: none;
  border-radius: 12px;
}

/* Remove overlay from active slide */
.coverflow-slider .slick-slide.slick-current::after {
  opacity: 0;
}

/* ---------- Image Styling ---------- */
.coverflow-slider .slick-slide img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

/* ---------- RESPONSIVE ---------- */

/* Tablet */
@media (max-width: 1024px) {
  .coverflow-container {
    -webkit-transform: translate(5%, 0);
    -ms-transform: translate(5%, 0);
    transform: translate(5%, 0);
    padding: 0 1.5rem;
  }
  .coverflow-slider .slick-slide img {
    max-width: 380px;
  }
  .coverflow-slider .slick-slide {
    -webkit-transform: translateZ(-150px) scale(0.8);
    transform: translateZ(-150px) scale(0.8);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .coverflow-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0 1rem;
  }
  .coverflow-slider .slick-slide img {
    max-width: 300px;
  }
  .coverflow-slider .slick-slide {
    -webkit-transform: translateZ(-100px) scale(0.9);
    transform: translateZ(-100px) scale(0.9);
    opacity: 0.6;
  }
  .coverflow-slider .slick-slide.slick-current {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

@media (max-width: 319px) {
  .coverflow-slider .slick-slide img {
    max-width: 250px;
  }
}

@media (max-width: 455px) {
  .banner-content-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px 50px 20px;
  }
  .coverflow-slider .slick-slide.slick-current {
    -webkit-transform: translateZ(0) scale(1) skewY(0) rotateY(0) !important;
    transform: translateZ(0) scale(1) skewY(0) rotateY(0) !important;
  }
  .fl-node-d7b2xhtpo1ki > .fl-col-content {
    padding-bottom: 50px !important;
  }
}

/* ---------- Active Slide Container ---------- */
.coverflow-slider .slick-slide.slick-current .img-wrap {
  position: relative;
  border-radius: 12px !important;
  overflow: hidden;
  z-index: 2;
}

/* ---------- Running Light Border ---------- */
.coverflow-slider .slick-slide.slick-current .img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px; /* border thickness */
  background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0) 100%
    )
    no-repeat;
  background: -webkit-gradient(
      linear,
      left top, right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0))
    )
    no-repeat;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0) 100%
    )
    no-repeat;
  background-size: 300% 300%;
  -webkit-animation: runningLight 2s linear infinite;
  animation: runningLight 2s linear infinite;
  /* Mask to create a content-box cutout for the running light */
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; /* webkit-specific composite */
  mask-composite: exclude; /* standard property */
  pointer-events: none;
  z-index: 3;
  border-radius: 12px !important;
}

/* ---------- Image itself ---------- */
.coverflow-slider .slick-slide .img-wrap img {
  display: block;
  width: 100%;
  border-radius: inherit;
  border-radius: 12px !important;
}

/* ---------- Animation ---------- */
@-webkit-keyframes runningLight {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes runningLight {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* Overlay for non-active slides */
.coverflow-slider .slick-slide .slick-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -o-linear-gradient(
    330deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-radius: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
  pointer-events: none;
  border-radius: 12px;
}

/* ---------- Active (Current) Slide ---------- */
.coverflow-slider .slick-slide.slick-current {
  -webkit-transform: translateZ(0) scale(1.4) skewY(0) rotateY(0);
  transform: translateZ(0) scale(1.4) skewY(0) rotateY(0);
  opacity: 1;
  z-index: 100;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.25);
}

.coverflow-slider .slick-slide.slick-current img {
  position: relative;
  display: block;
  border-radius: 12px;
  border: 3px solid #ffffff33;
  z-index: 2;
  overflow: hidden;
  -webkit-animation: zoomInSlide 6s ease-out forwards;
  animation: zoomInSlide 6s ease-out forwards;
}

@-webkit-keyframes zoomInSlide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes zoomInSlide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.coverflow-slider .slick-slide.slick-current::after {
  opacity: 0;
}

/* ---------- Stacked Slides ---------- */
.coverflow-slider .slick-slide.is-next {
  -webkit-transform: translateY(60px) translateX(-50px) scale(1.2) rotate(10deg);
  -ms-transform: translateY(60px) translateX(-50px) scale(1.2) rotate(10deg);
  transform: translateY(60px) translateX(-50px) scale(1.2) rotate(10deg);
  opacity: 0.7;
  z-index: 80;
}
.coverflow-slider .slick-slide.is-next2 {
  -webkit-transform: translateY(150px) translateX(-100px) scale(1) rotate(20deg);
  -ms-transform: translateY(150px) translateX(-100px) scale(1) rotate(20deg);
  transform: translateY(150px) translateX(-100px) scale(1) rotate(20deg);
  opacity: 0.5;
  z-index: 60;
}
.coverflow-slider
  .slick-slide:not(.slick-current):not(.is-next):not(.is-next2):not(
    .should-hide
  ) {
  visibility: hidden !important;
}

/* ---------- Hide Previous Slides ---------- */
.coverflow-slider .slick-slide.should-hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateX(-9999px) !important;
  -ms-transform: translateX(-9999px) !important;
  transform: translateX(-9999px) !important;
}

/* Hide slick clones */
.coverflow-slider .slick-slide.slick-cloned {
  display: none !important;
}

/* ---------- Main shine ---------- */
.coverflow-slider .slick-slide.slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 20%;
  height: 120%;
  background: -o-linear-gradient(
    330deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  z-index: 30;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.8;
  -webkit-animation: shineBackForth 3.2s cubic-bezier(0.45, 0.5, 0.55, 1)
    infinite alternate;
  animation: shineBackForth 3.2s cubic-bezier(0.45, 0.5, 0.55, 1) infinite
    alternate;
}

/* ---------- Main shine animation ---------- */
@-webkit-keyframes shineBackForth {
  0% {
    left: -60%;
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes shineBackForth {
  0% {
    left: -60%;
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

/* ---------- Second shine (20px below the first) ---------- */
.coverflow-slider .slick-slide.slick-current::after {
  content: "";
  position: absolute;
  top: 0; /* keep same start */
  left: -60%;
  width: 20%;
  height: 120%;
  background: -o-linear-gradient(
    330deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skewX(-30deg) translateY(20px);
  -ms-transform: skewX(-30deg) translateY(20px);
  transform: skewX(-30deg) translateY(20px); /* creates the 20px gap */
  z-index: 29;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.6;
  -webkit-animation: shineBackForth2 3.2s cubic-bezier(0.45, 0.5, 0.55, 1)
    infinite alternate;
  animation: shineBackForth2 3.2s cubic-bezier(0.45, 0.5, 0.55, 1) infinite
    alternate;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* ---------- Second shine animation (same path + optional delay) ---------- */
@-webkit-keyframes shineBackForth2 {
  0% {
    left: -60%;
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes shineBackForth2 {
  0% {
    left: -60%;
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

/*** END Banner Slider ***/

/*** START How It Works ***/
.fl-col-group.fl-node-vfs5g1t9eyqm {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.works-step {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 365px;
  border-radius: 15.114px;
}

/* pseudo overlay */
.works-step::before {
  content: "" !important;
  position: absolute;
  border-radius: 15.114px;
  top: 0;
  left: -100%;        
  width: 100%;
  height: 100%;
  background: rgba(19, 60, 101, .3);
  -webkit-transition: left 1.5s ease;
  -o-transition: left 1.5s ease;
  transition: left 1.5s ease;
}

/* animate on hover */
.works-step:hover::before {
  left: 0;
}

.works-step .fl-col-content.fl-node-content {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.work-number {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  background-color: #3ec2f1;
  border-radius: 3.023px;
}
.work-arrow {
  width: auto;
}

@media (max-width: 992px) {
  .fl-node-vfs5g1t9eyqm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fl-node-vfs5g1t9eyqm.fl-col-group-equal-height {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px !important;
  }
  .work-arrow {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .works-step .fl-col-content {
    padding: 20px 20px 20px 65px !important;
    margin-bottom: 25px !important;
  }
}

/*** END How It Works ***/

.fl-node-uda08bokstq7,
.fl-node-wauen6kcd0r7 {
  background: -o-linear-gradient(
      bottom,
      rgba(17, 58, 98, 0.3) 0%,
      rgba(17, 58, 98, 0.3) 100%
    ),
    #000 !important;
  background: -webkit-gradient(
      linear,
      left bottom, left top,
      from(rgba(17, 58, 98, 0.3)),
      to(rgba(17, 58, 98, 0.3))
    ),
    #000 !important;
  background: linear-gradient(
      0deg,
      rgba(17, 58, 98, 0.3) 0%,
      rgba(17, 58, 98, 0.3) 100%
    ),
    #000 !important;
}

.card-box {
  max-width: 1017px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.fl-node-6mk3x14zcygj .labb-carousel .labb-carousel-item,
.fl-node-kfq6vmblinaj .labb-carousel .labb-carousel-item {
  color: #ffffff !important;
  margin: 0px !important;
  padding: 10px !important;
}

/* ===========================
   Carousel Base Image Styling
=========================== */
/* Base transitions */
/* ---------- Base Transitions ---------- */
.image-slider .slick-slider .slick-slide {
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.15);
  position: relative; /* Required for ::before */
  overflow: hidden; /* Contain the running light */
}

/* ---------- Keep All Images Same Size ---------- */
.image-slider .slick-slider .slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  opacity: 0.7;
  border-radius: 12px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

/* ---------- Active (Center) Slide ---------- */
.image-slider .slick-slider .slick-center img {
  opacity: 1;
  border-radius: 12px;
}

/* ---------- Running Light Border (only on center slide) ---------- */
.image-slider .slick-slider .slick-center::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px; /* border thickness */
  background: conic-gradient(
    from 0deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.8) 15%,
    rgba(255, 255, 255, 0.15) 30%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.15) 60%,
    rgba(255, 255, 255, 0.8) 75%,
    rgba(255, 255, 255, 0.15) 90%,
    rgba(255, 255, 255, 0.8) 100%
  );
  background-size: 300% 300%;
  -webkit-animation: runningLight 5s linear infinite;
  animation: runningLight 5s linear infinite;
  /* Mask to create a content-box cutout for the running light */
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

/* ---------- Animation Path ---------- */
@keyframes runningLight {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* Floating up-down animation for current slide image */
.up-down-ani img {
  -webkit-animation: floatUpDown 4s ease-in-out infinite;
  animation: floatUpDown 4s ease-in-out infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s; /* wait 6s before starting */
}

/* Keyframes for float effect */
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ---------- Scoped for .templates slider ---------- */

.wpsisac-slick-carousal .slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .wpsisac-slick-carousal .slick-arrow {
    display: none !important;
  }
}

.wpsisac-slick-carousal .slick-arrow svg {
  fill: #000;
  padding: 5px;
}

.wpsisac-slick-carousal.design-1 .slick-prev {
  left: -25px !important;
}

.wpsisac-slick-carousal.design-1 .slick-next {
  right: -25px !important;
}

/* Each slide container */
.templates .slick-slide {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 12px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}

/* Background overlay on hover */
.templates .slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.templates .slick-slide:hover::after {
  opacity: 1;
}

/* Image styling - make images responsive so Slick controls slide width */
.templates .slick-slide img {
  width: 100%;
  height: auto;
  max-width: 100%; /* allow container/slider to control size */
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Download button */
.templates .download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 135px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

.templates .slick-slide:hover .download-btn {
  opacity: 1;
}

.templates .download-btn:hover {
  background: #3ec2f1;
  color: #000000;
}

/* Caption styling (always visible below image) */
.templates .slide-caption {
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .templates .slick-slide {
    padding: 0 8px;
  }

  .templates .slick-slide img,
  .templates .slide-caption {
    max-width: 100%; /* keep images/captions responsive on small screens */
  }
}

#wpsisac-slick-carousal-2 .slick-prev,
#wpsisac-slick-carousal-3 .slick-prev {
  margin-left: 10px;
  left: -50px !important;
}

#wpsisac-slick-carousal-2 .slick-next,
#wpsisac-slick-carousal-3 .slick-next {
  margin-right: 10px;
  right: -50px !important;
}

.wpsisac-slick-carousal .slick-arrow:hover {
  background-color: #145c85;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ===========================
   End Carousel Base Image Styling


/*** Creators CSS ***/
.creators-cta a:hover {
  -webkit-box-shadow: 0 0 15px #3ec2f1;
          box-shadow: 0 0 15px #3ec2f1;
}

/*** Accordion-faq Styling ***/
.accordion-faq strong,
.accordion-faq em {
  color: #3ec2f1;
}

i.fl-accordion-button-icon {
  background-color: #3ec2f1;
  padding: 20px 30px;
}

.fl-accordion-button-icon-left,
.fl-accordion-button-icon-right {
  background-color: #3ec2f1;
  opacity: 1 !important;
}

/*** Footer Styling ***/
.footer-info .fl-col-content.fl-node-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

@media (max-width: 992px) {
  .footer-info .fl-col-content.fl-node-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Recommended small cursor appearance defaults (move to separate file if desired) */
#custom-cursor {
  width: 64px;
  height: 64px;
}
#custom-cursor::before {
  background: var(--Blue, #4fa9e2);
  opacity: 0.18;
}

/* Respect reduced motion globally for animations */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001ms !important;
         -o-transition-duration: 0.001ms !important;
            transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}