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

body {
  background-color: #f4f8fc;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.free-trial-banner {
  background-color: #ef233c;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 0;
  transform: rotate(45deg);
  width: 200px;
}

.first-container {
  width: 100%;
  max-width: 1150px;
  background: #f4f3f3 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000012;
  border: 2px solid #f4f3f3;
  border-radius: 55px;
  margin: auto;
  height: 350px;
  position: relative;
}
.first-left-div-header-gold {
  padding: 40px 0px 0px 40px;
  font-size: 28px;
  color: white;
}
.form-testimonials-container {
  width: 100%;
  max-width: 1150px;
  background-color: #2777bc;
  padding: 6px;
  margin-top: -100px;
  border-radius: 59px;
  position: relative;
}

.form-section {
  border-radius: 10px;
  width: 50%;
  padding: 40px 45px 0 100px;
}

.form-section p {
  font-size: 24px;
  color: #2777bc;
  font-weight: 900;
}
.form-testimonials-container-header-text {
  color: white;
  padding-bottom: 4px;
  text-align: center;
}

/*.signup-form input {
  width: 100%;
  padding: 15px;
  margin: 13px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}*/

.signup-form-button {
  width: 100%;
  padding: 15px;
  background: transparent linear-gradient(180deg, #15cb33 0%, #0d8721 100%) 0%
    0% no-repeat padding-box;
  color: white;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
  margin-top: 20px;
}

.testimonials-section {
  background-color: #f1f4f8;
  background: #f1f4f8 0% 0% no-repeat padding-box;
  border-radius: 0px 55px 55px 0px;
  padding: 20px;
  width: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonial-img {
  width: 100%;
/*  height: 100px;*/
}
.second-div-text {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5e5f60;
  text-align: center;
}
.platinum-banner-last {
  width: 145px;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to right, #4a4a4a, #98b6b3);
  height: 50px;
  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;
  margin-top: 40px;
}

.gold-banner-last {
  width: 145px;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to right, #d91920, #d91920);
  height: 50px;
  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;
  margin-top: 40px;
}
.first-left-div {
  width: 300px;
  height: 365px;
  clip-path: polygon(
    0 0,
    calc(100% - 0px) 0,
    100% 0%,
    calc(100% - 252px) 100%,
    0px 100%,
    0px 50%
  );
  border-top-left-radius: 55px;
  background: transparent
    linear-gradient(74deg, #d79702 0%, #db9b04 55%, #874300 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000012;
}
.first-left-div-platinum {
  width: 300px;
  height: 365px;
  clip-path: polygon(
    0 0,
    calc(100% - 0px) 0,
    100% 0%,
    calc(100% - 252px) 100%,
    0px 100%,
    0px 50%
  );
  border-top-left-radius: 55px;
  background: transparent
    linear-gradient(93deg, #93b3b2 0%, #6f8382 41%, #515e5d 72%, #323838 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000012;
}

.first-left-div-free {
  width: 300px;
  height: 365px;
  clip-path: polygon(
    0 0,
    calc(100% - 0px) 0,
    100% 0%,
    calc(100% - 252px) 100%,
    0px 100%,
    0px 50%
  );
  border-top-left-radius: 55px;
  background: transparent linear-gradient(74deg, #2777bc 0%, #0b508c 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000012;
}

.first-right-div {
  position: absolute;
  top: 35px;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  right: -90px;
  left: 0;
}

.first-right-div-text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.first-right-div-text-free {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.gold-yearly-div-price {
  font-size: 32px;
  color: #cb8c00;
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gold-first-div-price {
  font-size: 32px;
  color: #2777bc;
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.doller-tag {
  font-size: 24px;
  margin-top: 0;
  line-height: 1;
  font-weight: 900;
}
.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;
}
.double-month-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0px;
}
.gold-month-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0px;
}
.month-tag {
  font-size: 20px;
  font-weight: 900;
}
.first-right-bottom-text {
  color: #231f20;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: -20px;
}
.gold-banner-last-text {
  color: white;
}
.gold-banner-text-div {
  text-align: center;
  margin-left: 30px;
}
.first-left-div-p {
  background-color: aliceblue;
  color: #874300;
  font-weight: bold;
  padding: 3px 40px 3px;
  margin-top: 5px;
}
.first-left-div-p-platinum {
  background-color: aliceblue;
  color: black;
  font-weight: bold;
  padding: 3px 40px 3px;
  margin-top: 5px;
}
.form-testimonials-common-div {
  background-color: white;
  width: 100%;
  border-radius: 59px;
  display: flex;
  padding: 10px;
}

.two-div-css-class {
  position: relative;
  width: 100%;
}

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

.number-top-tag {
  margin-left: -30px;
  font-size: 25px;
  font-weight: 900;
  margin-top: -8px;
}

.platinum-number-top-tag {
  margin-left: 0px;
  font-size: 25px;
  font-weight: 900;
  margin-top: -8px;
}

.platinum-number-tag {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.8;
}

/* Mobile View Responsive Styles */
@media screen and (max-width: 768px) {
  .container {
    margin: 10px;
  }
  .first-left-div-p {
    padding: 3px 20px 3px;
  }
  .first-container {
    height: auto;
    flex-direction: column;
    border-radius: 30px;
  }

  .first-left-div {
    clip-path: polygon(
      0 0,
      calc(100% - 0px) 0,
      100% 0%,
      calc(100% - 297px) 100%,
      0px 100%,
      0px 50%
    );
    width: 275px;
    height: 220px;
    border-top-left-radius: 30px;
  }
  .first-left-div-platinum {
    clip-path: polygon(
      0 0,
      calc(100% - 0px) 0,
      100% 0%,
      calc(100% - 297px) 100%,
      0px 100%,
      0px 50%
    );
    width: 285px;
    height: 260px;
    border-top-left-radius: 30px;
  }

  .first-left-div-free {
    clip-path: polygon(
      0 0,
      calc(100% - 0px) 0,
      100% 0%,
      calc(100% - 297px) 100%,
      0px 100%,
      0px 50%
    );
    width: 275px;
    height: 220px;
    border-top-left-radius: 30px;
  }

  .first-left-div-header-gold {
    font-size: 20px;
    padding-left: 20px;
  }

  .gold-banner-last {
    width: 130px;
    height: 45px;
    top: 15px;
  }

  .first-right-div {
    width: 60%;
    top: -140px;
    position: relative;
    text-align: center;
    /* padding-top: 20px; */
  }

  .first-right-div-text {
    font-size: 14px;
    padding: 0 10px;
    font-weight: 600;
    margin-top: 20px;
  }

  .gold-first-div-price {
    font-size: 28px;
  }

  .gold-yearly-div-price {
    font-size: 28px;
  }

  .doller-tag {
    font-size: 16px;
  }

  .number-tag {
    font-size: 50px;
  }

  .month-tag {
    margin-left: 2px;
    font-size: 20px;
  }

  .form-testimonials-container {
    flex-direction: column;
    margin-top: -60px;
    padding: 10px;
    border-radius: 30px;
  }

  .form-section {
    width: 100%;
    padding: 20px;
  }
  .testimonials-section {
    width: 100%;
    padding: 20px;
    border-radius: 0px 0px 22px 22px;
  }

  .form-section h2 {
    font-size: 20px;
  }

  .signup-form input {
    font-size: 12px;
    padding: 8px;
  }

  .signup-form button {
    font-size: 20px;
    padding: 10px;
  }

  .second-div-text {
    font-size: 23px;
    margin-top: -5px;
    margin-bottom: 20px;
    color: black;
    font-weight: 900;
  }

  .testimonial-img {
    height: 80px;
  }

  .testimonial {
    gap: 5px;
  }
  .form-testimonials-common-div {
    background-color: white;
    width: 100%;
    border-radius: 25px;
    display: block;
  }
  .first-right-div {
    right: 1px;
  }
  .form-testimonials-container-header-text {
    padding: 10px 0px 20px;
  }
  .two-p-div {
    margin-bottom: 10px !important;
  }
  .platinum-banner-last {
    width: 100px;
  }
  .first-left-div-p-platinum {
    padding: 3px 20px 3px;
  }
  .first-right-div-text-free {
    font-size: 28px;
    margin-left: 25px;
  }
  .gold-banner-text-div{
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .platinum-agency {
      font-size: 15px !important;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      margin-left: -170px !important;
      line-height: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .first-right-div {
    width: 75%;
    top: -95px;
    position: relative;
    text-align: center;
    left: 20px;
  }
}

.payment-section-div {
  background-color: white;
  width: 100%;
  border-radius: 59px;
  padding: 10px;
}

.payment-method-text {
  text-align: center;
  color: #0073e6;
}

.payment-method-second-text {
  margin-bottom: 15px;
  text-align: center;
}
.payment-section-form {
    padding: 30px 200px 30px 200px;
}
.signup-form-text {
  width: 100%;
  padding: 15px;
  margin-top: 25px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
/*.signup-form-text:focus-visible{
  border: 2px solid red !important;
}*/

.expiration-cvv {
  display: flex;
  gap: 10px;
}

.plan label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.payment-section-button {
  display: block;
  width: fit-content;
  background-color: #ffc107;
  color: black;
  font-size: 18px;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  /* margin-top: auto; */
  margin: auto;
  padding: 15px 30px 15px 30px;
}

button:hover {
  background-color: #e0a800;
}

.credit-cards {
  margin-top: 20px;
  text-align: center;
}

.credit-cards img {
  width: 60px;
  margin: 0 10px;
}

.cardHolderName {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #2979b9;
  border-radius: 5px;
  font-size: 16px;
}
.cc_error_message {
  color: red;
}

@media (max-width: 600px) {
  .payment-section-form {
    padding: 30px;
}
  .expiration-cvv {
    flex-direction: column;
  }

  .credit-cards img {
    width: 50px;
  }
  .payment-section-form {
    padding: 0px;
  }
  .payment-method-text {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .payment-section-div {
    border-radius: 20px;
  }
}

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

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

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

.gold-banner-text-div{
  font-weight: 900;
  font-size: 15px;
}

.platinum-agency{
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-left: -100px;
  margin-top: 5px;
  line-height: 22px;
}