.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#F5F5F7;--e-global-color-text:#6B7280;--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;background-color:var( --e-global-color-primary );font-family:"Poppins", Poppins;font-size:16px;font-weight:400;}.elementor-kit-10 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 *//* ===== GOOGLE FONT ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== BODY ===== */
body {
    background: #000000;
    color: #F5F5F7;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease;
}

/* ===== HEADINGS (Editable in Elementor) ===== */
h1, h2, h3, h4, h5, h6 {
    color: #F5F5F7;
}

h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

/* ===== TEXT ===== */
p {
    font-size: 17px;
    color: #6B7280;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* ===== CONTAINER ===== */
.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== SECTION ===== */
.elementor-section {
    padding: 120px 20px;
    background: radial-gradient(circle at top, #111 0%, #000 70%);
}

/* ===== LINKS ===== */
a {
    color: #CE1124;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

/* ===== GRID ===== */
.grid {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

/* ===== CARD ===== */
.card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 32px;
    border-radius: 16px;
    width: 320px;
    text-align: left;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.15);
}

/* ===== REVIEW CARD ===== */
.review-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 24px;
    border-radius: 14px;
    width: 320px;
}

/* ===== PRICING CARD ===== */
.price-card {
    background: #FFFFFF;
    color: #000000;
    padding: 40px;
    border-radius: 18px;
    width: 320px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* ===== BUTTONS (Editable + Smooth) ===== */
button, .elementor-button {
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s ease;
}

button:hover, .elementor-button:hover {
    transform: translateY(-2px);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .grid {
        flex-direction: column;
        align-items: center;
    }

    .elementor-section {
        padding: 80px 16px;
    }
}/* End custom CSS */