@charset "utf-8";
body {
  font-family: "Inter Tight", sans-serif;
}
a {
  cursor: pointer;
}

a:focus {
    outline: none !important;
}

.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;
}

/* -- */

.resume-img{
  display: none;
}

.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;
  }

  .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;
  }
  
  .btn-primary:focus, .btn-outline-primary:focus{
    outline: none!important;
  }

  .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;
  }
}

/* Loading state styles */
.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.btn-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hero-buttons .btn-loading {
  color: transparent !important;
}

.hero-buttons .btn-primary.btn-loading::after {
  border-top-color: #fff;
}

.hero-buttons .btn-outline-primary.btn-loading::after {
  border-top-color: #1ecab8;
}

  
/* hero-banner-img */


@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


.floating {
  position: relative;
  width: 100%;
  height: 476px;
}

.floating img {
  position: absolute;
  opacity: 0;
  animation: floatIn 1s ease forwards;
}

.floating-font {
  top: 80px;
  left: -88px;
  rotate: 4deg;
}

.floating-users {
  top: 200px;
  left: -88px;
  rotate: -2deg;
}

.floating-score {
  bottom: -22px;
  left: 189px;
  rotate: -9deg;
}

.floating-resume {
  top: 80px;
  /* left: 50%; */
  left: 37%;
  border-radius: 22px;
  max-width: 295px;
}

.floating-theme {
    top: 80px;
    right: 185px;
    rotate: 11deg;
}

.floating-salary {
  bottom: 40px;
  right: -79px;
  rotate: -6deg;
}

.floating-star {
  bottom: 6%;
  left: 57%;
  rotate: 5deg;
}


@media (min-width: 986px) and (max-width: 1199px) {
  .floating {
    height: 350px;
  }
  
  .floating img {
    scale: 0.9;
  }

  .floating-font {
    top: 25px;
    left: -23px;
    scale: 0.8!important;
  }

  .floating-users {
    top: 127px;
    left: -33px;
    scale: 0.8!important;
  }

  .floating-score {
    bottom: -58px;
    left: 129px;
    scale: 0.8!important;
  }

  .floating-resume {
    top: 0;
    left: 35%;
    transform: translateX(-50%);
  }

  .floating-theme {
    top: 9px;
    right: 123px;
    scale: 0.8!important;
  }

  .floating-salary {
    bottom: -58px;
    right: -44px;
    scale: 0.8!important;
  }

  .floating-star {
    bottom: 2%;
    left: 55%;
    scale: 0.7!important;
  }
  
}

@media (max-width: 992px) {
  .floating {
    height: 350px;
  }
  
  .floating img {
    scale: 0.7;
  }

  .floating-font {
    top: 80px;
    left: -23px;
    scale: 0.5!important;
  }

  .floating-users {
    top: 154px;
    left: -38px;

    scale: 0.5!important;
  }

  .floating-score {
    bottom: -58px;
    left: 76px;
    scale: 0.5!important;
  }

  .floating-resume {
    top: 0;
    left: 29%;
    transform: translateX(-50%);
  }

  .floating-theme {
    top: 9px;
    right: 78px;
    scale: 0.5!important;
  }

  .floating-salary {
    bottom: -15px;
    right: -44px;
    scale: 0.5!important;
  }

  .floating-star {
    bottom: 2%;
    left: 55%;
    scale: 0.7!important;
  }
  
}


@media (max-width: 768px) {
  .floating {
    height: 300px;
    margin: 20px auto;
    display: none;
  }
  
  .floating img {
    scale: 0.6;
  }

  .floating-font {
    top: 80px;
    left: -56px;
    scale: 0.4!important;
  }

  .floating-users {
    top: 145px;
    left: -71px;
    scale: 0.4!important;
  }

  .floating-score {
    bottom: -82px;
    left: 58px;
    scale: 0.4!important;
  }

  .floating-resume {
    top: 0;
    left: 26%;
    /* transform: translateX(-50%); */
  }

  .floating-theme {
    top: 22px;
    right: 88px;
    scale: 0.4!important;
  }

  .floating-salary {
    bottom: -45px;
    right: -23px;
    scale: 0.4!important;
  }

  .floating-star {
    bottom: 2%;
    left: 55%;
    scale: 0.4!important;
  }

  .resume-img{
    display: block;
  }
}

@media (max-width: 480px) {
  .floating {
    height: 300px;
    margin: 20px auto;
  }
  
  .floating img {
    scale: 0.5;
  }

  .floating-font {
    top: 80px;
    left: -106px;
    scale: 0.3!important;
  }

  .floating-users {
    top: 137px;
    left: -114px;
    scale: 0.3!important;
  }

  .floating-score {
    bottom: -82px;
    left: -43px;
    scale: 0.3!important;
  }

  .floating-resume {
    top: 0;
    left: 11%;
    transform: translateX(-50%);
  }

  .floating-theme {
    top: 22px;
    right: -52px;
    scale: 0.3!important;
  }

  .floating-salary {
    bottom: -45px;
    right: -111px;
    scale: 0.3!important;
  }

  .floating-star {
    bottom: 2%;
    left: 55%;
    scale: 0.5!important;
  }
}


  /* --- */


