@charset "utf-8";
body .navbar{
  font-family: "Inter Tight", sans-serif!important;
}
body {
  font-family: 'Poppins';
}


/* -- */
.landing_page_pro .hero-section {
  padding: 100px 20px;
  text-align: center;
}

.landing_page_pro .hero-section h1 {
  font-weight: 600;
  font-family: poppins;
  font-size: 48px;
  margin-top: 85px;
}

.landing_page_pro .hero-section h1 span {
  color: #1ecab8;
}

.landing_page_pro .hero-section p {
  max-width: 715px;
  margin: 20px auto;
  font-size: 18px;
  color: #555;
  /* font-family: 'Poppins'; */
  font-weight: 400;
}
.landing_page_pro .hero-section p strong {
  font-weight: 600;
}

.landing_page_pro .hero-buttons .btn {
  margin: 10px;
  padding: 10px 24px;
  border-radius: 25px;
  /* font-family: 'Poppins'; */
  border: 2px solid #1ecab8;
  font-size: 16px;
}

.landing_page_pro .btn-primary {
  background-color: #1ecab8;
  border: none;
}

.landing_page_pro .btn-primary:active:hover {
  background-color: #17b9a9;
}

.landing_page_pro .btn-outline-primary {
  border: 2px solid #1ecab8;
  color: #1ecab8;
  background-color: transparent;
}

.landing_page_pro .btn-outline-primary:hover {
  background-color: #1ecab8;
  color: #fff;
}

.landing_page_pro .resume-img {
  margin-top: 40px;
  max-width: 600px;
  width: 100%;
}

.landing_page_pro .floating-ui {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}


@media (max-width: 768px) {
  .landing_page_pro .hero-section h1 {
    font-size: 35px;
  }
  .h1-break{
    display: none;
  }
  .landing_page_pro .hero-section p {
    font-size: 14px;
  }
  .landing_page_pro .hero-buttons .btn {
    min-width: 210px;
  }

  .landing_page_pro .hero-section {
    padding: 35px 20px;
  }
}

  

  /* --- */


