body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
  }

  /* ===== HEADER SECTION ===== */
  .header-section {
    background: #F6F6F6;
    padding: 20px;
    border-radius: 16px;
    margin: 20px 0px;
    /* height:286px !important; */

  }
  .product-list{ 
      border-radius: 10px;
          
  
  
  }
   .soon-img{
    margin: 25px 0px 75px 0px;
   }
  .header-section h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .header-section p {
    color: #030303;
  }

  .btn-brochure {
    background-color: #fff;
    color: #007bff;
    border: #007bff 1px solid;

    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }

  .btn-brochure:hover {
    background-color: #e6eeff;
    color: #004aad;
  }

  /* ===== PRICING CARDS ===== */
  .pricing-section {
    padding-bottom: 60px;
  }

  .pricing-card {
    border: 1px solid #e3e6f0;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
  }

  .pricing-card:hover {
    transform: translateY(-5px);
  }

  .pricing-header {
    background-color: #f1f6ff;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #e9eefb;
    position: relative;
  }

  .recommended-tag {
    position: absolute;
    top: 29px;
    right: -60px;
    background-color: #ff9800;
    color: #fff;
    font-weight: 600;
    padding: 5px 50px;
    font-size: 0.8rem;
    transform: rotate(45deg);
  }

  .pricing-body {
    padding: 10px;
    text-align: left;
  }

  .pricing-bg{background-color: #E8F4FF; border-radius: 10px; padding: 10px;}
  .price {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
  }
  
#page {
  background: #eeeeee;
}

  .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
  }

  .save {
    color: #28a745;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .pricing-body h5{
    font-weight:700;
    font-size:14px;
    margin-top: 15px;
  }
  .plan-features {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
  }

  .plan-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .plan-features li i {
    color: #ffb400;
    margin-right: 8px;
    font-size: 1rem;
  }
.img-fluid{
  max-width: 100%;
    height: 100% !important;
}

  .fa-check{
    color:green !important;
  }

  .fa-close{
      color:red !important;
  }
  

  .plan-features li.text-muted i {
    color: #ccc;
  }

  .btn-buy {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    margin-top: 25px;
    border: none;
   background: #187BCD;
    color: #fff;
    transition: background 0.3s ease;
  }

  .btn-buy:hover {
    background: linear-gradient(to right, #0056d2, #0041a8);
    color: #fff;
  }


  .pricing-card.recommended {
    border: 2px solid #E0E0E0;
    
  }

  .pricing-card .pricing-header {
    background: #187BCD;

    color: #fff;
  }

  .pricing-card.recommended .price,
  .pricing-card.recommended .save {
    color: #212529;
  }

  @media (max-width: 768px) {
    .recommended-tag {
      display: none;
    }
  }
  

/* -----------------------read more----------------- */
.readmore-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    overflow: hidden;
    opacity: 1;

    transition: max-height 0.8s ease, opacity 0.5s ease;

    max-height: 200px;   
}



.readmore-text.expanded {
    -webkit-line-clamp: unset;
    max-height: 2000px;  
    
}



.readmore-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
    margin-top: 5px;
    padding: 0;
    display: block;
    text-align: right;
    width: 100%;
}


.pricing-section .row > div:nth-child(n+4) {
    margin-top: 30px !important;
}
#page-local-paymentgateway-product_list .main-inner {
    background: unset !important;
    padding: 0 !important;
}
#page-local-paymentgateway-product_list .header-maxwidth .page-header-headings h1.h2 {
    display: none;
}