.landing_page_pro {
  /* background: #F3FFFD; */
  background: linear-gradient(26deg, #F3FFFD, #CFFFFB);
  min-height: 84vh;
  width: 100%;
  /* border-bottom: solid 1px #3BBDAD; */
  padding: 0 13px;
  position: relative;
  overflow: hidden;
}
.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;
} */
.kudospro_menus {
  padding: 19px 0;
}
.kudospro_menus ul {
  padding: 0;
  margin: 0;
}
.kudospro_menus ul li {
  display: inline-block;
  padding: 0 10px;
}
.kudospro_menus ul li a {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  color: #3a3a3a;
  text-decoration: none;
}
.kudospro_menus ul li a.sign_in_pro {
  color: #000;
  border-bottom: solid 2px #3bbdad;
  padding-bottom: 3px;
}
.kudospro_menus.kudospro_menus_systemF li a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
}
.writing_resumes {
  padding: 60px 0 !important;
  position: relative;
}
.remove_space {
  padding: 0;
}
.writing_pro_resumes {
  max-width: 540px;
  color: #000;
  display: flex;
  flex-direction: column;
    align-items: center;
}
.writing_pro_resumes_sign {
  max-width: 400px;
  width: 100%;
}
.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;
}
.writing_pro_resumes h1 {
  font-size: 48px;
  /*font-family: "Inter Tight", sans-serif;*/
  font-family: "Piazzolla", serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
  max-width: 846px;
}
.writing_pro_resumes h1 span {
  display: block;
}
.writing_pro_resumes p {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
    text-align: center;
    max-width: 922px;

}
.writing_pro_resumes p.start_buliding {
  margin-top: 20px;
}
.start_buliding,
.start_buliding a {
  font-family: "Inter Tight", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.writing_pro_resumes_sign ul {
  padding: 0;
  margin: 0;
}
.writing_pro_resumes_sign ul li {
  display: block;
  padding: 5px 0;
}
.writing_pro_resumes_sign ul li input {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  height: 45px;
  background: #fff;
  border: solid 1px #c0fef3;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
}
.writing_pro_resumes_sign ul li input::-webkit-input-placeholder {
  color: #00c5ae;
}
.writing_pro_resumes_sign ul li input::-moz-placeholder {
  color: #00c5ae;
}
.writing_pro_resumes_sign ul li input:-ms-input-placeholder {
  color: #00c5ae;
}
.writing_pro_resumes_sign ul li input:-moz-placeholder {
  color: #00c5ae;
}
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;
}
.writing_pro_resumes_sign ul li .social_network li {
  width: 33%;
  float: left;
}
.writing_pro_resumes_sign ul li .social_network li + li + li {
  padding-right: 0;
}
.social_network a:hover {
  text-decoration: none;
}
.writing_pro_resumes_sign ul li .social_network li {
  width: 100%;
}
.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) {
  .writing_pro_resumes h1 {
    font-size: 50px;
  }
  .writing_pro_resumes p {
    font-size: 18px;
  }
}
@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) {
  .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) {
  .writing_pro_resumes {
    max-width: 100%;
    text-align: left;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  /* .main_logo_pro {
    padding: 20px 10px 0 !important;
  } */
  .writing_pro_resumes {
    max-width: 100%;
    text-align: left;
    margin: 0 auto 15px;
  }
  .writing_pro_resumes p.start_buliding {
    margin-top: 4px;
  }
  .writing_pro_resumes_sign {
    max-width: 400px;
    width: 100%;
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .kudospro_menus ul li a {
    font-size: 15px;
  }
  .kudospro_menus ul li {
    display: inline-block;
    padding: 0 3px;
  }
  .kudospro_menus {
    padding: 19px 0;
  }
  .signup-btn-teal{
    margin: 10px 0;
    font-size: 15px;
    min-width: 83vw;
  }
}
@media (max-width: 499px) {
  .sign_in_pro_up a {
    font-size: 19px;
  }
  .writing_pro_resumes h1 {
    font-size: 35px;
    margin-top: 40px;
    line-height: 1.2;
  }
  .writing_pro_resumes p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: left;
  }
  .writing_pro_resumes_sign ul li input {
    width: 100%;
    height: 40px;
    background: #c0fef3;
    border: solid 1px #c0fef3;
    font-size: 14px;
    padding: 10px 12px;
  }
  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) {
  .kudospro_menus ul li a {
    font-size: 14px;
  }
  .writing_pro_resumes {
    max-width: 100%;
  }
  .writing_pro_resumes p {
    font-size: 17px;
  }
  .start_buliding,
  .start_buliding a {
    font-size: 17px;
    /*word-break: break-all;*/
  }
}
.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;
}

@media (max-width: 768px) {
  .reason-section .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.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 {
  padding: 0;
  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: bold;
  color: #000;
}
.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%;
}


@media (max-width: 430px) {
  .feature-image img {
    max-height: 284px;
  }
}

