.elementor-987924 .elementor-element.elementor-element-359b217{margin-top:90px;margin-bottom:90px;}.elementor-987924 .elementor-element.elementor-element-f53713d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-vamtam_accent_6 );}.elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-element-populated, .elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-element-populated > .elementor-background-overlay, .elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-background-slideshow{border-radius:4px 4px 4px 4px;}.elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-block-start:0px;margin-inline-start:0px;margin-block-end:0px;margin-inline-end:0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding-block-start:0px;padding-inline-start:0px;padding-block-end:0px;padding-inline-end:0px;}.elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-987924 .elementor-element.elementor-element-f53713d{width:100%;}}@media(max-width:1024px){.elementor-987924 .elementor-element.elementor-element-359b217{margin-top:40px;margin-bottom:20px;}}@media(max-width:767px){.elementor-987924 .elementor-element.elementor-element-359b217{margin-top:0px;margin-bottom:15px;padding:0px 0px 0px 0px;}.elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:15px;}.elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-element-populated, .elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-element-populated > .elementor-background-overlay, .elementor-987924 .elementor-element.elementor-element-f53713d > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}}/* Start custom CSS for contactform, class: .elementor-element-910fa31 *//* ── Thank You Page – Brand #990158 ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --ty-brand:       #990158;
  --ty-brand-dark:  #6e003e;
  --ty-brand-light: #fce8f1;
}

.ty-wrap {
  font-family: 'DM Sans', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem 2rem;
  background: #f5f4f0;
  min-height: 80vh;
}

.ty-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  max-width: 580px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(0,0,0,0.07);
}

/* ── Top bar ── */
.ty-topbar {
  background: var(--ty-brand);
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ty-logo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  display: inline-block;
}

.ty-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

/* ── Body ── */
.ty-body {
  padding: 2.5rem 2rem 2rem;
  text-align: center;
}

.ty-icon-ring {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #EAF3DE;
  border: 2px solid #97C459;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.ty-badge {
  display: inline-block;
  background: var(--ty-brand-light);
  color: var(--ty-brand-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.ty-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.25;
}

.ty-sub {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto 2rem;
}

.ty-sub strong {
  font-weight: 600;
  color: var(--ty-brand);
}

/* ── Steps ── */
.ty-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 2rem;
}

.ty-step {
  background: #f7f6f2;
  border-radius: 10px;
  padding: 16px 10px;
}

.ty-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ty-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.ty-step-title {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 3px;
}

.ty-step-desc {
  font-size: 11px;
  color: #888;
}

/* ── Divider & Contact ── */
.ty-divider {
  height: 1px;
  background: #eee;
  margin: 0 0 1.5rem;
}

.ty-contact {
  font-size: 13px;
  color: #888;
  margin-bottom: 1.5rem;
}

.ty-contact a {
  color: var(--ty-brand);
  font-weight: 500;
  text-decoration: none;
}

.ty-contact a:hover {
  color: var(--ty-brand-dark);
  text-decoration: underline;
}

/* ── Buttons ── */
.ty-btn-row {
  display: flex;
  gap: 10px;
}

.ty-btn-primary {
  flex: 1;
  padding: 13px;
  background: var(--ty-brand) !important;
  color: #fff !important;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s;
  display: block;
}

.ty-btn-primary:hover {
  background: var(--ty-brand-dark) !important;
}

.ty-btn-sec {
  flex: 1;
  padding: 13px;
  background: transparent !important;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s;
  display: block;
}

.ty-btn-sec:hover {
  background: #f5f4f0 !important;
}

/* ── Footer note ── */
.ty-footer-note {
  margin-top: 1.5rem;
  font-size: 11px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ty-dot-green {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #639922;
  display: inline-block;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 480px) {
  .ty-steps        { grid-template-columns: 1fr; }
  .ty-btn-row      { flex-direction: column; }
  .ty-title        { font-size: 22px; }
  .ty-body         { padding: 2rem 1.25rem 1.5rem; }
}/* End custom CSS */