.elementor-kit-714{--e-global-color-primary:#FC791C;--e-global-color-secondary:#FFBE59;--e-global-color-text:#0B1C3F;--e-global-color-accent:#C9A84C;--e-global-color-8f129b3:#DDB95E;--e-global-color-210ea5d:#0B1C3F;--e-global-color-697717c:#F7F5F0;--e-global-color-79cb20d:#EEEAE0;--e-global-color-be56fd5:#FFFFFF;--e-global-color-c3e5620:#5A6478;--e-global-color-3123fc9:#00000014;--e-global-color-bf26269:#C9A84C4D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-61c0c48-font-family:"Inter";--e-global-typography-61c0c48-font-size:0.7rem;--e-global-typography-61c0c48-text-transform:uppercase;font-family:"DM Sans", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-714 e-page-transition{background-color:#FFBC7D;}.elementor-kit-714 p{margin-block-end:0px;}.elementor-kit-714 h1{font-family:"DM Sans", Sans-serif;font-size:clamp(2.2rem,4.2vw,3.6rem);font-weight:700;}.elementor-kit-714 h2{font-family:"DM Sans", Sans-serif;font-size:2.2rem;font-weight:700;}.elementor-kit-714 h3{font-family:"DM Sans", Sans-serif;font-size:0.96rem;font-weight:700;}.elementor-kit-714 button,.elementor-kit-714 input[type="button"],.elementor-kit-714 input[type="submit"],.elementor-kit-714 .elementor-button{font-family:"Inter", Sans-serif;font-size:0.88rem;font-weight:600;}.elementor-kit-714 input:not([type="button"]):not([type="submit"]),.elementor-kit-714 textarea,.elementor-kit-714 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#BDBDBD;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* ── Thank You Page — Full CSS ── */

/* Page background */
body { background: #F9F8F5; }

/* ── HERO dot pattern overlay ── */
#ty-hero-section {
    background: linear-gradient(140deg, #F5A623 0%, #E8891A 55%, #c8720d 100%);
    position: relative;
    overflow: hidden;
}
#ty-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.15) 2px, transparent 2px),
        radial-gradient(circle, rgba(255,255,255,.10) 1px, transparent 1px);
    background-size: 60px 60px, 30px 30px;
    background-position: 0 0, 15px 15px;
    pointer-events: none;
    z-index: 0;
}
/* ── HERO large circle accent ── */
#ty-hero-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.08);
    top: -200px;
    right: -100px;
    pointer-events: none;
    z-index: 0;
}
/* Ensure hero content sits above decorations */
#ty-hero-section .elementor-container {
    position: relative;
    z-index: 1;
}

/* ── Animated check ring ── */
.ty-check-ring {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255,255,255,.20);
    border: 3px solid rgba(255,255,255,.50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: popIn .6s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes popIn {
    0%   { transform: scale(.4); opacity: 0; }
    70%  { transform: scale(1.08); }
    100% { transform: scale(1); opacity: 1; }
}
.ty-check-ring svg {
    width: 42px;
    height: 42px;
    animation: drawCheck .5s ease .4s both;
}
@keyframes drawCheck {
    from { opacity: 0; transform: scale(.5); }
    to   { opacity: 1; transform: scale(1); }
}

/* ── Badges row ── */
.ty-badges {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}
.ty-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
}

/* ── Cards ── */
.ty-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 28px rgba(0,0,0,.07);
    overflow: hidden;
    margin-bottom: 24px;
}
.ty-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #E8E8E8;
}
.ty-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-orange {
    background: rgba(245,166,35,.10);
    border: 1px solid rgba(245,166,35,.20);
}
.icon-navy {
    background: rgba(27,42,74,.07);
    border: 1px solid rgba(27,42,74,.15);
}
.ty-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1B2A4A;
    line-height: 1.2;
    margin: 0 0 2px;
}
.ty-card-subtitle {
    font-size: .76rem;
    color: #8A95A8;
    margin: 0;
}
.ty-card-body {
    padding: 0 28px 24px;
}

