/**
 * SlotsJuice Banner 3 Styles
 * Optimized for speed, mobile-first, goldilocks zone responsive design
 * 
 * @since 1.0.0
 * @version 1.0.0
 */

/* Reset and base styles */
.elementor-widget-slotsjuicebanner3 * {
    box-sizing: border-box;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    text-rendering: optimizeLegibility;
}

.elementor-widget-slotsjuicebanner3 {
    width: 100%;
    overflow: visible;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-widget-slotsjuicebanner3 .banner-container {
    background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
    border-radius: 24px;
    max-width: 1280px;
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    display: flex;
    animation: slideIn 1s ease-out;
    margin: 0 auto;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Left Column - Content */
.elementor-widget-slotsjuicebanner3 .content-column {
    flex: 0 0 80%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.elementor-widget-slotsjuicebanner3 .badge-container {
    margin-bottom: 8px;
    animation: fadeInDown 0.8s ease-out 0.2s both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget-slotsjuicebanner3 .exclusive-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.elementor-widget-slotsjuicebanner3 .badge-icon {
    width: 12px;
    height: 12px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: white;
}

.elementor-widget-slotsjuicebanner3 .badge-icon i {
    font-size: 8px;
}

.elementor-widget-slotsjuicebanner3 .main-title {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    line-height: 1.15;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    font-feature-settings: "liga", "kern";
}

.elementor-widget-slotsjuicebanner3 .highlight {
    color: #ff6b35;
    text-shadow: 0 0 30px rgba(255, 107, 53, 0.5);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget-slotsjuicebanner3 .description {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 10px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0.1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .features-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    animation: fadeInUp 0.8s ease-out 0.8s both;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.elementor-widget-slotsjuicebanner3 .features-list li {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .features-list li::before {
    content: '✓';
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    box-shadow: 0 2px 6px rgba(255, 107, 53, 0.3);
}

.elementor-widget-slotsjuicebanner3 .cta-group {
    display: flex;
    gap: 15px;
    animation: fadeInUp 0.8s ease-out 1s both;
}

.elementor-widget-slotsjuicebanner3 .cta-primary {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    background: #ff6b35;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(255, 107, 53, 0.3);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .cta-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.elementor-widget-slotsjuicebanner3 .cta-primary:hover::before {
    width: 300px;
    height: 300px;
}

.elementor-widget-slotsjuicebanner3 .cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.elementor-widget-slotsjuicebanner3 .cta-secondary {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    background: transparent;
    color: white;
    padding: 10px 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Right Column - Slot Machine */
.elementor-widget-slotsjuicebanner3 .slot-column {
    flex: 0 0 20%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(138, 43, 226, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
}

/* Animated background pattern */
.elementor-widget-slotsjuicebanner3 .slot-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: patternMove 20s linear infinite;
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

.elementor-widget-slotsjuicebanner3 .slot-wrapper {
    position: relative;
    z-index: 1;
    animation: scaleIn 0.8s ease-out 0.6s both;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.elementor-widget-slotsjuicebanner3 .slot-machine {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.2),
        0 0 50px rgba(255, 107, 53, 0.1);
    position: relative;
    width: 100%;
    max-width: 160px;
}

.elementor-widget-slotsjuicebanner3 .slot-header {
    text-align: center;
    margin-bottom: 10px;
}

.elementor-widget-slotsjuicebanner3 .jackpot-amount {
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .jackpot-label {
    font-size: 8px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.elementor-widget-slotsjuicebanner3 .slot-game {
    background: #1a1f3a;
    border-radius: 10px;
    padding: 10px 8px;
    margin-bottom: 8px;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.3);
}

.elementor-widget-slotsjuicebanner3 .reels-container {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-bottom: 8px;
}

.elementor-widget-slotsjuicebanner3 .reel {
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    width: 32px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #ff6b35;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    animation: reelDrop 0.5s ease-out;
    animation-delay: calc(1s + var(--reel-index) * 0.1s);
    animation-fill-mode: both;
}

.elementor-widget-slotsjuicebanner3 .reel:nth-child(1) { --reel-index: 0; }
.elementor-widget-slotsjuicebanner3 .reel:nth-child(2) { --reel-index: 1; }
.elementor-widget-slotsjuicebanner3 .reel:nth-child(3) { --reel-index: 2; }

@keyframes reelDrop {
    0% {
        transform: translateY(-150px) rotateX(90deg);
        opacity: 0;
    }
    50% {
        transform: translateY(20px) rotateX(-20deg);
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

.elementor-widget-slotsjuicebanner3 .reel::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.4) 50%, transparent 60%);
    transform: rotate(45deg);
    animation: reelShine 3s ease-in-out infinite;
}

@keyframes reelShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

.elementor-widget-slotsjuicebanner3 .spin-controls {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.elementor-widget-slotsjuicebanner3 .spin-button {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .spin-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.elementor-widget-slotsjuicebanner3 .spin-button:active {
    transform: translateY(0);
}

.elementor-widget-slotsjuicebanner3 .auto-spin {
    background: transparent;
    color: #666;
    border: 2px solid #e0e0e0;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.elementor-widget-slotsjuicebanner3 .auto-spin:hover {
    border-color: #ff6b35;
    color: #ff6b35;
}

/* Decorative elements */
.elementor-widget-slotsjuicebanner3 .floating-chip {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    animation: floatChip 15s ease-in-out infinite;
}

.elementor-widget-slotsjuicebanner3 .floating-chip:nth-child(1) {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.elementor-widget-slotsjuicebanner3 .floating-chip:nth-child(2) {
    top: 70%;
    right: 5%;
    animation-delay: 5s;
}

.elementor-widget-slotsjuicebanner3 .floating-chip:nth-child(3) {
    bottom: 10%;
    left: 10%;
    animation-delay: 10s;
}

@keyframes floatChip {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    33% {
        transform: translateY(-30px) rotate(120deg);
    }
    66% {
        transform: translateY(30px) rotate(240deg);
    }
}

/* Goldilocks Zone Responsive Design */

/* Large Desktop (1400px+) */
@media (min-width: 1400px) {
    .elementor-widget-slotsjuicebanner3 .banner-container {
        height: 280px;
    }
    
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 26px;
        line-height: 1.2;
    }
    
    .elementor-widget-slotsjuicebanner3 .description {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.2px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list {
        gap: 32px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 14px;
        padding-left: 22px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list li::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    
    .elementor-widget-slotsjuicebanner3 .content-column {
        flex: 0 0 80%;
        padding: 30px 50px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-column {
        flex: 0 0 20%;
        padding: 8px;
    }
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .elementor-widget-slotsjuicebanner3 .banner-container {
        height: 260px;
    }
    
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 24px;
    }
    
    .elementor-widget-slotsjuicebanner3 .description {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.1px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 13px;
    }
    
    .elementor-widget-slotsjuicebanner3 .content-column {
        flex: 0 0 80%;
        padding: 25px 40px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-column {
        flex: 0 0 20%;
        padding: 8px;
    }
}

/* Laptop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .elementor-widget-slotsjuicebanner3 .banner-container {
        height: 220px;
    }
    
    .elementor-widget-slotsjuicebanner3 .content-column {
        flex: 0 0 65%;
        padding: 22px 30px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-column {
        flex: 0 0 35%;
        padding: 12px;
    }
    
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 22px;
    }
    
    .elementor-widget-slotsjuicebanner3 .description {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list {
        gap: 20px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 13px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-machine {
        padding: 10px;
    }
    
    .elementor-widget-slotsjuicebanner3 .reel {
        width: 35px;
        height: 45px;
        font-size: 20px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .elementor-widget-slotsjuicebanner3 .banner-container {
        height: 200px;
        border-radius: 16px;
    }
    
    .elementor-widget-slotsjuicebanner3 .content-column {
        flex: 0 0 60%;
        padding: 18px 25px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-column {
        flex: 0 0 40%;
        padding: 10px;
    }
    
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    
    .elementor-widget-slotsjuicebanner3 .description {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list {
        gap: 15px;
        margin-bottom: 10px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 12px;
    }
    
    .elementor-widget-slotsjuicebanner3 .cta-group {
        gap: 10px;
    }
    
    .elementor-widget-slotsjuicebanner3 .cta-primary,
    .elementor-widget-slotsjuicebanner3 .cta-secondary {
        padding: 8px 18px;
        font-size: 12px;
    }
    
    .elementor-widget-slotsjuicebanner3 .jackpot-amount {
        font-size: 18px;
    }
    
    .elementor-widget-slotsjuicebanner3 .reel {
        width: 32px;
        height: 40px;
        font-size: 18px;
    }
    
    .elementor-widget-slotsjuicebanner3 .floating-chip {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}

/* Mobile (max-width: 767px) - Beautiful Compact Layout, Full Width */
@media (max-width: 767px) {
    /* Alternative mobile container for better compatibility */
    .elementor-widget-slotsjuicebanner3 .banner-container {
        flex-direction: column;
        height: auto;
        min-height: 500px;
        padding: 0 0 20px 0;
        border-radius: 12px;
        width: calc(100vw - 20px);
        margin: 0 10px 30px 10px;
        max-width: none;
        background: linear-gradient(180deg, #1a1f3a 0%, #2d3561 100%);
        overflow: visible;
        position: relative;
        display: flex !important;
    }

    /* Full width option */
    .elementor-widget-slotsjuicebanner3.full-width .banner-container {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        margin-bottom: 30px;
        border-radius: 0;
    }

    .elementor-widget-slotsjuicebanner3 .content-column {
        flex: none;
        width: 100%;
        padding: 20px 15px 15px 15px;
        text-align: center;
        order: 1;
        min-height: auto;
    }

    .elementor-widget-slotsjuicebanner3 .slot-column {
        flex: none;
        width: 100%;
        padding: 20px 15px 25px 15px;
        min-height: 250px;
        background: linear-gradient(180deg, rgba(255, 107, 53, 0.08) 0%, rgba(138, 43, 226, 0.08) 100%);
        order: 2;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    /* Badge - Compact and Beautiful */
    .elementor-widget-slotsjuicebanner3 .badge-container {
        margin-bottom: 12px;
    }

    .elementor-widget-slotsjuicebanner3 .exclusive-badge {
        padding: 6px 16px;
        font-size: 11px;
        border-radius: 20px;
        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .elementor-widget-slotsjuicebanner3 .badge-icon {
        width: 12px;
        height: 12px;
        font-size: 8px;
    }

    /* Title - Bold and Impactful */
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 1.1;
        font-weight: 900;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .elementor-widget-slotsjuicebanner3 .highlight {
        display: inline-block;
        text-shadow: 0 0 40px rgba(255, 107, 53, 0.8);
    }

    /* Description - Clean and Readable */
    .elementor-widget-slotsjuicebanner3 .description {
        font-size: 14px;
        margin-bottom: 15px;
        max-width: 100%;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.9);
    }

    /* Features - 2 Column Compact Layout */
    .elementor-widget-slotsjuicebanner3 .features-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 10px;
        margin-bottom: 20px;
        justify-items: stretch;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 11px;
        justify-content: flex-start;
        padding-left: 0;
        text-align: left;
        width: 100%;
        background: rgba(255, 255, 255, 0.08);
        padding: 6px 8px;
        border-radius: 10px;
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        min-height: 32px;
    }

    /* 3rd item spans full width if odd number */
    .elementor-widget-slotsjuicebanner3 .features-list li:nth-child(3):last-child {
        grid-column: 1 / -1;
        max-width: 280px;
        margin: 0 auto;
        justify-self: center;
    }

    .elementor-widget-slotsjuicebanner3 .features-list li::before {
        position: static;
        margin-right: 6px;
        width: 14px;
        height: 14px;
        font-size: 9px;
        flex-shrink: 0;
        background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
        box-shadow: 0 2px 6px rgba(255, 107, 53, 0.3);
    }

    /* CTA Buttons - Beautiful and Touch Friendly */
    .elementor-widget-slotsjuicebanner3 .cta-group {
        gap: 12px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .elementor-widget-slotsjuicebanner3 .cta-primary {
        padding: 14px 28px;
        font-size: 15px;
        font-weight: 800;
        border-radius: 12px;
        min-width: 140px;
        box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .elementor-widget-slotsjuicebanner3 .cta-secondary {
        padding: 14px 28px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 12px;
        min-width: 140px;
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(10px);
    }

    /* Slot Machine - Compact and Stunning */
    .elementor-widget-slotsjuicebanner3 .slot-machine {
        padding: 16px;
        transform: none;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.25),
            0 0 80px rgba(255, 107, 53, 0.15);
        position: relative;
        z-index: 10;
    }

    .elementor-widget-slotsjuicebanner3 .slot-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 220px;
        position: relative;
        z-index: 2;
    }

    .elementor-widget-slotsjuicebanner3 .slot-header {
        margin-bottom: 12px;
    }

    .elementor-widget-slotsjuicebanner3 .jackpot-amount {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 4px;
        text-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
    }

    .elementor-widget-slotsjuicebanner3 .jackpot-label {
        font-size: 11px;
        color: #555;
        font-weight: 700;
    }

    .elementor-widget-slotsjuicebanner3 .slot-game {
        padding: 14px 12px;
        border-radius: 15px;
        margin-bottom: 12px;
        background: linear-gradient(145deg, #1a1f3a 0%, #2d3561 100%);
        box-shadow: 
            inset 0 4px 15px rgba(0, 0, 0, 0.4),
            0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .elementor-widget-slotsjuicebanner3 .reels-container {
        gap: 8px;
        margin-bottom: 14px;
    }

    .elementor-widget-slotsjuicebanner3 .reel {
        width: 50px;
        height: 60px;
        font-size: 28px;
        font-weight: 800;
        border-radius: 10px;
        background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.25),
            inset 0 -3px 8px rgba(0, 0, 0, 0.1);
    }

    .elementor-widget-slotsjuicebanner3 .spin-controls {
        gap: 8px;
    }

    .elementor-widget-slotsjuicebanner3 .spin-button {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 800;
        border-radius: 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
    }

    .elementor-widget-slotsjuicebanner3 .auto-spin {
        padding: 10px 16px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 25px;
        border: 2px solid #ddd;
        background: rgba(255, 255, 255, 0.9);
    }

    /* Hide floating chips on mobile for cleaner look */
    .elementor-widget-slotsjuicebanner3 .floating-chip {
        display: none;
    }

    /* Remove background pattern on mobile */
    .elementor-widget-slotsjuicebanner3 .slot-column::before {
        display: none;
    }

    /* Ensure full visibility on mobile */
    .elementor-widget-slotsjuicebanner3 {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        margin-bottom: 30px !important;
        overflow: visible !important;
    }

    /* Add subtle mobile-specific animations */
    .elementor-widget-slotsjuicebanner3 .banner-container {
        animation: mobileSlideIn 0.8s ease-out;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    @keyframes mobileSlideIn {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Touch-friendly hover effects */
    .elementor-widget-slotsjuicebanner3 .cta-primary:active {
        transform: translateY(2px);
        box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
    }

    .elementor-widget-slotsjuicebanner3 .cta-secondary:active {
        transform: translateY(2px);
        background: rgba(255, 255, 255, 0.2);
    }

    .elementor-widget-slotsjuicebanner3 .spin-button:active {
        transform: translateY(2px);
        box-shadow: 0 2px 15px rgba(255, 107, 53, 0.3);
    }
}

/* Small Mobile (max-width: 480px) - Ultra Compact */
@media (max-width: 480px) {
    .elementor-widget-slotsjuicebanner3 .banner-container {
        min-height: 480px;
        padding: 0 0 15px 0;
        margin-bottom: 25px;
    }

    .elementor-widget-slotsjuicebanner3 .content-column {
        padding: 18px 12px 12px 12px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-column {
        padding: 15px 12px 20px 12px;
        min-height: 230px;
    }
    
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .elementor-widget-slotsjuicebanner3 .description {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .elementor-widget-slotsjuicebanner3 .features-list {
        grid-template-columns: 1fr 1fr;
        gap: 6px 8px;
        max-width: 300px;
    }

    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 10px;
        padding: 5px 6px;
        min-height: 28px;
    }

    .elementor-widget-slotsjuicebanner3 .features-list li::before {
        width: 12px;
        height: 12px;
        font-size: 8px;
        margin-right: 5px;
    }
    
    .elementor-widget-slotsjuicebanner3 .cta-group {
        gap: 8px;
    }
    
    .elementor-widget-slotsjuicebanner3 .cta-primary,
    .elementor-widget-slotsjuicebanner3 .cta-secondary {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 120px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-machine {
        max-width: 280px;
        padding: 14px;
    }
    
    .elementor-widget-slotsjuicebanner3 .reel {
        width: 44px;
        height: 54px;
        font-size: 24px;
    }
    
    .elementor-widget-slotsjuicebanner3 .jackpot-amount {
        font-size: 20px;
    }
    
    .elementor-widget-slotsjuicebanner3 .spin-button {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .elementor-widget-slotsjuicebanner3 .auto-spin {
        padding: 8px 14px;
        font-size: 11px;
    }
}

/* Extra Small Mobile (max-width: 360px) - Minimal and Clean */
@media (max-width: 360px) {
    .elementor-widget-slotsjuicebanner3 .banner-container {
        margin-bottom: 20px;
    }

    .elementor-widget-slotsjuicebanner3 .content-column {
        padding: 15px 10px 10px 10px;
    }
    
    .elementor-widget-slotsjuicebanner3 .main-title {
        font-size: 20px;
    }

    .elementor-widget-slotsjuicebanner3 .features-list {
        grid-template-columns: 1fr 1fr;
        gap: 5px 6px;
        max-width: 280px;
    }

    .elementor-widget-slotsjuicebanner3 .features-list li {
        font-size: 9px;
        padding: 4px 5px;
        min-height: 26px;
    }

    .elementor-widget-slotsjuicebanner3 .features-list li::before {
        width: 11px;
        height: 11px;
        font-size: 7px;
        margin-right: 4px;
    }
    
    .elementor-widget-slotsjuicebanner3 .cta-group {
        flex-direction: column;
        align-items: center;
    }
    
    .elementor-widget-slotsjuicebanner3 .cta-primary,
    .elementor-widget-slotsjuicebanner3 .cta-secondary {
        width: 100%;
        max-width: 240px;
    }
    
    .elementor-widget-slotsjuicebanner3 .slot-machine {
        max-width: 260px;
        padding: 12px;
    }
    
    .elementor-widget-slotsjuicebanner3 .reel {
        width: 40px;
        height: 50px;
        font-size: 22px;
    }
}

/* Performance optimizations */
.elementor-widget-slotsjuicebanner3 .banner-container {
    will-change: transform;
    transform: translateZ(0);
}

.elementor-widget-slotsjuicebanner3 .reel {
    will-change: transform;
    transform: translateZ(0);
}

.elementor-widget-slotsjuicebanner3 .floating-chip {
    will-change: transform;
    transform: translateZ(0);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .elementor-widget-slotsjuicebanner3 * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}