/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.cv_btn {
  margin: 0 auto;
}
.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

<!-- CSS -->
<style>
  .lp-container {
    font-family: sans-serif;
    line-height: 1.7;
    max-width: 800px;
    margin: auto;
    padding: 2em;
  }
  h1, h2 {
    color: #333;
  }
  .hero {
    text-align: center;
    background: #f8f8f8;
    padding: 2em 1em;
    margin-bottom: 2em;
  }
  .hero-img {
    max-width: 100%;
    height: auto;
    margin-top: 1em;
  }
  .cta-button {
    background-color: #2ecc71;
    color: white;
    padding: 1em 2em;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1em;
  }
  .problems ul, .features ul, .flow ol {
    padding-left: 1.2em;
  }
  .reason-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .box {
    flex: 1;
    min-width: 200px;
    background: #f0f0f0;
    padding: 1em;
    border-radius: 10px;
  }
  .pricing table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
  }
  .pricing th, .pricing td {
    border: 1px solid #ccc;
    padding: 0.6em;
    text-align: center;
  }
  .faq dt {
    font-weight: bold;
    margin-top: 1em;
  }
  .faq dd {
    margin-left: 1em;
  }
  .contact {
    text-align: center;
    background: #eef9f1;
    padding: 2em 1em;
    margin-top: 2em;
  }
</style>
