*{
box-sizing:border-box;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
}
header {
    background: #003366;
    color: white;
    padding: 1rem;
	display: flex;
	margin-bottom: 50px;
}
nav a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
}
main {
    padding: 2rem;
}
.btn {
    background: #0066cc;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}
.logo{
	width: 100px;
	
}
.logo img{
	width: 100%;
}
header > :last-child {
  margin-left: auto;      /* takes up all leftover space */
}
header h2{
	margin-left: 30px;
}
.container{
	width: 100%;
	line-height:1.6;
}
.sub-container{
	display:flex;
	width:90%;
	  justify-content: space-between;
	  margin:auto;
	  padding:20px;
}
main{
width: 50%;
background-color:white;
}
.left-container{
width: 50%;

}
.left-container img{
width:100%;
}
.secure img{
width: 100%;
}
.description{
width: 90%;
background-color: white;
margin:auto;
padding:20px;
}
 table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      font-size: 16px;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 12px;
      text-align: left;
    }
    th {
      background-color: #003366;
      color: white;
    }
    tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    .faq {
      margin-top: 40px;
    }
    .faq h3 {
      color: #004d99;
      margin-bottom: 5px;
    }
    .faq p {
      margin-bottom: 20px;
    }
	 .faq-container {
      max-width: 90%;
      margin: 20px auto;
      background: #fff;
      padding: 20px 30px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0,0,0,0.1);
    }
	 details {
      margin-bottom: 25px; /* More spacing between FAQ items */
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 15px 20px;
      background: #fdfdfd;
    }

    summary {
      font-weight: bold;
      cursor: pointer;
      font-size: 1.1em;
      color: #004080;
      line-height: 1.6;
    }

    details[open] summary::after {
      content: " ▲";
      font-size: 0.8em;
      color: #555;
    }

    summary::after {
      content: " ▼";
      font-size: 0.8em;
      color: #555;
      float: right;
    }

    details p {
      margin-top: 15px;
      font-size: 1em;
      line-height: 1.75;
    }
	 .site-footer{
    background:#003366;
    color:#fff;
    padding:40px 20px 25px;
    line-height:1.7;
    font-size:15px;
  }
  .site-footer a{
    color:#d5e6ff;
    text-decoration:none;
  }
  .site-footer a:hover{ text-decoration:underline; }
  /*--- Grid ---*/
  .footer-container{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    justify-content:space-between;
    max-width:1100px;
    margin:0 auto;
  }
  .footer-col{
    flex:1 1 180px;
    min-width:160px;
  }
  .footer-col h3,
  .footer-col h4{
    margin:0 0 15px;
    font-size:1.2rem;
    color:#ffffff;
  }
  .footer-col ul{ padding:0; margin:0; list-style:none; }
  .footer-col li{ margin:0 0 8px; }

  /*--- Social icons (Font Awesome 6) ---*/
  .social-links a{
    display:inline-block;
    margin-right:12px;
    font-size:1.3rem;
  }

  /*--- Copyright bar ---*/
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,0.2);
    margin-top:35px;
    text-align:center;
    font-size:0.9rem;
    padding-top:15px;
  }
  .plan{
  width:90%;
  margin: auto;
  background-color:white;
  padding:20px;
  }
  .auth-wrapper{
    max-width:420px;margin:40px auto;padding:40px 30px;
    background:#fff;border-radius:12px;box-shadow:0 3px 12px rgba(0,0,0,.1);
  }
  .auth-wrapper h2{margin:0 0 25px;color:#003366;text-align:center;line-height:1.4;}
  .form-group{margin-bottom:20px;}
  .form-group label{display:block;font-weight:600;margin-bottom:6px;}
  .form-group input{
    width:100%;padding:10px 12px;font-size:15px;border:1px solid #ccc;
    border-radius:6px;box-sizing:border-box;
  }
  .btn-primary{
    width:100%;padding:12px;font-size:16px;font-weight:bold;
    background:#003366;color:#fff;border:none;border-radius:6px;cursor:pointer;
  }
  .btn-primary:hover{background:#004b9a;}
  .alert-error{
    background:#feecec;color:#b60000;border:1px solid #f3bdbd;
    border-radius:6px;padding:15px;margin-bottom:20px;font-size:14px;
  }
  .alert-error ul{margin:0 0 0 18px;line-height:1.6;}
  .switch-link{text-align:center;margin-top:18px;font-size:14px;}
  .switch-link a{color:#003366;text-decoration:none;}

  /*--- Mobile tweaks ---*/
  @media (max-width:768px){
    .footer-container{ flex-direction:column; gap:25px; }
    .footer-col{ flex:none; }
    .footer-col h3,.footer-col h4{ margin-bottom:10px; }
  

    
      .faq-container {
        padding: 25px 20px;
      }

      details {
        padding: 12px 15px;
      }
	  .sub-container{
		  flex-direction: column;
		  width:100%;
	  }
	  main{
		  width:100%;
	  }
	  .left-container{
		  width:100%;
	  }
	  header{
	  width:100%;
	  }
	  .secure{
	  width:100%;
	  }
	  .description{
	  width:100%;
	  }
	  .faq-container{
	  width:100%;
	  }
	  .left-container{
	  width:100%;
	  }
	  header h2{
	  display:none;
	  }
	  .logo{
	  width:75px;
	  }
    }
