/**
 * Theme Name:     Stacked CM
 * Author:         Stacked CM
 * Template:       astra
 * Text Domain:	   stacked-cm
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

#phase-image {
  transition: opacity 0.4s ease;
}

#phase-image.is-changing {
  opacity: 0;
}
/* FORM RESULTS */

.fixheight0-form {
    min-height: 700px;
}
.result-wrapper {
  display: flex;
}

.result-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  max-width: 500px;
	color: var(--e-global-color-c401347);
  width: 100%;
  text-align: left;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  font-family: var(--e-global-typography-ff6172a-font-family), sans-serif;
}

.result-card h2 {
    font-size: 16px !important;
  color: var(--e-global-color-c401347);
    margin-bottom: 10px !important;
}
.result-card h1 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size) !important;
    font-weight: var(--e-global-typography-secondary-font-weight) !important;
    line-height: var(--e-global-typography-secondary-line-height) !important;
	color: var(--e-global-color-c401347);
}
.result-card .desc {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-c401347) !important;
}
.result-card .features{
	padding:0 !important;
	margin:0;
}
.features li {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-c401347);
	list-style:none;
}

.result-card .price {
  font-size: 28px;
  font-weight: bold;
color: var(--e-global-color-c401347) !important;
  margin-bottom: 20px;
}

.result-card img.emoji {
    filter: invert(1);
    margin-right: 10px !important;
    font-size: 12px;
}
.result-card {
  animation: fadeUp 0.6s ease;
}

div#wpforms-confirmation-1048 {
    background: black;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid white;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* END */

/* HOVER TO PLAY VIDEO */
.hover-video-box {
  position: relative;
  overflow: hidden;
}

.hover-video-box img,
.hover-video-box video {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.hover-video-box video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    border-radius: 16px;
}
/* Hover effect */
.hover-video-box:hover video {
  opacity: 1;
}

.hover-video-box:hover img {
  opacity: 0;
}
/* EDN */


.with-gradient span {
    background: linear-gradient(90deg, #FE0048, #7d51c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.glass-effect{
	backdrop-filter: blur(10px); 
}
.with-color span{
	color:var( --e-global-color-primary );
}
.with-break span{
	display:block;
}
.footer-logo img{
	filter: invert(1);
}
.cursor-circle {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid black; /* or any color */
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: transform 0.1s ease;
}

.with-underline a span{
	position: relative;
  text-decoration: none;
}
.with-underline a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: width 0.3s ease;
}

.slider-icons img {
    filter: invert(1);
}
.with-underline a span:hover::after {
  width: 100%;
}
/* Hide default radio button */
.questions input[type="radio"] {
  display: none !important;
}
.questions input[type="radio"] + label {
    display: inline-block !important;
    padding-inline-start: 30px !important;
    padding: 5px 30px;
    border: 1px solid black;
    border-radius: 50px;
    cursor: pointer !important;
    transition: all 0.3s ease;
    text-align: center;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height) !important;
}
/* Hover effect */
.questions input[type="radio"] + label:hover {
  border-color: black;
}

/* Checked state */
.questions input[type="radio"]:checked + label {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.questions button.wpforms-page-button.wpforms-page-next, .questions .wpforms-submit,.questions button.wpforms-page-button.wpforms-page-prev {
    background-color: #FFFFFF00 !important;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-text) !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 15px 30px 15px 30px !important;
    font-weight: 300 !important;
    height: auto !important;
    width: auto !important;
}
.questions button.wpforms-page-button.wpforms-page-next:hover,
.questions button.wpforms-submit:hover{
	background:black !important;
	color:white !important;
}
.questions button.wpforms-page-button.wpforms-page-prev:hover,
.questions button.wpforms-submit:hover{
	background:black !important;
	color:white !important;
}
.questions ul#wpforms-433-field_12 {
    display: block;
}
.questions ul#wpforms-433-field_12 li {
    margin-right: 20px;
	margin-bottom: 20px;
	    display: inline-block;
}
.questions .wpforms-submit:focus,
.questions .wpforms-submit:focus-visible,
.questions .wpforms-submit:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.questions .wpforms-page-button.wpforms-page-next:focus::after,
.questions .wpforms-page-button.wpforms-page-next:focus::before,
.questions .wpforms-page-button.wpforms-page-prev:focus::after,
.questions .wpforms-page-button.wpforms-page-prev:focus::before,
.questions .wpforms-submit:focus::after,
.questions .wpforms-submit:focus::before{
    display: none !important;
}
.questions legend.wpforms-field-label {
    font-family: var(--e-global-typography-c755a36-font-family), Sans-serif;
    font-weight: var(--e-global-typography-c755a36-font-weight);
    line-height: var(--e-global-typography-c755a36-line-height);
    font-size: var(--n-accordion-title-font-size);
}
.questions .wpforms-field {
    padding: 30px 0 !important;
}

.questions .wpforms-field-large {
    border-radius: 100px !important;
    border: 1px solid black !important;
    padding: 15px 20px !important;
    height: auto;
}

.hide-single-item {
  display: none !important;
}
/* Default (NOT fixed) */
.header-stick {
    width: 100%;
    transition: all 0.3s ease;
}

/* When scrolling up → becomes fixed */
.header-stick.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff63;
    backdrop-filter: blur(10px); /* optional nice effect */
}

/* Hide when scrolling down */
.header-stick.hide {
    transform: translateY(-100%);
}

canvas {
  width: 100%;
  height: 100%;
}

/* AUTO PLAY IMAGES EFFECT */
/* Section */
.tilt-section-auto-scroll {
	height: 900px;
	overflow: hidden;
	position: relative;
}

/* Tilt wrapper */
.tilt-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(20deg) scale(1.3);
	width: 160%;
	height: 160%;
}

/* Rows */
.row-auto-scroll {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	width: max-content;
}

/* Images */
.row-auto-scroll img {
	width: 300px;
      height: 200px !important;
      min-width: 120px;
      flex-shrink: 0;
      border-radius: 10px !important;
    }

    /* Padding at bottom */
    .pads {
      height: 2000px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .row-auto-scroll {
        gap: 8px;
      }
		.fixheight0-form {
    min-height: auto;
}
    }
    @media (max-width: 480px) {
      .row-auto-scroll img {
        width: 40vw;
      }
    }
/* END */