.elementor-1779 .elementor-element.elementor-element-c47398b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--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-1779 .elementor-element.elementor-element-c47398b:not(.elementor-motion-effects-element-type-background), .elementor-1779 .elementor-element.elementor-element-c47398b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F9F6EF 0%, #FAF7F2 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-58a4efd *//* ============================================================
   TONI McDOWELL - FORM THANK-YOU PAGE CSS
   Fully scoped so it will not affect the rest of the website.
============================================================= */

.tmty-section,
.tmty-section * {
  box-sizing: border-box;
}

.tmty-section {
  --tmty-navy: #071d3d;
  --tmty-navy-light: #15375f;
  --tmty-gold: #d09327;
  --tmty-gold-light: #e7bd6b;
  --tmty-cream: #f8f4ed;
  --tmty-white: #ffffff;
  --tmty-muted: #68758a;

  width: 100%;
  min-height: 760px;
  padding: 70px 24px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--tmty-navy);
  background:
    radial-gradient(circle at 50% 15%, rgba(231, 189, 107, 0.18), transparent 30%),
    linear-gradient(145deg, #fbf8f3 0%, var(--tmty-cream) 100%);
  font-family: Montserrat, Arial, sans-serif;
}

.tmty-arch {
  width: 440px;
  height: 620px;
  position: absolute;
  border: 1px solid rgba(208, 147, 39, 0.2);
  border-radius: 230px 230px 0 0;
  pointer-events: none;
}

.tmty-arch::before,
.tmty-arch::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(208, 147, 39, 0.13);
  border-radius: inherit;
}

.tmty-arch::before {
  inset: 34px;
}

.tmty-arch::after {
  inset: 68px;
}

.tmty-arch-left {
  left: -300px;
  bottom: -245px;
  transform: rotate(18deg);
}

.tmty-arch-right {
  right: -285px;
  top: -260px;
  transform: rotate(198deg);
}

.tmty-card {
  width: min(780px, 100%);
  padding: 58px 66px 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid rgba(208, 147, 39, 0.42);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(7, 29, 61, 0.11);
}

.tmty-card::before,
.tmty-card::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-color: var(--tmty-gold);
  pointer-events: none;
}

.tmty-card::before {
  top: 12px;
  left: 12px;
  border-top: 2px solid var(--tmty-gold);
  border-left: 2px solid var(--tmty-gold);
}

.tmty-card::after {
  right: 12px;
  bottom: 12px;
  border-right: 2px solid var(--tmty-gold);
  border-bottom: 2px solid var(--tmty-gold);
}

.tmty-eyebrow {
  margin: 0 0 20px;
  color: var(--tmty-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.tmty-confirmation-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  padding: 6px;
  display: grid;
  place-items: center;
  border: 1px solid var(--tmty-gold);
  border-radius: 50%;
  background: var(--tmty-white);
  box-shadow: 0 11px 30px rgba(208, 147, 39, 0.18);
}

.tmty-confirmation-icon span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--tmty-white);
  border-radius: 50%;
  background: var(--tmty-navy);
  font-size: 26px;
  font-weight: 600;
}

.tmty-card h1 {
  margin: 0;
  color: var(--tmty-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(62px, 8vw, 92px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.tmty-lead {
  max-width: 610px;
  margin: 27px auto 0;
  color: var(--tmty-muted);
  font-size: 15px;
  line-height: 1.8;
}

.tmty-entry-card {
  max-width: 610px;
  margin: 32px auto 0;
  padding: 24px 27px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  text-align: left;
  border: 1px solid rgba(208, 147, 39, 0.42);
  background: linear-gradient(135deg, #fffdf8, #f8f1e4);
}

.tmty-gift-icon {
  width: 64px;
  height: 64px;
  position: relative;
}

.tmty-gift-box,
.tmty-gift-lid {
  position: absolute;
  display: block;
  border: 2px solid var(--tmty-gold);
}

.tmty-gift-box {
  width: 50px;
  height: 38px;
  left: 7px;
  bottom: 4px;
  background: var(--tmty-navy);
}

.tmty-gift-lid {
  width: 58px;
  height: 13px;
  left: 3px;
  top: 10px;
  z-index: 2;
  background: var(--tmty-navy-light);
}

.tmty-gift-ribbon {
  width: 9px;
  height: 50px;
  position: absolute;
  left: 28px;
  top: 10px;
  z-index: 3;
  display: block;
  background: var(--tmty-gold-light);
}

.tmty-entry-copy > span {
  color: var(--tmty-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tmty-entry-copy h2 {
  margin: 4px 0 3px;
  color: var(--tmty-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.1;
}

.tmty-entry-copy p {
  margin: 0;
  color: var(--tmty-muted);
  font-size: 11px;
  line-height: 1.55;
}

.tmty-message {
  margin: 30px auto;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 18px;
  align-items: center;
}

.tmty-message p {
  margin: 0;
  color: var(--tmty-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.45;
}

.tmty-message-line {
  height: 1px;
  background: rgba(208, 147, 39, 0.55);
}

.tmty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tmty-button {
  min-width: 220px;
  min-height: 52px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tmty-button:hover {
  transform: translateY(-2px);
}

.tmty-button-primary {
  color: var(--tmty-white) !important;
  background: var(--tmty-navy);
  box-shadow: 0 12px 28px rgba(7, 29, 61, 0.18);
}

.tmty-button-secondary {
  color: var(--tmty-navy) !important;
  border: 1px solid var(--tmty-gold);
  background: var(--tmty-white);
}

.tmty-signoff {
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(208, 147, 39, 0.27);
}

.tmty-signoff strong,
.tmty-signoff span {
  display: block;
}

.tmty-signoff strong {
  color: var(--tmty-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
}

.tmty-signoff span {
  margin-top: 4px;
  color: var(--tmty-gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .tmty-section {
    min-height: 0;
    padding: 35px 14px;
  }

  .tmty-card {
    padding: 45px 22px 38px;
  }

  .tmty-entry-card {
    grid-template-columns: 56px 1fr;
    gap: 15px;
    padding: 20px 18px;
  }

  .tmty-gift-icon {
    transform: scale(0.82);
    transform-origin: left center;
  }

  .tmty-message {
    grid-template-columns: 1fr;
  }

  .tmty-message-line {
    display: none;
  }

  .tmty-button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tmty-section *,
  .tmty-section *::before,
  .tmty-section *::after {
    transition: none !important;
  }
}/* End custom CSS */