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


body{

    direction:rtl;
    background:#f8fafc;
    color:#0f172a;

}



.header{

    width:100%;
    height:85px;
    padding:0 7%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:white;
    box-shadow:0 5px 20px rgba(0,0,0,.05);

}



.logo{

    font-size:30px;
    font-weight:800;
    color:#0b3b8f;

}



nav{

    display:flex;
    gap:30px;

}



nav a{

    text-decoration:none;
    color:#334155;
    font-weight:600;
    transition:.3s;

}


nav a:hover{

    color:#0b3b8f;

}




.header-buttons{

    display:flex;
    gap:10px;

}



button{

    border:none;
    cursor:pointer;
    padding:13px 25px;
    border-radius:12px;
    font-size:15px;
    font-weight:700;

}



.login{

    background:white;
    color:#0b3b8f;
    border:1px solid #0b3b8f;

}



.register,
.hero-buttons button,
.cta button{

    background:#0b3b8f;
    color:white;

}





/* HERO */


.hero{

    min-height:650px;
    padding:70px 7%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;

    background:
    linear-gradient(135deg,#eef5ff,#ffffff);

}



.hero-text{

    max-width:600px;

}



.hero h1{

    font-size:55px;
    line-height:1.3;
    font-weight:800;
    color:#082f66;

}



.hero p{

    margin:25px 0;
    font-size:19px;
    line-height:2;
    color:#475569;

}



.hero-buttons{

    display:flex;
    gap:15px;

}



.outline{

    background:white!important;
    color:#0b3b8f!important;
    border:1px solid #0b3b8f!important;

}





.stats{

    display:flex;
    gap:25px;
    margin-top:45px;

}


.stats div{

    background:white;
    padding:15px 25px;
    border-radius:15px;
    box-shadow:0 10px 30px #0000000d;
    text-align:center;

}



.stats strong{

    display:block;
    font-size:25px;
    color:#0b3b8f;

}


.stats span{

    color:#64748b;

}




/* VISA CARD */


.hero-image{

    width:380px;
    height:420px;
    display:flex;
    align-items:center;
    justify-content:center;

}



.visa-card{

    width:320px;
    height:200px;
    border-radius:25px;
    padding:30px;
    background:
    linear-gradient(135deg,#082f66,#0b3b8f);
    color:white;
    box-shadow:0 30px 60px #0b3b8f55;
    transform:rotate(-8deg);

}



.visa-card h3{

    font-size:30px;

}



.passport{

    margin-top:35px;
    font-size:40px;

}





/* SECTIONS */


.section,
.process,
.countries{

    padding:80px 7%;
    text-align:center;

}



.section h2,
.process h2,
.countries h2{

    font-size:40px;
    color:#082f66;

}



.subtitle{

    margin:15px;
    color:#64748b;

}




.cards{

    margin-top:45px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}



.card{

    background:white;
    padding:35px 20px;
    border-radius:20px;
    box-shadow:0 10px 30px #00000010;
    transition:.3s;

}



.card:hover{

    transform:translateY(-10px);

}



.icon{

    font-size:40px;
    margin-bottom:15px;

}



.card h3{

    margin-bottom:10px;

}





/* PROCESS */


.process{

    background:#eef5ff;

}



.steps{

    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:40px;

}



.steps div{

    background:white;
    padding:30px;
    border-radius:20px;
    width:280px;

}



.steps span{

    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0b3b8f;
    color:white;
    border-radius:50%;
    margin:auto auto 15px;

    font-size:22px;

}





.country-list{

    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
    flex-wrap:wrap;

}



.country-list div{

    background:white;
    padding:20px 35px;
    border-radius:15px;
    box-shadow:0 10px 25px #00000010;

}





.cta{

    margin:50px 7%;
    padding:60px;
    text-align:center;
    border-radius:30px;
    background:#082f66;
    color:white;

}



.cta h2{

    font-size:40px;
    margin-bottom:25px;

}





footer{

    padding:40px 7%;
    background:#020617;
    color:white;
    display:flex;
    justify-content:space-between;

}






@media(max-width:900px){


.header{

    flex-direction:column;
    height:auto;
    padding:20px;

}



nav{

    display:none;

}


.hero{

    flex-direction:column;
    text-align:center;

}



.hero h1{

    font-size:38px;

}



.stats{

    justify-content:center;
    flex-wrap:wrap;

}



.cards{

    grid-template-columns:1fr;

}



.steps{

    flex-direction:column;
    align-items:center;

}



.hero-image{

    width:100%;

}


footer{

    flex-direction:column;
    gap:20px;

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


body{

    min-height:100vh;
    background:
    linear-gradient(135deg,#061a3a,#0b3b8f);

    display:flex;
    align-items:center;
    justify-content:center;

    direction:rtl;

}



.register-container{

    width:100%;
    max-width:1100px;
    padding:30px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;

}





.brand{

    color:white;
    text-align:center;
    width:350px;

}


.brand h1{

    font-size:55px;
    font-weight:800;
    letter-spacing:1px;

}


.brand p{

    margin-top:15px;
    font-size:22px;
    opacity:.9;

}





.register-box{

    width:430px;
    background:white;

    padding:40px;

    border-radius:25px;

    box-shadow:
    0 30px 70px rgba(0,0,0,.25);

}



.register-box h2{

    text-align:center;
    color:#082f66;
    font-size:30px;

}



.desc{

    text-align:center;
    color:#64748b;
    margin:10px 0 30px;

}





.input-group{

    margin-bottom:18px;

}



.input-group label{

    display:block;
    margin-bottom:8px;
    font-weight:700;
    color:#334155;

}



.input-group input{

    width:100%;
    height:50px;

    border:1px solid #e2e8f0;

    border-radius:12px;

    padding:0 15px;

    outline:none;

    font-size:15px;

    transition:.3s;

}



.input-group input:focus{

    border-color:#0b3b8f;

    box-shadow:
    0 0 0 3px #0b3b8f20;

}





.terms{

    display:flex;
    gap:10px;
    align-items:center;

    font-size:14px;
    color:#475569;

    margin:20px 0;

}



.terms input{

    width:18px;
    height:18px;

}





button{

    width:100%;

    height:55px;

    border:none;

    border-radius:14px;

    background:#0b3b8f;

    color:white;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}



button:hover{

    background:#082f66;

}





.login-link{

    text-align:center;

    margin-top:25px;

    color:#64748b;

}



.login-link a{

    color:#0b3b8f;

    text-decoration:none;

    font-weight:700;

}






@media(max-width:800px){


.register-container{

    flex-direction:column;

    gap:30px;

}



.brand h1{

    font-size:40px;

}



.brand{

    width:auto;

}



.register-box{

    width:100%;

    max-width:430px;

}


/* LOGIN PAGE */

.login-page{

    min-height:100vh;
    background:
    linear-gradient(135deg,#061a3a,#0b3b8f);

    display:flex;
    align-items:center;
    justify-content:center;

    padding:30px;

}



.login-card{

    width:420px;

    background:#ffffff;

    padding:40px;

    border-radius:25px;

    box-shadow:
    0 30px 70px rgba(0,0,0,.25);

}



.login-logo{

    text-align:center;

    margin-bottom:35px;

}



.login-logo h1{

    color:#0b3b8f;

    font-size:45px;

    font-weight:800;

}



.login-logo p{

    color:#64748b;

    margin-top:10px;

}





.input-box{

    margin-bottom:20px;

}



.input-box label{

    display:block;

    margin-bottom:8px;

    color:#334155;

    font-weight:700;

}



.input-box input{

    width:100%;

    height:52px;

    border-radius:12px;

    border:1px solid #e2e8f0;

    padding:0 15px;

    font-size:15px;

    outline:none;

    transition:.3s;

}



.input-box input:focus{

    border-color:#0b3b8f;

    box-shadow:0 0 0 3px #0b3b8f20;

}





.login-options{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin:20px 0;

    font-size:14px;

}



.login-options a{

    color:#0b3b8f;

    text-decoration:none;

    font-weight:700;

}



.login-options input{

    width:16px;

    height:16px;

}





.login-card button{

    width:100%;

    height:55px;

    border:none;

    border-radius:14px;

    background:#0b3b8f;

    color:white;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}



.login-card button:hover{

    background:#082f66;

}





.create-account{

    text-align:center;

    margin-top:25px;

    color:#64748b;

}



.create-account a{

    color:#0b3b8f;

    font-weight:700;

    text-decoration:none;

}





@media(max-width:500px){


.login-card{

    width:100%;

    padding:30px 20px;

}



.login-logo h1{

    font-size:38px;

}


}

  


}