.elementor-113 .elementor-element.elementor-element-e2b1b3c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0;--padding-top:240px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-113 .elementor-element.elementor-element-e2b1b3c:not(.elementor-motion-effects-element-type-background), .elementor-113 .elementor-element.elementor-element-e2b1b3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor4 );}.elementor-113 .elementor-element.elementor-element-e2b1b3c::before, .elementor-113 .elementor-element.elementor-element-e2b1b3c > .elementor-background-video-container::before, .elementor-113 .elementor-element.elementor-element-e2b1b3c > .e-con-inner > .elementor-background-video-container::before, .elementor-113 .elementor-element.elementor-element-e2b1b3c > .elementor-background-slideshow::before, .elementor-113 .elementor-element.elementor-element-e2b1b3c > .e-con-inner > .elementor-background-slideshow::before, .elementor-113 .elementor-element.elementor-element-e2b1b3c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:var( --e-global-color-astglobalcolor7 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-113 .elementor-element.elementor-element-e2b1b3c{--padding-top:200px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-113 .elementor-element.elementor-element-e2b1b3c{--padding-top:150px;--padding-bottom:50px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for html, class: .elementor-element-92b5b03 *//* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* Containers */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

/* Hero Section */
.hero {
  background: #f9f9f9;
  padding: 60px 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.hero-left img {
  width: 300px;
  border-radius: 8px;
}

.hero-right {
  max-width: 500px;
}

.hero-right h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.subheadline {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.email-form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.email-form input {
  padding: 10px;
  flex: 1;
  font-size: 1rem;
}

.email-form button {
  background: #ff5722;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
}

.privacy-note {
  font-size: 0.8rem;
  color: #777;
}

/* Sections */
section {
  padding: 60px 0;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

/* Key Benefits */
.key-benefits ul {
  list-style: disc;
  margin: 20px auto;
  max-width: 600px;
  padding-left: 20px;
}

/* About Author */
.author-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.author-photo img {
  width: 200px;
  border-radius: 50%;
}

.author-text {
  max-width: 600px;
}

/* Testimonials */
.testimonials {
  background: #f9f9f9;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.testimonial {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.stars {
  color: #fbc02d;
  margin-top: 10px;
}

/* Footer */
.footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}/* End custom CSS */