/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    max-width: 440px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

h1 {
    /* font-size: clamp(30px, 6vw, 50px); */
    font-size: 28px;
    font-weight: 700;
}

h2 {
    /* font-size: clamp(22px, 5vw, 42px); */
    font-size: 22px;
    font-weight: 700;
}

h3 {
    font-size: clamp(18px, 3vw, 30px);
    font-weight: 700;
}

h4 {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
}

h5 {
    font-size: 24px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: flex;
}

video,
iframe {
    width: 100%;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}




.color-title{
    color: #5F259E;
}

.section-spacing{
    margin-bottom: 30px;
}


.logo{
    text-align: center;
    margin-bottom: 30px;
}


.banner-btn{
    margin: 20px 0 30px;
}
.common-btn{
    background: #FEBC1F;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #212121;
    font-weight: 700;
    width: max-content;
    border: 1px solid transparent;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.common-btn:hover{
    background: #FFf;
    color: #212121;
    border: 1px solid #FEBC1F;
}

.hero-banner-section{
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}
.hero-banner-col{
    color: #FFF;
    text-align: center;
}

.hero-banner-col h1{
       max-width: 340px;
    margin: 0 auto 15px;
    line-height: 1.6;

}
.hero-banner-col h6{
    margin-bottom: 15px;
    font-weight: 300;
}
.hero-banner-col p{
    font-size: 14px;
}


/*  */
.join-bonus{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 10px;
    background: #FFFFFF10;
    box-shadow: 0px 0px 16px 0px #FFFFFF1A, 0px 0px 10px 0px #FFFFFF1A inset;
    margin-bottom: 30px;
}

.join-bonus p{
    text-align: left;
    line-height: 1.6;
}
.join-bonus-img img{
    max-width: 30px;
}

.banner-img img{
    box-shadow: 0px 0px 29.32px 0px #FFFFFF29;
    border-radius: 10px;
    width: 100%;
}



.your-benifit-heading{
    text-align: center;
    margin-bottom: 16px;
}
.contact-form-heading{
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.contact-form-heading .color-title{
    color: #FEBC1F;
}

.contact-form{
    background-color: #5F259E;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #5F259E1A,0px 0px 16px 0px #FFFFFF80 inset;
    position: relative;
    overflow: hidden;
}
.gift-icon{
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-form form{
    border: 1px solid #FFFFFF33;
    padding: 16px;
    border-radius: 10px;
   backdrop-filter: blur(4px)
}
.contact-form form .form-title{
    margin-bottom: 16px;
    color: #FFF;
}

.form-group .form-control{
    background-color: transparent;
    border: 1px solid #FFFFFF33;
    color: #FFF;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.form-group .form-control::placeholder{
    color: transparent;
}

.form-group .form-control:focus{
    border: 1px solid #FEBC1F;
    outline: none;
}

/* Floating Label Styles */
.floating-input-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.floating-label {
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: transparent;
    padding: 0 4px;
}

.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label,
.floating-input.has-value ~ .floating-label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #FEBC1F;
    background-color: #5F259E;
    padding: 0 6px;
}

.floating-input:focus ~ .floating-label {
    color: #FEBC1F;
}

/* Select Dropdown Styling */
.form-group select.form-control{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23FEBC1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.form-group select.form-control option{
    background-color: #5F259E;
    color: #FFF;
    padding: 10px;
}

.form-group select.form-control:focus{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 7L6 2L11 7' stroke='%23FEBC1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* For Firefox */
@-moz-document url-prefix() {
    .form-group select.form-control {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23FEBC1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}

form button.common-btn{
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 14px;
}

.common-btn span{
    display: inline-flex;
}


.risk-state-row{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.risk-state-col{
    padding: 16px;
    border-radius: 10px;
    background-color: #F7FAFF;
}

.risk-state-col h3{
    margin-bottom: 16px;
    font-size: 18px;
}

.risk-state-col p{
    font-size: 14px;
}

footer{
    background: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    padding: 20px 0 0;
}

footer p{
    font-size: 12px;
    color: #FFF;
    margin-bottom: 10px;
    opacity: 0.7;
    line-height: 1.6;
    font-weight: 300;
}

footer h6{
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

footer p:last-child{
    margin-bottom: 0;
}


.copy-write{
    background-color: #130027;
    padding: 10px;
    margin-top: 20px;
}

.copy-write p{
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

#thank-you-page{
    background-color: #5F259E;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #5F259E1A,0px 0px 16px 0px #FFFFFF80 inset;
    position: relative;
    text-align: center;
    color: #FFF;
}



.landing-section{
    padding-top: 60px;
    background-color: #320C5A;
    background-image: none;
}

.landing-section .your-benifit-section{
    margin-top: 30px;
}

footer{
    background-color: #320C5A;
    background-image: none;
}