.page-header-bnr {
  display: flex;
  align-items: center;
  padding: 50px 0 0;
  gap: 50px;
}
.page-header-bnr .left-title-sec,
.page-header-bnr .right-video-sec {
  width: 50%;
}
h1.header-bnr-title {
  margin: 0 0 30px;
  color: var(--black);
  line-height: 1.3;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
}

.trusted-banner {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  margin: 15px 0 0;
}

.stars {
  display: flex;
  margin-right: 10px;
}

.star {
  color: var(--green);
  font-size: 30px;
  margin-right: 2px;
}
.trusted-text {
    margin-top: 4px;
}
.trusted-text strong {
  font-weight: 600;
}


.pricing-plan-section {
  background-color: var(--gray-100);
  border-radius: 16px;
  max-width: 1024px;
  margin: auto;
}
.pricing-sec-bg {
  background-color: var(--gray-100);
  padding: 50px 0;
  margin: 0 0 50px;
}
.pricing-title {
  margin-bottom: 25px;
}
.pricing-title h3 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
}
.micro-text {
  color: var(--gray-600);
  font-size: 13px;
  margin-bottom: 6px;
}
.premium-plan-table {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
}
.premium-plan-table .col-1,
.premium-plan-table .col-2,
.premium-plan-table .col-3 {
  width: 33.33%;
}
.premium-plan-table .col-1,
.premium-plan-table .col-2 {
  height: 540px;
}
.premium-plan-table .col-3 {
  height: 555px;
}
.premium-plan-box {
  border: 1px solid var(--gray-300);
  background-color: var(--white);
  border-radius: 25px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s ease-in-out;
}
.plan-highlight {
  border: 1px solid var(--accent-blue);
}
.plan-highlight.box-shd {
  box-shadow: 0 5px 30px rgb(0 0 0 / 11%);
}
.save-offer-text {
  color: var(--gray-600);
  font-weight: 400;
  font-size: 22px;
  text-decoration: line-through;
  margin: 5px 12px 0 0;
}
.plan-pricing-amount {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
p.plan-benefits {
  color: var(--gray-600);
  font-weight: 500;
  font-size: 14px;
}
.most-popular-box .plan-header {
  margin-top: 20px;
}
.plan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin-bottom: 15px;
}
h4.plan-title {
  font-size: 34px;
  font-weight: 700;
}
ul.feature-list {
  padding: 0;
  margin-bottom: 20px;
}
.price-io {
  font-size: 90%;
  letter-spacing: 2px;
}
ul.feature-list li {
  list-style: none;
  display: block;
  margin: 0 0 10px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}
