* {
    margin: 0;
    padding: o;
  }
  
  .background-radial-gradient {
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
        hsl(218, 41%, 35%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%),
      radial-gradient(1250px circle at 100% 100%,
        hsl(218, 41%, 45%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%);
  }
  
  #radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
  }
  
  #radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
  }
  
  .bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
  }
  
.card.bg-glass {
    max-width: 400px; 
    margin: auto; 
    padding: 20px;
}

.form-outline input {
    width: 100%; 
    height: 35px;
    padding: 5px 10px; 
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.form-outline {
    margin-bottom: 10px !important;
}
.site-btn.sb-gradient {
    display: block;
    width: 50%;
    margin-left: 25%;
    padding: 10px;
    font-size: 16px;
}
  button[type="button"] {
    border: 1px solid blue;
    color: navy;
  }
  
  a {
    text-decoration: none;
    color: navy;
    font-weight: 500;
  }
  
  .text-right {
    margin-right: 150px;
    margin-top: 20px;
  }
  
  .text-right button a {
    text-decoration: none;
    color: white;
  }
  
  .light-rounded-buttons {
    margin: 0;
    margin-top: -30px;
  }
  
  .container {
    margin-top: 30px;
    text-align: center;
  }
  
  .prizing {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
  }
  
  .pricing-style-fourteen {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin: 15px;
    transition: box-shadow 0.3s ease;
  }
  
  .pricing-style-fourteen:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .table-head {
    margin-bottom: 15px;
  }
  
  .light-rounded-buttons {
    margin-top: 20px;
  }
  
  .pricing-style-fourteen.middle .title {
    border-color: #155bd5;
    background: #155bd5;
    color: white;
    text-align: center;
  }
  
  .title {
    text-align: center;
  }
  
  .pricing-style-fourteen .title {
    font-weight: 500;
    margin-bottom: 25px;
    color: #155bd5;
    padding: 8px 20px;
    border: 2px solid #155bd5;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
  }
  
  h5 {
    border: 2px solid white;
    padding: 5px;
    border-radius: 20px;
    width: 10%;
    margin-left: 45%;
    color: white;
    margin-bottom: 10px;
  
  }
  
  .text-center {
    color: white;
    text-align: center;
  }
  
  .p1 {
    margin-top: -50px;
  }
  
