
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}
.pricing-action {
    color: inherit;
    border: none;
    background: none;
}
.pricing-action:focus {
    outline: none;
}
.pricing-feature-list {
    text-align: left;
}
.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}
@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
   }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
   }
}
.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #0d6efd;
    padding: 2em 0 5em;
    position: relative;
}
.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}
.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
    font-size: 2.5em;
}
.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}
.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}
.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}
.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.15em 0 1.5em;
    list-style: none;
    text-align: center;
}
.pricing-palden .pricing-feature {
    padding: 1em 0;
}
.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 1.5em;
    color: #fff;
    border-radius: 30px;
    background: #0d6efd;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
    background-color: #2c4160;
}
.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 3em 0 8.885em 0;
}





.teamc{
    display: flex;
    justify-content: center;
}



















.original-price {
    font-size: 18px;
    color: #666;
    text-decoration: line-through;
    margin-bottom: 8px;
    display:flex;
  }
  
  .save-label {
    display:flex;
    top: 0;
    right: 40px;
    background: #6B5EFF;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  
  
  .pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .title {
    text-align: center;
    color: #0d6efd;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  
  .title h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  
  .title p {
    font-size: 18px;
    color: #666;
  }
  
  /* Slider container */
  .slider {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /* Slides wrapper */
  .slides {
    display: flex;
    transition: transform 0.3s ease;
    width: fit-content;
  }
  
  /* Individual slide */
  .slide {
    width: 100%;
    min-width: 300px;
    padding: 0 15px;
  }
  
  /* Pricing card styles */
  .pricing-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    border: 1px solid #eee;
  }
  
  .most-popular {
    background: #0d6efd;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .pricing-content {
    padding: 24px;
  }
  
  .price {
    text-align: center;
    margin-bottom: 24px;
  }
  
  .amount {
    font-size: 36px;
    font-weight: bold;
    color: #0d6efd;
  }
  
  .duration {
    font-size: 16px;
    color: #666;
  }
  
  .features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
  }
  
  .features li {
    margin-bottom: 12px;
    color: #444;
    padding-left: 24px;
    position: relative;
  }
  
  .features li::before {
    content: "✓";
    color: #4CAF50;
    position: absolute;
    left: 0;
  }
  
  .book-now {
    width: 100%;
    background: #0d6efd;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .book-now:hover {
    background: #331354;
  }
  
  /* Navigation buttons */
  .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #F0E6FF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #0d6efd;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  
  .prev {
    left: 0;
  }
  
  .next {
    right: 0;
  }
  
  /* Dots navigation */
  .dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
  }
  
  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E0E0E0;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .dot.active {
    background: #0d6efd;
  }
  
  .notes {
    margin-top: 32px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 768px) {
    .slider {
      max-width: 100%;
    }
    
    .slides {
      display: flex;
      justify-content: center;
      gap: 20px;
      transform: none !important;
    }
    
    .slide {
      min-width: 300px;
    }
    
    .slider-nav {
      display: none;
    }
    
    .dots {
      display: none;
    }
  }