/*=========================================================
                REGISTER.CSS
        Manasadwip Ramakrishna Mission
==========================================================*/


/*=========================================================
                    PAGE BANNER
==========================================================*/

.register-banner{

    position:relative;

    height:320px;

    background:url("../images/register-banner.jpg") center center/cover no-repeat;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.register-overlay{

    position:absolute;

    inset:0;

    background:rgba(11,45,91,.78);

}

.register-banner-content{

    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;

}

.register-banner-content h1{

    font-size:52px;

    font-weight:700;

    margin-bottom:15px;

    color:#fff;

}

.register-banner-content p{

    font-size:18px;

    line-height:1.8;

    color:#f4f4f4;

}


/*=========================================================
                STEP INDICATOR
==========================================================*/

.register-steps{

    background:#fff;

    padding:35px 0;

    border-bottom:1px solid #eee;

}

.step-wrapper{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.step{

    display:flex;

    flex-direction:column;

    align-items:center;

    min-width:120px;

}

.step-number{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#d9d9d9;

    color:#666;

    font-size:20px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.step span{

    margin-top:10px;

    font-size:15px;

    font-weight:600;

    color:#666;

    text-align:center;

}

.step.active .step-number{

    background:var(--primary);

    color:#fff;

}

.step.active span{

    color:var(--primary);

}

.step-line{

    width:90px;

    height:3px;

    background:#ddd;

}


/*=========================================================
                REGISTRATION SECTION
==========================================================*/

.register-section{

    background:#f7f9fc;

    padding:70px 0;

}


/*=========================================================
                    CARD
==========================================================*/

.register-card{

    background:#fff;

    border-radius:18px;

    padding:45px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.register-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 55px rgba(0,0,0,.12);

}


/*=========================================================
                    TITLE
==========================================================*/

.register-title{

    text-align:center;

    margin-bottom:35px;

}

.register-title h2{

    color:var(--primary);

    font-size:34px;

    font-weight:700;

    margin-bottom:10px;

}

.register-title p{

    color:#666;

    margin:0;

}


/*=========================================================
                    FORM
==========================================================*/

.form-label{

    font-weight:600;

    color:#333;

    margin-bottom:8px;

}

.form-control{

    height:54px;

    border-radius:10px;

    border:1px solid #d8d8d8;

    box-shadow:none;

    padding:12px 15px;

    transition:.3s;

}

.form-control:focus{

    border-color:var(--primary);

    box-shadow:0 0 0 .15rem rgba(11,45,91,.15);

}

.input-group-text{

    background:var(--primary);

    color:#fff;

    border:none;

    font-weight:600;

    border-radius:10px 0 0 10px;

}


/*=========================================================
                INFORMATION BOX
==========================================================*/

.register-note{

    background:#eef5ff;

    border-left:5px solid var(--primary);

    padding:18px;

    margin:10px 0 30px;

    border-radius:10px;

    color:#444;

    font-size:15px;

}

.register-note i{

    color:var(--primary);

    margin-right:8px;

}


/*=========================================================
                    BUTTON
==========================================================*/

.register-btn{

    background:var(--secondary);

    color:#fff;

    border:none;

    height:56px;

    border-radius:50px;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.register-btn:hover{

    background:#b8860b;

    color:#fff;

    transform:translateY(-2px);

}


/*=========================================================
                LOGIN LINK
==========================================================*/

.login-link{

    margin-top:28px;

    text-align:center;

    color:#666;

    font-size:15px;

}

.login-link a{

    color:var(--primary);

    font-weight:600;

    text-decoration:none;

}

.login-link a:hover{

    color:var(--secondary);

}


/*=========================================================
                TABLET
==========================================================*/

@media(max-width:992px){

.register-banner{

    height:260px;

}

.register-banner-content h1{

    font-size:42px;

}

.register-card{

    padding:35px;

}

.step-line{

    width:60px;

}

}


/*=========================================================
                    MOBILE
==========================================================*/

@media(max-width:768px){

.register-banner{

    height:220px;

}

.register-banner-content h1{

    font-size:34px;

}

.register-banner-content p{

    font-size:15px;

}

.register-section{

    padding:50px 0;

}

.register-card{

    padding:28px;

}

.register-title h2{

    font-size:28px;

}

.step-wrapper{

    gap:10px;

}

.step{

    min-width:90px;

}

.step-number{

    width:46px;

    height:46px;

    font-size:18px;

}

.step span{

    font-size:13px;

}

.step-line{

    width:35px;

}

.form-control{

    height:50px;

}

.register-btn{

    height:52px;

    font-size:16px;

}

}


/*=========================================================
                EXTRA SMALL
==========================================================*/

@media(max-width:576px){

.register-banner{

    height:180px;

}

.register-banner-content h1{

    font-size:28px;

}

.register-banner-content p{

    font-size:14px;

}

.register-card{

    padding:22px;

    border-radius:15px;

}

.register-title{

    margin-bottom:25px;

}

.register-title h2{

    font-size:24px;

}

.form-label{

    font-size:14px;

}

.form-control{

    font-size:14px;

}

.input-group-text{

    font-size:14px;

}

.register-note{

    font-size:14px;

    padding:15px;

}

.register-btn{

    height:50px;

    font-size:15px;

}

.login-link{

    font-size:14px;

}

.step-wrapper{

    flex-direction:column;

}

.step-line{

    width:3px;

    height:30px;

}

}