.three-steps-image.feature-image img {
  max-width: 65% !important;
}
.services-image.feature-image img {
  max-width: 50% !important;
}
.pricing-plans {
  padding-bottom: 5%;
  border-top: 1px solid #eee;
  margin-top: 40px;
  background: #f9f9f9;
}
.pricing-description {
  padding: 10px 0%;
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
}
.pricing-caption {
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
}
.plan-container {
  display: flex;
  width: 100%;
  overflow-y: scroll;
}
.plan {
  flex: 1;
  margin: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  min-width: 200px !important;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 5px 5px #b5ebe4;
}
.plan-contents {
  padding: 20px;
}
.plan-price {
  font-size: 28px;
  margin-top: 10px;
  text-align: center;
  color: #00b88a;
  font-weight: 300;
}
.plan-title {
  font-size: 18px;
  text-align: center;
}
.plan-subtitle {
  font-size: 14px;
  text-align: center;
  color: #8d8c8c;
  margin-top: 5px;
}
.plan-features {
  margin-top: 20px;
}
.plan-features .feature {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 5px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

@media (max-width: 768px) {
  .pricing-plans .row{
    margin-left: 0;
    margin-right: 0;
  }
}

.mat-icon {
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}
.green-tick {
  color: #0ab743;
  font-size: 18px !important;
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
  width: 20px;
}
.red-cross {
  color: #ff0000;
  font-size: 18px !important;
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
  width: 20px;
}
.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;
}
.img-col {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.p-0 {
  padding: 0;
}
.move-right {
  /* float: right; */
  order: 2;
}
.example-row {
  margin-top: 25px;
}
.example-resume-col {
  text-align: center;
}
.example-resume {
  height: 300px;
  padding: 5px;
  margin: 5px;
  box-shadow: 0 5px 5px #c9c9c9;
  border: 1px solid #eee;
  border-radius: 5px;
}
.more-examples {
  height: 300px;
  padding: 5px;
  margin: 5px;
  box-shadow: 0 0 15px #5c5c5c;
}
.see-more-examples {
  height: 300px;
  padding: 5px;
  margin: 5px;
  box-shadow: 0 0 15px #5c5c5c;
}
.see-more-link {
  color: #3bbdad;
  position: relative;
  top: 50%;
}
.top-logo {
  padding-top: 0px;
}
.top-logo-mobile {
  margin-top: 3px;
}
.no-automatic-renewals {
  font-size: 23px;
  font-weight: 500;
  padding: 10px 0;
  margin-top: 0;
}
.comparison-table.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}
.green-check {
  color: #0ab743;
  line-height: 1.42857143 !important;
}
.red-cross {
  color: #ff0000;
  line-height: 1.42857143 !important;
}
.pricing-table.table {
  background: #f9f9f9;
}
.pricing-table.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}
.plan-feature {
  font-weight: 500;
}
.highlights-list {
  font-size: 15px;
  line-height: 1.8;
  gap: 25px;
  list-style: none;
  margin-top: 14px;
}
.highlights-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.highlights-list li img{
  height: 15px;
}
@media (max-width: 1350px) {
  .feature-image{
    min-width: 229px;;
  }
}
@media (max-width: 991px) {
  .writing_pro_resumes_sign {
    overflow: hidden;
  }
  .col-md-4{
    padding: 0;
  }
  .feature-cards {
    padding: 0 13px;
  }
  .move-right {
    order: unset;
  }
  .see-more-examples {
    width: 240px;
    margin: 5px auto;
  }
  .pricing-description {
    width: 100%;
  }
  .why-kudoswall-wrapper,
  .pricing-table-wrapper {
    padding: 0;
  }
  .plan-price {
    font-size: 20px;
  }
  .feature-image {
    min-height: 0;
  }
  .abovefold-image {
    min-height: 316px;
  }
}
@media (max-width: 767px) {
  .top-logo-mobile{ 
    display: block !important; 
    visibility: visible; 
  }
}

@media (max-width: 768px) {
  .feature-image img {
    max-width: 100%;
  }
  /* .feature-card .row{
    margin-right: 0;
    margin-left: 0;
  } */
  .light-bg-section {
    padding: 10px!important;
  }
  .dotted-bg {
    display: none;
  }
  .highlights-list{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .carousel-item.active {
    max-width: 300px; 
  }
  .carousel-item-prev, .carousel-item-next {
    max-width: 300px; 
  }
}
@media (min-width: 768px) {
  .feature-card {
    padding: 20px 50px;
  }
  .testimonial-section{
    padding: 20px 0px;
  }
}
.testimonials-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.testimonial-section{
  background: #F9F9F9;
  border-radius: 22px;
  margin-top: 30px;
}

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
}

.teampng{
  display: flex;
  position: absolute;
  z-index: -1;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 30px;
}

.carousel-item {
  flex: 1;
  width: 400px;
  min-height: 0;
  text-align: center;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.5;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 1px 8px #c9c9c9;
}

.carousel-item.active {
  flex: 1;
  opacity: 1;
  z-index: 2;
  min-height: 218px;
  box-shadow: 0px 1px 8px #c9c9c9;
}

.carousel-item-prev .testimonial .lg-card-text,
.carousel-item-next .testimonial .lg-card-text,
.carousel-item-prev2 .testimonial .lg-card-text,
.carousel-item-next2 .testimonial .lg-card-text,
.carousel-item-prev3 .testimonial .lg-card-text,
.carousel-item-next3 .testimonial .lg-card-text{
  font-size: 9px!important;
  min-height: 103px;
}

