.elementor-5532 .elementor-element.elementor-element-61c6c22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5532 .elementor-element.elementor-element-19855e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5532 .elementor-element.elementor-element-3cefdf8 > .elementor-widget-container{padding:1px 1px 1px 1px;}.elementor-5532 .elementor-element.elementor-element-bd3bf30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f721299 */.hero-v2 {
  padding: 80px 20px;
  background: #ffffff;
}

.hero-v2 .container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 42px;
  color: #0B72E7;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-btn {
  background: #0B72E7;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}

.hero-right img {
  width: 100%;
  border-radius: 12px;
  
  
}
/* HERO CTA BUTTON FIX */
.hero-v2 .cta-btn {
  color: #ffffff !important;
  font-weight: 700; /* bold */
}

.hero-v2 .cta-btn:hover {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cefdf8 */.problem-section {
  background: #f7f9fc;
  padding: 70px 20px;
  text-align: center;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44d7ab3 */.system-section {
  padding: 80px 20px;
  text-align: center;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.system-grid div {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd597ea */.comparison-section {
  background: #f7f9fc;
  padding: 70px 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

td, th {
  border: 1px solid #ddd;
  padding: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75be84b *//* SECTION 7 CTA BUTTON FIX */
.final-cta .cta-btn {
  color: #ffffff !important;
  font-weight: 700; /* bold */
}

.final-cta .cta-btn:hover {
  color: #ffffff !important;
}/* End custom CSS */