ul.feature-list li:after {
  position: absolute;
  left: 0px;
  top: 2px;
  content: " ";
  background: url(/assets/img/tick-green-min.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
ul.feature-list.free-plan {
  filter: opacity(0.5);
}
ul.feature-list.free-plan li:after {
  background: url(/assets/img/cross-black-min.svg) no-repeat;
  width: 12px;
  top: 5px;
  filter: opacity(0.5);
}
.action-btn-sec.popular-action-btn button.btn {
  background-color: var(--accent-blue);
}
.action-btn-sec .btn.btn-normal.btn-border-blue.btn-rounded {
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}
.action-btn-sec .btn.btn-normal.btn-border-blue.btn-rounded:hover{
  background-color: var(--accent-blue);
  color: #fff;
}
.plan-header p.subtitle-txt {
  font-size: 15px;
  margin: 0;
}
.plan-header p.help-txt {
  font-size: 13px;
  color: var(--gray-600);
  text-align: center;
  font-weight: 500;
}
.offer-label {
  border-radius: 0 0 10px 10px;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
}
.offer-label.blue-label {
  background-color: var(--accent-blue);
  color: var(--white);
}
.offer-label.blue-label p {
  color: var(--white);
  font-size: 11px;
}
.offer-label.green-label {
  background-color: #c3fcbb;
  color: var(--white);
}
.offer-label.green-label p {
  color: var(--gray-700);
  font-size: 11px;
}
.saving-bubble {
  background-color: #c3fcbb;
  color: var(--gray-300);
  border-radius: 25px;
  padding: 5px 12px;
  margin: 10px auto 0;
  width: 120px;
}
.saving-bubble.free-bubble {
    text-align: center;
    background-color: var(--white);
    border: 2px solid var(--gray-300);
}
.saving-bubble p {
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 500;
}
.free-plan-header .saving-bubble p {
    color: var(--gray-600);
    font-weight: 600;
}
.premium-bg {
  background: linear-gradient(0deg, #dbe8ffa6 0%, #ffffff 100%);
}
 .premium-plan-box .btn.btn-border-blue:active, 
 .premium-plan-box .btn.btn-border-blue:focus {
  background-color: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  box-shadow: none;
}
.premium-plan-xs {
  display: none;
}
.benefit-sec-xs {
  display: none;
}
.why-bnr-subtext {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.header-bnr-title .highlight {
    color: var(--primary);
}

/*ai-apply bnr css*/
section.ai-apply-banner-wrap {
    padding: 0 0 50px;
}
.ai-apply-banner {
  margin: 0;
  padding: 60px 20px;
  border-radius: 25px;
 
  background: linear-gradient(
   90deg, #00BDF7, #1F5BFF, #931FFF
  );
 
  color: white;
  position: relative;
  overflow: hidden;
}
 
/* subtle glow border */
/*.ai-apply-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(90deg, #00BDF7, #1F5BFF, #931FFF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}*/
 
.ai-apply-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
 
.ai-apply-sub {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
 
/* BUTTON */
.btn.btn-normal.btn-blue.btn-copilot.btn-white-bg {
  background: #fff;
  animation: none;
  color: var(--primary);
}
 
/* RATING */
.ai-apply-rating {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
 
.stars {
  color: #ffcc00;
  font-size: 22px;
}
 
.rating-text {
  font-size: 16px;
  opacity: 0.95;
}
.rating-text b{
  font-weight: 600;
}
/*ai-apply css/*/

.meta-header-bg {
  /* background-image: linear-gradient(to bottom, #c3dcfe, #fff); */
  /* background: linear-gradient(180deg, rgba(228, 224, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  background-color: #e8f1fc;
}
.posted-jobs-list {
    padding: 50px 0 0;
}
.job-search-sec.job-search-align {
    border-radius: 15px;
    background-color: var(--white);
    padding: 20px;
    max-width: 1200px;
    margin: 50px auto 50px;
    box-shadow: 0px 15px 30px 1px rgb(13 110 212 / 10%);
}

/* START: Responsive media query css  */
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 960px) {
  .premium-plan-box ul.feature-list li {
    margin: 0 0 8px;
    line-height: 1.3;
    font-size: 13px;
  }
  .premium-plan-box {
    padding: 15px;
  }
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 800px) {
  
}
@media only screen and (max-width: 768px) {
  .premium-plan-box ul.feature-list {
    margin-bottom: 15px;
  }
  .premium-plan-box ul.feature-list li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 712px) {

}
@media only screen and (max-width: 600px) {
  .pricing-plan-section {
    border-radius: 0;
    padding: 15px;
    background-color: var(--gray-100);
  }
  .copilot-step-content-box.step-1 {
    flex-direction: column;
  }
  .step-content-left, .upload-status-sec {
    width: 100%;
  }
  .copilot-title h3 {
    font-size: 18px;
  }
  .micro-text {
    font-size: 11px;
  }
  .copilot-step-content-box {
    padding: 0px;
    border: none;
  }
  .step-title {
    margin-bottom: 20px;
  }
  .step-title h4 {
    font-size: 14px;
  }
  
  /*CSS for premium plan xs view*/
  .copilot-title>.flex-center {
    justify-content: center;
  }
  .offer-end-bubble {
    margin-left: 0;
    width: fit-content;
    text-align: center;
    margin: 0 auto 20px;
  }
  /*CSS for copilot premium plan*/
  .premium-plan-table {
    display: none;
  }
  .plan-box-common {
    border: 1px solid var(--gray-300);
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s ease-in-out;
    position: relative;
    margin-bottom: 15px;
  }
  .plan-selected .plan-box-common {
    border: 2px solid var(--accent-blue);
    box-shadow: 0 5px 30px rgb(36 90 255 / 13%);
    text-decoration: none;
  }
  .premium-plan-xs a:hover, 
  .premium-plan-xs a.active {
    text-decoration: none;
  }
  .plan-box-xs {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offer-label {
    padding: 3px 12px;
    right: auto;
    left: 25px;
    border-radius: 0 0 8px 8px;
  }
  .offer-label.blue-label p {
    font-size: 8px;
  }
  h4.plan-title {
    font-size: 20px;
    font-weight: 600;
  }
  .save-offer-text {
    font-size: 14px;
    margin: 2px 8px 0 0;
  }
  p.saving-txt-xs {
    font-size: 11px;
    font-weight: 500;
    background-color: #c3fcbb;
    color: var(--gray-700);
    border-radius: 25px;
    padding: 5px 20px;
    margin: 10px 0 0;
    width: fit-content;
    text-align: center;
  }

  .premium-plan-box {
    border: 1px solid var(--gray-300);
    border-radius: 25px;
    padding: 25px;
    height: auto;
    transition: 0.3s ease-in-out;
  }
  .close-plan-xs {
    display: block;
    opacity: 1;
    background-color: var(--gray-200);
    padding: 10px;
    border-radius: 25px;
    top: 65px;
    right: 10px;
  }
  .close-plan-xs img {
    width: 12px;
  }
  .premium-plan-xs {
    display: block;
  }
  .box-body-xs {
    padding: 0;
    background-color: var(--white);
  }

  .benefit-sec-xs {
    display: block;
  }
  .copilot-title h3 {
        font-size: 18px;
  }
  .copilot-title h3>img {
    width: 18px;
    margin-right: 3px;
    vertical-align: top;
  }
  .why-premium-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-premium-box .left-sec,
  .why-premium-box .right-sec {
    width: 100%;
  }
  ul.feature-list {
    margin-bottom: 0;
  }

  .why-premium-xs .copilot-box-body {
    border-radius: 15px;
  }
  .why-premium-xs .copilot-title {
    margin-bottom: 15px;
  }
  .why-premium-xs .copilot-title h3 {
    font-size: 15px;
  }
  .why-premium-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-premium-box .left-sec, .why-premium-box .right-sec {
    width: 100%;
  }
  .copilot-form-section.why-premium-xs {
    background-color: var(--gray-100);
    border-radius: 15px;
  }
  .pricing-sec-bg {
    background-color: var(--white);
    padding: 0;
    margin: 0 0 15px;
  }
  .pricing-sec-bg .container {
    padding: 15px 10px;
  }
  .pricing-title h3 {
    font-size: 18px;
    margin: 15px 0 0;
  }
  .posted-job-section .load-more-jobs-section {
    margin: 30px auto 0;
  }
  h1.header-bnr-title {
      margin: 0 0 15px;
      text-align: center;
      font-size: 20px;
  }
  .why-bnr-subtext {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .trusted-text {
    font-size: 14px;
  }
  .trusted-banner{
    display: flow-root;
  }
  .trusted-banner .stars{
    display: inline-block;
  }

  /*ai-apply banner css*/
  section.ai-apply-banner-wrap {
    padding: 20px 0;
  }
  .hero-section-btn .btn.btn-normal.btn-blue.btn-copilot.btn-lg, 
  .btn.btn-normal.btn-blue.btn-copilot.btn-lg {
      font-size: 14px;
      padding: 12px 20px;
      width: 100%;
    }
    .ai-apply-banner {
      padding: 30px 15px;
    }
    .ai-apply-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.4;
    }
    .ai-apply-sub {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .ai-apply-banner .rating-text {
        font-size: 12px;
        margin-bottom: 0;
    }
    /*ai-apply banner css*/

    .browse-profile-section h2.sec-title {
      font-size: 24px;
      margin-top: 15px;
    }
    .posted-jobs-list.flex-element.mb-50 {
      margin-bottom: 30px;
      padding: 15px 0 0;
    }
    .meta-header-xs {
      margin: 0;
    }
    .autoapplier-bnr {
      border-radius: 0;
      background-color: #e8f1fc;
      padding: 20px;
      margin: 0 0 15px;
      box-shadow: 0 0 0px 2px rgb(13 110 212 / 10%);
    }
}
@media only screen and (max-width: 568px) {

}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 414px) {
  
}
@media only screen and (max-width: 376px) {
 
}
@media only screen and (max-width: 360px) {

}
@media only screen and (max-width: 340px){
  
} 
@media only screen and (max-width: 320px) {

}