.carousel-item-prev .testimonial .card-text,
.carousel-item-next .testimonial .card-text,
.carousel-item-prev2 .testimonial .card-text,
.carousel-item-next2 .testimonial .card-text,
.carousel-item-prev3 .testimonial .card-text,
.carousel-item-next3 .testimonial .card-text{
  font-size: 12px!important;
  min-height: 103px;
}

.carousel-item-prev,
.carousel-item-prev2,
.carousel-item-prev3,
.carousel-item-next,
.carousel-item-next2,
.carousel-item-next3 {
  position: absolute;
  width: 400px;
  min-height: 0;
  flex: 1;
  overflow: hidden;
  opacity: 0.2;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.5s, opacity 0.5s;
}

.carousel-item-prev,
.carousel-item-next {
  opacity: 1;
  transform: scale(0.7);
  z-index: 2;
  transition: all 0.5s ease;
}

.carousel-item-prev2,
.carousel-item-next2 {
  opacity: 0.6;
  transform: scale(0.55);
  z-index: 1;
  transition: all 0.5s ease;
}

.carousel-item-prev3,
.carousel-item-next3 {
  opacity: 0.2;
  transform: scale(0.55);
  z-index: 3;
  transition: all 0.5s ease;
}

.carousel-item-prev {
  left: 100px;
  /* left: 50px; */
  transform-origin: left center;
  transition: all 0.5s ease;
}

.carousel-item-prev2 {
  /* left: 100px; */
  left: 50px;
  transform-origin: left center;
  transition: all 0.5s ease;
}

.carousel-item-prev3 {
  left: 150px;
  transform-origin: left center;
  transition: all 0.5s ease;
}

.carousel-item-next {
  /* right: 50px; */
  right: 100px;
  transform-origin: right center;
  transition: all 0.5s ease;
}

.carousel-item-next2 {
  /* right: 100px; */
  right: 50px;
  transform-origin: right center;
  transition: all 0.5s ease;
}

.carousel-item-next3 {
  right: 150px;
  transform-origin: right center;
  transition: all 0.5s ease;
}

@media (min-width:991px) {
  .carousel-item-prev,
  .carousel-item-next {
    width: 400px;
    opacity: 1;
    z-index: 1;
  }
  
  .carousel-item-prev2,
  .carousel-item-next2 {
    width: 400px;
    min-height: 224px;
    opacity: 0.4;
    z-index: 2;
  }
  
  .carousel-item-prev3,
  .carousel-item-next3 {
    width: 400px;
    opacity: 0.2;
    z-index: 0;
  }
}

.testimonial {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial .card-text {
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  margin-top: 4px;
  min-height: 95px;
  user-select: none;
}

.testimonial .lg-card-text {
  font-size: 9px!important;
  font-weight: 400;
  color: #232323;
  margin-top: 4px;
  min-height: 95px;
  user-select: none;
}

.testimonial .card-text .highlight-text {
  font-weight: 600;
  /* font-style: italic; */
}

.testimonial .lg-card-text .highlight-text {
  font-weight: 600;
  /* font-style: italic; */
}


.client-profile{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.client-profile h4{
  margin: 0 10px;
  font-size: 12px;
  color: #777777;
}
.client-profile img{
  margin: 0;
}
.testimonial-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #3bbdad;
  box-shadow: 0 0 5px #53e2d1;
}


.avatar,
.avatar img {
  width: 70px;
  height: 70px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.stars span {
  color: #fcd402;
}
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.plan-btn {
  background: #fff;
  border-radius: 0;
  border: 1px solid #bbb;
  color: #333;
  font-weight: 500;
}
.plan-btn:nth-child(1) {
  border-top-left-radius: 5px; 
  border-bottom-left-radius: 5px;
}
.plan-btn:nth-child(3) {
  border-top-right-radius: 5px; 
  border-bottom-right-radius: 5px;
}
.plan-btn.active {
  color: #fff;
  background: #3bbdad;
  border-color: #3bbdad;
}
.plan-btn:hover, .plan-btn:active, .plan-btn:focus {
  color: #fff !important;
  background: #3bbdad !important;
  border-color: #3bbdad !important;
}
.plan-btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.toggle-label {
  font-size: 16px;
  margin: 0 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #3bbdad;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

#plan-message {
  font-size: 16px;
  font-weight: 700;
  font-family: system-ui;
}

.free-plan {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.free-plan-text {
  font-size: 25px;
  font-weight: 300;
  font-family: system-ui;
  color: green;
}

.free-plan-title {
  font-size: 18px;
  font-weight: 300;
  font-family: system-ui;
}

.free-plan-description {
  font-size: 14px;
  font-weight: 200;
  font-family: system-ui;
}

@media (max-width: 990px) {
  .testimonials-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .carousel-item-prev {
    left: 2%;
  }

  .carousel-item-next {
    right: 2%;
  }
}

@media (max-width: 424px) {
  .carousel-inner {
    height: 480px;
  }
  .carousel-item.active {
    width: 240px;
    height: 475px;
  }
  .carousel-item-prev {
    left: 0px;
  }

  .carousel-item-next {
    right: 0px;
  }
}
@media (max-width: 360px) {
  .carousel-inner {
    height: 510px;
  }
  .carousel-item.active {
    width: 220px;
    height: 500px;
  }
  .carousel-item-prev {
    left: 0px;
  }

  .carousel-item-next {
    right: 0px;
  }
}





.resume-tools {
  list-style: none;
  padding: 0;
}

.resume-tool {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
  margin-bottom: 15px;
}

.tool-icon {
  width: 32px; /* Adjust icon size */
  height: 32px;
  position: relative;
  top: 10px; /* Move icon 10px down */
}


/* Feature Points List Styling */
.feature-points {
  list-style-type: none;  /* Remove default bullets */
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;  /* Adds space between items */
  font-family: 'Inter Tight', sans-serif;  /* Replace with your main font */
  font-size: 1.1em;  /* Adjust font size to match */
  font-weight: normal;  /* Match weight to main text */
  color: #333;  /* Adjust to your page’s text color */
}

.feature-points li {
  display: flex;
  align-items: center;
}

.feature-points li::before {
  content: '✔️';  /* Use checkmark or emoji for added style */
  margin-right: 10px;  /* Space between icon and text */
  font-size: 1.2em;  /* Slightly larger for emphasis */
  color: #007bff;  /* Use theme color for icons */
}
/* Generalized FAQ CSS Styles */

.resources-section h2{
  margin-inline: 10px;
}
.resources-section p{
  margin: 0 10px 10px;
}

.faq-section {
  margin: 20px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.faq-item {
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.faq-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1ecab8; /* brand teal */
}

.faq-item p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.faq-item ul {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  color: #555;
}

.faq-item ul li {
  margin-bottom: 5px;
}

/* CTA Section Styling */
.cta {
  margin-top: 40px;
  padding: 30px;
  background-color: #3bbdad;  /* Use your theme's accent color */
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 40px;
}

.cta h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
}

.cta p {
  font-size: 1.2em;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.1em;
  font-weight: bold;
  color: #3bbdad;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background-color: #329e91;  /* Darker shade of accent color */
  color: #fff;
}
/* Benefits Section Styling */
.benefits {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.benefits h2 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.benefit-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.benefit-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.benefit-card h3 {
  font-size: 1.2em;
  color: #3bbdad; /* Use your theme's accent color */
  margin-bottom: 10px;
  font-weight: bold;
}

.benefit-card p {
  color: #666;
  font-size: 1em;
  line-height: 1.5;
}

.benefit-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* External Resources Section Styling */
.external-resources {
  margin-top: 40px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  text-align: left;
}

.external-resources h3 {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.external-resources ul {
  list-style-type: none;
  padding: 0;
}

.external-resources li {
  margin-bottom: 10px;
}

.external-resources a {
  text-decoration: none;
  font-size: 1.1em;
  color: #3bbdad;  /*Link color */
  transition: color 0.3s ease;
}

.external-resources a:hover {
color: #329e91;   /* Darker shade for hover effect */
}

.external-resources a::before {
  font-size: 1.1em;
  margin-right: 5px; /* Space between icon and link text */
}
/* Additional Resources Section Styling */
.additional-resources {
  margin-top: 40px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  text-align: left;
}

.additional-resources h3 {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.additional-resources ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.additional-resources li {
  margin-bottom: 10px;
}

.additional-resources a {
  text-decoration: none;
  font-size: 1.1em;
  color: #3bbdad; /* Link color */
  transition: color 0.3s ease;
}

.additional-resources a:hover {
  color: #329e91; /* Darker shade for hover effect */
}

.additional-resources a::before {
  font-size: 1.1em;
  margin-right: 5px; /* Adds space between icon and text */
}

/*-------New Pricing UI starts--------*/
.plan-cards{
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  align-items: stretch; /* Ensures equal height */
  font-family: poppins;
  margin-top: 40px;

  border: 1px solid #D4D4D4;
  border-radius: 26px;
  width: fit-content;
  padding: 0px;
  padding-right: 40px;
  padding-left: 20px;

}
.pricing-section{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.plan-tag{
  display: flex;
  flex-direction: column;
}
.per-price{
  color: #3dbdad;
  border-radius: 5px;
  font-family: system-ui;
  margin-right: 10px;
}
.saved-amount{
  color: #ffffff;
  font-family: system-ui;
  font-size: 10px;
  font-weight: 400;
  background: #d26a08;
  padding: 4px 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin: 0 8px;
}

.current-plan-sec {
  margin-top: auto;
  text-align: center;
  position: absolute;
  top: 0;
  background: #484660;
  padding: 2px 15px;
  border-radius: 0px 0px 9px 9px;
}

.current-plan-label {
  color: #ed8712;
  font-size: 16px;
  font-weight: 400;
  /* text-shadow: 0 0 2px#ea9431; */
}
.plan-cards .col{
  /* border: 1px solid #D4D4D4; */
  padding: 20px 30px;
  border-radius: 26px;
  max-width: 55vh;
  flex: 1; /* Allows both columns to stretch equally */
  position: relative; /* Enables relative positioning */
}
.plan-cards ul{
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.pricing-period{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.plan-og-price{
  font-size: 20px;
  font-weight: 500;
  color: #7A788E;
  text-decoration: line-through;
  font-family: "Inter Tight", sans-serif;
}
.plan-price{
  font-size: 36px;
  font-weight: 600;
  color: #231D4F;
  font-family: system-ui;
  line-height: initial;
}
.plan-period{
  color: #3CBDAD;
  font-size: 10px;
  font-weight: 600;
  background: #484560;
  padding: 6px 12px;
  border-radius: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.plan-highlight {
  color: #103e39;
  font-family: system-ui;
  font-size: 10px;
  font-weight: 600;
  background: #f5f5f5;
  padding: 4px 12px;
  border-radius: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-align: center;
  width: max-content;
}

.plan-per-period{
  font-size: 17px;
  font-weight: 400;
}
.plan-features-points{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 89%;
  flex: 1; /* Allows both columns to stretch equally */
  margin-top: 5px;
}
.plan-features-points ul{
  gap: 11px;
  display: grid;
}
.plan-features-points li{
  display: flex;
}
.plan-features-points li div{
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #E8E9E9;
  border-radius: 50%;
  display: flex;
  margin-right: 11px;
}
.plan-features-points li div i{
  margin: auto;
}
.plan-features-points li span{
  font-size: 13px;
  font-weight: 400;
}
.plan-btn-li{
  justify-content: center;
  text-align: center;
}
.choose-plan-btn{
  height: 44px;
  width: 90%;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  background: #8F8CA5;
  color: #fff;
  font-size: 17px;
}
.paid-plan-dk{
  background: #34304C;
  box-shadow: 0px 27px 29px #43c2bc40;
  top: -40px; /* Moves the second column 20px up */
}
.paid-plan-dk .plan-features-points li span{
  color: #fff;
}
.paid-plan-dk .choose-plan-btn{
  background: #3CBDAD;
}
.paid-plan-dk .plan-features-points li div{
  background: #48445e;
}
.paid-plan-dk .plan-features-points li div i{
  color: #fff;
}
.paid-plan-dk .plan-price{
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.paid-plan-dk .plan-per-period{
  color: #fff;
  letter-spacing: 1px;
}
.plan-msg{
  color: #fff;
  background: #3C3952;
  border-radius: 9px;
  padding: 6px 10px;
}
.plan-msg span{
  font-size: 11px;
  /* letter-spacing: 0.5px; */
  font-weight: 300;
}

/* Tab Group Container */
.tab-group {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  background: #484560;
  /* border-bottom: 2px solid #ccc; */
  gap: 5px;
  border-radius: 30px;
}

/* Tabs Styles */
.tab-group .tab {
  border: none;
  background: none;
  flex: 1;              /* Equal Width */
  text-align: center;
  /* padding: 10px 15px; */
  font-size: 14px;
  cursor: pointer;
  color: #f7f7f7;
  /* border-radius: 4px; */
  padding: 4px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  /* border-bottom: 4px solid #484560; */
}

/* Active Tab Style */
.tab-group .tab.active {
  color: #34304C;
    background: #3CBDAD;
    border-radius: 37px;
}


/* @media (min-width: 992px) and (max-width: 768) {
} */
@media (max-width: 768px) {
  .feature-section{
    padding-left: 0px;
    padding-right: 0px;
  }
  .plan-cards{
    flex-direction: column;
    align-content: center;
    border: none;
    gap: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding: 20px;
  }
  .plan-og-price{
    font-size: 15px;
  }
  .plan-price{
    font-size: 26px;
  }
  .plan-per-period{
    font-size: 12px;
  }
  

  .plan-cards .col{
    border: 1px solid #D4D4D4;
  }
  .paid-plan-dk{
    top: 0px;
  }
}

@media (max-width: 500px) {
  .tab-group .tab{
    font-size: 11px;
  }
  #plan-message{
    /* line-height: 1; */
    font-size: 10px;
  }
  .plan-features-points ul{
    gap: 6px;
  }
  .plan-features-points li div{
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
  .plan-features-points li span{
    font-size: 10px;
  }
  .plan-features-points li div i{
    font-size: 10px;
  }
  .choose-plan-btn{
    font-size: 14px;
    height: 38px;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .plan-cards{
    padding: 10px;
  }
  .plan-cards .col{
    padding: 15px 20px;
  }
}
/*-------New Pricing UI ends------*/
/* Google Snippet Styling */
.google-snippet {
  background-color: #f9f9f9; /* Light background for emphasis */
  border-left: 6px solid #00bfa5; /* Highlighted left border */
  padding: 15px 20px; /* Inner spacing */
  margin: 20px 0; /* Space above and below */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px;
  line-height: 1.6;
}
.faq-snippet{
  outline: 1px solid #cccccc;
}

.google-snippet h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.google-snippet p {
  margin: 0;
  color: #555;
}

.google-snippet a {
  color: #00bfa5; /* Matching CTA link color */
  text-decoration: underline;
  font-weight: 600;
}

.google-snippet a:hover {
  text-decoration: none;
}

.h1-sub {
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 5px 16px;
  border-radius: 20px;
  overflow: hidden;
  font-size: clamp(1.125rem, 2vw, 1.375rem); 
  font-weight: 600;
  line-height: 1.4;
  color: #374151;
  text-align: center;
  z-index: 1;
  background: #95e7de; 
}

.h1-sub::before {
  content: "";
  position: absolute;
  inset: -2px; 
  background: radial-gradient(circle, #1fcab8 0%, transparent 100%);
  border-radius: 20px;
  z-index: -1;
  transform-origin: center;
  animation: float 8s linear infinite reverse;
}

.h1-sub::after {
  content: "";
  position: absolute;
  inset: 2px; 
  /* background: white;  */
  border-radius: 18px;
  z-index: -1;
  background: radial-gradient(50% 100% at 50% 100%, #6dd2c7 0%, #d5f9f6 100%);
}

/* Rotation animation */
@keyframes float {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* === Features + Trust block: brand-aligned === */
.features-trust{
  /* match the hero gradient background */
  /* background: linear-gradient(26deg, #F3FFFD, #CFFFFB); */
  padding: 100px 0 36px;
  text-align: center;
}

.features-trust h2{
  /* sits nicely above existing 26px card titles */
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px;
}

.trust-strip{
  font-size: 16px;            /* up from 14–15 for readability */
  color: #4b5563;
  margin: 4px auto 28px;
  max-width: 68ch;
}

/* grid + cards */
.features-grid{
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  max-width: 1100px;
  margin: 0 auto 40px;
}

.features-grid .feature{
  background: #fff;
  border: 1px solid #c0fef3;  /* echoes your inputs' border color */
  border-radius: 16px;
  padding: 16px 16px 14px;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.features-grid .feature h3{
  font-size: 18px;            /* close to your .card-title rhythm */
  font-weight: 600;
  margin: 0 0 6px;
}

.features-grid .feature p{
  font-size: 16px;            /* increase from small to readable */
  line-height: 1.55;
  color: #4b5563;
  margin: 0;
}

/* CTA row uses your brand button styles */
.features-cta{
  display: flex;
  justify-content: center;
  gap: 12px;
}

.features-cta .btn{
  padding: 10px 24px;         /* same as hero buttons */
  border-radius: 25px;
  font-size: 16px;
  font-family: 'Poppins';
  border-width: 2px;
}

/* ensure buttons inherit your brand colors */
.features-cta .btn-primary{
  background-color: #333;  /* brand primary */
  border-color: #333;
}
.features-cta .btn-outline-primary{
  border-color: #333;
  color: #333;
}
.features-cta .btn-outline-primary:hover{
  background-color: #333;
  color: #fff;
}

/* mobile tweaks */
@media (max-width: 768px){
  .features-trust{ padding: 36px 0 28px; }
  .features-trust h2{ font-size: 22px; }
  .trust-strip{ font-size: 14px; margin-bottom: 20px; }
  .features-grid .feature p{ font-size: 15px; }
}

/* template carousel */

.template-showcase {
  background-color: #fff;
}

.template-showcase .resume-showcase {
  background-color: #111;
  text-align: center;
  padding: 50px 20px 115px;
  overflow: hidden;
  position: relative;
}

.template-showcase .resume-showcase h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.2;
}

.template-showcase .resume-showcase p {
  color: #c4c4c4;
  font-size: 14px;
  margin: 0 auto 50px;
  max-width: 600px;
  line-height: 1.6;
}

.template-showcase .carousel-wrapper {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}

.template-showcase .carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
  gap: 64px;
}

.template-showcase .carousel-wrapper:hover .carousel-track {
  animation-play-state: paused;

}

.template-showcase .resume-card {
  background: linear-gradient(135deg, #3BBDAD, #1A655C);
  padding: 15px;
  /* margin: 0 15px; */
  /* border-radius: 12px; */
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

/* .template-showcase .resume-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
} */

.template-showcase .resume-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;

      top: 55px;
    position: fixed;
}

/* .template-showcase .resume-card:hover img {
  transform: scale(1.02);
} */

.template-showcase .dots {
  margin-top: 30px;
}

.template-showcase .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #666;
  border-radius: 50%;
  opacity: 0.6;
}

.template-showcase .dot.active {
  background-color: #fff;
  opacity: 1;
}

/* Animation Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .template-showcase .resume-showcase h2 {
    font-size: 28px;
  }
  
  .template-showcase .resume-showcase p {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .template-showcase .resume-card {
    width: 260px;
    height: 260px;
  }
}

/* India Plan */
#plan-duration-tabs-india {
  display: none;
}

.feature-section-card .feature-card {
  background: #f4f4f447;
  border: 0.1px solid #e1e1e1;
  border-radius: 12px;
  padding: 20px 20px;
  /* text-align: center; */
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 240px;
}
.feature-section-card .feature-card:hover {
  border-color: #333;
}
.feature-section-card .feature-icon {
  font-size: 3rem;
  color: #333;
}
.feature-section-card .feature-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 600;
}
.feature-section-card .feature-card p {
  font-size: 16px;
}
.feature-section-card .cta-btn {
  background-color: #35a698;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}
.feature-section-card .cta-btn:hover {
  background-color: #35a698;
}
.feature-section-card .features-grid {
  padding: 80px 0;
}

@media (max-width: 420px) {
  .features-trust .features-cta{
    display: flex;
    flex-direction: column;
  }
}

/* Upload Modal Styles */
.upload-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.upload-modal .modal-content {
    background-color: #fff;
    margin: 18% auto;
    padding: 0;
    border-radius: 17px;
    width: 90%;
    max-width: 570px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.upload-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.upload-modal .modal-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.upload-modal .close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.upload-modal .close-btn:hover {
    background-color: #f5f5f5;
    color: #333;
}

.upload-modal .modal-body {
    padding: 30px 22px 16px;
}

.upload-modal .file-upload .upload-container {
    margin-bottom: 25px;
}

.upload-modal .email-section {
    text-align: center;
    /* margin-bottom: 20px; */
}

.upload-modal .email-section .email-prompt {
  font-size: 13px;
  color: #7A7C7D;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.upload-modal .email-section .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
    height: auto;
}

.upload-modal .email-section .form-control:focus {
    outline: none;
    border-color: #1ecab8;
    box-shadow: 0 0 0 3px rgba(30, 202, 184, 0.1);
}

.upload-modal .email-section .btn-primary {
    background-color: #1ecab8;
    border-color: #1ecab8;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    width: 100%;
}

.upload-modal .email-section .btn-primary:hover {
    background-color: #1bb8a7;
    border-color: #1bb8a7;
    transform: translateY(-1px);
}

.upload-modal .email-section h2 {
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    font-family: 'Poppins', sans-serif;
}

.upload-modal .email-section h2 a {
    color: #7A7C7D;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.upload-modal .email-section h2 a:hover {
    color: #1bb8a7;
    text-decoration: underline;
}

.upload-modal .upload-box {
    border: 2px dashed #1ecab8;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8fffe;
}

.upload-modal .upload-box:hover {
    border-color: #1bb8a7;
    background-color: #f0fdfc;
}

.upload-modal .upload-box i {
  background: #D7EEEA;
  border-radius: 52px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #30A495;
    /* font-size: 48px;
    color: #1ecab8;
    margin-bottom: 15px; */
}

.upload-modal .upload-box h3 {
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.upload-modal .upload-box p {
    margin: 0;
    font-size: 14px;
    color: #626875;
}

.upload-modal .custom-file-input {
    display: none;
}

.upload-modal .or-section {
    display: flex;
    align-items: center;
    margin: 30px 0;
    gap: 15px;
}

.upload-modal .or-section hr {
    flex: 1;
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

.upload-modal .or-section span {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.upload-modal .content-view {
    display: none;
}

.upload-modal .content-view .content-area {
    margin-bottom: 25px;
}

.upload-modal .content-view .content-area textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.upload-modal .content-view .content-area textarea:focus {
    outline: none;
    border-color: #1ecab8;
    box-shadow: 0 0 0 3px rgba(30, 202, 184, 0.1);
}

.upload-modal .content-area .btn-primary {
    background-color: #1ecab8;
    border-color: #1ecab8;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.upload-modal .content-area .btn-primary:hover {
    background-color: #1bb8a7;
    border-color: #1bb8a7;
    transform: translateY(-1px);
}

.upload-modal .content-area h2 {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}

.upload-modal .content-area h2 strong {
    color: #1ecab8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .upload-modal .modal-content {
        margin: 10% auto;
        width: 95%;
    }
    
    .upload-modal .modal-header {
        padding: 15px 20px;
    }
    
    .upload-modal .modal-body {
        padding: 20px;
    }
    
    .upload-modal .upload-box {
        padding: 30px 15px;
    }
    
    .upload-modal .upload-box i {
        font-size: 36px;
    }
    
    .upload-modal .upload-box h3 {
        font-size: 16px;
    }
    
    .upload-modal .modal-header h3 {
        font-size: 20px;
    }
}

/* Upload Modal Loader Section */
.upload-loader-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.upload-loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1ecab8;
    border-radius: 50%;
    animation: uploadSpin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes uploadSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.upload-titbits-text {
    display: block;
    font-size: 1.15rem;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    min-height: 28px;
    line-height: 1.4;
}

.upload-adsense-container {
    margin-top: 10px;
    min-height: 250px;
    text-align: center;
    width: 100%;
}

.upload-ad-label {
    font-size: 0.75rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.hero-links {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Upload Modal Loader Section */
.upload-loader-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.upload-loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1ecab8;
    border-radius: 50%;
    animation: uploadSpin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes uploadSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.upload-titbits-text {
    display: block;
    font-size: 1.15rem;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    min-height: 28px;
    line-height: 1.4;
}

.upload-adsense-container {
    margin-top: 10px;
    min-height: 250px;
    text-align: center;
    width: 100%;
}

.upload-ad-label {
    font-size: 0.75rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.hero-link {
  font-size: 14px;
  color: #424242;
  text-decoration: none;
  font-weight: 400;
  transition: 0.2s ease;
}

.hero-link:hover {
  text-decoration: underline;
  color: #17b1a1;
}

.divider {
  color: #20cab8;
}

.kw-snackbar {
  position: fixed;
  top: 16px;
  right: 16px;
  background: #f8d7da;
  color: #721c24;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10001;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity .2s ease, transform .2s ease;
}
.kw-snackbar.show {
  opacity: 1;
  transform: translateY(0);
}
.kw-snackbar .kw-snackbar-close {
  background: transparent;
  border: none;
  color: #721c24;
  font-weight: 600;
  cursor: pointer;
}

/* Button spinner styles */
.btn-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

.btn.loading {
  pointer-events: none;
  opacity: 0.7;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Disabled state for toggle links */
.toggle-link.disabled {
  color: #999 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
  opacity: 0.5;
}

.toggle-link.disabled:hover {
  color: #999 !important;
  text-decoration: none !important;
}