/* ── Detail rows (Event Details card) ── */
.ty-detail-row {
    display: flex;
    gap: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    align-items: flex-start;
}
.ty-detail-row:first-child { padding-top: 20px; }
.ty-detail-row:last-child  { border-bottom: none; }
.ty-detail-label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #E8891A;
    min-width: 72px;
    flex-shrink: 0;
    padding-top: 2px;
    line-height: 1.4;
}
.ty-detail-value {
    font-size: .94rem;
    color: #4A5568;
    line-height: 1.7;
}
.ty-detail-value strong { color: #1A1A2E; }
.ty-detail-value em     { color: #8A95A8; font-size: .85rem; }

/* ── Next Steps (What Happens Next card) ── */
.next-steps-list {
    display: flex;
    flex-direction: column;
    padding-top: 6px;
}
.next-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #f5f5f5;
}
.next-step:last-child { border-bottom: none; }
.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F5A623, #E8891A);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.step-text {
    font-size: .92rem;
    color: #4A5568;
    line-height: 1.6;
}
.step-text strong { color: #1A1A2E; }
.step-text a      { color: #E8891A; font-weight: 600; }

/* ── Installment card ── */
.installment-card {
    background: #FFF8E1;
    border: 2px solid #F5A623;
    border-radius: 20px;
    padding: 28px 32px;
    margin-bottom: 24px;
}
.installment-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(245,166,35,.25);
}
.installment-card-header h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1B2A4A;
    line-height: 1.3;
    margin: 0 0 2px;
}
.installment-card-header p {
    font-size: .76rem;
    color: #8A95A8;
    margin: 0;
}

/* ── Payment schedule rows ── */
.payment-schedule {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}
.schedule-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: .88rem;
}
.schedule-row.paid {
    background: #E8F5E9;
    border: 1px solid rgba(102,187,106,.3);
    color: #2E7D32;
}
.schedule-row.pending {
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(245,166,35,.25);
    color: #4A5568;
}
.schedule-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-check-green { background: #2E7D32; }
.icon-clock-amber { background: rgba(245,166,35,.18); }
.schedule-label   { font-weight: 600; min-width: 110px; flex-shrink: 0; }
.schedule-timing  { font-size: .8rem; color: #8A95A8; flex: 1; }
.schedule-amount  { font-weight: 700; font-size: .9rem; }
.schedule-amount.paid-amt { color: #2E7D32; }
.schedule-amount.pend-amt { color: #8A95A8; }

/* ── Zoom access note ── */
.zoom-access-note {
    background: rgba(27,42,74,.05);
    border: 1px solid rgba(27,42,74,.15);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
}
.zoom-access-note p {
    font-size: .88rem;
    color: #1B2A4A;
    line-height: 1.7;
    margin: 0;
}
.zoom-access-note strong { color: #0D1B30; }

/* ── Installment body text ── */
.installment-body-text {
    font-size: .88rem;
    color: #6D4C00;
    line-height: 1.72;
    margin-bottom: 12px;
}
.installment-body-text a { color: #E8891A; font-weight: 700; }

/* ── Installment dismiss line ── */
.installment-dismiss {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(245,166,35,.2);
    font-size: .82rem;
    font-style: italic;
    color: #A07620;
}

/* ── Contact pills ── */
.ty-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 100px;
    padding: 9px 18px;
    font-size: .85rem;
    color: rgba(255,255,255,.8);
    transition: all .2s;
    text-decoration: none;
}
.ty-contact-pill:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(245,166,35,.4);
    color: #F5A623;
}
.ty-contact-methods {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

/* ── Responsive ── */
@media (max-width: 680px) {
    .ty-card-header { padding: 18px 20px; }
    .ty-card-body   { padding: 0 20px 20px; }
    .ty-detail-row  { flex-direction: column; gap: 4px; }
    .ty-detail-label { min-width: unset; }
    .installment-card { padding: 22px 20px; }
    .schedule-label { min-width: unset; }
    .ty-badges { gap: 6px; }
}/* End custom CSS */