/*
 * Portable Full Page Widget styles.
 * Extracted from the freemason.org theme (style.css ~lines 472–1031, plus
 * the .freemason-icon rule for the Elementor panel icon).
 *
 * Selectors and structure are unchanged so the widget's existing class
 * hooks (.fullpage-js-slideshow, .slide-nav, .copyz, .arrow, etc.) all
 * keep working without changes to the PHP template.
 *
 * The grey-logo background image path is now relative to this CSS file
 * (assets/css/ → ../images/), so it resolves correctly when the plugin
 * is installed at any path.
 */



/* ---------- Elementor panel icon ---------- */
.elementor-element .icon .freemason-icon:before {
  content: '';
  background-image: url('../images/grey-logo.png');
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ---------- Slideshow container ---------- */
.fullpage-js-slideshow {
}

.fullpage-js-slideshow__slide {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  position: relative;
}

/* ---------- Per-slide copy panel ---------- */
.full-slideshow__contentz {
  margin-left: auto;
  position: relative;
  z-index: 100;
  width: 30%;
  min-height: 100vh;
  color: #fff;
  background-color: rgba(125, 11, 23, 0.7);
  padding: 60px 40px;
}

.backgroundz-img {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
}

/* ---------- Intro slide ---------- */
.intro-contentz {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 98;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 65%);
}

.intro-contentz h2 {
  color: #fff;
  font-size: 48px;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 65%);
}

/* ---------- Copy block (per slide) ---------- */
.copyz {
  width: 30%;
  margin-left: auto;
  min-height: 100vh;
  color: #fff;
  background-color: rgba(125, 11, 23, 0.7);
  padding: 80px 40px 60px;
  position: relative;
  z-index: 10;
  overflow: auto;
  line-height: 1.3;
  font-size: 17px;
}

.copyz h3 {
  color: #fff;
}

.copyz ul {
  padding: 0;
  margin: 0;
}

.copyz ul li::before {
  background-color: #fff !important;
  top: 6px !important;
  left: -19px !important;
}

.copyz a {
  color: #fff;
  text-decoration: underline;
}

.copyz .section_cta {
  margin-top: 40px;
  text-align: center;
}

.copyz .copy-cta {
  padding: 15px 40px;
  border: 2px solid #fff;
  font-family: var(--e-global-typography-b921fec-font-family), Sans-serif;
  font-size: var(--e-global-typography-b921fec-font-size);
  font-weight: var(--e-global-typography-b921fec-font-weight);
  line-height: var(--e-global-typography-b921fec-line-height);
  letter-spacing: var(--e-global-typography-b921fec-letter-spacing);
  word-spacing: var(--e-global-typography-b921fec-word-spacing);
  color: var(--e-global-color-e134057);
  text-decoration: none;
}

.copyz .copy-cta:hover {
  border-color: #930236;
  color: #930236;
}

@media (max-width: 1024px) {
  .copyz {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .copyz {
    width: 100%;
  }

  .slide-nav {
    display: none;
  }
}

/* ---------- Video background ---------- */
.backgroundz-vid {
  height: 100vh;
  width: 100%;
  background-size: cover;
}

.bvidz {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* ---------- Outro slide background ---------- */
.backgroundz-img-outro {
  height: 50vh !important;
  width: 100%;
  background-size: cover;
}

/* ---------- Callout block ---------- */
.section-callout {
  position: relative;
  margin: 24px -25px 0;
}

.section-callout::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  background-color: #fff;
  height: 1px;
  content: '';
}

.section-callout::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #fff;
  height: 40px;
  content: '';
}

.callout-title {
  position: absolute;
  top: -7px;
  left: 50px;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Avenir95', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.callout-title::before {
  position: absolute;
  top: 7px;
  left: -50px;
  width: 40px;
  background-color: #fff;
  height: 1px;
  content: '';
}

.callout-title::after {
  position: absolute;
  top: 7px;
  right: -50px;
  width: 40px;
  background-color: #fff;
  height: 1px;
  content: '';
}

.callout-content {
  position: relative;
  padding: 20px;
  font-size: 15px;
  font-family: var(--e-global-typography-dc96b7e-font-family), Sans-serif;
  font-size: var(--e-global-typography-dc96b7e-font-size);
  font-weight: var(--e-global-typography-dc96b7e-font-weight);
  line-height: var(--e-global-typography-dc96b7e-line-height);
}

.callout-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background-color: #fff;
  height: 40px;
  content: '';
}

/* ---------- Animated scroll-down arrow ---------- */
.arrow {
  position: absolute;
  top: 90vh;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
}

.arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: pfpw-sdb05 2s infinite;
  animation: pfpw-sdb05 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes pfpw-sdb05 {
  0%   { -webkit-transform: rotate(-45deg) translate(0, 0);    opacity: 0; }
  50%  { opacity: 1; }
  100% { -webkit-transform: rotate(-45deg) translate(-20px, 20px); opacity: 0; }
}

@keyframes pfpw-sdb05 {
  0%   { transform: rotate(-45deg) translate(0, 0);    opacity: 0; }
  50%  { opacity: 1; }
  100% { transform: rotate(-45deg) translate(-20px, 20px); opacity: 0; }
}

/* ---------- Floating CTA + side nav ---------- */
.cta-button {
  position: fixed;
  top: calc(100vh + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.slide-cta-btn {
  border: 2px solid #fff;
  padding: 15px 40px;
  text-decoration: none !important;
  font-family: var(--e-global-typography-0ccda44-font-family), Sans-serif;
  font-size: var(--e-global-typography-0ccda44-font-size);
  font-weight: var(--e-global-typography-0ccda44-font-weight);
  text-decoration: var(--e-global-typography-0ccda44-text-decoration);
  line-height: var(--e-global-typography-0ccda44-line-height);
  letter-spacing: var(--e-global-typography-0ccda44-letter-spacing);
  word-spacing: var(--e-global-typography-0ccda44-word-spacing);
  color: var(--e-global-color-e5e0420);
  white-space: nowrap;
}

.slide-cta-btn:hover {
  border-color: #930236;
  color: #930236;
}

.slide-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100vh;
  z-index: 20;
  opacity: 0;
}

.slide-nav nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #ffffff4a;
  background: rgba(0, 0, 0, 0.2);
}

.slide-nav nav a {
  padding: 15px;
  font-family: var(--e-global-typography-b921fec-font-family), Sans-serif;
  font-size: var(--e-global-typography-b921fec-font-size);
  font-weight: var(--e-global-typography-b921fec-font-weight);
  line-height: var(--e-global-typography-b921fec-line-height);
  letter-spacing: var(--e-global-typography-b921fec-letter-spacing);
  word-spacing: var(--e-global-typography-b921fec-word-spacing);
  color: var(--e-global-color-e5e0420);
  text-shadow: 0px 0px 10px rgb(0 0 0 / 65%);
}

.slide-nav nav a:hover {
  color: #930236;
}

.slide-nav nav a.active {
  color: #930236;
}

.slide-nav .perm-links {
  /* position: absolute;
  top: 0px; */
  width: 100%;
}

.slide-nav .perm-links a {
  padding: 10px 20px;
  display: block;
  margin: 0;
  font-family: var(--e-global-typography-0ccda44-font-family), Sans-serif;
  font-size: var(--e-global-typography-0ccda44-font-size);
  font-weight: var(--e-global-typography-0ccda44-font-weight);
  text-decoration: var(--e-global-typography-0ccda44-text-decoration);
  line-height: var(--e-global-typography-0ccda44-line-height);
  letter-spacing: var(--e-global-typography-0ccda44-letter-spacing);
  word-spacing: var(--e-global-typography-0ccda44-word-spacing);
  color: var(--e-global-color-e5e0420);
}

.slide-nav .perm-links a.connect-link {
  background-color: rgba(115, 189, 210, 0.7);
}

.slide-nav .perm-links a:last-of-type {
  border-bottom: 1px solid #ffffff4a;
}

/* ---------- Outro slide ---------- */
.slide-outro {
  min-height: 50vh;
  max-height: 50vh;
  position: relative;
}

.outro-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 100;
  text-align: center;
  background-color: #fff;
  padding: 50px 100px;
  box-shadow: 6px 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.outro_title {
  font-family: var(--e-global-typography-6bd2407-font-family), Sans-serif;
  font-size: var(--e-global-typography-6bd2407-font-size);
  font-weight: var(--e-global-typography-6bd2407-font-weight);
  line-height: var(--e-global-typography-6bd2407-line-height);
  letter-spacing: var(--e-global-typography-6bd2407-letter-spacing);
  margin-bottom: 24px !important;
  color: #930236;
}

.outro_link {
  display: block;
  padding: 10px 50px;
  border: 2px solid rgb(125, 11, 23);
  text-decoration: none !important;
  font-family: var(--e-global-typography-b921fec-font-family), Sans-serif;
  font-size: var(--e-global-typography-b921fec-font-size);
  font-weight: var(--e-global-typography-b921fec-font-weight);
  line-height: var(--e-global-typography-b921fec-line-height);
  letter-spacing: var(--e-global-typography-b921fec-letter-spacing);
  word-spacing: var(--e-global-typography-b921fec-word-spacing);
  color: #930236;
}
