/* ============================================================
   THANK YOU PAGE STYLES
   Modern premium design matching Mantra brand aesthetic
   ============================================================ */
.thankyou_banner {
    background-image: url('../../images/pages/thankyou/thank-you.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0 200px 0;
}

.ind-hero .container {
    position: relative;
    z-index: 2;
}

.ind-hero h1 {
    color: var(--ma-white);
    margin-bottom: 20px;
}

.ind-hero p {
    color: var(--ma-white);
    margin-bottom: 0px;
    opacity:0.75;
}

.ind-hero-lead {
    color: var(--ma-white);
    max-width: 720px;
    margin-bottom: 32px;
    opacity: 0.85;
}



