.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#6B7280;--e-global-color-text:#000000;--e-global-color-accent:#CE1124;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--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:600;font-family:"Poppins", Poppins;font-size:16px;font-weight:400;}.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);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}@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 *//* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== BODY ===== */
body {
    background: #000000;
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.6;
}

/* ===== CONTAINER ===== */
.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== SECTION SPACING ===== */
.elementor-section {
    padding: 100px 20px;
}

/* ===== HEADINGS ===== */
h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* ===== TEXT ===== */
p {
    font-size: 18px;
    color: #6B7280;
    max-width: 650px;
    margin: 0 auto 40px;
}

/* ===== BUTTON (BRAND RED FIXED) ===== */
.elementor-button,
.elementor-button:visited {
    background-color: #CE1124 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    display: inline-block;
}

/* ===== BUTTON HOVER ===== */
.elementor-button:hover {
    background-color: #A50D1F !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    transition: 0.2s;
}

/* ===== BUTTON SPACING ===== */
.elementor-widget-button {
    margin-top: 15px;
}

/* ===== GRID SYSTEM ===== */
.grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* ===== CARD ===== */
.card {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 35px;
    border-radius: 12px;
    width: 320px;
    text-align: left;
}

/* ===== REVIEW CARD ===== */
.review-card {
    background: #111;
    border: 1px solid #222;
    padding: 25px;
    border-radius: 10px;
    width: 320px;
    text-align: left;
}

/* ===== PRICING CARD ===== */
.price-card {
    background: #FFFFFF;
    color: #000000;
    padding: 40px;
    border-radius: 12px;
    width: 320px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    .grid {
        flex-direction: column;
        align-items: center;
    }
}

/* ===== FORCE REMOVE BLUE BUTTON ===== */

/* Elementor default blue override */
.elementor-button,
.elementor-button:link,
.elementor-button:visited,
.elementor-button.elementor-button-link {
    background-color: #CE1124 !important;
    color: #FFFFFF !important;
    border: none !important;
}

/* Hover */
.elementor-button:hover,
.elementor-button:focus {
    background-color: #A50D1F !important;
    color: #FFFFFF !important;
}

/* Remove any gradient / blue styles */
.elementor-button::before,
.elementor-button::after {
    display: none !important;
}

/* ===== WALTONFOX BUTTON FIX ===== */

.wf-btn .elementor-button {
    background-color: #CE1124 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 16px 32px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* HOVER */
.wf-btn .elementor-button:hover {
    background-color: #A50D1F !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* REMOVE BLUE */
.wf-btn .elementor-button::before,
.wf-btn .elementor-button::after {
    display: none !important;
}/* End custom CSS */