

.pricing-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    /* text-align: start; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .pricing-card .price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin-top: 20px;
  }

  .pricing-card .plan-name {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #34495e;
  }

  .pricing-card .features {
    list-style-type: none;
    padding: 0;
  }

  .pricing-card .features li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    color: #7f8c8d;
  }

  .pricing-card .cta-button {
    margin-top: 20px;
    background-color:#2124B1;
    color: white;
    border: none;
    padding: 20px 20px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .pricing-card .cta-button:hover {
    background-color:#2124B1;
  }

  .featured {
    /* background-color:#2124B1; */
    color: white;
    border: 2px solid#2124B1;
  }
  .d1{

    text-align: start;
  }
  .rang{
    color:#2124B1;
}





/* faq */

.faq-section {
    padding: 10px 0;
   
  }

  .faq-card {
    width:500px ;
    height: 0px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .faq-card-header {
    background-color:#2124B1;
    color:black;
    font-size: 1.2rem;
    padding: 15px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
  }

  .faq-card-body {
    padding: 15px;
    background-color :white;
    border-radius: 0 0 8px 8px;
  }

  .faq-card-header:hover {
    background-color:#2124B1;
  }

  .faq-title {
    font-weight: bold;
  }

  .faq-answer {
    font-size: 1rem;
    color: #555;
  }




  .why-choose-us1 {
    padding: 60px 0;
    background: #fff;
  }

  .why-choose-us1 h2 {
    font-weight: 700;
    color: #343a40;
    margin-bottom: 30px;
  }

  .chos {
    border: none;
    transition: all 0.3s ease-in-out;
  }

  .chos:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .icon1 {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 20px;
  }

  .cta-btn {
    margin-top: 40px;
  }


  .form-control:hover {
    background-color:white;
    border-color: #0d6efd;
  
  
  }



  /* blog */

  


   