.gray-color {
  color: #bab9b9 !important;
}
.red-color {
  color: #7e3900;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  text-align: center;
  margin-bottom: 20px;
}

.header .logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.header h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.header .highlight {
  color: #2a6cc3; /* Blue color for Marketing Boost */
}

.plan-button-gold {
  border: 1px solid #ddd;
  background: transparent
    linear-gradient(254deg, #7e3900 0%, #e1a104 59%, #cb8c00 100%) 0% 0%
    no-repeat padding-box;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: white;
  border-radius: 29px;
  padding: 15px 50px 15px 50px;
}

.plan-button-platinum {
  border: 1px solid #ddd;
  background: transparent
    linear-gradient(235deg, #93b3b2 0%, #6f8382 41%, #515e5d 72%, #323838 100%)
    0% 0% no-repeat padding-box;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: white;
  border-radius: 29px;
  padding: 15px 30px 15px 30px;
}

.pricing-gold-first-card-top-div {
  border-top-left-radius: 65px;
  background-color: #00000012;
  height: 320px;
  border-bottom: 4px solid #00000012;
}

.pricing-gold-second-card-top-div {
  background-color: #00000012;
  height: 320px;
  border-bottom: 4px solid #00000012;
}
.pricing-gold-third-card-top-div {
  background-color: #00000012;
  height: 320px;
  border-top-right-radius: 65px;
  border-bottom: 4px solid #00000012;
}

.pricing-gold-first-card {
  background-color: white;
/*  max-width: 300px;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 65px;
  border-top: 5px solid #7e3900;
  border-bottom-left-radius: 65px;
  border-bottom: 5px solid #7e3900;
}
.gold-button-li-div {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gold-second-div-ul {
  padding: 10px;
/*  margin-top: -50px;*/
  margin-top: -35px;
  height: calc(100% - 320px);
}

.pricing-gold-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.pricing-gold-second-card {
  background-color: white;
/*  max-width: 300px;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 5px solid #7e3900;
  border-bottom: 5px solid #7e3900;
}
.pricing-gold-third-card {
  background-color: white;
/*  max-width: 300px;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 65px;
  border-top: 5px solid #7e3900;
  border-bottom-right-radius: 65px;
  border-bottom: 5px solid #7e3900;
}
.gold-card-header {
  margin-top: 25px;
  text-align: center;
}
.gold-second-card-header {
  display: flex;
  justify-content: end;
  margin-top: 25px;
  gap: 65px;
}

.gold-third-card-header{
  display: flex;
  justify-content: end;
  margin-top: 25px;
  gap: 110px;
}

.badge {
  display: inline-block;
  background-color: #e0e0e0;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}

.badge.save {
  background-color: #4caf50; /* Green save badge */
  color: white;
}
.gold-second-plan-name {
  font-size: 28px;
  color: #7e3900;
  margin-bottom: 0px;
  font-weight: bold;
}

.gold-plan-name {
  font-size: 28px;
  color: #6d6c6a;
  margin-bottom: 0px;
  font-weight: bold;
}
.gold-plan-name-p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
  font-weight: 900;
}
.plan-name-p {
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.plan-type {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.gold-first-div-price {
  font-size: 32px;
  color: #2777bc;
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.gold-second-div-price {
  font-size: 32px;
  color: #cb8c00;
/*  margin: 25px 0;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.doller-tag {
  font-size: 20px;
  margin-top: 0;
  line-height: 1;
}
.number-tag {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.8;
}
.month-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -15px;
}
.month-tag {
  font-size: 20px;
}
.price {
  font-size: 32px;
  color: #2777bc;
  margin: 10px 0;
  text-align: center;
}

.price span {
  font-size: 16px;
  color: #666;
}

.billing-info {
  font-size: 16px;
  color: #231f20;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.gold-button-p-tag {
  font-size: 12px !important;
}
.cta-gold-button {
  background: transparent
    linear-gradient(262deg, #318f18 0%, #5dc640 55%, #318f18 100%) 0% 0%
    no-repeat padding-box;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.cta-button-bottom {
  background: transparent
    linear-gradient(262deg, #318f18 0%, #5dc640 55%, #318f18 100%) 0% 0%
    no-repeat padding-box;
  color: white;
  padding: 19px;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.features {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.features li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.secondary-button {
  background-color: #2a6cc3; /* Darker blue */
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.secondary-button:hover {
  background-color: #1e5799; /* Slightly darker blue on hover */
}

.li-image {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.div-p-text {
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  font-weight: bold;
}
.number-top-tag {
  margin-left: 15px;
  font-size: 20px;
}
.bold-class {
  font-weight: bold;
  color: #231f20;
}
.marketing-boost-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.button-li-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pricing-gold-table {
    flex-direction: column;
    align-items: center;
  }

  .pricing-gold-card {
    max-width: 100%;
  }

  .gold-second-card-header {
      gap: 23px !important;
  }

  .gold-third-card-header {
    gap: 65px !important;
  }

  .card-header {
    gap: 70px !important;
  }
}

.gold-banner-last {
  position: relative;
  background: linear-gradient(to right, #d91920, #d91920);
  width: 156px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  clip-path: polygon(    0 0,    calc(100% - 0px) 0,    100% 50%,    calc(100% - 0px) 100%,    0 100%,    20px 50%  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.gold-banner {
  position: relative;
  background: transparent
    linear-gradient(254deg, #7e3900 0%, #e1a104 59%, #cb8c00 100%) 0% 0%
    no-repeat padding-box;
  width: 156px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  clip-path: polygon(
    0 0,
    calc(100% - 0px) 0,
    100% 50%,
    calc(100% - 0px) 100%,
    0 100%,
    20px 50%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  border: 4px solid #2777bc;
  width: 370px;
  margin: auto;
  border-radius: 45px;
  padding: 10px 0px 10px 0;
}

.triangle {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2176b3;
}

/* platinum css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  background-color: #f4f4f4;
  color: #333;
  padding: 20px;
}

.plan-button-gold {
  border: 1px solid #ddd;
  background: transparent
    linear-gradient(254deg, #7e3900 0%, #e1a104 59%, #cb8c00 100%) 0% 0%
    no-repeat padding-box;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: white;
  border-radius: 29px;
  padding: 15px 50px 15px 50px;
}

.pricing-first-card-top-div {
  border-top-left-radius: 65px;
  background-color: #00000012;
  height: 320px;
  border-bottom: 4px solid #00000012;
}

.pricing-second-card-top-div {
  background-color: #00000012;
  min-height: 320px;
  border-bottom: 4px solid #00000012;
}
.pricing-third-card .pricing-second-card-top-div {
  border-top-right-radius: 65px;
}
.pricing-third-card-top-div {
  background-color: #00000012;
  height: 320px;
  border-top-right-radius: 65px;
  border-bottom: 4px solid #00000012;
}

.pricing-first-card {
  background-color: white;
/*  max-width: 300px;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 65px;
  border-top: 5px solid #92b2b1;
  border-bottom-left-radius: 65px;
  border-bottom: 5px solid #92b2b1;
}

.second-div-ul {
  padding: 10px;
  margin-top: -60px;
}
.pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.pricing-second-card {
  background-color: white;
/*  max-width: 300px;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #92b2b1;
  border-bottom: 5px solid #92b2b1;
}
.pricing-third-card {
  background-color: white;
/*  max-width: 300px;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 65px;
  border-top: 5px solid #92b2b1;
  border-bottom-right-radius: 65px;
  border-bottom: 5px solid #92b2b1;
}
.card-header {
  display: flex;
  justify-content: end;
  margin-top: 25px;
  gap: 115px;
}

.plan-name {
  font-size: 20px;
  color: #515e5d;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.plan-name-p {
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.first-div-price {
  font-size: 32px;
  color: #2777bc;
/*  margin: 25px 0;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.button-p-tag {
  font-size: 14px !important;
}
.cta-button {
    background: transparent linear-gradient(262deg, #318f18 0%, #5dc640 55%, #318f18 100%) 0% 0% no-repeat padding-box;
    color: white;
    padding: 10px 20px 10px 30px;
    border: none;
    border-radius: 46px;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    width: fit-content;
    /* margin-bottom: 20px; */
    margin: auto;
}
.cta-button a {
  color: #fff;
}
.cta-button-bottom {
  background: transparent
    linear-gradient(262deg, #318f18 0%, #5dc640 55%, #318f18 100%) 0% 0%
    no-repeat padding-box;
  color: white;
  padding: 19px;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.banner-last {
  position: relative;
  background: linear-gradient(to right, #4a4a4a, #98b6b3);
  width: 156px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  clip-path: polygon(
    0 0,
    calc(100% - 9px) 0,
    100% 50%,
    calc(100% - 0px) 100%,
    0 100%,
    20px 50%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  position: relative;
  background: linear-gradient(to right, #4a4a4a, #98b6b3);
  width: 156px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  clip-path: polygon(
    0 0,
    calc(100% - 0px) 0,
    100% 50%,
    calc(100% - 0px) 100%,
    0 100%,
    20px 50%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  color: white;
  font-size: 12px; /* Adjust font size as needed */
  font-weight: bold;
  margin-left: 20px;
}

.plan-button {
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  outline: none;
}

.number-tag sup {
    font-size: 30px;
    top: -35px;
}

.number-tag .dollar_per_month {
    left: -15px;
}

.number-tag sub {
    font-size: 22px;
    bottom: 4px;
    font-family: Gotham-Black;
    left: -41px;
}
