@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.thankyou-card{
    max-width:738px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 99999999 !important;
}
.modal-backdrop {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 9999999 !important;
}

.top-section{
    padding:35px 20px 40px; 
    background-size: cover;
}

.close-btn{
    position:absolute;
    top:15px;
    right:15px;
    border:none;
    background:none;
    font-size:35px;
    color:#666;
    z-index:9;
}

 

.title{
    margin-bottom: 10px;
    color: #1751A5;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
}

.subtitle {
    width: 322px;
    margin: auto;
    margin-bottom: 25px;
    color: #525252;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.reference-box{
    max-width:320px;
    margin:auto;
    background:#fff;
    border:2px dashed #8fb3ff;
    border-radius:12px;
    padding:14px;
}

.reference-box small{
    display: block;
    margin-bottom: 5px;
    color: #525252;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reference-box h3{
    margin: 0;
    color: #1751A5;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.middle-content {
    padding: 25px 15px;
    color: #525252;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    margin: auto;
}

.feature-box{
    display:flex;
    align-items:flex-start;
    gap:10px;
    text-align:left;
}

.icon-circle{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-box p {
    margin: 0;
    color: #525252;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pop-call-btn {
    display: inline-block;
    background: #11951c;
    padding: 5px 26px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 25px;
    color: #FFF;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.18px;
}

.side-img{
    position:absolute;
    bottom:0;
}

.left-img{
    left:0;
}

.right-img{
    right:0;
}

.side-img img{
    max-width:160px;
}

@media(max-width:767px){

    .side-img{
        display:none;
    }

    .title{
        font-size:28px;
    }

    .middle-content{
        font-size:16px;
    }

    .feature-box{
        justify-content:center;
        text-align:center;
        flex-direction:column;
        align-items:center;
    }

    .pop-call-btn{
        font-size:20px;
        padding:12px 20px;
    }
}