/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*PageUp New Branding*/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
.cta-button-2025 {
  padding: 9px 20px;
  border-radius: 2rem;
  min-width: 7rem;
  width: auto;
}
.progress-container {
  background: #f0eeee;
  margin-bottom: 20px;
}
.progress-bar {
  height: 8px;
  background: #FEA530;
}
@media (max-width: 991px) {
  br {
    display: none;
  }
}
body {
  background: black;
  height: auto;
}
#main {
  height: 100%;
}
.pricing_output {
  display: none;
  padding: 0rem 0px 5rem;
}
.pricing_output h1,
.pricing_output h2,
.pricing_output h3,
.pricing_output p,
.pricing_output ul,
.pricing_output li {
  color: white;
  text-align: left;
}
/**************Body****************/
#page {
  /*height: 100vh;*/
  /*background-color: #142c52;*/
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
#main {
  /*background: linear-gradient(to bottom, #ffffff 40%, #142c52 40%);*/
  /*background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;*/
}
@media (max-width: 1262px) {
  #main {
    /*background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);*/
  }
}
@media (max-width: 1065px) {
  #main {
    /*background: linear-gradient(to bottom, #ffffff 43%, #142c52 43%);*/
  }
}
.content_section {
  padding: 2rem 0px;
}
/**************End Body****************/
/**************Left panel****************/
.left_panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.left_panel h1,
.left_panel h2,
.left_panel h3,
.left_panel p {
  color: white;
  text-align: left;
}
.left_panel .title {
  margin-bottom: 2rem;
  font-size: 42px;
}
.left_panel .page_content {
  margin-bottom: auto;
  margin-top: 1rem;
}
.left_panel .page_content p {
  color: white;
  font-weight: 700;
}
.left_panel .page_content ul {
  color: white;
  padding-left: 0px;
}
.left_panel .page_content ul li {
  padding-left: 0px;
  text-indent: -26px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  #main {
    /*background: white !important;*/
  }
  .main-content {
    padding-top: 2rem;
  }
  .left_panel .page_content p {
    /*color: #1f1f1f;*/
  }
  .left_panel .page_content ul {
    /*color: #1f1f1f;*/
  }
  .left_panel .page_content {
    margin-top: auto;
  }
  /*.left_panel h1,.left_panel p,.left_panel p span,.left_panel .page_content{
    color: white;
  }*/
}
/**************End Left panel****************/
/**************Right panel****************/
@media (max-width: 991px) {
  .right_panel {
    /*order:3;*/
    /*margin-top: 3rem;*/
  }
}
.pricing_form {
  border-radius: 10px;
  padding: 2rem;
  background-color: #fff;
  position: relative;
}
.pricing_form label {
  cursor: pointer;
}
.form_div form .form-field {
  margin-bottom: 15px;
}
.form_div form input,
.form_div form select {
  background: none;
  border-radius: 5px;
  border-color: #1d1d1d;
}
.form_div form p.pd-checkbox .field-label {
  text-align: left;
  font-size: 14px;
}
p.pd-checkbox .field-label a {
  font-size: 15px;
}
/**************End Right panel****************/
/**************Bottom panel****************/
.bottom_panel {
  margin-top: 5rem;
  text-align: center;
}
.bottom_panel h1,
.bottom_panel h2,
.bottom_panel h3,
.bottom_panel p {
  color: white;
  text-align: left;
}
.bottom_panel h3 {
  text-align: center;
}
/**************End Bottom panel****************/
/**************Footer**************/
.bottom-footer {
  margin-top: 40px;
}
footer {
  padding-top: 4rem;
}
/************End footer************/
/**************Badges****************/
.g2_badges_section {
  display: none;
  /*margin-top:6rem;*/
}
.g2_badges_section .badges_icon {
  max-height: 140px;
  margin: auto 10px;
}
.g2_badges_section .badges_icon[alt='ApplicantTrackingSystems_Leader_Australia_Leader'] {
  max-height: 120px;
}
@media (max-width: 991px) {
  .g2_badges_section {
    padding-bottom: 4rem;
  }
}
/**************End Badges****************/
/******************Testimonial 2025*******/
.testimonial_2025_blocks h3 {
  display: none;
}
/******/
@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.gradient_color_pink_orange_border {
  position: relative;
  width: 100%;
  height: 100%;
  height: auto;
  background: repeating-conic-gradient(from var(--a), #ff2770 0%, #ff2770 5%, transparent 5%, transparent 40%, #ff2770 50%) !important;
  animation: rotating 10s linear infinite;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  padding: 1px;
  margin: auto;
  position: sticky;
  top: 1rem;
}
.gradient_color_pink_orange_border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-conic-gradient(from var(--a), #FEA530 0%, #FEA530 5%, transparent 5%, transparent 20%, #FEA530 50%);
  border-radius: 10px;
  animation: rotating 10s linear infinite;
  animation-delay: -1s;
}
.gradient_color_pink_orange_border .gradient_border_background {
  padding: 3px;
  background: transparent;
}
.gradient_color_pink_orange_border form {
  border-radius: 10px;
  padding: 2rem;
}
.gradient_color_pink_orange_border input {
  background: black;
  background: white;
  z-index: 1;
  border-radius: 10px;
  color: black;
}
@keyframes rotating {
  0% {
    --a: 0deg;
  }
  100% {
    --a: 360deg;
  }
}
/*********Questions************/
.questions {
  position: absolute;
  /*top: 0px;*/
  opacity: 0;
  transition: opacity 0.5s linear;
  z-index: -1;
}
.questions.active {
  position: relative;
  /*right: 0px;*/
  opacity: 100%;
  transition: opacity 0.5s linear;
  z-index: 1;
}
.questions .questions_text {
  text-align: left;
}
.questions .question_buttons {
  margin-top: 20px;
}
.questions .cta-button {
  margin-right: 20px;
  margin-bottom: 20px;
}
/*********End Questions************/
/****checkbox 2026****/
.checkbox-wrapper {
  /*margin-bottom: 70px;*/
}
.checkbox-wrapper .checkbox_2026 {
  flex: 0 0 200px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1219px) {
  .checkbox-wrapper .checkbox_2026 {
    flex: 0 0 190px;
  }
}
@media (max-width: 1176px) {
  .checkbox-wrapper .checkbox_2026 {
    flex: 0 0 180px;
  }
}
@media (max-width: 1132px) {
  .checkbox-wrapper .checkbox_2026 {
    flex: 0 0 155px;
  }
}
@media (max-width: 1023px) {
  .checkbox-wrapper .checkbox_2026 {
    flex: 0 0 145px;
  }
}
@media (max-width: 991px) {
  .checkbox-wrapper .checkbox_2026 {
    flex: 0 0 135px;
  }
}
.checkbox-wrapper .checkbox_2026.checkbox_2026_text {
  position: relative;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
}
.checkbox-wrapper .checkbox_2026 .label_text {
  margin-left: 15px;
  font-size: 20px;
  margin-bottom: 0px;
}
.checkbox-wrapper .checkbox_2026 input[type="checkbox"] {
  display: none;
  visibility: hidden;
  visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
.checkbox-wrapper .checkbox_2026 input[type="checkbox"]:focus {
  outline: none;
}
.checkbox-wrapper .checkbox_2026 input[type="checkbox"] + label:before {
  border: none;
  height: 100%;
}
.checkbox-wrapper .checkbox_2026 .cbx {
  -webkit-perspective: 20;
  perspective: 20;
  display: inline-block;
  border: 2px solid #e8e8eb;
  background: #e8e8eb;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
  padding-top: 0px;
  padding-left: 0px;
  height: 24px;
}
.checkbox-wrapper .checkbox_2026 .cbx:hover {
  border-color: #FF4782;
}
.checkbox-wrapper .checkbox_2026 .flip {
  display: block;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  position: relative;
  width: 20px;
  height: 20px;
  height: 100%;
}
.checkbox-wrapper .checkbox_2026 label.label_image {
  display: block;
  text-align: center;
}
.checkbox-wrapper .checkbox_2026 label.label_image .label_image_box {
  transition: all 0.4s;
  background-color: black;
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
}
.checkbox-wrapper .checkbox_2026 label.label_image .label_image_box:hover {
  transform: scale(1.1);
}
.checkbox-wrapper .checkbox_2026 label.label_image .label_image_box img {
  filter: brightness(0) invert(1);
  max-width: 60%;
  margin: auto;
}
.checkbox-wrapper .checkbox_2026 label.label_image p {
  font-size: 18px;
  font-weight: 700;
  transition: all 0.6s;
}
.checkbox-wrapper .checkbox_2026 input[type=checkbox]:checked + .cbx {
  border-color: #FF4782;
  padding-top: 0px;
  padding-left: 0px;
}
.checkbox-wrapper .checkbox_2026 input[type=checkbox]:checked + .cbx .flip {
  transform: rotateY(180deg);
}
.checkbox-wrapper .checkbox_2026 input[type=checkbox]:checked ~ label.label_text,
.checkbox-wrapper .checkbox_2026 input[type=checkbox]:checked ~ label.label_image p {
  color: #FF4782;
}
.checkbox-wrapper .checkbox_2026 input[type=checkbox]:checked ~ label.label_image .label_image_box {
  background-color: #FF4782;
  /*transform: rotateY(180deg);*/
}
.checkbox-wrapper .checkbox_2026 input[type=checkbox]:checked ~ label.label_image .label_image_box:hover {
  /*transform: scale(1.1) rotateY(180deg);*/
}
.checkbox-wrapper .checkbox_2026 .front,
.checkbox-wrapper .checkbox_2026 .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  height: 100%;
}
.checkbox-wrapper .checkbox_2026 .front {
  background: #fff;
  z-index: 1;
}
.checkbox-wrapper .checkbox_2026 .back {
  transform: rotateY(180deg);
  background: #FF4782;
  text-align: center;
  color: #fff;
  line-height: 20px;
  box-shadow: 0 0 0 1px #FF4782;
  height: 100%;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
}
.checkbox-wrapper .checkbox_2026 .back svg {
  margin-top: 3px;
  fill: none;
  margin-top: 0px;
}
.checkbox-wrapper .checkbox_2026 .back svg path {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/****End checkbox****/
/*** Pricing Exit CTA popup***/
#pricing_exit_cta_form.fancy_popup {
  max-width: 1150px;
  width: 90%;
  padding: 4rem !important;
  background-size: cover;
  background-position: right;
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg);
  overflow: hidden;
  cursor: auto;
}
#pricing_exit_cta_form.fancy_popup .contact-form {
  padding: 2rem 0rem;
}
#pricing_exit_cta_form.fancy_popup .contact-form h2.title {
  text-align: left;
  margin-bottom: 20px;
}
#pricing_exit_cta_form.fancy_popup .contact-form p {
  text-align: left;
  color: white;
}
#pricing_exit_cta_form.fancy_popup .contact-form ul {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 40px;
  list-style: disc;
  color: white;
}
#pricing_exit_cta_form.fancy_popup .contact-form ul li {
  /*text-indent: -36px;*/
  padding-left: 33px;
  padding-left: 0px;
  color: white;
  text-align: left;
  display: list-item;
}
#pricing_exit_cta_form.fancy_popup .cta_exit_image {
  bottom: 0%;
  right: 0px;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  font-family: 'object-fit: cover;';
  position: absolute;
  padding: 20px 0px;
}
#pricing_exit_cta_form.fancy_popup .cta-button.white-outline:focus {
  background: white;
}
#pricing_exit_cta_form.fancy_popup .cta-button.white-outline:hover {
  background: white;
  opacity: 0.7;
}
#pricing_exit_cta_form.fancy_popup ul.check li:before {
  font-size: 20px;
  color: white;
}
@media screen and (max-width: 1140px) {
  #pricing_exit_cta_form .left_exit_popup {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #pricing_exit_cta_form .exit_cta_button_wrapper {
    text-align: center;
  }
  #pricing_exit_cta_form .cta_exit_image {
    opacity: 28%;
    width: auto;
  }
}
/***End Pricing Exit CTA popup***/
/********ROI blocks*********/
.roi_message_boxes_sec {
  margin: 3rem auto;
  max-width: 950px;
}
.roi_message_boxes_sec .row {
  justify-content: center;
}
.roi_message_boxes_sec .row .customer_number_row_cell {
  margin-bottom: 2rem;
}
.roi_message_boxes_sec .row .customer_number_row_cell .customer_number {
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .roi_message_boxes_sec .row .customer_number_row_cell .customer_number {
    align-items: center;
  }
}
.roi_message_boxes_sec .row .customer_number_row_cell .customer_number h3 {
  text-align: center;
  margin-bottom: 0.7rem;
  color: #30B39F;
  font-size: 70px;
}
.roi_message_boxes_sec .row .customer_number_row_cell .customer_number p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
}
/********End ROI blocks*********/
/*# sourceMappingURL=demo.css.map */
