.elementor-47 .elementor-element.elementor-element-44085a7{--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;--overlay-opacity:0.78;--padding-top:100px;--padding-bottom:100px;--padding-left:30px;--padding-right:20px;}.elementor-47 .elementor-element.elementor-element-44085a7:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-44085a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://antiquewhite-baboon-346211.hostingersite.com/wp-content/uploads/2026/01/bg-03-free-img.webp");}.elementor-47 .elementor-element.elementor-element-44085a7::before, .elementor-47 .elementor-element.elementor-element-44085a7 > .elementor-background-video-container::before, .elementor-47 .elementor-element.elementor-element-44085a7 > .e-con-inner > .elementor-background-video-container::before, .elementor-47 .elementor-element.elementor-element-44085a7 > .elementor-background-slideshow::before, .elementor-47 .elementor-element.elementor-element-44085a7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-47 .elementor-element.elementor-element-44085a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#1E5BD8;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-47 .elementor-element.elementor-element-11f240b .elementor-heading-title{color:#FFFFFF;}.elementor-47 .elementor-element.elementor-element-03eb497 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:70px;font-weight:800;color:#FFFFFF;}.elementor-47 .elementor-element.elementor-element-ea29fe5 .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-47 .elementor-element.elementor-element-fe60b73{color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-47 .elementor-element.elementor-element-7d670bb .elementor-button{background-color:#1E5BD8;}.elementor-47 .elementor-element.elementor-element-7d670bb .elementor-button-content-wrapper{flex-direction:row;}.elementor-47 .elementor-element.elementor-element-b4e5b5a{--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-47 .elementor-element.elementor-element-b29983a{--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-47 .elementor-element.elementor-element-31877ad{--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-47 .elementor-element.elementor-element-23bd527{--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-26c27ed */.agent-section {
  background: #ffffff;
  padding: 110px 20px;
}

.agent-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.agent-image img {
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.agent-content {
  max-width: 600px;
}

.agent-content h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
}

.agent-content h2 span {
  
  color: #000;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 6px;
}

.agent-content p {
  font-size: 15px;
  color: #6b7685;
  line-height: 1.8;
  max-width: 480px;
}

/* =====================
   TABLET RESPONSIVE
===================== */
@media (max-width: 991px) {
  .agent-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .agent-content h2 {
    font-size: 36px;
  }

  .agent-content p {
    margin: 0 auto;
  }
}

/* =====================
   MOBILE RESPONSIVE
===================== */
@media (max-width: 575px) {
  .agent-section {
    padding: 80px 15px;
  }

  .agent-content h2 {
    font-size: 28px;
  }

  .agent-image img {
    max-width: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0371512 */.licensed-agent {
  background: #ffffff;
  padding: 50px 20px;
}

.agent-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.agent-text {
  max-width: 560px;
}

.agent-text h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0b1b33;
  line-height: 1.2;
  margin-bottom: 25px;
}

.agent-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #6b7685;
  margin-bottom: 30px;
}

.agent-text p a {
  color: #1e5bd8;
  text-decoration: none;
}

.agent-btn {
  display: inline-block;
  background: #1e5bd8;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}

.agent-img img {
  max-width: 420px;
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .agent-wrap {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48e375d */.agent-section {
  background: #ffffff;
  padding: 50px 20px;
}

.agent-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.agent-image img {
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.agent-content {
  max-width: 600px;
}

.agent-content h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
}

.agent-content h2 span {
  
  color: #000;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 6px;
}

.agent-content p {
  font-size: 15px;
  color: #6b7685;
  line-height: 1.8;
  max-width: 480px;
}

/* =====================
   TABLET RESPONSIVE
===================== */
@media (max-width: 991px) {
  .agent-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .agent-content h2 {
    font-size: 36px;
  }

  .agent-content p {
    margin: 0 auto;
  }
}

/* =====================
   MOBILE RESPONSIVE
===================== */
@media (max-width: 575px) {
  .agent-section {
    padding: 80px 15px;
  }

  .agent-content h2 {
    font-size: 28px;
  }

  .agent-image img {
    max-width: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7362a86 */.licensed-agent {
  background: #ffffff;
  padding: 50px 20px;
}

.agent-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.agent-text {
  max-width: 560px;
}

.agent-text h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0b1b33;
  line-height: 1.2;
  margin-bottom: 25px;
}

.agent-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #6b7685;
  margin-bottom: 30px;
}

.agent-text p a {
  color: #1e5bd8;
  text-decoration: none;
}

.agent-btn {
  display: inline-block;
  background: #1e5bd8;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}

.agent-img img {
  max-width: 420px;
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .agent-wrap {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */