/* Calc section */

.g-calc-cta {
  padding: 8rem 0 8rem;
}

.g-calc-cta .loan-calc-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1023px) {
  .g-calc-cta .loan-calc-content {
    width: 70%; 
  }
}


.g-calc-cta .loan-calc-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.g-calc-cta .loan-calc-content h2 span {
  background-image: url('https://39552115.fs1.hubspotusercontent-na1.net/hubfs/39552115/yellow-underline-Path.png');
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  padding-bottom: 6px;
}

.g-calc-cta .loan-calc-content h2 span
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: radial-gradient(ellipse at center, #d4aa00 40%, transparent 70%);
  border-radius: 50%;
  transform: scaleY(0.4);
  pointer-events: none;

.g-calc-cta .loan-calc-content p {
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}


.g-calc-cta .loan-calc-image {
  position: absolute;
  bottom: -35%;
  right: -8%;
  width: 743px;
  height: 541px;
  background-image: url('https://39552115.fs1.hubspotusercontent-na1.net/hubfs/39552115/TML-Mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 1023px) {
  
  .g-calc-cta {
    padding: var(--section-spacing-y, 4em) 0;
  }

  .g-calc-cta .loan-calc-image {
    background-image: none; 
  }
  
}

.s-calc {
  position: relative;
  overflow: hidden; 
}