/*==================================================
 GOOGLE FONT
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==================================================
 GLOBAL
==================================================*/
a {
    text-decoration: none;
}
:root{

    --primary:#0C4DA2;      /* Royal Blue */
    --secondary:#1699E8;    /* Sky Blue */
    --accent:#E5007D;       /* Pink */
    --success:#28A745;

    --background:#F6FAFF;
    --card:#FFFFFF;

    --text:#143A63;
    --muted:#6B7280;

    --border:#D9E7F5;

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f5f7fb;
    color:#2d3436;
    overflow-x:hidden;
    line-height:1.6;
}

/*==================================================
 COMMON
==================================================*/

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

.container{
    position:relative;
}

.text-danger{
    color:#ff3d57!important;
}

/*==================================================
 HEADER
==================================================*/

.header-area{

    background:var(--primary);

    padding:18px 0;

    position:sticky;

    top:0;

    z-index:999;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

}

.logo{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#fff;

    padding:2px;

    object-fit:contain;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.header-area h2{

    color:#fff;

    font-size:30px;

    font-weight:700;

    margin-bottom:5px;

}

.header-area p{

    color:#fff;

    opacity:.9;

    margin:0;

    font-size:15px;

}

/*.timer-box{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:180px;

    height:60px;

    padding:0 25px;

    background:rgba(255,255,255,.18);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(15px);

    border-radius:60px;

    color:#fff;

    font-size:28px;

    font-weight:700;

}

.timer-box i{

    margin-right:12px;

    font-size:22px;

}
*/
/*==================================================
 HERO
==================================================*/

.hero-section{

       padding: 10px;
         padding-bottom: 20px;

}

.hero-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    padding:60px;

    box-shadow:0 25px 60px rgba(25,40,80,.08);

    position:relative;

}

.hero-card::before{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    border-radius:50%;

    background:rgba(13,110,253,.05);

    top:-80px;

    right:-80px;

}

.hero-card::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(255,75,139,.05);

    bottom:-60px;

    left:-60px;

}

.hero-content{

    position:relative;

    z-index:2;

}

.hero-card h1{

    font-size:48px;

    font-weight:800;

    color:#1b2b52;

    margin-bottom:20px;

    line-height:1.2;

}

.hero-card h1 span{

    color:#0d6efd;

}

.hero-card p{

    color:#666;

    font-size:17px;

    margin-bottom:25px;

}

.hero-list{

    list-style:none;

    padding:0;

    margin:30px 0;

}

.hero-list li{

    display:flex;

    align-items:center;

    margin-bottom:16px;

    font-size:16px;

    font-weight:500;

}

.hero-list li i{

    width:34px;

    height:34px;

    background:#e8f5ee;

    color:#16a34a;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:15px;

    font-size:14px;

}

.hero-image{

    width:100%;

    max-width:420px;

    display:block;

    margin:auto;

}

/*==================================================
 BUTTON
==================================================*/

.btn-gradient{

    background:linear-gradient(135deg,#0d6efd,#7b2ff7,#ff4b8b);

    border:none;

    color:#fff;

    padding:15px 38px;

    border-radius:50px;

    font-weight:600;

    font-size:16px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(13,110,253,.25);

}

.btn-gradient:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 20px 35px rgba(13,110,253,.35);

}

/*==================================================
 REGISTRATION SECTION
==================================================*/

.registration-section{

    padding-bottom:80px;

}

.registration-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.registration-header{

   
    background:var(--primary);


    text-align:center;

    padding:35px;

    position:relative;

}

.registration-header::after{

    content:"";

    position:absolute;

    bottom:-40px;

    left:50%;

    transform:translateX(-50%);

    width:80px;

    height:80px;

    background:#fff;

    border-radius:50%;

}

.registration-header h3{

    color:#fff;

    font-size:32px;

    font-weight:700;

    margin-bottom:8px;

}

.registration-header p{

    color:#fff;

    margin:0;

    opacity:.9;

    font-size:16px;

}

#registrationForm{

    padding:20px;

}
/*==================================================
 PREMIUM STEPPER
==================================================*/
.stepper{
    position:relative;
    margin:25px 0;
}

.stepper:before{
    content:"";
    position:absolute;
    left:16%;
    right:16%;
    top:30px;
    height:4px;
    background:#e5e5e5;
    z-index:0;
}

.step{
    position:relative;
    z-index:1;
}

.step-circle{
    width:60px;
    height:60px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    border:3px solid #d8e3ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:bold;
    color:#666;
}

