.elementor-30 .elementor-element.elementor-element-4ee394dc{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-836e60f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-8fb262a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-c5279f0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-930eb41{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-bb0c0b2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-576ecc02 */.aml-existing-hero {
  padding: 90px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f3fff0 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.aml-existing-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}

.aml-existing-content {
  animation: amlFadeLeft 0.8s ease forwards;
}

.aml-existing-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
  margin-bottom: 18px;
}

.aml-existing-content h1 span {
  color: #73BF43;
}

.aml-existing-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 18px;
}

.aml-existing-text {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 620px;
}

.aml-existing-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.aml-existing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.aml-primary-btn {
  background: #73BF43;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(115,191,67,0.32);
}

.aml-primary-btn:hover {
  background: #64aa38;
  transform: translateY(-3px);
}

.aml-outline-btn {
  background: #ffffff;
  color: #73BF43 !important;
  border: 2px solid #73BF43;
}

.aml-outline-btn:hover {
  background: #73BF43;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.aml-existing-image {
  animation: amlFadeRight 0.8s ease forwards;
}

.aml-existing-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.14);
  display: block;
}

@keyframes amlFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes amlFadeRight {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .aml-existing-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .aml-existing-buttons {
    justify-content: center;
  }

  .aml-existing-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .aml-existing-hero {
    padding: 65px 16px;
  }

  .aml-existing-content h1 {
    font-size: 30px;
  }

  .aml-existing-subtitle {
    font-size: 17px;
  }

  .aml-existing-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e5139e */.aml-existing-benefits {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.aml-existing-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.aml-existing-left {
  animation: amlFadeLeft 0.8s ease forwards;
}

.aml-existing-left h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.aml-existing-left h2 span {
  color: #73BF43;
}

.aml-existing-sub {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 32px;
}

.aml-existing-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aml-existing-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: all 0.3s ease;
}

.aml-existing-item:hover {
  transform: translateX(6px);
}

.aml-existing-item span {
  font-size: 28px;
  color: #73BF43;

  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

.aml-existing-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.aml-existing-item p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.aml-existing-right {
  animation: amlFadeRight 0.8s ease forwards;
}

.aml-existing-right img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Animations */
@keyframes amlFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes amlFadeRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .aml-existing-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .aml-existing-item {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .aml-existing-left h2 {
    font-size: 30px;
  }

  .aml-existing-sub {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9e1dc0 */.aml-confidence {
  padding: 85px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.aml-confidence-container {
  max-width: 1100px;
  margin: 0 auto;
}

.aml-confidence h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 45px;
}

.aml-confidence h2 span {
  color: #73BF43;
}

.aml-confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.aml-confidence-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 34px 26px;
  text-align: left;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(24px);
  animation: amlConfidenceFadeUp 0.7s ease forwards;
  transition: all 0.3s ease;
}

.aml-confidence-card:nth-child(1) {
  animation-delay: 0.1s;
}

.aml-confidence-card:nth-child(2) {
  animation-delay: 0.25s;
}

.aml-confidence-card:nth-child(3) {
  animation-delay: 0.4s;
}

.aml-confidence-card:hover {
  transform: translateY(-8px);
  border-color: rgba(115,191,67,0.45);
  box-shadow: 0 16px 35px rgba(115,191,67,0.16);
}

.aml-confidence-icon {
  width: 58px;
  height: 58px;
  background: #73BF43;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.aml-confidence-icon span {
  font-size: 30px;
  color: #ffffff;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

.aml-confidence-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.aml-confidence-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

@keyframes amlConfidenceFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .aml-confidence-grid {
    grid-template-columns: 1fr;
  }

  .aml-confidence-card {
    text-align: center;
  }

  .aml-confidence-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .aml-confidence {
    padding: 65px 16px;
  }

  .aml-confidence h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08fc469 */.aml-property-steps {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  overflow: hidden;
}

.aml-property-steps-container {
  max-width: 1200px;
  margin: 0 auto;
}

.aml-property-steps-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.aml-property-steps-header h2 span {
  color: #73BF43;
}

.aml-property-steps-header p {
  font-size: 17px;
  color: #4b5563;
  margin-bottom: 70px;
}

/* Timeline */
.aml-property-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-bottom: 60px;
}

.aml-property-timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 50px;
  z-index: 0;
}

.aml-property-timeline::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  height: 4px;
  width: 84%;
  background: #73BF43;
  border-radius: 50px;
  z-index: 1;
  transform-origin: left;
  animation: amlStepLineGrow 1.5s ease forwards;
}

.aml-property-step {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(24px);
  animation: amlStepFadeUp 0.7s ease forwards;
}

.aml-property-step:nth-child(1) { animation-delay: 0.1s; }
.aml-property-step:nth-child(2) { animation-delay: 0.25s; }
.aml-property-step:nth-child(3) { animation-delay: 0.4s; }
.aml-property-step:nth-child(4) { animation-delay: 0.55s; }
.aml-property-step:nth-child(5) { animation-delay: 0.7s; }

.aml-step-number {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  background: #73BF43;
  color: #ffffff;
  border: 7px solid #eef8e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(115,191,67,0.28);
}

.aml-step-card {
  background: #ffffff;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  padding: 26px 18px;
  min-height: 185px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.aml-step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(115,191,67,0.45);
  box-shadow: 0 18px 40px rgba(115,191,67,0.18);
}

.aml-step-card span {
  font-size: 34px;
  color: #73BF43;
  margin-bottom: 14px;
  display: inline-block;
  transition: all 0.3s ease;
  font-variation-settings:
    'FILL' 0,
    'wght' 350,
    'GRAD' 0,
    'opsz' 48;
}

.aml-step-card:hover span {
  transform: scale(1.12);
}

.aml-step-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 9px;
}

