.elementor-937 .elementor-element.elementor-element-12ccf6d9{--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-937 .elementor-element.elementor-element-3d043c6{--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-937 .elementor-element.elementor-element-2912831c{--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-937 .elementor-element.elementor-element-33111547{--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-3c2df3c8 */.aml-calc-hero {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f3fff0 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.aml-calc-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.aml-calc-hero-content {
  animation: amlCalcFadeLeft 0.8s ease forwards;
}

.aml-calc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf7e3;
  color: #73BF43;
  padding: 10px 16px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.aml-calc-badge span {
  font-size: 20px;
}

.aml-calc-hero h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
  color: #111827;
  margin-bottom: 20px;
}

.aml-calc-hero h1 span {
  color: #73BF43;
}

.aml-calc-hero p {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 32px;
}

.aml-calc-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

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

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

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

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

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

.aml-calc-trust {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.aml-calc-trust div {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.aml-calc-trust span {
  font-size: 20px;
  color: #73BF43;
}

/* Visual Card */
.aml-calc-hero-visual {
  animation: amlCalcFadeRight 0.8s ease forwards;
}

.aml-calc-card-preview {
  position: relative;
  background: #ffffff;
  border-radius: 26px;
  padding: 42px 36px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  border: 1px solid rgba(115,191,67,0.18);
}

.aml-calc-card-preview > span {
  width: 70px;
  height: 70px;
  background: #73BF43;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 24px;
}

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

.aml-calc-card-preview p {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 24px;
}

.aml-mini-result {
  background: #f1faed;
  border-left: 4px solid #73BF43;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.aml-mini-result span {
  display: block;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 6px;
}

.aml-mini-result strong {
  font-size: 26px;
  color: #111827;
}

.aml-mini-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aml-mini-bars span {
  height: 10px;
  border-radius: 20px;
  background: #e5e7eb;
  display: block;
}

.aml-mini-bars span:nth-child(1) {
  width: 90%;
  background: #73BF43;
}

.aml-mini-bars span:nth-child(2) {
  width: 70%;
}

.aml-mini-bars span:nth-child(3) {
  width: 82%;
}

/* Background Shapes */
.aml-calc-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(115,191,67,0.14);
  animation: amlCalcFloat 7s ease-in-out infinite;
}

.shape-1 {
  width: 320px;
  height: 320px;
  top: -120px;
  right: 8%;
}

.shape-2 {
  width: 420px;
  height: 420px;
  bottom: -190px;
  left: 6%;
  animation-delay: 1.2s;
}

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

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

@keyframes amlCalcFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-16px) scale(1.04);
  }
}

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

  .aml-calc-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .aml-calc-hero-buttons,
  .aml-calc-trust {
    justify-content: center;
  }

  .aml-calc-hero h1 {
    font-size: 38px;
  }
}

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

  .aml-calc-hero h1 {
    font-size: 31px;
  }

  .aml-calc-hero p {
    font-size: 16px;
  }

  .aml-calc-btn {
    width: 100%;
  }

  .aml-calc-card-preview {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39e49909 */.aml-calc-cards {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.aml-calc-cards-container {
  max-width: 1150px;
  margin: 0 auto;
}

.aml-calc-cards-header {
  text-align: center;
  margin-bottom: 55px;
  animation: amlCalcCardsFadeDown 0.7s ease forwards;
}

.aml-calc-cards-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.aml-calc-cards-header h2 span {
  color: #73BF43;
}

.aml-calc-cards-header p {
  font-size: 17px;
  color: #6b7280;
  margin: 0;
}

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

.aml-calc-tool-card {
  position: relative;
  background: #f9fafb;
  border: 1px solid rgba(115,191,67,0.22);
  border-radius: 18px;
  padding: 38px 28px;
  min-height: 285px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(26px);
  animation: amlCalcCardFadeUp 0.7s ease forwards;
}

.aml-calc-tool-card:nth-child(1) { animation-delay: 0.1s; }
.aml-calc-tool-card:nth-child(2) { animation-delay: 0.2s; }
.aml-calc-tool-card:nth-child(3) { animation-delay: 0.3s; }
.aml-calc-tool-card:nth-child(4) { animation-delay: 0.4s; }
.aml-calc-tool-card:nth-child(5) { animation-delay: 0.5s; }

.aml-calc-tool-card:hover {
  background: #ffffff;
  transform: translateY(-9px);
  border-color: #73BF43;
  box-shadow: 0 18px 42px rgba(115,191,67,0.18);
}

.aml-calc-tool-card > .material-symbols-outlined {
  width: 64px;
  height: 64px;
  background: #73BF43;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
  font-variation-settings:
    'FILL' 0,
    'wght' 350,
    'GRAD' 0,
    'opsz' 48;
}

.aml-calc-tool-card:hover > .material-symbols-outlined {
  transform: scale(1.1) rotate(-4deg);
  box-shadow: 0 12px 28px rgba(115,191,67,0.35);
}

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

.aml-calc-tool-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 24px;
}

.aml-calc-tool-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #73BF43;
  color: #ffffff !important;
  padding: 12px 26px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.aml-calc-tool-card a:hover {
  background: #64aa38;
  transform: translateY(-2px);
}

.aml-popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #eaf7e3;
  color: #73BF43;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 800;
}

.aml-calc-tool-card.popular {
  background: #ffffff;
  border-color: #73BF43;
}

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

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

@media (max-width: 992px) {
  .aml-calc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .aml-calc-cards {
    padding: 65px 16px;
  }

  .aml-calc-cards-header h2 {
    font-size: 30px;
  }

  .aml-calc-cards-header p {
    font-size: 15px;
  }

  .aml-calc-grid {
    grid-template-columns: 1fr;
  }

  .aml-calc-tool-card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a88bca1 */.aml-calc-faq {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.aml-calc-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

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

.aml-calc-faq-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

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

.aml-calc-faq-header p {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

.aml-calc-faq-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 36px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.07);
  animation: amlCalcFaqFadeUp 0.8s ease forwards;
}

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

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

.aml-calc-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  transition: color 0.3s ease;
}

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

.aml-calc-faq-item summary span {
  font-size: 24px;
  color: #73BF43;
  flex-shrink: 0;
  transition: all 0.3s ease;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

.aml-calc-faq-item:hover summary {
  color: #73BF43;
}

.aml-calc-faq-item p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
  margin: 16px 0 0;
  animation: amlCalcAnswerSlide 0.35s ease;
}

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

@keyframes amlCalcFaqFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 768px) {
  .aml-calc-faq {
    padding: 65px 16px;
  }

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

  .aml-calc-faq-box {
    padding: 22px 20px;
  }

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

.aml-calc-final-container {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  animation: amlCalcFinalFadeUp 0.8s ease forwards;
}

.aml-calc-final-cta h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.aml-calc-final-cta p {
  font-size: 18px;
  color: #ecfdf5;
  margin-bottom: 36px;
  line-height: 1.7;
}

.aml-calc-final-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

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

.aml-calc-final-btn span {
  font-size: 21px;
}

.aml-calc-final-white {
  background: #ffffff;
  color: #73BF43 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.aml-calc-final-white:hover {
  background: #f3f4f6;
  transform: translateY(-4px) scale(1.03);
}

.aml-calc-final-outline {
  background: rgba(255,255,255,0.08);
  border: 2px solid #ffffff;
  color: #ffffff !important;
}

.aml-calc-final-outline:hover {
  background: #ffffff;
  color: #73BF43 !important;
  transform: translateY(-4px) scale(1.03);
}

/* Background Shapes */
.aml-calc-final-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  z-index: 1;
  animation: amlCalcFinalFloat 7s ease-in-out infinite;
}

.shape-1 {
  width: 320px;
  height: 320px;
  top: -130px;
  right: 10%;
}

.shape-2 {
  width: 420px;
  height: 420px;
  bottom: -190px;
  left: 7%;
  animation-delay: 1.2s;
}

.shape-3 {
  width: 130px;
  height: 130px;
  top: 55%;
  right: 25%;
  background: rgba(255,255,255,0.10);
  animation-delay: 0.6s;
}

@keyframes amlCalcFinalFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes amlCalcFinalFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-18px) scale(1.04);
  }
}

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

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

  .aml-calc-final-cta p {
    font-size: 16px;
  }

  .aml-calc-final-btn {
    width: 100%;
    max-width: 290px;
  }
}/* End custom CSS */