.elementor-929 .elementor-element.elementor-element-27a228c0{--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-929 .elementor-element.elementor-element-3efdb56{--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-73f8aa78 */.aml-other-calcs {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.aml-other-calcs-container {
  max-width: 1150px;
  margin: 0 auto;
}

.aml-other-calcs-header {
  text-align: center;
  margin-bottom: 55px;
}

.aml-small-label {
  display: inline-block;
  background: #eaf7e3;
  color: #73BF43;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.aml-other-calcs-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.aml-other-calcs-header h2 span {
  color: #73BF43;
}

.aml-other-calcs-header p {
  font-size: 17px;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.aml-other-calcs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.aml-other-card {
  position: relative;
  background: #f9fafb;
  border: 1px solid rgba(115,191,67,0.22);
  border-radius: 18px;
  padding: 34px 24px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(25px);
  animation: amlOtherFadeUp 0.7s ease forwards;
}

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

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

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

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

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

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

.aml-other-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #73BF43;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.aml-other-card:hover .aml-other-btn {
  background: #64aa38;
  transform: translateY(-2px);
}

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

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

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

  .aml-other-calcs-header h2 {
    font-size: 30px;
  }

  .aml-other-calcs-header p {
    font-size: 15px;
  }

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

  .aml-other-card {
    padding: 30px 22px;
  }
}/* End custom CSS */