.elementor-kit-7{--e-global-color-primary:#F6F4F0;--e-global-color-secondary:#2B2B20;--e-global-color-text:#1F1F1B;--e-global-color-accent:#FFD815;--e-global-color-439eae0:#2B2B20D6;--e-global-color-a4182f5:#61CE70;--e-global-typography-primary-font-family:"Moked";--e-global-typography-primary-font-size:3.5vw;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Moked";--e-global-typography-secondary-font-size:3vw;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Moked";--e-global-typography-text-font-size:1.5vw;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Moked";--e-global-typography-accent-font-size:2vw;--e-global-typography-accent-font-weight:500;--e-global-typography-fad7f2a-font-family:"Moked";--e-global-typography-fad7f2a-font-size:1.5vw;--e-global-typography-fad7f2a-font-weight:500;--e-global-typography-de633d6-font-family:"Moked";--e-global-typography-de633d6-font-size:1.3vw;--e-global-typography-de633d6-font-weight:400;--e-global-typography-9df857a-font-family:"Moked";--e-global-typography-9df857a-font-size:5vw;--e-global-typography-9df857a-font-weight:900;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h2{font-family:"Moked", Sans-serif;font-size:3.5vw;font-weight:900;line-height:1.1em;}.elementor-kit-7 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:24px;--e-global-typography-fad7f2a-font-size:18px;--e-global-typography-de633d6-font-size:18px;--e-global-typography-9df857a-font-size:40px;}.elementor-kit-7 h2{font-size:40px;line-height:0.9em;}.elementor-kit-7 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:38px;--e-global-typography-primary-line-height:0.9em;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:19px;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:20px;--e-global-typography-fad7f2a-font-size:17px;--e-global-typography-fad7f2a-line-height:1.2em;--e-global-typography-de633d6-font-size:17px;--e-global-typography-de633d6-line-height:1.2em;--e-global-typography-9df857a-font-size:38px;--e-global-typography-9df857a-line-height:0.9em;}.elementor-kit-7 h2{font-size:36px;line-height:1em;}.elementor-kit-7 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   STARZ GLOW BUTTON — works anywhere when class "starz-btn" 
   is added in the widget’s CSS Classes field
   ============================================================ */


/* reset wrapper so header/footer don't stretch or pad it */
.starz-btn {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}


/* THE BUTTON ITSELF */
.starz-btn .elementor-button,
.starz-btn.elementor-button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    padding: 14px 32px !important;
    border-radius: 999px;

    background: #FFD815 !important;   /* yellow */
    color: #222 !important;           /* text */

    font-weight: 700;
    letter-spacing: 0.03em;
    border: none !important;
    overflow: hidden;

    width: auto !important;
    box-shadow: 0 0 22px rgba(255, 216, 21, 0.55);
    transition: box-shadow .35s ease, transform .35s ease;
}


/* TEXT ABOVE THE EFFECTS */
.starz-btn .elementor-button .elementor-button-text {
    position: relative;
    z-index: 2;
}


/* GLOWING NEBULA (SAME EVERYWHERE) */
.starz-btn .elementor-button::before,
.starz-btn.elementor-button::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 80% 30%,
            rgba(255,255,255,0.55) 0,
            transparent 55%),
        radial-gradient(circle at 85% 75%,
            rgba(255,216,21,0.7) 0,
            transparent 60%);
    opacity: 0.85;
    filter: blur(4px);
    z-index: 0;
    pointer-events: none;
    transition: transform .6s ease, opacity .6s ease;
}


/* SCAN LIGHT */
.starz-btn .elementor-button::after,
.starz-btn.elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.6),
        rgba(255,255,255,0)
    );
    transform: skewX(-25deg);
    opacity: 0.8;
    z-index: 1;
    transition: left .5s ease, opacity .5s ease;
}


/* HOVER EFFECT */
.starz-btn .elementor-button:hover,
.starz-btn.elementor-button:hover {
    box-shadow: 0 0 32px 10px rgba(255, 216, 21, 0.8);
    transform: translateY(-2px);
}

.starz-btn .elementor-button:hover::before,
.starz-btn.elementor-button:hover::before {
    transform: translate(6px, -6px) scale(1.05);
    opacity: 1;
}

.starz-btn .elementor-button:hover::after,
.starz-btn.elementor-button:hover::after {
    left: 130%;
    opacity: 0;
}

/* Smaller padding ONLY for the HEADER button on mobile */

   .starz-header .elementor-button {
        padding: 7px 20px !important;
   }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Moked';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Regular-WEB.woff2') format('woff2'),
		url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Regular-WEB.woff') format('woff');
}
@font-face {
	font-family: 'Moked';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Medium-WEB.woff2') format('woff2'),
		url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Medium-WEB.woff') format('woff');
}
@font-face {
	font-family: 'Moked';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Bold-WEB.woff2') format('woff2'),
		url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Bold-WEB.woff') format('woff');
}
@font-face {
	font-family: 'Moked';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Black-WEB.woff2') format('woff2'),
		url('https://tevas.hostfound.click/wp-content/uploads/2025/11/Moked-PM-Black-WEB.woff') format('woff');
}
/* End Custom Fonts CSS */