@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');

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins', 'sans-serif';
}

html{
    scroll-behavior: smooth;
}

p{
    color: hsl(0, 0%, 40%);
}



#nav-bar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: hsl(312, 68%, 46%);;
    height: 14vh;
}

#nav-bar .links{
    display: flex;
    gap: 1.5rem;
    list-style: none;
    font-size: 1.5rem;
}

#nav-bar .links a{
    color: hsl(0, 0%, 100%);
}

#nav-bar .links a:hover{
    color: hsl(0, 0%, 80%);
}

.logo{
    font-size:2rem;
    color: hsl(0, 0%, 100%);
}

.logo:hover {
    cursor: default;
}

#welcome{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#welcome .signin{
    font-style: 25px;
    background-color: hsl(312, 68%, 46%);
    color: hsl(0, 0%, 100%);
    border-radius: 25px;
    min-width: 200px;
    min-height: 50px;
    font-size: 20px;
}

#welcome .creaccount{
    font-style: 25px;
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
    border-radius: 25px;
    align-content: center;
    min-width: 200px;
    font-size: 20px;
    min-height: 50px;
}

#welcome .signin:hover{
    background-color: hsl(317, 55%, 31%);
}

#welcome .creaccount:hover{
    background-color: hsl(0, 0%, 30%);
}

.welcome-section{
    text-align: center;
    font-size: x-large;
}

#initiate{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.initiate-section{
    text-align: center;
    font-size: x-large;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

#initiate .download{
    font-style: 25px;
    background-color: hsl(118, 74%, 42%);
    align-content: center;
    align-items: center;
    color: hsl(0, 0%, 100%);
    border-radius: 25px;
    min-width: 200px;
    min-height: 50px;
    font-size: 20px;
}

#initiate .done{
    font-style: 25px;
    background-color: hsl(120, 2%, 81%);
    color: hsl(0, 0%, 100%);
    border-radius: 25px;
    min-width: 200px;
    min-height: 50px;
    font-size: 20px;
}

#initiate .download:hover{
    background-color: hsl(138, 57%, 20%);
}

#initiate .done:hover{
    background-color: hsl(315, 2%, 38%);
}

.quote-desc{
    text-align: center;
    font-size: x-large;
}

#quote-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center;
    margin-top: 30px;
    gap: 18px;
    padding: 24px;
}

.quote-box{
    padding: 10px;
    border-style: groove;
    border-radius: 5px;
    max-width: 320px;
    box-shadow: 3px 3px 5px hsl(0, 0%, 50%);
}

.quote-box:hover{
    transform: translateY(-5px);
    box-shadow: 6px 10px 10px hsl(0, 0%, 50%);
    cursor: pointer;
}
#centered {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 30px;
}



.btn {
    
    color: buttontext;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em 0em 0em 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border: 0;
}

.btn.signin:hover{
    color: hsl(317, 55%, 31%);
}

.stack{
    display:grid;
    gap:14px
}

.form-card{
    max-width:320px; margin-inline:auto
}

.signin-section form.stack p.signin-section {
  width: min(250px, 92vw);
  margin: 0 auto;
  text-align: left;
}

.stack input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 8px;
  font: inherit;
  line-height: 1.2;
  outline: none;
}

.btn.signin {
  background-color: hsl(312, 68%, 46%);
  color: hsl(0, 0%, 100%);
  align-content: center;
  border-radius: 25px;
  min-width: 200px;
  min-height: 50px;
  font-size: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}

.btn.signin:hover {
    background-color: hsl(211, 59%, 40%);
}


.table-card{
    max-width: 650px;
    margin-inline: auto;
    margin-top: 30px;
    padding: 30;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.5);
    position: relative;
    overflow: hidden;
}

.bank-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}

.bank-table thead th {
  text-align: center;
  padding: 14px 18px;
  font-weight: 700;
}

.bank-table tbody {
  padding: 14px 18px;
  background: #837c7c;
}

.bank-table td{
  padding: 14px 50px;
  text-align: center;
}

.bank-table .num {
  text-align: center;
}

.bank-table .bank-name{
  font-weight: 600;
}

.table-card .title{
    text-align: center;
}




.previous {
    position: absolute;
    top: 150px;
    left: 290px;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    line-height: 1;
    align-items: center;
    background-color: #837c7c;
    color: black;
}

.previous:hover{
    background-color: #ddd;

}

.round {
    border-radius: 50%;
}

.page {
    width: min(900px, 90vw);
    margin: 24px auto 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h1 {
    font-size: 28px; 
    margin-bottom: 14px;
}

.h2 {
    font-size: 20px; 
    margin: 20px 0 10px;
}

.toolbar {
    display:flex; 
    gap:10px;
    align-items: center;
    margin: 8px 0 18px
}

.signature-box {
    border: 1px solid #837c7c;
    border-radius: 8px;
    padding:12px;
}
.signature-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    margin: 20px;
}

.signature-stacked {
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.signature-pic {
    height:150px;
    width: auto;
    border: 1px solid #837c7c;
    border-radius: 8px;
}

.progress {
  width: 500px;
}

.progress-fill {
  height: 5px;
  width: 0%;
  border-radius: 5px;
  background: #009578;
  transition: width 0.5s;
}

.progress-text {
  padding: 10px;
  text-align: center;
  color: #777;
  font-size: 14px;
  font-style: italic;
  font-family: sans-serif;
}
#initiate{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.initiate-section{
    text-align: center;
    font-size: x-large;
}

#initiate .download:hover{
    background-color: hsl(315, 2%, 38%);
}

#initiate .done:hover{
    background-color: hsl(315, 2%, 38%);
}

.about-container {
    width: min(1000px, 90vw);
    margin: 2rem auto 4rem auto; 
    padding: 0 1.5rem 3rem;
    font-family: 'Poppins', 'sans-serif';
}

.about-topbar {
    width: 100%;
    height: 90px; 
    background-color: hsl(312, 68%, 46%); 
}

.about-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
}

.about-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: hsl(0, 0%, 40%);
    margin-bottom: 2.5rem;
}

.about-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.75rem 2rem;
    margin-bottom: 1.8rem;
    border: 1px solid hsl(0, 0%, 90%);
    box-shadow: 3px 3px 5px hsl(0, 0%, 50%);
}

.about-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.about-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: hsl(0, 0%, 25%);
    margin-bottom: 0.75rem;
}

.about-card ul,
.about-card ol {
    margin-top: 0.5rem;
    padding-left: 1.4rem;
}

.about-card li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: hsl(0, 0%, 25%);
}

.about-card ol {
    list-style-position: outside;
}

.about-card ol li::marker {
    font-weight: 700;
    color: hsl(312, 68%, 46%);
}

.about-card h2 {
    position: relative;
}

.about-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        hsl(312, 68%, 60%),
        hsl(312, 68%, 46%)
    );
}

.previous.round {
    top: 150px;   
    left: 60px;
    padding: 8px 12px;
    background-color: #837c7c;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 3px 3px 6px hsl(0, 0%, 50%);
}

.contact-page{
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.contact-card {
    max-width: 480px;
    width: 100%;
    background-color: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.contact-card h1 {
    font-size: 32px;
    margin-bottom: 12px;
    color: hsl(0, 0%, 20%);
    font-weight: 600;
}

.contact-card p {
    color: hsl(0, 0%, 40%);
    font-size: 16px;
    margin-bottom: 16px;
}

.contact-card h3 {
    margin-top: 24px;
    margin-bottom: 6px;
    color: hsl(0, 0%, 20%);
}

.contact-card .contact-detail {
    color: hsl(312, 68%, 46%);
    font-weight: 500;
}
