.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>

    /* --- COMMON ANIMATION KEYFRAMES (Used by Red/Theme Particles) --- */
    @keyframes floatAndFade {
        0% {
            transform: translateY(0) scale(1);
            opacity: 0.6;
        }
        50% {
            transform: translateY(-10px) scale(1.1); /* Float up slightly and scale */
            opacity: 0.8;
        }
        100% {
            transform: translateY(0) scale(1);
            opacity: 0.6;
        }
    }


    /* --- WHATSAPP PARTICLE ANIMATION KEYFRAMES (Moving, but fixed position) --- */
    @keyframes floatAndFadeGreen {
        0% {
            opacity: 0.7;
            transform: translate(0, 0) scale(1);
        }
        50% {
            opacity: 0.9;
            transform: translate(-3px, -5px) scale(1.1); /* slight movement */
        }
        100% {
            opacity: 0.7;
            transform: translate(0, 0) scale(1);
        }
    }

    /* ---------------------------------------------------------------------- */
    /* --- BASE CARD STYLES (If used elsewhere on the page) --- */
    /* ---------------------------------------------------------------------- */

    .pricing-card.card-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        
        /* Overall Card Styling - Dark Theme */
        background: linear-gradient(to bottom, var(--theme-palette-color-1) 0%, var(--theme-palette-color-8) 80%);
        padding: 20px 20px 20px 20px;
        max-width: 100%;
        margin: 40px auto;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        color: var(--theme-text-color);
        font-family: var(    --theme-font-family);
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .card-container:hover {
        transform: scale(1.02);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    }

    /* --- TEXT & BUTTON STYLES --- */

    .card-content {
        position: relative;
        z-index: 10;
        width: 100%;
    }

    .plan-title {
        margin: 0;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 700;
        color: var(--theme-palette-color-3);
        text-transform: uppercase;
    }

    .price {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 25px;
        line-height: 1;
    }

    .currency, .main-price, .cents {
        font-weight: 800;
        color: var(--theme-palette-color-3);
    }

    .currency { font-size: 50px; margin-top: 10px; }
    .main-price { font-size: 80px; }
    .cents { font-size: 30px; align-self: flex-start; margin-top: 15px; }

    .features-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
        width: 100%;
        text-align: left;
    }

    .features-list li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
        color: var(--theme-palette-color-7);
    }

    .feature-icon {
        color: var(--theme-palette-color-3);
        margin-right: 15px;
        width: 20px;
        text-align: center;
    }

    .get-started-btn, #check-plans-btn{
        color: var(--theme-palette-color-3);
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 12px 35px 12px 25px;;
        border: solid 2px var(--theme-palette-color-1);;
        border-radius: 0px;
        width: 100%;
        cursor: pointer;
    }

    .get-started-btn:hover, #check-plans-btn:hover{
        background: var(--theme-palette-color-1);
        color:var(--theme-palette-color-8);
    }

    /* --- THEME PARTICLE STYLES --- */

    .particle {
        position: absolute;
        background-color: var(--theme-palette-color-3);
        border-radius: 50%;
        z-index: 5;
        animation: floatAndFade 5s infinite ease-in-out;
    }

    .particle-1 { bottom: 10%; left: 10%; width: 6px; height: 6px; opacity: 0.6; animation-delay: 0s; }
    .particle-2 { top: 20%; right: 5%; width: 4px; height: 4px; opacity: 0.4; animation-delay: 1.5s; }
    .particle-3 { top: 50%; left: 40%; width: 5px; height: 5px; opacity: 0.5; animation-delay: 3s; }
    .particle-4 { bottom: 30%; right: 40%; width: 3px; height: 3px; opacity: 0.3; animation-delay: 0.7s; }
    .particle-5 { top: 70%; right: 20%; width: 4px; height: 4px; opacity: 0.4; animation-delay: 2.2s; }

    /* --- STREAMER ICONS --- */

    .streamer-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
    }

    .streamer-icons img {
        width: 30px;
        height: auto;
        border-radius: 10px;
    }

    /* ---------------------------------------------------------------------- */
    /* --- FLOATING WHATSAPP BUTTON & PARTICLES --- */
    /* ---------------------------------------------------------------------- */

    .floating-whatsapp-btn {
        /* Positioning */
        position: fixed;
        right: 20px; 
        bottom: 20px; 
        z-index: 9999;
        
        /* Button size */
        width: 55px;
        height: 55px;
        background-color: #25D366; /* WhatsApp Green */
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        
        /* Center the icon */
        display: flex;
        justify-content: center;
        align-items: center;
        
        transition: all 0.3s ease;
    }

    /* Hover effect (Only for button zoom) */
    .floating-whatsapp-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }

    /* Styling for the SVG icon itself */
    .floating-whatsapp-btn svg {
        width: 26px !important; 
        height: 26px !important;
        fill: white; 
    }

    /* --- GREEN WHATSAPP PARTICLE STYLES --- */

    .green-particle {
        position: fixed;
        background-color: #25D366; /* WhatsApp Green */
        border-radius: 50%;
        z-index: 9998;
        opacity: 0.7;
        /* No transition needed as we are not using hover movement */
        animation: floatAndFadeGreen 5s infinite ease-in-out;
    }

    /* ---------------------------------------------------------------------- */
    /* --- 1. DEFAULT DESKTOP PARTICLE POSITIONS (55px Button at R/B 20px) --- */
    /* ---------------------------------------------------------------------- */

    .green-particle-1 { right: 80px; bottom: 30px; width: 6px; height: 6px; animation-delay: 0s; }
    .green-particle-2 { right: 15px; bottom: 85px; width: 4px; height: 4px; animation-delay: 1.5s; }
    .green-particle-3 { right: 80px; bottom: 80px; width: 7px; height: 7px; animation-delay: 3s; }
    .green-particle-4 { right: 10px; bottom: 10px; width: 5px; height: 5px; animation-delay: 0.7s; }
    .green-particle-5 { right: 105px; bottom: 50px; width: 4px; height: 4px; animation-delay: 2.2s; }


    /* -------------------------------------------------------- */
    /* --- 2. MOBILE FIX: Adjust positions for smaller screens (max width 767px) --- */
    /* -------------------------------------------------------- */

    @media (max-width: 767px) {
        /* Re-center the main button if necessary for mobile view */
        .floating-whatsapp-btn { right: 10px; bottom: 10px; } 

        /* Adjust particle positions to cluster around the new R/B 10px button position */
        .green-particle-1 { right: 55px; bottom: 25px; } 
        .green-particle-2 { right: 5px; bottom: 70px; } 
        .green-particle-3 { right: 60px; bottom: 60px; } 
        .green-particle-4 { right: 0px; bottom: 0px; } 
        .green-particle-5 { right: 75px; bottom: 35px; }
    }


    /* -------------------------------------------------------- */
    /* --- REMOVED ALL PARTICLE HOVER RULES (Per Request) --- */
    /* -------------------------------------------------------- */
