/* Checkout Step 1 CSS */

.pricing_section {
  padding: 24px 0 68px 0;
}

.pricing_section .pricing_header {
  font-family: "Exo 2", sans-serif !important;
  font-weight: 600;
  font-size: 58px !important;
  line-height: 120%;
  color: #023B4C;
  margin-bottom: 16px !important;
  text-align: center;
}

.pricing_section .pricing_subheader {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  background: linear-gradient(228deg, #FEAC00 -9.86%, #FE7600 54.08%, #D84801 101.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 32px !important;
}

.pricing_section .pricing_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pricing_section .role_details_section {
  width: 100%;
  max-width: 640px;
}

.pricing_section .role_project_section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 0.5px solid #185E7F;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 30px;
  min-height: 450px;
}

.pricing_section .no_role_section {
  text-align: center;
}

.pricing_section .no_role_text {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #023B4C;
  max-width: 400px;
  margin-bottom: 20px !important;
}

.pricing_section .no_role_btn {
  display: inline-block;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #FFF;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
  border: none;
  border-radius: 8px;
  padding: 15px 25px;
  transition: all .3s ease;
}

.pricing_section .no_role_btn:hover {
  background: linear-gradient(181deg, #023B4C 0.91%, #01273A 91.69%);
}

.pricing_section .no_role_btn:focus-visible {
  outline: none;
}

.pricing_section .terms_box_header {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px !important;
}

.pricing_section .terms_box ol {
  padding-left: 18px;
}

.pricing_section .terms_box ol li {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #023B4C;
  list-style-type: decimal;
  margin-bottom: 8px;
}

.pricing_section .terms_box ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {

  .pricing_section {
    padding: 20px 0px 50px 0;
  }

  .pricing_section .pricing_header {
    font-size: 50px !important;
  }

  .pricing_section .pricing_subheader {
    margin-bottom: 25px !important;
  }

  .pricing_section .role_project_section {
    min-height: 400px;
    margin-bottom: 20px;
    padding: 25px;
  }

  .pricing_section .no_role_text {
    font-size: 22px;
    max-width: 350px;
    margin-bottom: 18px !important;
  }

  .pricing_section .no_role_btn {
    padding: 14px 22px;
  }

}

@media (max-width: 991px) {

  .pricing_section {
    padding: 20px 0px 40px 0;
  }

  .pricing_section .pricing_header {
    font-size: 42px !important;
  }

  .pricing_section .pricing_subheader {
    font-size: 18px;
    margin-bottom: 20px !important;
  }

  .pricing_section .role_project_section {
    min-height: 350px;
    margin-bottom: 15px;
    padding: 20px;
  }

  .pricing_section .no_role_text {
    margin-bottom: 15px !important;
  }

  .pricing_section .no_role_btn {
    padding: 12px 20px;
  }

}

@media (max-width: 767px) {

  .pricing_section .pricing_header {
    font-size: 34px !important;
    margin-bottom: 14px !important;
  }

  .pricing_section .role_project_section {
    min-height: 300px;
    padding: 15px;
  }

  .pricing_section .no_role_text {
    font-size: 20px;
    max-width: 100%;
  }

  .pricing_section .no_role_btn {
    padding: 10px 18px;
  }

}

/* Checkout Step 2 CSS */

.pricing_section .pricing_container.projects_available {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px;
}

.pricing_section .projects_available .role_details_section {
  max-width: 100%;
  width: 60%;
}

.pricing_section .projects_available .summary_section {
  width: 40%;
}

.pricing_section .projects_available .role_project_section {
  display: block;
  padding: 24px 15px 28px 15px;
  min-height: initial;
}

.pricing_section .projects_available .role_details_section h3 {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #023B4C;
  margin-bottom: 8px !important;
  text-transform: capitalize;
}

.pricing_section .projects_available .role_selection {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #161616;
  background: rgba(191, 199, 203, 0.50);
  border: 0.5px solid #01273A;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 15px 16px;
  text-transform: uppercase;
}

.pricing_section .projects_available .role_details_section h3.select_project_heading {
  margin-bottom: 16px !important;
}

.pricing_section .projects_available .project_list {
  padding: 0;
}

.pricing_section .projects_available .project_item {
  margin-bottom: 24px;
}

.pricing_section .projects_available .project_item:last-child {
  margin-bottom: 0;
}

.pricing_section .projects_available .project-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.pricing_section .projects_available .project-item input[type="checkbox"] {
  min-width: 22px;
  height: 22px;
  margin-right: 16px;
  margin-top: 2px;
  accent-color: #01273A;
}

.pricing_section .projects_available .project-content {
  flex-grow: 1;
}

.pricing_section .projects_available .project-content h4,
.pricing_section .projects_available .project-content p {
  display: block;
  font-family: "League Spartan", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #023B4C;
}

.pricing_section .projects_available .project-content h4 {
  margin-bottom: 0 !important;
  position: relative;
  width: fit-content;
}

.pricing_section .projects_available .project_item.taken_project_disabled .project-content h4::after {
  content: "(Taken)";
  position: absolute;
  top: 0;
  left: 105%;
  z-index: 1;
  white-space: nowrap;
}

.pricing_section .projects_available .project_item.free_project_disabled .project-content h4::after {
  content: "(Free Project Taken)";
  position: absolute;
  top: 0;
  left: 105%;
  z-index: 1;
  white-space: nowrap;
}

.pricing_section .projects_available .summary_heading {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #023B4C;
  border-bottom: 1px solid #BFC7CB;
  margin-bottom: 16px !important;
  padding-bottom: 8px;
  text-transform: capitalize;
}

.pricing_section .projects_available .summary_block {
  margin-bottom: 16px;
}

.pricing_section .projects_available .summary_header {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #161616;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pricing_section .projects_available .summary_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.pricing_section .projects_available .summary_items .summary_row:last-child {
  margin-bottom: 0;
}

.pricing_section .projects_available .summary_row span,
.pricing_section .projects_available .summary_row .summary_label,
.pricing_section .projects_available .summary_row .summary_value span {
  display: inline-block;
  font-family: "League Spartan", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #023B4C;
  text-transform: capitalize;
}

.pricing_section .projects_available .summary_total_area {
  border-top: 1px solid #BFC7CB;
  margin-top: 8px;
  padding-top: 8px;
}

.pricing_section .projects_available .summary_row .summary_value {
  line-height: 1;
}

.pricing_section .projects_available .summary_total_area .summary_row:last-child {
  border-top: 1px dashed #cccccc;
  margin-bottom: 0;
  padding-top: 8px;
}

.pricing_section .projects_available .coupon_section_wrapper {
  margin-bottom: 16px;
}

.pricing_section .projects_available .coupon_section {
  background: rgb(237 247 255 / 80%);
  border: 0 solid #185E7F;
  border-radius: 15px;
  padding: 24px;
}

.pricing_section .projects_available .coupon_section h4 {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #023B4C;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.pricing_section .projects_available .coupon_form {
  display: flex;
  gap: 10px;
}

.pricing_section .projects_available #coupon_code {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pricing_section .projects_available #coupon_code:focus-visible {
  outline: none;
}

