  /* Modern Styling */
  #pricing .pricing-wrapper-one.premium , #pricing .pricing-wrapper-one.addons {
      position: relative;
      background: white;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      padding: 30px;
      transition: all 0.3s ease;
      overflow: hidden;
      border: 1px solid #e0e6ed;
  }

  #pricing .pricing-wrapper-one.premium:hover, #pricing .pricing-wrapper-one.addons:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  #pricing .badge-premium {
      position: absolute;
      top: 20px;
      right: 20px;
      background: linear-gradient(135deg, #6e8efb, #a777e3);
      color: white;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 4px 12px rgba(167, 119, 227, 0.3);
  }
#pricing .addons .feature-item span {
    font-size: 16px;
    color: #000000;
}
  #pricing .pricing-header-start {
      /* margin-bottom: 25px; */
      padding-bottom: 0px;
      border-bottom: 1px solid transparent!important;
  }

  #pricing .plan-name {
      /* font-size: 24px;
      font-weight: 700;
      color: #2d3748;
      margin-bottom: 5px; */
        font-size: 30px;
      font-weight: 700;
      color: #1a202c;
      line-height: 1;
      margin: 0 5px;
  }
#pricing ul li{margin:0;}
  #pricing .pre-title {
      display: block;
      font-size: 14px;
      color: #1a202c;
      line-height: 1.5;
      background:#f8fafc;
      padding:15px;
  }

  #pricing .g-plan {
      background: #000;
      color: white;
      padding: 10px 20px;
      border-radius: 8px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: 0 4px 6px rgba(79, 70, 229, 0.2);
      font-size: 20px;
      width:100%;
  }

  #pricing .g-plan:hover {
      transform: translateY(-2px);
      box-shadow: 0 7px 14px rgba(79, 70, 229, 0.3);
  }

  #pricing .g-plan svg {
      margin-left: 8px;
      transition: transform 0.3s ease;
  }

  #pricing .g-plan:hover svg {
      transform: translateX(3px);
  }

  #pricing .price-tag {
      text-align: center;
      margin: 20px 0;
      padding: 15px;
      background: #f8fafc;
      border-radius: 12px;
  }

  #pricing .price-main {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  #pricing .price-currency {
      font-size: 24px;
      font-weight: 600;
      color: #4f46e5;
      align-self: flex-start;
      margin-top: 5px;
  }

  #pricing .price-amount {
      font-size: 48px;
      font-weight: 700;
      color: #1a202c;
      line-height: 1;
      margin: 0 5px;
  }

  #pricing .price-period {
      font-size: 16px;
      color: #718096;
      align-self: flex-end;
      margin-bottom: 5px;
  }

  #pricing .feature-section {
      margin-bottom: 25px;
  }

  #pricing .section-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
  }

  #pricing .section-header svg {
      color: #0243a1;
      margin-right: 10px;
  }

  #pricing .section-header h5 {
      font-size: 16px;
      font-weight: 600;
      color: #2d3748;
      margin: 0;
  }

  #pricing .feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  #pricing .feature-item {
      display: flex;
      align-items: center;
      padding:8px 0;
      border-bottom: 1px dashed #00000030;
      border-radius:0;
      box-shadow:none;
  }
#pricing .feature-item:hover {
   box-shadow: none;
   transform: none;
  }
  #pricing .feature-item:last-child {
      border-bottom: none;
  }
#pricing .pre-title {
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 1.4rem;
    height: 100px;
    margin: 10px 0;
        border-radius: 12px;
        margin:20px 0;
        font-family: "Red Hat Display", serif;
}
  #pricing .feature-item svg {
      color: #10b981;
      margin-right: 10px;
      flex-shrink: 0;
  }

  #pricing .feature-item span {
      font-size: 14px;
      color: #4a5568;
  }

  #pricing .read-more-btn {
      width: 100%;
      background: transparent;
      border: 1px solid #e2e8f0;
      color: #000000;
      padding: 12px;
      border-radius: 8px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      margin-top: 20px;
  }
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #0000008a;
}

.modal-footer{border-top:0;
padding:0 .75rem .75rem .75rem}
  #pricing .read-more-btn:hover {
      background: #f8fafc;
      border-color: #c7d2fe;
  }

  #pricing .read-more-btn svg {
      margin-left: 8px;
      transition: transform 0.3s ease;
  }

  #pricing .read-more-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
  }

  #pricing .read-more-content.active {
      max-height: 2000px;
  }

  #pricing .less-text {
      display: none;
  }

  #pricing .read-more-btn.active .more-text {
      display: none;
  }

  #pricing .read-more-btn.active .less-text {
      display: inline;
  }

  #pricing .read-more-btn.active svg {
      transform: rotate(180deg);
  }

  #pricing .addons .section-header svg {
      color: #f59e0b;
  }

  #pricing .addons .feature-item svg {
      color: #f59e0b;
  }

  #pricing .pulse-animation {
      animation: pulse 2s infinite;
  }

  @keyframes pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.4);
      }

      70% {
          box-shadow: 0 0 0 10px rgba(79, 70, 229, 0);
      }

      100% {
          box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
      }
  }