.step.active .step-circle{
    background:linear-gradient(135deg,#0d6efd,#7b2ff7,#ff4b8b);
    color:#fff;
    border:none;
}

.step-title{
    margin-top:10px;
    font-size:14px;
    font-weight:600;
}
.step.completed .step-circle{
    background:#28a745;
    border:none;
    color:#fff;
    box-shadow:0 8px 20px rgba(40,167,69,.35);
}

.step.completed .step-title{
    color:#28a745;
    font-weight:700;
}

@media(max-width:767px){

.stepper:before{
    top:22px;
}

.step-circle{
    width:45px;
    height:45px;
    font-size:18px;
}

.step-title{
    font-size:11px;
}

}


/*==================================================
 FORM SECTION
==================================================*/

.form-section{

    background:#fff;

    border-radius:20px;

    padding:40px;

    border:1px solid #edf0f6;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.section-header{

    display:flex;

    align-items:center;

    border-bottom:1px solid #edf1f6;

    padding-bottom:25px;

    margin-bottom:35px;

}

.section-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,#0d6efd,#7b2ff7,#ff4b8b);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:28px;

    margin-right:20px;

    box-shadow:0 10px 25px rgba(13,110,253,.25);

}

.section-header h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:5px;

    color:#1d3557;

}

.section-header p{

    color:#7a8599;

    margin:0;

    font-size:15px;

}

/*==================================================
 LABELS
==================================================*/

.form-label{

    display:block;

    margin-bottom:10px;

    font-size:15px;

    font-weight:600;

    color:#34495e;

}

/*==================================================
 INPUT GROUP
==================================================*/

.custom-input{

    border-radius:15px;

    overflow:hidden;

    border:2px solid #eef2f8;

    transition:.35s;

    background:#fff;

}

.custom-input:hover{

    border-color:#d6e3ff;

}

.custom-input:focus-within{

    border-color:#0d6efd;

    box-shadow:0 0 0 4px rgba(13,110,253,.08);

}

.input-group-text{

    background:#f8faff;

    border:none;

    color:#0d6efd;

    width:55px;

    justify-content:center;

    font-size:18px;

}

.custom-input .form-control{

    border:none;

    box-shadow:none;

    height:56px;

    font-size:15px;

    padding-left:5px;

    background:#fff;

}

.custom-input .form-control:focus{

    box-shadow:none;

}

.custom-input select.form-control{

    cursor:pointer;

}

/*==================================================
 PLACEHOLDER
==================================================*/

.form-control::placeholder{

    color:#a2aab8;

}

/*==================================================
 BUTTONS
==================================================*/

.btn{

    border-radius:50px;

    padding:14px 35px;

    font-size:16px;

    font-weight:600;

    transition:.35s;

}

.btn-next{

    background:linear-gradient(135deg,#0d6efd,#7b2ff7,#ff4b8b);

    color:#fff;

    border:none;

    min-width:180px;

    box-shadow:0 15px 30px rgba(13,110,253,.25);

}

.btn-next:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 18px 40px rgba(13,110,253,.35);

}

.btn-prev{

    background:#fff;

    border:2px solid #0d6efd;

    color:#0d6efd;

    min-width:180px;

}

.btn-prev:hover{

    background:#0d6efd;

    color:#fff;

}

