.subscription-plan-sec {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: #030e20;
}

.subscription-plan-sec .container {
  position: relative;
  z-index: 10;
}

.subscription-plan-sec .sub-head {
  text-align: center;
  margin-bottom: 35px;
}

.subscription-plan-sec .sub-head p {
  color: #e8edf2;
  font-size: 20px;
}

.subscription-plan-sec .pricing-table {
  position: relative;
  text-align: justify;
  height: auto;
}

.subscription-plan-sec .PL-btn {
  padding: 12px 15px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s ease;
}

.subscription-plan-sec .PL-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.subscription-plan-sec .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.25);
}

.subscription-plan-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #00ff88;
}

.subscription-plan-sec .owl-carousel .owl-dots.disabled,
.subscription-plan-sec .owl-carousel .owl-nav.disabled {
  display: block;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-next {
  padding: 5px 15px !important;
  background-color: #babbb8;
  color: #000 !important;
  border: none;
  font: 25px !important;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-next span {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-prev {
  padding: 5px 15px !important;
  background-color: #babbb8;
  color: inherit;
  border: none;
  font: inherit;
}

.subscription-plan-sec .owl-carousel .owl-nav button.owl-prev span {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}

.subscription-plan-sec .owl-theme .owl-dots .owl-dot {
  display: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}

.subscription-plan-sec .all-planbtn {
  border: 1px solid var(--tx-bdgold);
  color: var(--tx-bdgold);
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  transition: all 1s;
}

.subscription-plan-sec .all-planbtn:hover {
  background-color: #3a3a38;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.subscription-plan-sec .pln-homeall {
  display: flex;
  justify-content: center;
}

.subscription-plan-sec .sub-head h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e8edf2;
}

.subscription-plan-sec .sub-head h1:after {
  content: "";
  height: 2px;
  width: 50px;
  background: #c4a96d;
  display: inline;
}

.subscription-plan-sec .pricing-content {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.subscription-plan-sec .container {
  position: relative;
  z-index: 10;
}

.subscription-plan-sec .all-head h2 {
  color: #001135;
  font-size: 35px;
  font-weight: bold;
  font-family: "Montserrat", Sans-serif;
  padding: 10px 0;
}

.subscription-plan-sec .all-head p {
  color: #DA7500;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
}

.subscription-plan-sec .pricing-header {
  text-align: center;
  max-height: 80px;
  min-height: 60px;
}

.subscription-plan-sec .pricing-header h3 {
  color: #000e20;
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat", Sans-serif;
}

.subscription-plan-sec .start-price p {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 8px;
  font-family: "Montserrat", Sans-serif;
}

.subscription-plan-sec .cut-price p {
  color: red;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 8px;
  text-decoration: line-through;
  font-family: "Montserrat", Sans-serif;
}

.subscription-plan-sec .main-price p {
  color: rgb(181, 145, 1);
  font-weight: 600;
  font-size: 25px;
  padding: 9px 0;
  font-family: "Montserrat", Sans-serif;
}

.subscription-plan-sec .plan-details {
  max-height: 130px;
  min-height: 100px;
  padding: 20px 0px 10px 0px;
  line-height: 1.5;
}

.subscription-plan-sec .plan-details li {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.subscription-plan-sec .cards-wrapper {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 0;
 margin-top: 50px;
}

.subscription-plan-sec .cards {
  background: #E8EDF2;
  border-radius: 20px;
  width: 100%;
  height: 530px;
  padding: 45px 30px 35px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.subscription-plan-sec .cards::before {
  width: 90%;
  margin: auto;
  z-index: -1;
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  height: 45px;
  background: linear-gradient(135deg, #032e66, #566c8d);
  border-radius: 20px 20px 0 0;
}

.subscription-plan-sec .cards::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #032e66, #566c8d);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.subscription-plan-sec .cards:hover::after {
  opacity: 0.3;
}

.subscription-plan-sec .icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #534cbb, #13243b);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.4s ease;
}

.subscription-plan-sec .cards:hover .icon-wrapper {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.subscription-plan-sec .icon-wrapper::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #094fab, #1a73e8);
  opacity: 0.3;
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.subscription-plan-sec .icon {
  font-size: 36px;
  color: white;
  z-index: 1;
}

.subscription-plan-sec .pr_bt {
  width: 85%;
}

.subscription-plan-sec .pricing-btn {
  width: 100%;
  height: 60px;
  border: none;
  padding: 20px 0;
  border-radius: 0 0 20px 20px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.4s ease;
  background: linear-gradient(135deg, #031566, #9e9782);
  color: white;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 10px;
  z-index: -1;
  overflow: hidden;
}

.subscription-plan-sec .pricing-btn::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.subscription-plan-sec .pricing-btn:hover::before {
  left: 100%;
  z-index: 10;
}

.subscription-plan-sec .pricing-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.subscription-plan-sec .pricing-btn:active {
  transform: translateY(-1px);
}

.subscription-plan-sec .cards-wrapper.basic .pricing-btn {
  background: linear-gradient(135deg, #032e66, #566c8d);
}

.subscription-plan-sec .item
{
   width: 400px;
   margin: auto;
}

/************ responsive start *************/
@media (max-width: 768px) {
  .subscription-plan-sec .card.advanced:hover {
    transform: translateY(-10px) scale(1.02);
  }

  .subscription-plan-sec .pricing-header h1 {
    font-size: 36px;
  }

  .subscription-plan-sec .pricing-header p {
    font-size: 16px;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .subscription-plan-sec .sub-head h2 {
    font-size: 35px;
  }

  .subscription-plan-sec .sub-head h2 b::after {
    height: 48px;
  }

  .subscription-plan-sec .sub-head p {
    font-size: 16px;
  }

  .subscription-plan-sec .pricing-header h3 {
    font-size: 28px;
  }

  .subscription-plan-sec .pricing-header h3::after {
    left: 28%;
  }

  .subscription-plan-sec .plan-price .main-price p {
    font-size: 26px;
  }

  .subscription-plan-sec .plan-details ul li {
    font-size: 16px;
  }
}

@media (min-width:1700px) and (max-width:3500px) {
  .subscription-plan-sec .sub-head h2 {
    font-size: 42px;
  }

  .subscription-plan-sec .sub-head h2 b::after {
    right: -89px;
    height: 66px;
  }

  .subscription-plan-sec .sub-head p {
    font-size: 22px;
  }

  .subscription-plan-sec .pricing-header h3 {
    font-size: 32px;
  }

  .subscription-plan-sec .plan-price .start-price p {
    font-size: 22px;
  }

  .subscription-plan-sec .plan-price .cut-price p {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .subscription-plan-sec .plan-price .main-price p {
    font-size: 30px;
  }

  .subscription-plan-sec .plan-details ul li {
    font-size: 20px;
  }

  .subscription-plan-sec .PL-btn {
    font-size: 20px;
  }

  .subscription-plan-sec .pricing-header h3::after {
    left: 36%;
  }
}



/************ mobile responsive *****/
@media (max-width:990px) {
  .subscription-plan-sec .sub-head h2 {
    font-size: 35px;
  }

  .subscription-plan-sec .sub-head h2 b::after {
    display: none;
  }

  .subscription-plan-sec .sub-head p {
    line-height: 1.5;
  }

  .subscription-plan-sec .sub-head h1 {
    display: block;
  }

  .subscription-plan-sec .sub-head {
    width: 100%;
  }

  .subscription-plan-sec .sub-head p {
    font-size: 15px;
  }
  .subscription-plan-sec .item
{
   width: 100%;
   margin: auto;
}
}