/* Header */
header {
    text-align: center;
    width: 500%;
    max-width: 300px;
    height:auto;
    background: linear-gradient(90deg,rgba(60, 147, 142, 0) 0%, #b6f6f643 50%);
    display: flex;
    align-items: border;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom:10px;
    box-sizing: border-box;
    min-height:auto;
    height: 10;
   padding: 0;
    
 }

*{
    margin:0;
    padding:5px;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;

}
body{
    margin-top:auto;
    text-align: center;
    background:#f5f2ec0e;
   margin:auto;
   padding:5px;
background-color: #0a1929; color: #f8f8f8; 
   background-size: cover;
   background-position: center;
  
}

.container{
    max-width:400px;
    margin:auto;
    font-weight: bold;
    margin-bottom:5px;
    box-sizing: border-box;
    
    
}

.card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    margin-bottom:25px;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}



.icon{
    font-size:55px;
    color:#ff5b00;
    margin-bottom:20px;
}
nav ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width:100%;
    padding:15px;
    margin-top:15px;
    background:#0091ffe1;
    color:white;
    border:none;
    border-radius:15px;
    font-size: 15px;
    cursor:pointer;
    
}
nav ul li a{
    text-decoration: none;
    color:inherit;
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.3s;
    
   }
   .login-btn{
    background: none;
    color: blue;
    border:1px solid seagreen;
    border-radius: 30px;
    padding: 10px 20px;

    }
    .login-btn:hover{
       
        color: whitesmoke;
        }
h1,h2,h4{
    font-size:28px;
    font-weight:bold;
    margin-bottom:15px;
     font-size:21px;
    color:#555;
    line-height:1.6;

    
}

p{
     font-weight:bold;
    margin-bottom:15px;
    font-size:21px;
    color:#333333;
    line-height:1.6;

}
  

form{
    width:100%;
    max-width:400px;
    background:#ecf5edab;
display:block;
    
}

label{
    display:block;
    font-weight:bold;
    margin-top:20px;
}

input,select{
    width:100%;
    padding:15px;
    border:1px solid #ccc;
    border-radius:8px;
    margin-top:8px;
}

image-contairner{
    align-items: center;
    display: blocks;
    justify-content: center;
    margin: 0 auto;
max-width: 90%;
}
    img{
        display: block;
margin: 0 auto;
max-width: 90%;
}

button{
    width:100%;
    padding:15px;
    margin-top:30px;
    background:#00b34a;
    color:white;
    border:none;
    border-radius:8px;
    font-size:10px;
    cursor:pointer;

}

.testimonials {
  text-align: center;
  padding: 60px 20px;
  background-color: #f8f8f8;
}

.testimonials h2 {
  margin-bottom: 40px;
}

.testimonial-cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.testimonial-card {
  background: white;
  border-radius: 8px;
  padding: 25px;
  max-width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}

.author {
  font-weight: bold;
  color: #2c3e50;
}

.trust-badges {
  margin-top: 40px;
  font-size: 15px;
  color: #555;}
    