.btn-success{

    background:linear-gradient(135deg,#16a34a,#22c55e);

    border:none;

    color:#fff;

    box-shadow:0 15px 30px rgba(34,197,94,.25);

}

.btn-success:hover{

    transform:translateY(-3px);

    box-shadow:0 20px 35px rgba(34,197,94,.35);

}

/*==================================================
 STEP ANIMATION
==================================================*/

.step-content{

    animation:fadeIn .4s ease;

}

@keyframes fadeIn{

    from{

        opacity:0;

        transform:translateY(20px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
/*==================================================
UPLOAD SECTION
==================================================*/

.upload-box{

    background:#fff;

    border:2px dashed #d8e4ff;

    border-radius:22px;

    padding:30px 20px;

    text-align:center;

    transition:.35s;

    position:relative;

    overflow:hidden;

    height:100%;

    min-height:300px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.upload-box:hover{

    border-color:#0d6efd;

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(13,110,253,.15);

}

.upload-box::before{

    content:"";

    position:absolute;

    width:140px;

    height:140px;

    background:rgba(13,110,253,.04);

    border-radius:50%;

    top:-70px;

    right:-70px;

}

.upload-box h5{

    font-size:18px;

    font-weight:700;

    margin:20px 0 8px;

    color:#1d3557;

}

.upload-box small{

    font-size:14px;

}

.preview-image{

    width:160px;

    height:160px;

    object-fit:cover;

    border-radius:18px;

    border:4px solid #edf2ff;

    background:#f7f9fc;

    margin:auto;

    display:block;

    transition:.35s;

}

.upload-box:hover .preview-image{

    transform:scale(1.04);

}

.upload-btn{

    display:inline-block;

    padding:12px 28px;

    margin-top:20px;

    border-radius:40px;

    background:linear-gradient(135deg,#0d6efd,#7b2ff7,#ff4b8b);

    color:#fff;

    cursor:pointer;

    font-weight:600;

    transition:.3s;

    box-shadow:0 10px 25px rgba(13,110,253,.20);

}

.upload-btn:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(13,110,253,.30);

}

/*==================================================
ALERT
==================================================*/

.alert-warning{

    border:none;

    border-left:5px solid #ffc107;

    background:#fff9e6;

    color:#8a6500;

    border-radius:15px;

    padding:18px 20px;

}

/*==================================================
CHECKBOX
==================================================*/

.custom-checkbox{

    background:#f8fbff;

    padding:20px;

    border-radius:15px;

    border:1px solid #e5eefb;

}

.custom-control-label{

    font-size:15px;

    font-weight:500;

    color:#4b5563;

}

.custom-control-input:checked~.custom-control-label::before{

    background:#0d6efd;

    border-color:#0d6efd;

}

/*==================================================
FORM SPACING
==================================================*/

.mb-4{

    margin-bottom:25px!important;

}

.mt-4{

    margin-top:30px!important;

}

.mt-5{

    margin-top:45px!important;

}

/*==================================================
FOOTER
==================================================*/

.footer{

    background:#16213e;

    color:#fff;

    padding:25px 0;

    margin-top:70px;

}

.footer p{

    margin:0;

    font-size:15px;

    opacity:.9;

}

/*==================================================
SCROLLBAR
==================================================*/

::-webkit-scrollbar{

    width:8px;

}

::-webkit-scrollbar-track{

    background:#f2f2f2;

}

::-webkit-scrollbar-thumb{

    background:#0d6efd;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#0b5ed7;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.hero-card{

    padding:40px;

}

.hero-card h1{

    font-size:36px;

}

.registration-header h3{

    font-size:28px;

}

.step-line{

    width:70px;

}

.form-section{

    padding:30px;

}

}

@media(max-width:768px){

.header-area{

    text-align:center;

}

.header-area .text-right{

    text-align:center!important;

    margin-top:20px;

}

.logo{

    margin-bottom:15px;

}

.timer-box{

    margin-top:15px;

}

.hero-card{

    text-align:center;

    padding:30px;

}

.hero-card h1{

    font-size:30px;

}

.hero-image{

    margin-top:35px;

}


.registration-header{

    padding:30px 20px;

}

.registration-header::after{

    display:none;

}

#registrationForm{

    padding:0px;

}

.form-section{

    padding:25px;

}

.section-header{

    flex-direction:column;

    text-align:center;

}

.section-icon{

    margin:0 0 20px;

}

.preview-image{

    width:140px;

    height:140px;

}

.btn{

    width:100%;

    margin-top:10px;

}

}

@media(max-width:576px){

.hero-card h1{

    font-size:26px;

}

.hero-card p{

    font-size:15px;

}

.header-area h2{

    font-size:22px;

}

.timer-box{

    min-width:150px;

    font-size:22px;

}

.logo{

    width:60px;

    height:60px;

}

.preview-image{

    width:120px;

    height:120px;

}

.upload-box{

    min-height:auto;

    padding:25px 15px;

}

.section-header h3{

    font-size:22px;

}

.form-section{

    padding:20px;

}

.custom-input .form-control{

    height:52px;

}

}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}




/* success code*/

body{

margin:0;
padding:0;
font-family:'Poppins',sans-serif;
background:#F4F8FF;

}

.banner{

width:100%;

}

.banner img{

width:100%;
display:block;

}

.success-card{

max-width:900px;

margin:-70px auto 40px;

background:#fff;

border-radius:25px;

padding:45px;

text-align:center;

box-shadow:0 20px 50px rgba(0,0,0,.12);

position:relative;

z-index:99;

}

.success-icon{

width:110px;
height:110px;

background:#28a745;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

margin:-95px auto 12px;

font-size:55px;

color:#fff;

box-shadow:0 15px 35px rgba(40,167,69,.35);

animation:pop .8s;

}

@keyframes pop{

0%{

transform:scale(.3);

}

100%{

transform:scale(1);

}

}

.success-title{

font-size:42px;

font-weight:700;

color:black;

}

.success-text{

font-size:18px;

color:#666;

margin-top:0px;



}

.ref-box{

margin:2px auto;

max-width:450px;

padding:10px;

background:#F4FAFF;

border:2px dashed #0C4DA2;

border-radius:18px;

}

.ref-title{
 font-family: 'Poppins', sans-serif;
font-size:14px;


    line-height: 1.6;
    letter-spacing: normal;   
color:#090909;

}

.ref-number{

font-size:34px;

font-weight:700;

letter-spacing:2px;

color:#0C4DA2;

margin-top:0px;

}

.info-box{

background:#FFFCEB;

padding:25px;

border-left:6px solid #FFC107;

border-radius:10px;

text-align:left;

margin-top:0px;

}

.info-box ul{

padding-left:20px;

margin-top:15px;

}

.info-box li{

margin-bottom:10px;

}

.action-btn{

padding:13px 28px;

border-radius:40px;

font-weight:600;

margin:5px;

}

.footer-text{

margin-top:30px;

font-size:18px;

font-weight:600;

color:#0C4DA2;

}

@media(max-width:768px){

.success-card{

margin:-17px 0px 0px;

padding: 25px 10px 10px 10px;

}

.success-title{

font-size:30px;
        margin: -10px 5px 4px 4px;
}

.ref-number{

font-size:22px;

}

}

.footer{

    background:#16213e;

    color:#fff;

    padding:25px 0;

    margin-top:70px;

}

a {
    text-decoration: none;
}
.footer p{

    margin:0;

    font-size:15px;

    opacity:.9;

}