.pricing_section .projects_available .coupon_btn {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #FFF;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
  border: 0.45px solid #185E7F;
  border-radius: 5px;
  padding: 14px 18px;
  text-transform: capitalize;
  transition: all .3s ease;
  min-width: fit-content;
}

.pricing_section .projects_available .coupon_btn:focus-visible {
  outline: none;
}

.pricing_section .projects_available .coupon_btn:hover {
  background: linear-gradient(181deg, #023B4C 0.91%, #01273A 91.69%);
}

.pricing_section .projects_available #coupon_message {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: red;
  margin-top: 5px;
}

.pricing_section .projects_available .coupon_applied_section {
  background-color: #e2f0e8;
  border: 1px solid #28a745;
  border-radius: 15px;
  padding: 10px;
}

.pricing_section .projects_available .coupon_applied_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing_section .projects_available .coupon_applied_text,
.pricing_section .projects_available .coupon_applied_text strong {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #28a745;
}

.pricing_section .projects_available .remove_coupon_btn {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #FFF;
  background-color: #dc3545;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  transition: all .3s ease;
  text-transform: capitalize;
}

.pricing_section .projects_available .remove_coupon_btn:focus-visible {
  outline: none;
}

.pricing_section .projects_available .remove_coupon_btn:hover {
  background-color: #c82333;
}