/* --- Custom Ribbon CSS --- */
        .ribbon-container {
            position: relative;
            overflow: hidden;
        }

        .ribbon {
            position: absolute;
            top: 25px; /* Adjust vertical position */
            right: -30px; /* Adjust horizontal position to hang off the edge */
            width: 130px;
            background-color: var(--theme-palette-color-7); /* Bright yellow/gold */
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            transform: rotate(45deg);
            padding: 3px 0;
            text-align: center;
            font-weight: 900;
            color: var(--theme-palette-color-8); /* Dark text for contrast */
            font-size: 0.75rem; /* Small text size */
            letter-spacing: 1px;
            text-transform: uppercase;
            z-index: 20; /* Ensure it is above the card content */
        }
         /* Keyframes for the floating and fading animation */
    @keyframes floatAndFade {
        0% {
            transform: translateY(0) scale(1);
            opacity: 0.6;
        }
        50% {
            transform: translateY(-10px) scale(1.1); /* Float up slightly and scale */
            opacity: 0.8;
        }
        100% {
            transform: translateY(0) scale(1);
            opacity: 0.6;
        }
    }

    /* CSS for the button class: .get-started-btn (defined to match common Netflix/dark theme button styling) */
    .get-started-btn {
        background-color: var(--theme-palette-color-8);
        color: var(--theme-palette-color-3); /* Secondary theme color (White/Light) */
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 25px;
        border: solid 2px var(--theme-palette-color-1);
        cursor: pointer;
        transition: background 0.2s ease, transform 0.2s ease;
        z-index: 10; /* Ensure button is above particles/skewed divs */
    }

    .get-started-btn:hover {
        background: var(--theme-palette-color-1);
    }

    .card-container:hover {
        transform: scale(1.02); /* Slight zoom on hover */
        /* Updated shadow color using variable for consistency */
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); 
    }
</style>/* End custom CSS */