/* Thank You page styles - align with theme colors */
.thank-you-page .hero-section{
    position:relative;
    overflow:hidden;
    padding:100px 0 40px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 60%);
    text-align:center;
}
.thank-you-page .hero-section::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:0;
    background-image:
        radial-gradient(circle at 85% 15%, rgba(5,174,234,0.09) 0%, rgba(5,174,234,0.06) 10%, transparent 30%),
        radial-gradient(circle at 18% 78%, rgba(0,210,138,0.06) 0%, rgba(0,210,138,0.04) 12%, transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85));
    mix-blend-mode: normal;
}
.thank-you-page .hero-section::after{
    /* soft wave SVG at bottom */
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-1px;
    width:120%;
    height:140px;
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:120% 140px;
    pointer-events:none;
    z-index:0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140'><path fill='%23f6fbff' d='M0,32L48,42.7C96,53,192,75,288,90.7C384,107,480,117,576,122.7C672,128,768,128,864,117.3C960,107,1056,85,1152,80C1248,75,1344,85,1392,90.7L1440,96V140H1392C1344,140,1248,140,1152,140C1056,140,960,140,864,140C768,140,672,140,576,140C480,140,384,140,288,140C192,140,96,140,48,140H0Z'></path></svg>");
}
.thank-you-page .hero-section .container{position:relative;z-index:1}
.thank-you-page h1{
    color: #132255;
    font-size:42px;
    margin-bottom:12px;
    font-weight:700;
}
.thank-you-page .lead{
    color:#525c7a;
    font-size:18px;
    margin-bottom:22px;
}
.thank-you-hero-icon{
    width:96px;height:96px;background:#e7f6ec;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border:4px solid #dff3e9;
}
.thank-you-hero-icon svg{width:48px;height:48px;color:#05aeea;}
.thank-you-page .btn{background:#05aeea;color:#fff;border-radius:40px;padding:12px 26px;border:none}
.thank-you-steps{padding:60px 0 40px}
.thank-you-steps .step{background:#fff;border-radius:12px;padding:28px;text-align:left;box-shadow:0 8px 24px rgba(7,22,48,0.06);height:100%;position:relative;padding-left:110px}
.thank-you-steps .step h5{color:#132255;margin-bottom:10px;font-weight:600}
.thank-you-steps .step p{color:#6b7a8c}
.thank-you-steps .step-media{position:absolute;left:28px;top:28px;width:64px;height:64px}
.thank-you-steps .step-icon{width:64px;height:64px;border-radius:50%;background:#f0f8ff;display:flex;align-items:center;justify-content:center;border:1px solid #e6f8ff;color:#05aeea;font-size:22px}
.thank-you-steps .step-icon i{font-size:22px}
.thank-you-steps .step-badge{position:absolute;right:-8px;top:-8px;background:#00d28a;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 6px 12px rgba(3,32,14,0.08)}
.thank-you-contact-bar{background:#f0f8ff;border-radius:10px;padding:22px;margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.thank-you-contact-bar{background:#f0f8ff;border-radius:10px;padding:22px;margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.thank-you-contact-bar .contact-block{display:flex;align-items:center;gap:14px}
.thank-you-contact-bar .avatar{width:64px;height:64px;border-radius:50%;background:#e7f6ec;display:inline-flex;align-items:center;justify-content:center;color:#05aeea;font-size:22px;border:2px solid rgba(5,174,234,0.08)}
.thank-you-contact-bar .contact-info{color:#132255;font-weight:700;font-size:18px}
.thank-you-contact-bar .contact-meta{color:#525c7a;font-size:15px}
.thank-you-contact-bar .contact-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.thank-you-contact-bar .meta-item{display:flex;align-items:center;gap:12px;padding-left:18px;border-left:1px solid rgba(19,34,85,0.06)}
.thank-you-contact-bar .meta-icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#ffffff}
.thank-you-contact-bar .meta-icon.phone{background:#00d28a}
.thank-you-contact-bar .meta-icon.email{background:#05aeea}
.thank-you-contact-bar .meta-icon i{font-size:16px}
.thank-you-contact-bar .meta-text{color:#132255;font-weight:700;font-size:16px}

@media (max-width:767px){
    .thank-you-contact-bar{flex-direction:column;align-items:flex-start}
    .thank-you-contact-bar .contact-right{width:100%;justify-content:flex-start}
    .thank-you-contact-bar .meta-item{border-left:none;padding-left:0}
}

@media (max-width:767px){
    .thank-you-contact-bar{flex-direction:column;align-items:flex-start}
}

/* Contact boxes (emails and phones) */
.contact-right-boxes{display:flex;gap:18px;align-items:stretch}
.contact-right-boxes .contact-box{background:#ffffff;border-radius:10px;padding:18px 20px;box-shadow:0 6px 18px rgba(7,22,48,0.04);display:flex;align-items:center;gap:14px;min-width:280px}
.contact-right-boxes .box-icon{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px}
.contact-right-boxes .contact-emails .box-icon{background:#05aeea}
.contact-right-boxes .contact-phones .box-icon{background:#05aeea}
.contact-right-boxes .box-content{display:flex;flex-direction:column}
.contact-right-boxes .box-line{color:#525c7a;font-weight:500;font-size:16px}
.contact-right-boxes .box-line + .box-line{margin-top:6px;font-weight:500;color:#525c7a}

@media (max-width:767px){
    .contact-right-boxes{flex-direction:column;width:100%}
    .contact-right-boxes .contact-box{width:100%}
}
