/* New Code From Claude */

.ulrc400307 {
background: radial-gradient(circle at left, #001a14 0%, #011511 70%);
font-family: 'Inter', sans-serif;
padding: 50px 0 80px;
height: 500px;
position: relative;
overflow: hidden;
}

.ulrc400307 .thankyou-content {
position: relative;
z-index: 2;
}

.ulrc400307 .top-label {
color: #00a856;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.5px;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
text-transform: uppercase;
font-family: poppins;
}

.ulrc400307 .top-label i {
font-size: 18px;
color: #00a856;
}

.ulrc400307 .thankyou-title{
font-family: poppin;
font-size:90px;
line-height:0.9;
color:#fff;
margin-bottom:30px;
font-weight: 800;
}

.ulrc400307 .thankyou-title span {
color: #00a856;
font-style: italic;
margin-left: 145px;
margin-top: 5px;
border-bottom: 4px solid #00a856;
display: inline-block;
width: 71px;
}

.ulrc400307 .thankyou-text {
color: #d3d3d3;
font-size: 16px;
line-height: 1.8;
max-width: 600px;
font-weight: 500;
letter-spacing: 0.1px;
}

.ulrc400307 .thankyou-text strong {
color: #00a856;
}

/* ✅ FIXED: Shield uses relative positioning within its column */
.ulrc400307 .shield-wrapper {
position: relative;
width: 240px;
height: 240px;
border-radius: 50%;
border: 2px solid rgba(0, 201, 107, 0.2);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
top:60%;
left: 50px;
}

.ulrc400307 .shield-wrapper::before,
.ulrc400307 .shield-wrapper::after {
content: '';
position: absolute;
border-radius: 50%;
border: 2px solid rgba(0, 201, 107, 0.25);
}

.ulrc400307 .shield-wrapper::before {
width: 190px;
height: 190px;
}

.ulrc400307 .shield-wrapper::after {
width: 290px;
height: 290px;
}

.ulrc400307 .shield-icon {
font-size: 90px;
color: #00a856;
}


.ulrc400307 .image-circle {
position: absolute;
    right: -39px;
    top: -154px;
    width: 591px;
    height: 540px;
    border-radius: 28% 2% 2% 106%;
    overflow: hidden;
    z-index: 1;
    border-style: solid;
    border-width: 20px 39px 23px 8px;
    border-color: rgb(0 168 86 / 100%);
}

.ulrc400307 .image-circle img {
width: 100%;
height: 100%;
object-fit: cover;
}

.ulrc400307 .row {
min-height: 300px;
align-items: center;
}
.ulrc400307 .thank-you-icon{
    width: 65%;
}