/* General Styles */
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7fafc;
}

.wrap h1 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgb(0, 0, 0);
  padding: 0px;
}

/* Main Container */
.main-container {
  width: 100%;
  max-width: 1440px;
  margin: 35px auto;
  text-align: center;
  padding: 40px 20px;
}

/* Header */
.header-pricing {
  background-color: #082756;
  color: #f7fafc;
  padding: 60px 20px;
  /* border-radius: 10px; */
  width: auto;
  height: 397px;
  position: relative;
}

.header-pricing h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  margin: 0;
}

.header-pricing p {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.84;
}

/* Pricing Card */
.pricing-card {
  background: #ffffff;
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  top: -190px;

}

/* Left Side */
.left {
  flex: 1;
  text-align: center;
  padding: 20px;
  background-color: #0827562e;
  max-width: 350px;
}

.left h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 800;
  color: #171923;
}

.price {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #171923;
}

.billing-info {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin: 10px 0;
}

.pricing-card {
  .btn-pri {
    background-color: #082756;
    color: #ffffff;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .btn-pri:hover {
    background-color: #082756;
    color: #ffffff;
  }

}

/* Right Side */
.right {
  flex: 1;
  text-align: left;
  padding: 20px;
}

.features-info {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0b1424;
  margin-bottom: 10px;
}

.features {
  list-style: none;
  padding: 0;
}

.ff-i {
  background-color: #082756;
  color: white;
  border-radius: 50px;
  padding: 5px;
}

.features li {
  font-size: 18px;
  color: #2d3748;
  display: flex;
  gap: 10px;
  /* align-items: center; */
  margin: 10px 0;
}

.features img {
  width: 22px;
  margin-right: 10px;
}

/* Guarantee Section */
.guarantee-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
  position: relative;
  top: -180px;
}

.guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #171923;
}

.ul-t {
  color: white;
  background-color: #082756;
  border-radius: 8px;
  padding: 10px;
}

.guarantee p {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

.guarantee img {
  width: 40px;
}

.main-fea {
  display: flex;
  gap: 20px;
}

.footer-copyright {
  background: #000;
  /* Adjust to your brand color */
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}

.footer-copyright a {
  color: #f7aa21;
  /* Accent color */
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.footer-copyright p {
  color: white;
}

.pricing-header {
  /* background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(78, 84, 200, 0.2); */
}

.pricing-header h1 {
  color: #082756;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  padding: 17px;
}

.pricing-header .lead {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}


.pricing-card {
  border: 1px solid #082756 !important;
  border-radius: 15px !important;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background: white;
  height: 680 !important;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(78, 84, 200, 0.15);
}

.pricing-card .card-header {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 1.5rem;
  text-align: center;
  border-bottom: none;
}

.pricing-card.starter .card-header {
  background: #082756;
  background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card.advanced .card-header {
  background: #082756;
  background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card.pro .card-header {
  background: #082756;
  background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card.golden .card-header {
  background: #082756;
  background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card .card-title {
  /* font-size: 2.5rem; */
  color: #082756;
  /* font-weight: 700;
  margin-bottom: 0.5rem; */
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.pricing-card .price {
  color: #ffffff;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.pricing-card .price-period {
  font-size: 1rem;
  opacity: 0.8;
}

.pricing-card .card-body {
  padding: 2rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.pricing-features li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.pricing-features li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.S-p-i {
  margin-bottom: 30px;
}

.S-p-i p {
  text-align: center;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.S-p-i a {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

#star-p {
  padding-top: 0px;
}

#adv-p {
  padding-top: 30px;
}

#pro-p {
  padding-top: 2px;
}

#gold-p {
  padding-top: 101px;
}

.pricing-card.starter .pricing-features li:before {
  color: #082756;
}

.pricing-card.advanced .pricing-features li:before {
  color: #082756;
}

.pricing-card.pro .pricing-features li:before {
  color: #082756;
}

.pricing-card.golden .pricing-features li:before {
  color: #082756;
}

.pricing-card .btn {
  width: 100%;
  border-radius: 50px;
  padding: 0.75rem;
  font-weight: 600;
  border: none;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  transition: all 0.3s ease;
}

.pricing-card.starter .btn {
  background: #082756;
  /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
  color: white;
  padding: 11px 40px;
}

.pricing-card.advanced .btn {
  background: #082756;
  /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
  color: white;
  padding: 11px 40px;
}

.pricing-card.pro .btn {
  background: #082756;
  /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
  color: white;
  padding: 11px 40px;
}

.pricing-card.golden .btn {
  background: #082756;
  /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
  color: white;
  padding: 11px 40px;
}

.pricing-card .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.badge-popular {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--accent-color);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.common-features {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin-top: 3rem;
  border: 1px solid #082756;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
}

.common-features h3 {
  color: #082756;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.common-features ul {
  column-count: 2;
}

.common-features li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
  color: #000000;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.common-features li:before {
  content: "\f058";
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #F7AA21;
}

@media (max-width: 768px) {}

.plan-description {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
  margin: 20px 0px 20px 0px;
  /* margin-bottom: 1.5rem; */
  padding: 4px 0px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

/* auction steps *
  /* Responsive Design */
@media (max-width:1200px) {
  .header-pricing h1 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    margin: 0;
  }

  .header-pricing p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    opacity: 0.84;
  }
}

@media (max-width:992px) {
  .left {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #0827562e;
    max-width: 257px;
  }

  .ff-i {
    background-color: #082756;
    color: white;
    border-radius: 50px;
    font-size: 12px;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .pricing-card {
    flex-direction: column;
    text-align: center;
  }

  .right {
    text-align: center;
  }

  .features li {
    justify-content: start;
  }

  .features li {
    font-size: 14px;
    color: #2d3748;
    display: flex;
    gap: 10px;
    margin: 10px 0;
  }

  .features-info {
    font-size: 15px;
  }

  .ff-i {
    background-color: #082756;
    color: white;
    border-radius: 50px;
    font-size: 10px;
    padding: 5px;
  }

  .left {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #0827562e;
    max-width: 100%;
  }

  .guarantee-section {
    flex-direction: column;
    align-items: center;
  }

  .header-pricing h1 {
    font-size: 26px;

  }

  .header-pricing p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width:576px) {
  .main-fea {
    display: flex;
    flex-wrap: wrap;
    gap: 0px !important;
  }
}