.aml-step-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.aml-property-steps-btn {
  display: inline-block;
  background: #73BF43;
  color: #ffffff !important;
  padding: 17px 38px;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(115,191,67,0.35);
  transition: all 0.3s ease;
}

.aml-property-steps-btn:hover {
  background: #64aa38;
  transform: translateY(-3px) scale(1.02);
}

@keyframes amlStepFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes amlStepLineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* Responsive timeline becomes vertical */
@media (max-width: 1024px) {
  .aml-property-timeline {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 0 auto 50px;
    gap: 28px;
  }

  .aml-property-timeline::before,
  .aml-property-timeline::after {
    top: 0;
    bottom: 0;
    left: 36px;
    right: auto;
    width: 4px;
    height: 100%;
  }

  .aml-property-timeline::after {
    transform-origin: top;
    animation: amlStepLineGrowMobile 1.5s ease forwards;
  }

  .aml-property-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: start;
    text-align: left;
  }

  .aml-step-number {
    margin: 0;
  }

  .aml-step-card {
    min-height: auto;
  }
}

@keyframes amlStepLineGrowMobile {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 600px) {
  .aml-property-steps {
    padding: 65px 16px;
  }

  .aml-property-steps-header h2 {
    font-size: 28px;
  }

  .aml-property-steps-header p {
    font-size: 15px;
    margin-bottom: 45px;
  }

  .aml-property-step {
    grid-template-columns: 60px 1fr;
  }

  .aml-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .aml-property-timeline::before,
  .aml-property-timeline::after {
    left: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e18576a */.aml-existing-faq {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.aml-faq-header {
  text-align: center;
  margin-bottom: 50px;
  animation: amlFadeDown 0.7s ease forwards;
}

.aml-faq-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
}

.aml-faq-header span {
  color: #73BF43;
}

/* FAQ BOX */
.aml-faq-list {
  max-width: 850px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 35px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  animation: amlFadeUp 0.8s ease forwards;
}

/* ITEM */
.aml-faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 22px 0;
}

.aml-faq-item:last-child {
  border-bottom: none;
}

/* SUMMARY */
.aml-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  gap: 15px;
}

.aml-faq-item summary::-webkit-details-marker {
  display: none;
}

/* ICON */
.aml-faq-item span {
  color: #73BF43;
  font-size: 24px;
  transition: all 0.3s ease;

  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

/* HOVER */
.aml-faq-item:hover summary {
  color: #73BF43;
}

/* ANSWER */
.aml-faq-item p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
  margin: 15px 0 0;
  animation: amlAnswerSlide 0.35s ease;
}

/* ANIMATIONS */
@keyframes amlFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes amlFadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes amlAnswerSlide {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .aml-existing-faq {
    padding: 65px 16px;
  }

  .aml-faq-header h2 {
    font-size: 28px;
  }

  .aml-faq-list {
    padding: 22px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c991b3 */.aml-final-cta {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(135deg, #73BF43, #5fa832);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* CONTAINER */
.aml-cta-container {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  animation: amlFadeUp 0.8s ease forwards;
}

/* TITLE */
.aml-final-cta h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.aml-final-cta h2 span {
  display: block;
}

/* TEXT */
.aml-final-cta p {
  font-size: 18px;
  color: #ecfdf5;
  margin-bottom: 35px;
  line-height: 1.7;
}

/* BUTTON */
.aml-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #73BF43 !important;
  padding: 16px 36px;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.aml-cta-btn span {
  font-size: 20px;
}

/* HOVER */
.aml-cta-btn:hover {
  transform: translateY(-4px) scale(1.03);
  background: #f3f4f6;
}

/* SHAPES */
.aml-cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  z-index: 1;
  animation: amlFloat 6s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -120px;
  left: 8%;
}

.shape-2 {
  width: 400px;
  height: 400px;
  bottom: -180px;
  right: 10%;
  animation-delay: 1.5s;
}

.shape-3 {
  width: 120px;
  height: 120px;
  top: 55%;
  left: 40%;
  animation-delay: 0.8s;
}

/* ANIMATIONS */
@keyframes amlFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes amlFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .aml-final-cta {
    padding: 70px 16px;
  }

  .aml-final-cta h2 {
    font-size: 30px;
  }

  .aml-final-cta p {
    font-size: 16px;
  }
}/* End custom CSS */