.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-14d562b:#337A9C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.elementor-widget:not(:last-child){margin-block-end: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 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #0b0b0f;
    color: white;
    text-align: center;
}

.container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0;
}

.hero {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    padding: 100px 0;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.btn {
    display: inline-block;
    background: #f04e30;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

.btn:hover {
    background: #c0392b;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.problem, .why-google, .method, .testimonials, .about, .cta {
    background: #111;
    margin-top: 20px;
    padding: 50px;
    border-radius: 10px;
}

ul {
    list-style: none;
    margin: 20px 0;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step {
    width: 45%;
    background: #222;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

form input, form textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

form button {
    width: 100%;
    padding: 15px;
    border: none;
    background: #f04e30;
    color: white;
    font-size: 1rem;
    cursor: pointer;
}

form button:hover {
    background: #c0392b;
}/* End custom CSS */