@charset "utf-8";
body {
  /* font-family: "Inter Tight", sans-serif; */
  font-family: 'Poppins';
  /* padding-top: 70px;  */
}

 /* Custom styles for the dropdown */
 .navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-nav > .dropdown:hover > .dropdown-toggle::after {
  display: inline-block;
}
/* Ensure Sign In button stays on right on mobile */
.navbar-nav.navbar-right {
  float: right !important;
  margin: 0;
}
.navbar-nav.navbar-right > li {
  float: right;
}
.navbar.scrolled {
  background: #f3fffd!important;
  top: 0!important;
}
@media (max-width: 768px) {
  .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
  .navbar-header {
      float: left;
  }
  .navbar-nav.navbar-right {
      float: right !important;
      margin: 0;
  }
  .navbar-nav > li {
      float: left;
  }
  
}

/* Navbar Styles */
.navbar {
  background: transparent;
  border: none;
  margin-bottom: 0;
  padding: 20px 0;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar.scrolled {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.navbar-brand {
  padding: 5px 15px;
  height: 60px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-height: 40px;
  width: auto;
}

@media (min-width: 768px) {
  .navbar-right{
    margin-right: 0!important;
  }
}

.navbar-toggle {
  margin-top: 13px;
}

.btn-signin {
  background-color: #1ecab8;
  color: white !important;
  border-radius: 20px;
  padding: 6px 20px !important;
  margin: 12px 0;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-signin:hover {
  background-color: #17b9a9;
  color: white;
  transform: translateY(-1px);
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #17b9a9;
}

@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 40px!important;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .navbar-collapse {
    /* background: white; */
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 4px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  }

  .navbar-default .navbar-collapse{
    border: none;
    padding-top: 0;
  }
  
  .btn-signin {
    display: inline-block;
    margin: 5px 0;
  }
}
a {
  cursor: pointer;
}
.well-style {
  text-align: center;
  max-width: 517px;
  margin-bottom: 9px !important;
  font-size: 18px;
  margin-left: 61px;
  background-image: none !important;
  background-color: #3bbdad;
}

/* -- */
.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: 40px;
}

.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 {
  /* 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;
}
/* .footer_kudos_pro {
  background: #f4f4f4;
  border-top: solid 1px #727272;
  padding: 50px 0;
  min-height: 300px;
}
.footer_menu_section_in_all {
  display: block;
}
.footer_kudos_pro_wrap {
  width: 10%;
  float: left;
}
.footer_kudos_pro_wrap ul {
  padding: 0;
  margin: 0;
}
.footer_kudos_pro_wrap ul li {
  display: block;
}
.footer_kudos_pro_wrap li a.footer_menu_top {
  display: block;
  font-size: 16px;
  color: #727272;
  text-decoration: none;
  margin-bottom: 15px;
}
.footer_kudos_pro_wrap li a.footer_menus {
  display: block;
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: none;
  margin-bottom: 10px;
}
.footer_pro_menu_logo {
  text-align: right;
  display: block;
} */
.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;
  }
}
