* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


body {
    overflow-x: hidden;
      

}

.quiz-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: background-image 0.5s ease;
}

.quiz-container.step-1-bg {
    background-image: url('https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/IPL-Landing-Page_psd-file.png');
}

.quiz-container.step-2-bg {
    background-image: url('https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/IPL-Landing-Page_psd-file-2-1.png');
    background-color: #232a69;
}

.quiz-container.step-3-bg {
    background-image: url('https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/IPL-Landing-Page_psd-file-3.png');
    background-color: #1e2458;
}

.quiz-form {
width: 100%;
max-width: 1300px;
padding: 0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.step {
    width: 100%;
    display: none;
    align-items: center;
    color: white;
    text-align: center;
}

.step.active {
display: flex;
gap: 50px;
justify-content: space-between;
}

.step-2.active {
display: contents;
gap: 50px;
justify-content: space-between;
}


.step-1-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}


.step-1-title h1 {
    color: white;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}


.champion-box p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.form-section {
border-radius: 10px;
padding: 0px;
backdrop-filter: blur(5px);
width: 35%;
}

.form-section h3 {
color: white;
font-size: 33px;
font-weight: 600;
}
p.sub-tittle {
font-size: 19px;
margin-bottom: 2rem;
margin-top: 10px;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
}

.form-control {
width: 100%;
padding: 12px 21px;
border-radius: 5px;
border: none;
font-size: 18px;
background-color: rgb(255 255 255);
margin-top: 12px;
}   
.sbmbtn {
    background-color: #EC3237 ! IMPORTANT;
    color: white ! IMPORTANT;
    border: none;
    padding: 12px 40px ! IMPORTANT;
    border-radius: 50px ! IMPORTANT;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: fit-content;
    box-shadow: 0px 8px 6px 0px #FE6266 inset, 0px -8px 6px 0px #FE6266 inset;
}

.quiz-option p {
    margin: 0px;
}

.sbmbtn:hover {
    background-color: #ff3030;
}

.step-2-title {
font-size: 46px;
margin-bottom: 40px;
max-width: 100%;
font-weight: 600;
}

.quiz-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
width: 70%;
margin-bottom: 30px;
margin-top: 3rem;
}

.quiz-option {
background-image: url(https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/Compound-Path_.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
padding: 20px 15px;
text-align: center;
/* border-top: 2px solid #28abe2; */
cursor: pointer;
transition: all 0.3s ease;
border-radius: 8px;
/* border-bottom: 2px solid wheat; */
}     
.thank-you-container {
background-image: url(https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/IPL-Landing-Page_psd-file-4.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
padding: 70px;
border-radius: 10px;
position: relative;
border: 0px;
width: 100%;
text-align: center;
}
img.thank-you-img {
width: 40%;
}
.thank-you-border {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    pointer-events: none;
}

.thank-you-text {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.participation-text {
font-size: 28px;
margin-bottom: 20px;
font-weight: 600;
margin-top: 10px;
}

.continue-btn {
    background-color: #ff5252;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.continue-btn:hover {
    background-color: #ff3030;
}

.dot-decoration {
    display: inline-block;
    margin: 0 15px;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    margin: 0 3px;
}
.khelo-heading {
text-transform: uppercase;
text-shadow: 2px 2px 4px red;
color: white;
font-size: 46px;
margin-bottom: 5px;
text-align: left;
font-weight: 600;

}

.content-items {
width: 65%;
}

.thankyou-content {
padding: 40px;
}

p.participation-heighline {
margin: auto;
background-color: #EC3237;
width: fit-content;
padding: 9px 20px;
font-size: 20px;
border-radius: 10px;
}

.champion-box {
display: flex;
}

.hashtags-img {
width: 75%;
margin-bottom: 2rem;
margin-top: 1rem;
}

.descriptions-bottom {
text-align: left;
width: 74%;
font-size: 18px;
}

.descriptions-subheading {
text-align: left;
/* width: 54%; */
font-size: 19px;
font-weight: 700;
margin-top: 2rem;
}
.champion-box h1 {
font-size: 70px;
text-align: justify;
}
.questions-2 {
display: flex
;
flex-direction: column;
}

@media (max-width: 768px) {
.step.active {
display: contents;
gap: 50px;
justify-content: space-between;
}

.content-items {
width: 80%;
}

.quiz-option {
width: 85%;
margin-bottom: 10px;
}

.quiz-option p {
font-size: 12px;
}

.quiz-options {
display: contents;
grid-template-columns: 1fr 1fr;
}
.khelo-heading {
text-transform: uppercase;
text-shadow: 2px 2px 4px #ff000000;
color: white;
font-size: 18px;
margin-bottom: 0px;
text-align: center;
font-weight: 600;
}
.hashtags-img {
width: 80%;
margin-bottom: 10px;
margin-top: 10px;
text-align: center;
}

.champion-box {
display: flex
;
justify-content: center;
}

.step-2-title {
font-size: 16px;
margin-bottom: 18px;
max-width: 80%;
font-weight: 600;
}

.sbmbtn {
padding: 8px 22px;
font-size: 12px;
}

p.sub-tittle {
font-size: 14px;
margin-bottom: 1rem;
margin-top: 6px;
}

.form-control {
width: 100%;
padding: 10px 10px;
border-radius: 5px;
border: none;
font-size: 12px;
background-color: rgb(255 255 255);
margin-top: 0px;
}

.form-section h3 {
color: white;
font-size: 18px;
font-weight: 600;
}

.descriptions-bottom {
text-align: center;
width: 100%;
font-size: 12px;
}

.form-section {
border-radius: 10px;
padding: 0px;
backdrop-filter: blur(5px);
width: 80%;
}

.descriptions-subheading {
text-align: center;
/* width: 54%; */
font-size: 12px;
font-weight: 600;
margin-top: 0.5rem;
}
.step-1-title {
display: flex
;
flex-direction: column;
margin-bottom: 30px;
align-items: center;
}

.quiz-container.step-3-bg {
background-image: url(https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/3rd-bg-img.png);
width: 100%;
}


.quiz-container.step-2-bg {
    background-image: url('https://aadharhousing.com/public/campaign/wp-content/uploads/2025/04/bg-image2.png');
    background-color: #232a69;
    width: 100%;

}

.participation-text {
font-size: 18px;
margin-bottom: 20px;
font-weight: 600;
margin-top: 10px;
}

.thank-you-container {
background-image: none;
}

img.thank-you-img {
width: 100%;
}

.thankyou-content {
padding: 1px;
}

p.participation-heighline {
margin: auto;
background-color: #EC3237;
width: fit-content;
max-width: 90%; /* Allow wrapping within container */
padding: 8px 18px;
font-size: 12px;
border-radius: 10px;
white-space: normal; /* Important: allow text to break into lines */
text-align: center; /* Optional: center-align the text */
}

}

