.elementor-1978 .elementor-element.elementor-element-35843d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:23px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:32px;--padding-right:30px;}.elementor-1978 .elementor-element.elementor-element-4cdfb0c{--iteration-count:infinite;--dynamic-text-color:#FFFFFF;}.elementor-1978 .elementor-element.elementor-element-4cdfb0c .elementor-headline{text-align:left;font-family:"Bargain", Sans-serif;font-size:35px;font-weight:600;}.elementor-1978 .elementor-element.elementor-element-4cdfb0c .elementor-headline-plain-text{color:#FFFFFF;}.elementor-1978 .elementor-element.elementor-element-4cdfb0c .elementor-headline-dynamic-text{font-family:"Bargain", Sans-serif;font-weight:900;letter-spacing:0.7px;}.elementor-1978 .elementor-element.elementor-element-8032908{margin:-36px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1978 .elementor-element.elementor-element-8032908.elementor-element{--align-self:flex-start;}.elementor-1978 .elementor-element.elementor-element-8b18e29{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8032908 */@font-face {
    font-family: 'MyCustomFont';
    src: url('https://spotlights.webready24.com/wp-content/uploads/2026/02/Grafton.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.filmstext {
    font-family: 'MyCustomFont', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}

.filmstext span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #ffffff;
    width: 0;
}

/* First line typing */
.filmstext span:first-child {
    animation: typing1 2.5s steps(40, end) forwards,
               blink 0.7s step-end 4;
}

/* Second line typing (starts after first) */
.filmstext span:last-child {
    animation: typing2 2.5s steps(40, end) forwards,
               blink 0.7s step-end 4;
    animation-delay: 2.6s;
}

/* Typing animations */
@keyframes typing1 {
    from { width: 0 }
    to { width: 100% }
}

@keyframes typing2 {
    from { width: 0 }
    to { width: 100% }
}

/* Cursor blink */
@keyframes blink {
    50% { border-color: transparent }
}

/* Remove cursor after animation completes */
.filmstext span:last-child {
    animation-fill-mode: forwards;
}

.filmstext span:last-child::after {
    content: '';
}

/* Hide cursor after total duration (~5.2s) */
.filmstext span:last-child {
    animation:
        typing2 2.5s steps(40, end) forwards 2.6s,
        blink 0.7s step-end 4 2.6s,
        hideCursor 0.1s forwards 5.2s;
}

@keyframes hideCursor {
    to { border-right: none; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bargain';
	font-display: auto;
	src: url('https://spotlights.webready24.com/wp-content/uploads/2026/02/GCBargain-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */