/* .cta-wrapper {
  width: 100%;
}

.cta-variant-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 260px 120px;
  box-sizing: border-box;
}

.tap-cta {
  padding: 100px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}

.cta-wrapper p {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.cta-ash p,
.cta-ash h2 {
  color: var(--jkpodolog-color-ivory);
}

.static-contact-cta {
  width: 100%;
  padding: 100px 0;
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  gap: 40px;
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
  max-width: 850px;
  text-align: center;
}

.cta-heading {
  font-size: 48px;

  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cta-subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.cta-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #2E2B2B;
  color: #F4F0E8;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  gap: 10px;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cta-button:hover {
  background-color: #2E2B2B;
  color: #F0A492;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cta-ivory {
  background-color: #F4F0E8;
  color: #2E2B2B;
  ;
}

.cta-ivory button {
  background-color: #2E2B2B;
  color: #f4f0e8;
}

.cta-ivory button:hover {
  background-color: #2E2B2B;
  color: #F0A492;
}

.cta-ash {
  background-color: #5C6667;
  color: #F4F0E8;

}

.cta-ash button {
  background-color: #F4F0E8;
  color: #2E2B2B;
}

.cta-ash button:hover {
  background-color: #2E2B2B;
  color: #F0A492;
}

.cta-sage {
  background-color: #A8B8A0;
  color: #2E2B2B;
}

.cta-sage button {
  background-color: #2E2B2B;
  color: #F4F0E8;
}

.cta-sage button:hover {
  background-color: #2E2B2B;
  color: #F0A492;
}





.cta-banner {
  width: 100%;
}


@media (max-width: 1200px) {
  .cta-variant-wrapper {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--jkpodolog-color-ivory);
  }
  .cta-wrapper p {
    font-size: 18px;
    line-height: 23px;
  }

  .static-contact-cta {
    padding: 40px 20px;
    gap: 30px;
  }

  .cta-heading {
    font-size: 30px;
  }

  .cta-subheading {
    font-size: 14px;
  }

  .cta-inner {
    gap: 15px;
    max-width: 600px;
  }

  .tap-cta {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
} */