
.toggle-buttons {
    display: inline-flex;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    background:white;
    padding: 4px;
  }
  .gradient-heading {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
   color: black;
    margin: 20px 0;
    font-family: "Poppins", serif;  
    margin-top: 150px;
  }
  .features{
    margin-top: 20px;
  }
  .greencard{
    background-color:#c6f6d5;
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 1px;
    border-radius: 5px;
  }
  .smallcard {
    background-color: #f7f3f2;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
  }
  .price {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color:black;
    font-weight: bold;
    text-align: center;
    gap: 5px;
  }
  
  .big-price1 {
    font-size: 40px;
    font-weight: bold;
  }
  .big-price2 {
    font-size: 40px;
    font-weight: bold;
  }
  .big-price3 {
    font-size: 40px;
    font-weight: bold;
  }
  .leftspaces{
    padding-left: 20px;
  }
  
  .small-price {
    font-size: 16px;
    color: #555;
  }
  .feature-list{
    font-family: 'Arial', sans-serif;
  }
  .toggle-buttons button {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
    color: brown;
    font-weight: bold;
    border-radius: 30px !important;
  }
  .toggle-buttons .active {
    background:  #f3e8e6;
    color: brown;
    border: none;
  }
  
  .toggle-buttons button:focus,
  .toggle-buttons button:active {
    outline: none;
    box-shadow: none;
    border: none;
  }
  .pricing-card {
    border: 1px solid #ddd; 
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .bordercard{
    border: 4px solid brown;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  }
  .hidden {
    display: none;
  }
  .headingtop{
    text-align: center;  
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
  }
  .badge-label {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background:  #ce5234;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
  }
  .badge-label1{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background:  #e5e0df;
    color:#565151;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
  }
  .headers{
    margin-top: 50px;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 30px;
  }
  .gradient-button1{
    background-image: linear-gradient(to right, #ce5234, #90331c);
    color: white;
    padding: 15px 105px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  }
  .gradient-button1:hover {
    background-image: linear-gradient(to right, #90331c, #90331c);
    text-decoration: none;
    color: white;
  }
  .gradient-button2{
    background-image: linear-gradient(to right, #ce5234, #90331c);
    color: white;
    padding: 15px 37px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  }
  .gradient-button2:hover {
    background-image: linear-gradient(to right, #90331c, #90331c);
    text-decoration: none;
    color: white;
  }
  .gradient-button {
    background-image: linear-gradient(to right, #ce5234, #90331c);
    color: white;
    padding: 14px 110px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .getstart{
  padding-bottom: 19px;
  margin-top: 21px;
  text-align: center;
}
  .gradient-button:hover {
    background-image: linear-gradient(to right, #90331c, #90331c);
    text-decoration: none;
    color: white;
  }
@media screen and (max-width: 375.98px) {
    .gradient-button {
        padding: 10px 50px;
    }
    .gradient-button1 {
      padding: 10px 50px;
  }
    .getstart{
        text-align: center;
    }
    .badge-label1{
      padding: 5px 3px;
    }
    .gradient-button2 {
      padding: 10px 10px;
    }
    
  }
  @media screen and (min-width: 768.98px) and (max-width:991.98px){
    .gradient-button {
        padding: 7px 15px;
    }
    .gradient-button1 {
      padding: 7px 15px;
  }
    .badge-label {
        padding: 5px 5px;
        font-size: 10px;
        text-align: center;
    }
    .badge-label1 {
      text-align: center;
  }
  .price{
    font-size: 16px;
  }
  
    .gradient-button2 {
      padding: 8px 6px;
      font-size: 13px;
    }
    .leftspaces {
      padding-left: 10px;
  }
  .big-price1 {
    font-size: 25px;
  }
  .big-price2 {
    font-size: 25px;
  }
  .big-price3 {
    font-size: 25px;
  }
  }
  @media screen and (min-width: 575.98px) and (max-width:768.98px){
    .gradient-button {
        padding: 7px 10px;
    }
    .gradient-button1 {
      padding: 8px 8px;
  }
    .badge-label {
        padding: 5px 5px;
       
    }
    .price {
      font-size: 15px;
    }
  
    .badge-label1{
      text-align: center;
    }
    .gradient-button2 {
      padding: 11px 8px;
    font-size: 14px;
  }
  .leftspaces {
    padding-left: 10px;
}
.big-price1 {
  font-size: 20px;
}
.big-price2 {
  font-size: 20px;
}
.big-price3 {
  font-size: 20px;
}
  }
  @media screen and (min-width: 990px) and (max-width:1199.98px){
    .gradient-button {
        padding: 7px 15px;
        font-size: 16px;
    }
    .gradient-button1 {
      padding: 7px 15px;
      font-size: 16px;
  }
    .badge-label {
        padding: 4px 15px;
    } 
    .gradient-button2 {
      padding: 8px 6px;
      font-size: 13px;
    }
    .badge-label1 {
      padding: 2px 5px; 
    }

  }