.elementor-9 .elementor-element.elementor-element-51cf68b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-2d8e67c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-fad2244{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-6d9116a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-2bb1dea{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-3bf726e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-951110a{--display:flex;}.elementor-9 .elementor-element.elementor-element-cfa357f{--display:flex;}.elementor-9 .elementor-element.elementor-element-0e168b0{--display:flex;}.elementor-9 .elementor-element.elementor-element-445ccf7{--display:flex;}.elementor-9 .elementor-element.elementor-element-bf28e0e{--display:flex;}.elementor-9 .elementor-element.elementor-element-54e61b9{--display:flex;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-2d8e67c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-3bf726e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c13e3d9 */:root {
    --navy: #202a36;
    --gold: #f0a108;
    --white: #ffffff;
}

.ultra-hero-intro {
    background: var(--white);
    padding: 100px 0 60px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.hero-intro-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* Branding Label */
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.pulse-icon {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    position: relative;
    display: block;
}

.pulse-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--gold);
    border-radius: 50%;
    animation: gold-pulse 2s infinite;
}

@keyframes gold-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(3); opacity: 0; }
}

/* Heading & Text */
.ultra-hero-intro h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: var(--navy);
    line-height: 1.1;
    margin-bottom: 25px;
}

.ultra-hero-intro h1 span {
    color: var(--gold);
}

.hero-description {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 40px;
}

.hero-description strong {
    color: var(--navy);
    font-weight: 700;
}

/* Actions & Badges */
.hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.btn-main-gold {
    background: var(--gold);
    color: #fff;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(240, 161, 8, 0.2);
}

.btn-main-gold:hover {
    background: var(--navy);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(32, 42, 54, 0.15);
}

.platform-badges {
    display: flex;
    gap: 20px;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-item i {
    color: var(--gold);
}

@media (max-width: 768px) {
    .ultra-hero-intro { padding: 60px 0; }
    .platform-badges { flex-direction: column; gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30f5a7d */:root {
    --navy: #202a36;
    --gold: #f0a108;
}

.movie-carousel-section {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden; /* Important for animation */
}

.carousel-header {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Inter', sans-serif;
}

.carousel-header h2 {
    color: var(--navy);
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.carousel-header h2 span {
    color: var(--gold);
}

.carousel-header p {
    color: #64748b;
    font-size: 1.1rem;
}

/* Animation Viewport */
.carousel-viewport {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.carousel-track {
    display: flex;
    width: calc(250px * 15); /* Adjust based on card width x total items */
    animation: scroll 40s linear infinite;
    gap: 20px;
}

/* Pause on hover so users can see titles */
.carousel-track:hover {
    animation-play-state: paused;
}

.movie-card {
    width: 250px;
    flex-shrink: 0;
}

.movie-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #eee;
}

.movie-card img:hover {
    transform: scale(1.08);
    border-color: var(--gold);
    box-shadow: 0 15px 30px rgba(240, 161, 8, 0.2);
}

/* The Scroll Logic */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 10 - 200px)); } /* Scroll distance = card width * original count + gaps */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .movie-card { width: 180px; }
    .movie-card img { height: 260px; }
    .carousel-header h2 { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac218d2 */:root {
    --navy: #202a36;
    --gold: #f0a108;
    --online-green: #10b981;
}

.support-status-section {
    background: #ffffff;
    padding: 30px 0;
    font-family: 'Inter', sans-serif;
}

.status-bar {
    max-width: 1000px;
    margin: 0 auto;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 100px; /* Pill shape */
    padding: 12px 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 4px 15px rgba(32, 42, 54, 0.03);
}

/* Live Pulse Animation */
.status-indicator {
    position: relative;
    width: 12px;
    height: 12px;
}

.pulse-dot {
    width: 12px;
    height: 12px;
    background: var(--online-green);
    border-radius: 50%;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--online-green);
    border-radius: 50%;
    animation: status-pulse 2s infinite;
}

@keyframes status-pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(3); opacity: 0; }
}

/* Typography */
.status-text {
    flex-grow: 1;
}

.status-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-text p {
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
}

.status-text strong {
    color: var(--online-green);
}

.highlight-time {
    color: var(--gold);
    font-weight: 700;
}

/* Action Button */
.btn-chat {
    background: var(--navy);
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.btn-chat:hover {
    background: var(--gold);
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .status-bar {
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
        padding: 25px;
        gap: 15px;
    }
    .status-indicator { margin-bottom: 5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01b07ee */:root {
    --navy: #202a36;
    --gold: #f0a108;
    --text-slate: #64748b;
}

.trust-security-section {
    background-color: #ffffff;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #f1f5f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Trust Grid Layout */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.trust-icon {
    font-size: 1.8rem;
    color: var(--navy);
    margin-bottom: 15px;
    background: #f8fafc;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.trust-item:hover .trust-icon {
    color: var(--gold);
    transform: translateY(-5px);
}

.trust-info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}

.trust-info p {
    font-size: 0.85rem;
    color: var(--text-slate);
    line-height: 1.5;
}

/* Payment Footer Styling */
.payment-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 30px;
    text-align: center;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.payment-methods span {
    font-weight: 700;
    color: var(--navy);
    font-size: 0.9rem;
}

.payment-icons {
    font-size: 1.8rem;
    color: #cbd5e1;
    display: flex;
    gap: 15px;
}

.pricing-notice {
    font-size: 0.85rem;
    color: var(--text-slate);
}

.discount-txt {
    color: var(--gold);
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .trust-grid { grid-template-columns: 1fr; }
    .payment-methods { flex-direction: column; gap: 10px; }
}/* End custom CSS */