.elementor-710 .elementor-element.elementor-element-d227038{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-710 .elementor-element.elementor-element-820c3c2{--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-710 .elementor-element.elementor-element-58c3f39 .elementor-heading-title{font-family:var( --e-global-typography-c397194-font-family ), Sans-serif;font-size:var( --e-global-typography-c397194-font-size );font-weight:var( --e-global-typography-c397194-font-weight );text-transform:var( --e-global-typography-c397194-text-transform );line-height:var( --e-global-typography-c397194-line-height );}.elementor-710 .elementor-element.elementor-element-9985c40{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-710 .elementor-element.elementor-element-9985c40 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-710 .elementor-element.elementor-element-9985c40 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-710 .elementor-element.elementor-element-91af1b8{--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-710 .elementor-element.elementor-element-509f262{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-710 .elementor-element.elementor-element-f6d6806{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:70px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-710 .elementor-element.elementor-element-2d82d81{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 30px 0px;text-align:center;}.elementor-710 .elementor-element.elementor-element-2d82d81 .elementor-heading-title{color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-710 .elementor-element.elementor-element-820c3c2{--width:50%;}.elementor-710 .elementor-element.elementor-element-91af1b8{--width:50%;}}@media(max-width:1024px){.elementor-710 .elementor-element.elementor-element-58c3f39 .elementor-heading-title{font-size:var( --e-global-typography-c397194-font-size );line-height:var( --e-global-typography-c397194-line-height );}}@media(max-width:767px){.elementor-710 .elementor-element.elementor-element-58c3f39 .elementor-heading-title{font-size:var( --e-global-typography-c397194-font-size );line-height:var( --e-global-typography-c397194-line-height );}}/* Start custom CSS for html, class: .elementor-element-1083a28 */.container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
  padding: 20px 20px;
}

/* Hero Section */
.hero h1{ color: #fff;
    text-align: left;
}
.hero {
  background: #007bff;
  color: #fff;
  padding: 80px 0;
}
.hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hero-content {
    text-align: left;
  flex: 1 1 50%;
  padding-right: 20px;
}
.hero-image {
  flex: 1 1 50%;
  text-align: center;
}
.hero-image img {
  max-width: 100%;
  border-radius: 10px;
}
.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: #fff;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

/* Feature Sections */
.feature {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
}
.feature:nth-child(even) {
  flex-direction: row-reverse;
}
.feature-image, .feature-content {
  flex: 1 1 50%;
  padding: 20px;
}
.feature img {
  max-width: 100%;
  border-radius: 10px;
}

/* Two-column sections */
.two-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.two-col .text, 
.two-col .image {
  flex: 1 1 50%;
}
.two-col img {
  max-width: 100%;
  border-radius: 10px;
}

/* Responsive */
@media(max-width: 768px) {
  .hero-inner, 
  .feature, 
  .two-col {
    flex-direction: column;
    text-align: center;
  }
  .hero-content, .hero-image,
  .feature-content, .feature-image,
  .two-col .text, .two-col .image {
    flex: 1 1 100%;
    padding: 10px 0;
  }
  .hero-content {
    text-align: center;
    padding: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-509f262 */.main-content {
  padding: 60px 0;
}

.hero {
  background-color: #007bff;
  color: #fff;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1;
  max-width: 600px;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero .cta-btn {
  background-color: #fff;
  color: #007bff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.features {
  background-color: #fff;
  padding: 60px 0;
}

.feature {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.feature-image {
  flex: 1;
  max-width: 100%;
}

.feature-content {
  flex: 2;
}

.feature img {
  max-width: 100%;
  height: auto;
}

.feature h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.feature p {
  font-size: 16px;
  margin-bottom: 10px;
}

.insights, .recommendations, .agent-efficiency {
  background-color: #fff;
  padding: 60px 0;
  margin-bottom: 30px;
}

.insights-content, .recommendations-content, .agent-efficiency-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.insights-text, .recommendations-text, .agent-efficiency-text {
  flex: 1;
}

.insights-image, .recommendations-image, .agent-efficiency-image {
  flex: 1;
}

.insights-text ul, .recommendations-text ul, .agent-efficiency-text ul {
  font-size: 16px;
  list-style-type: none;
  padding: 0;
}

.insights-image img, .recommendations-image img, .agent-efficiency-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (max-width: 768px) {
  .hero-content, .feature-content, .insights-text, .recommendations-text, .agent-efficiency-text {
    max-width: 100%;
    flex: 1;
  }

  .hero-image {
    margin-top: 20px;
  }
}/* End custom CSS */