.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:"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;background-color:#E4E2E273;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-7{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-section {
    background-color: #f7f7f7;
    text-align: center;
    padding: 60px 20px;
}

.hero-section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.hero-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #ff6b6b;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.benefits-section {
    background-color: #fff;
    text-align: left;
    padding: 60px 20px;
}

.benefits-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.benefits-section ul {
    list-style: none;
    padding: 0;
}

.benefits-section ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #555;
}

.cta-section {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.cta-section h2 {
    font-size: 28px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-secondary {
    background-color: #00b894;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.testimonials-section {
    background-color: #f0f0f0;
    padding: 60px 20px;
}

.testimonials-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.testimonial {
    margin-bottom: 30px;
}

.testimonial p {
    font-size: 16px;
    font-style: italic;
    color: #555;
}

.guarantee-section {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.guarantee-section h2 {
    font-size: 28px;
    color: #333;
}

.guarantee-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

a.btn-primary:hover, a.btn-secondary:hover {
    opacity: 0.9;
}/* End custom CSS */