.pricing_section .projects_available .discount_box {
  background: rgb(237 247 255 / 80%);
  border: 0 solid #185E7F;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 24px;
}

.pricing_section .projects_available .discount_box h3 {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #023B4C;
  margin-bottom: 16px !important;
}

.pricing_section .projects_available .discount_box h3 .highlight {
  color: #D84801;
}

.pricing_section .projects_available .discount_box h4 {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #023B4C;
  margin-bottom: 16px !important;
}

.pricing_section .projects_available .discount_box h4 .woocommerce-Price-currencySymbol {
  font-family: "League Spartan", sans-serif !important;
}

.pricing_section .projects_available .discount_prices p,
.pricing_section .projects_available .discount_box p {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #023B4C;
  margin-bottom: 5px !important;
}

.pricing_section .projects_available .discount_box p .highlight {
  font-weight: 600;
  font-size: 16px;
  color: #D84801;
}

.pricing_section .projects_available .discount_prices p:last-child,
.pricing_section .projects_available .discount_box p:last-child {
  margin-bottom: 0 !important;
}

.pricing_section .projects_available .apply_discount_wrapper {
  margin-top: 16px;
}

.pricing_section .projects_available .discount_box button {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #FFF;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
  border: 0.45px solid #185E7F;
  border-radius: 9.19px;
  padding: 14px 18px;
  text-transform: capitalize;
  transition: all .3s ease;
}

.pricing_section .projects_available .discount_box button:hover {
  background: linear-gradient(181deg, #023B4C 0.91%, #01273A 91.69%);
}

.pricing_section .projects_available .discount_box button:focus-visible {
  outline: none;
}

.pricing_section .projects_available .button_checkout {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #023B4C;
  background: linear-gradient(96deg, rgba(255, 229, 212, 0.5) 17.38%, rgba(255, 255, 255, 0.5) 119.73%);
  border: 0.45px solid #185E7F;
  border-radius: 9.19px;
  width: 100%;
  padding: 14px 10px;
  transition: all .3s ease;
  text-transform: capitalize;
}

.pricing_section .projects_available .button_checkout:hover {
  color: #FFF;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
}

.pricing_section .projects_available .button_checkout:focus-visible {
  outline: none;
}

.swal2-actions button {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  line-height: normal;
  color: #FFF !important;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%) !important;
  border: 0.45px solid #185E7F !important;
  border-radius: 9.19px !important;
  padding: 14px 18px;
  text-transform: capitalize;
}

#btn-razorpay {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 26px;
  color: #FFF !important;
  background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%) !important;
  border: 0.45px solid #185E7F !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  text-transform: capitalize;
}