.landing_page_pro {
  /* background: #F3FFFD; */
  background: linear-gradient(26deg, #F3FFFD, #CFFFFB);
  min-height: 84vh;
  width: 100%;
  /* border-bottom: solid 1px #3BBDAD; */
  padding: 0;
  position: relative!important;
}
.dot{
  position: relative;
}
.dots_bg{
  position: absolute;
  width: 195px;
  height: 195px;
  left: -86px;
  top: -70px;
}
.dotted-bg{
  position: absolute;
  max-width: 99vw;
  min-height: 30vh;
}
/* .main_logo_pro {
  padding: 10px 0 !important;
} */
.writing_resumes {
  padding: 60px 0 !important;
  position: relative;
}
.vcenter {
}
.remove_space {
  padding: 0;
}
.signup-btn {
  font-family: "Inter Tight", sans-serif;
  border-radius: 5px;
  color: #00c5ae;
  background: #fff;
  border: none;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  margin-top: 20px;
  max-width: 300px;
}
.signup-btn-teal {
  font-family: "Inter Tight", sans-serif;
  border-radius: 7px;
  color: #fff;
  background: #3bbdad;
  border: none;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  margin: 10px;
  max-width: 400px;
  font-weight: 500;
  letter-spacing: 1pt;
}
button.sign_up_its_free {
  font-family: "Inter Tight", sans-serif;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  background: #3bbdad;
  border: none;
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
.or_class_in {
  min-height: 10px;
  text-align: center;
  position: relative;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.before_or {
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  left: 0;
  background: #d0d1d1;
  top: 11px;
  z-index: 0;
}
span.in_class {
  z-index: 1111;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
span.in_class_sign {
  z-index: 1111;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
}
.social_network a:hover {
  text-decoration: none;
}
.well-style-signUp-Home {
  text-align: center;
  max-width: 517px;
  margin-bottom: 9px !important;
  font-size: 14px;
  margin-left: 0;
  background-image: none !important;
  background-color: #f5fcfb;
}
.email-exists-signup {
  display: none;
}
.footer-div {
  background: #00c5ae;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 1299px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
  .well-style {
    max-width: 70%;
    margin: 0 auto;
  }
  .well-style-signIn {
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  /* .main_logo_pro {
    padding: 30px 15px !important;
  } */
}
@media (max-width: 1199px) {
  .landing_page_pro {
    /* min-height: 95vh; */
  }
  .writing_resumes {
    padding: 20px 10px !important;
  }
}
@media (max-width: 991px) {
  .writing_resumes {
    padding: 0 10px 20px !important;
  }
  .footer_kudos_pro_wrap {
    width: 95px !important;
    float: left;
  }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  /* .main_logo_pro {
    padding: 20px 10px 0 !important;
  } */
}
@media (max-width: 540px) {
  .signup-btn-teal{
    margin: 10px 0;
    font-size: 15px;
    min-width: 83vw;
  }
}
@media (max-width: 499px) {
  .sign_in_pro_up a {
    font-size: 19px;
  }
  button.sign_up_its_free {
    height: 40px;
    font-size: 16px;
    margin-top: 3px;
  }
  .social_network li button {
    height: 40px;
    font-size: 15px;
  }
  .highlights-list{
    font-size: 13px!important;
    line-height: 1.2!important;
  }
}
@media (max-width: 399px) {
}
.abovefold-image {
  min-height: 400px;
  min-width: 300px;
  max-width: 550px;
  max-height: 371px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abovefold-image img {
  /*max-height: 350px;*/
  max-width: 92%;
}
.reason-section{
  margin-top: 40px;
}
.reason-section .card-title{
  font-size: 21px!important;
  margin-bottom: 20px!important;
}
.main-card-bg{
  position: relative;
  overflow: hidden;
}
.gradient-01{    
  position: absolute;
  right: 0;
  height: 251vh;
}
.gradient-02{    
  position: absolute;
  top: 160rem;
  left: 0;
  height: 251vh;
}
.gradient-03{    
  position: absolute;
  bottom: 60rem;
  right: 0;
  height: 251vh;
}
.feature-cards {
  font-family: poppins;
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.light-bg-section{
  position: relative;
  padding: 60px 50px!important;
}
.light-bg{
  position: absolute;
  background: #F9F9F9;
  width: 100vw;
  height: 100%;
}
.feature-card {
  /* margin-bottom: 60px; */
  min-height: 250px;
  margin: 10px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.feature-card .card {
  /*padding: 0 15px;*/
  text-align: left;
}
.three-steps-card .card {
  padding: 0 18px;
}
.feature-card .card-title {
  font-size: 26px;    
  font-weight: 600;
  color: #000;
}
.feature-card .feature-head p {
  text-align: center;
}
.feature-card .card-text {
  font-size: 15px;
}
.three-steps-image {
  min-height: 350px !important;
}
.three-steps-image img {
  max-height: 350px;
}
.services-image{ 
  min-height: 225px!important;
}
::ng-deep .services-image img {
  max-width: 165px !important;
}

.services-title{
  font-size: 24px!important;
}
.feature-image {
  /* background: #eee; */
  min-height: 300px;
  min-width: 300px;
  border-radius: 30px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .left-image {
    justify-content: start !important;
  }
  .right-image {
    justify-content: end !important;
  }
}

.feature-image img {
  max-height: 350px;
  max-width: 100%;
}
.three-steps-image.feature-image img {
  max-width: 95% !important;
}
.services-image.feature-image img {
  max-width: 50% !important;
}
.card-col {
  display: flex;
  flex-direction: column;
}




.card-custom {
  background-color: #fbfbfb;
  border-radius: 15px;
  padding: 15px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  flex: 1;
}

.card-image-placeholder {
  width: 100%;
  height: 250px;
  /* background-color: #fff; */
  border-radius: 15px;
  margin-bottom: 10px;
  display: flex;
}

.card-image-placeholder img{
  height: 90%;
  margin: auto;
}

.card-text-small {
  font-size: 0.875rem;
  color: #6c757d;
}

.kudoswall-card-container {
  padding: 85px 0;
}
.kudoswall-card-container h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.kudoswall-card-container .col-pd-10 {
  padding: 10px;
  display: flex; /* allow stretching */
  min-height: 420px;
}

.kudoswall-card-container .row {
  align-items: stretch; /* equal height in row */
}

.kudoswall-card-container h6 {
  font-size: 23px;
}

.kudoswall-card-container p {
  font-size: 18px;
}

.kudoswall-card-container a{
  color: inherit;
  width: max-content;
}
.kudoswall-card-container h6{
  width: max-content;
}
.kudoswall-card-container p{
  cursor: pointer;
}

/* ---------- Responsive Styles ---------- */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .kudoswall-card-container {
    padding: 60px 15px;
  }

  .kudoswall-card-container h3 {
    font-size: 26px;
  }

  .kudoswall-card-container .col-pd-10 {
    min-height: auto;
  }

  .kudoswall-card-container h6 {
    font-size: 20px;
  }

  .kudoswall-card-container p {
    font-size: 16px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .kudoswall-card-container {
    padding: 40px 10px;
  }

  .kudoswall-card-container h3 {
    font-size: 22px;
  }

  .kudoswall-card-container h6 {
    font-size: 18px;
  }

  .kudoswall-card-container p {
    font-size: 15px;
  }

  .kudoswall-card-container .row {
    flex-direction: column;
  }

  .kudoswall-card-container .col-pd-10 {
    width: 100%;
    padding: 8px 0;
  }
}



.kudoswall-masonry .wrapper{
  --gap: 28px;
  --columns: 1;
  margin-inline: auto;
  column-count: var(--columns);
  gap: var(--gap);
}

@media (min-width: 340px){
  .kudoswall-masonry .wrapper{
    --columns: 2;
  }
}
@media (min-width: 720px){
  .kudoswall-masonry .wrapper{
   --columns: 3;
  }
}
@media (max-width: 992px){
  .kudoswall-masonry .wrapper{
   --columns: 2!important;
  }
  .kudoswall-masonry .wrapper .custom-feature-card:nth-child(5){
    margin-top: 0!important;
  }
}
@media (max-width: 498px){
  .kudoswall-masonry .wrapper{
   --columns: 1!important;
  }
  .kudoswall-masonry .wrapper .custom-feature-card{
    margin-top: 0!important;
  }
  .feature-cards {
    padding-top: 34px;
  }
}

.kudoswall-masonry .wrapper .custom-feature-card:nth-child(1){
  margin-top: 140px;
}
.kudoswall-masonry .wrapper .custom-feature-card:nth-child(5){
  margin-top: 140px;
}

.kudoswall-card-container .custom-feature-card {
  display: inline-block;
  /* background: #e9fcfc; */
  background: linear-gradient(45deg, #EEFBFD, #D1FFFB);
  margin-bottom: 28px;
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  min-height: 446px;
  transition: all 0.3s ease;
}

.kudoswall-card-container .custom-feature-card:hover {
  transform: translateY(-4px);
}

.kudoswall-card-container .feature-img {
  object-fit: contain;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 50px;
}

.kudoswall-card-container .feature-title {
  font-weight: 600;
  font-size: 20px;
  color: #111;
  text-decoration: none;
  margin-bottom: 10px;
}

.kudoswall-card-container .feature-title:hover {
  /* color: #007bff; */
  text-decoration: underline;
}

.kudoswall-card-container .feature-desc {
  font-size: 15px;
  color: #707070;
  line-height: 1.5;
  margin: 10px 0;
}

.kudoswall-card-container h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}


@media (max-width: 1199px){
  .kudoswall-card-container .custom-feature-card {
    min-height: 380px;
    padding: 30px;
  }
  .kudoswall-card-container .feature-img {
    margin-top: 40px;
  }
}





.footer {
  background-color: #3c4246;
  color: #ccc;
  padding: 40px 0;
  text-align: center;
}

.footer a {
  color: #fff;
  margin: 0 12px;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .company-links {
  margin-bottom: 10px;
  display: grid;
  justify-content: center;
}
@media (min-width: 530px){
  .footer .company-links {
    grid-auto-flow: column;
  }
}


.footer .company-links a{
  padding: 10px;
}

.footer .social-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.footer .social-icons a {
  margin: 0 8px;
  font-size: 18px;
  color: #fff;
}

.footer .social-icons a:hover {
  color: #00bfa6;
}

.footer .logo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.footer .logo img {
  max-height: 45px;
  width: auto;
}

.footer p {
  margin-top: 15px;
  font-size: 12px;
  color: #aaa;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .footer a {
    display: inline-block;
    margin: 8px 10px;
    font-size: 13px;
  }
  .footer .social-icons a {
    margin: 0 6px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .footer a {
    display: block;
    margin: 6px 0;
    font-size: 14px;
  }
  .footer .social-icons {
    margin: 15px 0;
  }
}









    .template-card {
      transition: all 0.3s ease;
      overflow: hidden;
      /* background: white;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); */
      max-width: 310px;
      /* height: 442px; */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 auto;
    }

    .template-card img {
      width: 100%;
      display: block;
      /* aspect-ratio: 3/4; */
      object-fit: contain;
      background: #3BBDAD;
      /* padding: 12px; */
      /* border-bottom: 1px solid rgba(0,0,0,0.06); */
      padding-right: 15%;
      padding-top: 15%;
      border-radius: 35px;
      flex: 1 1 auto;
    }

    /* .template-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    } */

    .template-title{
      text-align: left;
      font-weight: 500;
      font-size: 18px;
      color: #111;
      padding: 10px 8px 14px;
    }

    .templates-section{
      margin-top: 100px;
      /* margin-bottom: 36px; */
    }

    /* Add vertical spacing between cards on Bootstrap 3 grid */
    .templates-grid > [class*='col-']{
      margin-bottom: 24px;
    }

    /* Load More button styles */
    #loadMoreTemplates{
      background-color: #cbd6d6;
      border: none;
      border-radius: 20px;
      padding: 8px 18px;
      color: black;
    }
    #loadMoreTemplates:focus{
      border: none;
      outline: none;
      box-shadow: none;
    }

    @media (max-width: 768px) {
  .template-card {
    margin-bottom: 20px;
  }
}

/* ================= FAQ ================= */
.faq-section{
  margin: 70px auto;
}
.faq-heading{
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 18px;
}
.faq-heading span{ color: #1ecab8; }

.faq-list{
  /* background: #eefcfb; */
  border-radius: 18px;
  padding: 24px;
}

.faq-item{
  background: #fff;
  /* border: 1px solid rgba(0,0,0,0.08); */
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question{
  width: 100%;
  text-align: left;
  padding: 25px 30px;
  background: #F4F4F4;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 260ms ease, color 260ms ease, padding 220ms ease;
}
.faq-question[aria-expanded="true"]{ 
  background: #F2F7F7; 
  color: #3BBDAD;
  padding: 25px 30px 8px;
}
.faq-question .chev{ 
  transition: transform 280ms cubic-bezier(0.2, 0, 0, 1); 
}
.faq-item.is-open .faq-question .chev{ 
  transform: rotate(180deg); 
}

.faq-answer{
  /* transition slide/fade */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px 0; /* animate bottom padding in open state */
  color: #525252;
  font-size: 14px;
  background: #F2F7F7;
  transition: max-height 360ms cubic-bezier(0.2, 0, 0, 1), opacity 300ms cubic-bezier(0.2, 0, 0, 1), padding 300ms cubic-bezier(0.2, 0, 0, 1);
  will-change: max-height, opacity, padding;
}
.faq-item.is-open .faq-answer{
  max-height: 600px; /* large enough for typical content */
  opacity: 1;
  padding: 0 30px 25px;
}

@media (max-width: 540px){
  .faq-list{ padding: 14px; }
}

/* ================= Why Choose ================= */
.why-choose-section{
  margin: 60px auto 20px;
}
.vcenter{
  display: flex;
  align-items: center;
}
.why-choose-card{
  background: linear-gradient(45deg, #EEFBFD, #D1FFFB);
  border-radius: 18px;
  padding: 10%;
}
.why-media{ 
  min-height: 160px; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
}
.why-media img{ 
  max-height: 240px; 
  width: auto; 
}
.why-title{ 
  font-weight: 600; 
  font-size: 22px;
  line-height: 1.5;
   margin: 8px 0 10px; 
  }
.why-title span{ 
  color:#1ecab8; 
}
.why-desc{ 
  color:#525252; 
  font-size: 14px; 
  line-height: 1.6; 
}

@media (max-width: 768px){
  .why-choose-card{ 
    padding: 20px; 
  }
  .why-title{ 
    font-size: 20px; 
    text-align:center; 
  }
  .why-desc{ 
    text-align:center; 
  }
  .why-media{ 
    margin-bottom: 10px; 
  }
  .vcenter{
    flex-direction: column;
  }
}