@media (max-width: 1199px) {

  .pricing_section .pricing_container.projects_available {
    gap: 30px;
  }

  .pricing_section .projects_available .role_project_section {
    padding: 20px 15px 20px 15px;
  }

  .pricing_section .projects_available .role_details_section h3 {
    font-size: 22px;
  }

  .pricing_section .projects_available .role_selection {
    margin-bottom: 20px;
    padding: 14px 14px;
  }

  .pricing_section .projects_available .role_details_section h3.select_project_heading {
    margin-bottom: 14px !important;
  }

  .pricing_section .projects_available .project_item {
    margin-bottom: 20px;
  }

  .pricing_section .projects_available .project-item input[type="checkbox"] {
    min-width: 20px;
    height: 20px;
    margin-right: 14px;
  }

  .pricing_section .projects_available .summary_heading {
    font-size: 22px;
    margin-bottom: 14px !important;
    padding-bottom: 7px;
  }

  .pricing_section .projects_available .summary_block {
    margin-bottom: 14px;
  }

  .pricing_section .projects_available .summary_header {
    margin-bottom: 14px;
  }

  .pricing_section .projects_available .summary_row {
    margin-bottom: 10px;
  }

  .pricing_section .projects_available .summary_row {
    margin-bottom: 8px;
  }

  .pricing_section .projects_available .coupon_section_wrapper {
    margin-bottom: 14px;
  }

  .pricing_section .projects_available .coupon_section {
    padding: 20px;
  }

  .pricing_section .projects_available .coupon_section h4 {
    font-size: 22px;
    margin-bottom: 10px !important;
    padding-bottom: 5px;
  }

  .pricing_section .projects_available #coupon_code {
    font-size: 18px;
    line-height: 18px;
  }

  .pricing_section .projects_available .coupon_applied_text,
  .pricing_section .projects_available .coupon_applied_text strong {
    font-size: 18px;
    line-height: 18px;
  }

  .pricing_section .projects_available .discount_box {
    margin-bottom: 25px;
    padding: 20px;
  }

  .pricing_section .projects_available .discount_box h3,
  .pricing_section .projects_available .discount_box h4 {
    margin-bottom: 14px !important;
  }

  .pricing_section .projects_available .apply_discount_wrapper {
    margin-top: 14px;
  }

}

@media (max-width: 991px) {

  .pricing_section .pricing_container.projects_available {
    flex-direction: column;
  }

  .pricing_section .projects_available .role_details_section {
    width: 100%;
  }

  .pricing_section .projects_available .summary_section {
    width: 100%;
  }

  .pricing_section .projects_available .coupon_form {
    flex-direction: column;
  }

  .pricing_section .projects_available .coupon_btn {
    width: 100%;
  }

}

@media (max-width: 767px) {

  .pricing_section .projects_available .role_details_section h3 {
    font-size: 20px;
  }

  .pricing_section .projects_available .role_selection {
    font-size: 15px;
    padding: 12px 12px;
  }

  .pricing_section .projects_available .project_item {
    margin-bottom: 15px;
  }

  .pricing_section .projects_available .project-item input[type="checkbox"] {
    min-width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .pricing_section .projects_available .summary_heading {
    font-size: 20px;
  }

  .pricing_section .projects_available .coupon_section {
    padding: 15px;
  }

  .pricing_section .projects_available .coupon_section h4 {
    font-size: 20px;
  }

  .pricing_section .projects_available .coupon_applied_text,
  .pricing_section .projects_available .coupon_applied_text strong {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing_section .projects_available .discount_box {
    margin-bottom: 20px;
    padding: 15px;
  }

}

/* Pricing Notice CSS */

.pricing_section.pricing_notice {
  padding: 200px 0;
}

.pricing_section.pricing_notice .premium_notice {
  background: #FFF;
  border: 0.2px solid #01273A;
  border-radius: 14.337px;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.pricing_section.pricing_notice .premium_notice p {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #023B4C;
  text-align: justify;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .pricing_section.pricing_notice {
    padding: 150px 0;
  }

  .pricing_section.pricing_notice .premium_notice {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .pricing_section.pricing_notice {
    padding: 100px 0;
  }

  .pricing_section.pricing_notice .premium_notice {
    padding: 20px;
  }

  .pricing_section.pricing_notice .premium_notice p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .pricing_section.pricing_notice {
    padding: 50px 0;
  }

  .pricing_section.pricing_notice .premium_notice {
    padding: 15px;
  }

  .pricing_section.pricing_notice .premium_notice p {
    font-size: 16px;
    line-height: 24px;
  }

}