html{
scroll-behavior:smooth;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body {
font-family: 'Roboto', sans-serif;
}
:root{

--resume-primary-color:#282B8F;
--resume-secondary-color:#316DFF;
--resume-text-color:#000000;
--resume-bg-color:#F9F8FD;
--resume-white-color:#ffffff;

}
.container{
max-width:1280px;
margin:auto;
padding-left:15px;
padding-right:15px;
}
a{
text-decoration:none;
color:inherit;
transition:0.3s;
}
ul{
list-style:none;
padding:0;
margin:0;
}
.sec-padding{
 margin-bottom: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sec-bg{
  background-color: #F7F9FC;
}
.next-lavel-bg{
background-color: #f3f4ff;
}
.hero-redius {
    border-radius: 20px;
}
h1{
font-weight:600;
font-size:54px;
}
h2{
  font-size: 52px;
  margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6,p{
margin-bottom:0;
}
p{
font-size:16px;
line-height:25px;
}
button,a{
transition:0.3s ease;
}
.resume-btn {
    background: var(--resume-primary-color);
    color: var(--resume-white-color);
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid transparent;
    transition: 0.3s;
    display: inline-block;
}
a.resume-btn:hover {
    background: transparent;
    color: var(--resume-primary-color);
    border: 1px solid var(--resume-primary-color);
}
.resume-tp-btn{
  background-color: transparent;
  border:1px solid var(--resume-primary-color);
  padding:15px 20px;
  border-radius:6px;
  font-weight:500;  
  transition:0.3s;
  color: var(--resume-primary-color);
}
.resume-tp-btn:hover{
  background-color: var(--resume-primary-color);
  color: var(--resume-white-color);
  border: none;
}
img{
max-width:100%;
height:auto;
}
.highlight {
    color:var(--resume-primary-color);
}
/*====================header-css=====================*/
header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}
header a.navbar-brand img {
    max-width: 127px;
    height: 50px;
}
header .navbar {
    padding: 15px 0;
    background-color: var(--resume-white-color);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}
header .navbar .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
header .home-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .navbar-brand {
      font-weight: 700;
      font-size: 20px;
    }
header .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin: 0 auto;
}
header .navbar-nav .nav-link,
header .nav-link {
    font-size: 16px;
    color: var(--resume-text-color) !important;
    font-weight: 400;
    opacity: 1 !important;
    -webkit-text-fill-color: currentColor;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus-visible {
    color: var(--resume-primary-color) !important;
}
header .navbar .dropdown-toggle::after {
  display: none;
}
header .navbar-toggler {
    border: 1px solid rgba(40, 43, 143, 0.2) !important;
    border-radius: 8px;
    padding: 8px 10px;
}
header .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 109, 255, 0.2);
}
header .navbar-toggler-icon {
    width: 1.35rem;
    height: 1.35rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2840,43,143,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom-dropdown-icon {
   max-width: 24px;
    margin-left: 5px;
    transition: 0.3s;
}

/* Rotate on hover */
/* header .nav-item.dropdown:hover .custom-dropdown-icon {
  transform: rotate(180deg);
} */
a.nav-link.sign-iin:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #00000030;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.nav-link.sign-iin{
  position: relative;
}
@media (min-width:992px){
  header .home-menu {
    display: flex !important;
  }
  header .navbar-toggler {
    display: none;
  }
}
/*===================hero-section==============================*/
.hero-title span {
  color: var(--resume-primary-color);
}
.hero-desc {
    font-size: 18px;
    color: var(--resume-text-color);
}
.hero-list {
  list-style: disc;
  padding: 0;
  margin: 20px 0;
}
.hero-list li {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--resume-text-color);
    margin-left: 20px;
}
.hero-list li img {
    margin-right: 10px;
}

.hero-btns{
  gap: 20px;
}
.banner-section {
    padding: 35px 50px;
}
.stats-card {
    padding: 28px 20px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.margin-card {
    margin-top: 80px;
}
.stats-card-icon {
    margin-bottom: 10px;
}
.stats-card h5 {
    margin-bottom: 6px;
    color: #1E2532;
}
.stats-card p {
    color: rgba(69, 69, 69, 0.91);
    font-weight: 600;
}
/*================resume-tabing section==============================*/
.resume-adv-sec {
  background: var(--resume-primary-color);
}

/* TAB WRAPPER */
.resume-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* TAB */
.resume-tab {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 2px solid transparent;
  width: 100%;
  text-align: left;
  transition: 0.3s;
}

/* INNER */
.tab-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-text h5 {
  font-size: 16px;
  font-weight: 600;
}

.tab-text p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: none;
}
.resume-tab.active {
    border-color: var(--resume-secondary-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background-color: #F0F1FD;
}

.resume-tab.active .tab-text p {
  display: block;
}

/* ARROW */
.tab-arrow {
  font-size: 18px;
  transition: 0.3s;
}
.resume-tab.active .tab-arrow {
    transform: rotate(180deg);
}
/* RIGHT BOX */
.resume-box {
  background: #e9eef7;
  padding: 30px;
  border-radius: 15px;
}
.tab-text {
    position: relative;
    padding-left: 50px;
}
.tab-text-img {
    position: absolute;
    left: 0;
    top: -6px;
}
.tab-text-img img {
    max-width:36px;
}


/*==============================brand-section====================*/
.stats-tittle-iconn {
    position: relative;
    padding-left: 70px;
}
.stats-tittle-iconn::before {
    content: "";
    background: url('../images/rct-icon.svg') no-repeat;
    background-size: contain;
    width: 100%;
    height: 54px;
    position: absolute;
    top: 10px;
    max-width: 54px;
    left: 0;
}
/* TEXT */
.brand__text {
  font-size: 16px;
  color: #666;
}

/* CAROUSEL */
.brand__item {
  text-align: center;
}

.brand__item img {
  max-height: 30px;
  opacity: 0.7;
  transition: 0.3s;
}

.brand__item img:hover {
  opacity: 1;
}
.brand__cta {
    background: rgba(234, 246, 255, 1);
    padding: 17px 30px;
    border-radius: 14px;
}

.brand__cta-title {
    font-weight: 500;
    font-size: 28px;
    color: var(--resume-text-color);
}
.brand__cta-text {
    font-size: 18px;
    color: var(--resume-text-color);
}
/*===========================template-slider-section======================*/
.templates__slider {
  position: relative;
}
.templates__card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s;
  transform: scale(0.85);
}
.templates__card h3 {
    margin-bottom: 18px;
}
.templates__card img {
  width: 100%;
  border-radius: 12px;
}
.owl-item.center .templates__card {
  transform: scale(1);
}
.templates__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: var(--resume-primary-color);
  color:var(--resume-white-color);
  padding: 10px 18px;
  border-radius: 6px;
  opacity: 0;
  transition: 0.3s;
}

/* SHOW BUTTON ONLY CENTER */
.owl-item.center .templates__btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ARROWS */
.templates .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--resume-primary-color) !important;
  color: var(--resume-white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.templates .owl-nav .owl-prev {
  left: 50px;
}

.templates .owl-nav .owl-next {
  right: 50px;
}
.templates__slider button.owl-prev span,.templates__slider button.owl-next span{
    font-size: 30px;
    line-height: 30px;
}
/*===================end-section============================*/
.beyond__card {
  background: #f3f4ff;
  padding: 20px;
  height: 100%;
  border-radius: 16px;
  transition: 0.3s;
  position: relative;
}
.beyond__card a.beyond__link {
    position: absolute;
    bottom: 20px;
}
span.beyond__badge img {
    max-width: 15px;
    margin: 0;
}
.beyond__card:hover {
  transform: translateY(-5px);
}
.beyond__card--primary {
  background: #f3f4ff;
}

.beyond__card--wide {
  background: #eaf1ff;
}

.beyond__card--side {
  background: #e9f3ee;
}
.beyond__badge {
    font-size: 12px;
    color: var(--resume-primary-color);
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
    background: rgba(228, 227, 253, 1);
}
.beyond__card-title {
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    font-size: 28px;
}
.beyond__cards-secction img {
    position: absolute;
    right: 0;
    bottom: 0;
}
img.beyond-img-way.way-imgg {
    position: relative;
    bottom: -50px;
    right: -50px;
}
.beyond__link {
    font-size: 16px;
    color: var(--resume-primary-color);
    font-weight: 500;
    display: flex;
}
a.beyond__link img {
    max-width: 24px;
}
p.beyond__card-text {
    margin-bottom: 30px;
}

.beyond__avatars {
  display: flex;
  margin-top: 10px;
}
/*===========================resume-example-tabing-sec===========*/
/*===========================resume-example-tabing-sec====================*/
.res-pro-sec{
  background: var(--resume-primary-color);
  color:#fff;
  position:relative;
}
.res-pro-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.res-tab-btn {
    padding: 10px 20px;
    border-radius: 20px;
    background: #171A61;
    border: none;
    color: #fff;
    white-space: nowrap;
}
.res-tab-btn.active{
  background:#fff;
  color:#000;
}

/* TAB */
.res-tab-pane{display:none;}
.res-tab-pane.active{display:block;}

/* CONTENT */
.res-content h2{
  font-size:42px;
  font-weight:600;
}

/* STACKED IMAGE */
.res-img-stack{
  position:relative;
  min-height:320px;
}

.res-img-stack img{
  position:absolute;
  border-radius:10px;
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
    max-width: 535px;
}

.img-back{
  left:20px;
  z-index:1;
}

.img-mid{
  left:60px;
  transform:rotate(-3deg);
  z-index:2;
}

.img-front{
  left:100px;
  z-index:3;
}
.res-nav {
    position: absolute;
    right: 190px;
    bottom: 20px;
}

.res-prev,.res-next{
  width:40px;
  height:40px;
  border-radius:50%;
  border:none;
  background:#fff;
  margin-left:10px;
}
/*============================end-section==========================*/
/*=============================review-section==========================*/
.res-review-sec {
    background: var(--resume-primary-color);
    padding-top: 185px;
}

.res-testimonial-content {
    text-align: left;
    background: #fff;
    padding: 30px 26px 40px;
    border-radius: 20px;
}
.res-testimonial-card {
    padding: 30px 0px 0px;
}
.res-testimonial-content p {
    min-height: 140px;
    position: relative;
}
.res-avatar {
    position: relative;
    top: -60px;
}
.add-margin {
    margin-top: -130px;
}
.res-avatar img {
    max-width:120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: auto;
}

/* CONTENT */
.res-testimonial-content{
  text-align:left;
}
.res-testimonial-content .stars {
    color: #282B8F;
    font-size: 24px;
    margin-bottom: 10px;
}
.res-quote{
  font-size:14px;
  margin-bottom:15px;
}

.res-testimonial-content h6{
  font-weight:600;
  margin-bottom:2px;
}
.res-testimonial-content span {
    font-size: 14px;
    color: #666;
    display: block;
}

.time{
  font-size:12px;
  margin-top:5px;
}

/* DOTS */
.res-testimonial-carousel .owl-dots{
  text-align:center;
  margin-top:10px;
}
.res-testimonial-carousel .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 10px;
}
.res-testimonial-carousel .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ccc;
    display: block;
    border-radius: 50%;
}
.res-testimonial-carousel .owl-dot:last-child {
    margin-right: 0;
}
.res-testimonial-carousel .owl-dot.active span{
  background:#1c2b8f;
}

.res-review-content h2{
  font-size:36px;
  font-weight:600;
}
.res-revies-content {
    background-color: #EAF6FF;
    padding: 50px;
    border-radius: 20px;
}
/* RATING */
.res-rating{
  display:flex;
  align-items:center;
  gap:10px;
}

.res-rating .stars{
  color:#1c2b8f;
}

.based{
  font-size:14px;
  color:#333;
}
/*================blog-section===========================*/
.blog__featured {
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    position: relative;
}
.blog__featured--purple {
    background: #EDD7DF;
}
.blog__featured-bottom img {
    max-width: 150px;
    width: 100%;
}
.blog__featured-bottom a img {
    max-width: 40px;
}
.blog__featured--orange {
    background: rgba(255, 235, 228, 1);
}
.blog__badge {
    font-size: 13px;
    background: var(--resume-primary-color);
    color: var(--resume-white-color);
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.blog__badge--orange {
    background: rgba(173, 11, 5, 0.56);
}
.blog__featured-title {
    font-weight: 500;
    margin-bottom: 10px;
    color: #1E2532;
    font-size: 30px;
}
.blog__featured-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog__arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: var(--resume-primary-color);
  color:var(--resume-white-color);
}
img.blog__icon {
    margin-bottom: 10px;
}
.blog__card {
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s;
}

.blog__card:hover {
  transform: translateY(-5px);
}
.blog__meta{
      font-size: 13px;
          display: block;
          color: var(--resume-text-color);
}
.blog__meta a{

    color: #5B5B5B;

}
.blog__text {
    font-size: 18px;
    margin-top: 10px;
    color: rgba(30, 37, 50, 1);
    font-weight: 500;
}

/*================resources blog list===========================*/
.blog-card {
  background: var(--resume-white-color);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: 0.3s;
  height: 100%;
}

.card-heading h2,
.card-heading p {
  color: #000;
}

.card-heading h2 {
  margin-bottom: 20px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-card a {
  font-size: 14px;
}

.resource-detail-content {
  color: #1e2532;
  line-height: 1.8;
  font-size: 17px;
}

.resource-detail-content img {
  max-width: 100%;
  height: auto;
}

.resource-detail-content h1,
.resource-detail-content h2,
.resource-detail-content h3,
.resource-detail-content h4,
.resource-detail-content h5,
.resource-detail-content h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.resource-detail-content p,
.resource-detail-content ul,
.resource-detail-content ol {
  margin-bottom: 1rem;
}

.nav-link.tabs-button {
  background: #eef2f7;
  color: #000;
  border-radius: 20px;
  font-size: 14px;
  padding: 8px 14px;
  font-weight: 600;
}

.nav-pills .nav-link.tabs-button.active {
  background: var(--resume-primary-color);
  color: #fff;
}

.nav-pills .nav-link.tabs-button:not(.active):hover {
  background: var(--resume-primary-color);
  color: #fff;
}

.nav-pills .nav-link.tabs-button:focus,
.nav-pills .nav-link.tabs-button:focus-visible {
  box-shadow: none;
}

.nav-pills .nav-link.tabs-button:not(.active):focus,
.nav-pills .nav-link.tabs-button:not(.active):focus-visible {
  background: #eef2f7;
  color: #000;
}

@media (max-width: 768px) {
  .nav-pills {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .nav-pills .nav-link {
    flex: 0 0 auto;
  }

  .newsletter-sec h2 {
    font-size: 28px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-btn {
    width: 100%;
  }
}
/*========================resume-cta-section====================*/
/* SECTION */
.resume-hero {
  background: var(--resume-primary-color);
  color: var(--resume-white-color);
}

/* TEXT */
.resume-hero__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}
.resume-hero__desc {
    font-size: 16px;
    color:var(--resume-white-color);
    margin: 20px 0;
}
a.resume-btn.resume-btn-cta {
    display: inline-block;
    border: 1px solid var(--resume-white-color);
}
a.resume-btn.resume-btn-cta:hover{
  background-color: var(--resume-white-color);
  border: none;
  color: var(--resume-primary-color);
}
.resume-hero__stars {
    color: rgba(0, 182, 122, 1);
    font-size: 40px;
}
.resume-hero__score {
    font-size: 16px;
}
.resume-hero__rating {
    margin-top: 30px;
}
.resume-hero__img-wrap {
  text-align: center;
}
/*=========================faq-section=========================*/
.res-faq-sec{
  background:#f5f7fb;
}

/* LEFT */
.res-faq-left h2{
  font-size:52px;
  font-weight:600;
}

.res-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
    padding: 20px;
}

/* ACTIVE BACKGROUND */
.res-faq-accordion .accordion-item.active{
  background:#e9eef7;
}

.res-faq-accordion .accordion-button {
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    color: var(--resume-text-color);
}

/* REMOVE DEFAULT ICON */
.accordion-button::after{
  display:none;
}

/* CUSTOM ICON */
.res-faq-accordion .icon{
  margin-left:auto;
  font-size:20px;
}
.res-faq-left a {
    color: #282B8F;
}

/*=============================join-box-css=====================*/
.joinbox__wrap {
    background:#EAF6FF;
    border-radius: 20px;
    padding: 45px;
    position: relative;
    overflow: hidden;
} 

.joinbox__title span {
  color: var(--resume-primary-color);
}

/* TEXT LINES */
.joinbox__lines {
  margin-top: 15px;
}

.joinbox__line {
  font-size: 18px;
  color: var(--resume-primary-color);
  margin-bottom: 5px;
}
h2.joinbox__title {
    font-weight: 500;
}
.joinbox__line.active {
  opacity: 1;
  color: var(--resume-primary-color);
  font-weight: 500;
}
/*=======================fotter-section-css===========================*/
.footer {
    background: #282B8F;
    color: #fff;
    padding: 60px 0 40px;
}
.footer__heading {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#fff;
}

.footer__list li {
  margin-bottom: 8px;
}

.footer__list a {
  font-size: 14px;
  color: #ddd;
  transition: 0.3s;
}

.footer__list a:hover {
  color: #fff;
}
.footer__brand img {
    max-width: 145px;
}
.footer__country img {
    max-width: 30px;
}
/* BOTTOM WRAPPER */
.footer__bottom {
  width: 100%;
}

/* TOP ROW */
.footer__bottom-top {
  justify-content: flex-start; 
}

.footer__social {
  margin-left: 40px; 
}

.footer__bottom-copy {
  font-size: 13px;
  color: #fff;
}
.footer__bottom-top {
    margin-top: 40px;
    gap: 220px;
}
.resume-footer-p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}
/*=======================pricing-page-style=============================*/
nav.navbar.navbar-expand-lg.next-lavel-bg {
    background: #f3f4ff;
        padding: 10px 0;
}
.h-pricing-section {
    background-image: url(../images/container_backgroundimage.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px;
}
.pricing__card {
    background: var(--resume-white-color);
    border-radius: 6px;
    padding: 40px 24px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.pricing__card:hover {
  transform: translateY(-5px);
}
.pricing__card--active {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.pricing__price {
    font-size: 32px;
    font-weight: 600;
}
.pricing__plan {
    color: #828BA2;
    margin-bottom: 20px;
}
.pricing__list {
    text-align: left;
    margin-bottom: 20px;
    min-height: 200px;
}
.pricing__list li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.pricing__list .highorange span {
  color: #f5a623;
  font-weight: 500;
}
ul.pricing__list li span {
    margin-right: 10px;
}
.pricing__payment-text p {
  font-size: 13px;
  color: #828BA2;
  line-height: 1.6;
}
.pricing__logo img {
    max-height: 30px;
    max-width: 80px;
}
.pricing__logos {
    margin-top: 36px;
}
.pricefaq__title {
    font-size: 28px;
    font-weight: 600;
}
.pricefaq__box {
    background: var(--resume-white-color);
    border-radius: 12px;
    padding: 20px 25px;
    max-width: 660px;
}
.pricefaq__item {
  border-bottom: 1px solid #e5e5e5;
}
.pricefaq__btn {
  width: 100%;
  padding: 10px 0;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h3.pricefaq__title {
    text-align: center;
    font-size: 24px;
}
h3.pricefaq__title br{
  display: none;
}
.pricefaq__icon {
  width: 14px;
  transition: 0.3s;
}

/* ROTATE */
.pricefaq__btn:not(.collapsed) .pricefaq__icon {
  transform: rotate(180deg);
}

/* CONTENT */
.pricefaq__content {
  font-size: 15px;
  color: #828BA2;
  padding-bottom: 15px;
}
.pricefaq__footer p {
    font-size: 16px;
    color: #828BA2;
    max-width: 660px;
}

.pricefaq__footer a {
  color: var(--resume-primary-color);
}
.pricefaq__item:last-child {
  border-bottom: none;
}

/*======================contact-page=============================*/
.Contact-form-sec {
  background: #f5f7fb;
}

.Contact-form-sec .container {
  max-width: 1080px;
}

.Contact-form-sec h2.highlight {
  margin-bottom: 14px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.Contact-form-sec .mb-4 > p {
  max-width: 760px;
  color: #2f3545;
}

.contact-form-box {
  margin-top: 26px;
  background: #ffffff;
  border: 1px solid #e6ebf4;
  border-radius: 6px;
  padding: 28px 20px 20px;
}

.contact-form-box .form-label {
  color: #6f778a;
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-input.form-control {
  border: 0;
  border-bottom: 2px solid #5c6477;
  border-radius: 0;
  background: #f5f7fb;
  padding: 10px 0;
  font-size: 16px;
  color: #1e2532;
  box-shadow: none !important;
}

.contact-input.form-control:focus {
  border-bottom-color: var(--resume-primary-color);
}

.contact-form-box textarea.contact-input.form-control {
  min-height: 126px;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #d7ddeb;
  border-bottom: 2px solid #5c6477;
  border-radius: 2px;
}

.c-form-bottom .resume-btn {
  min-width: 130px;
  padding: 11px 14px;
  font-size: 16px;
  line-height: 1.2;
}

.small-text {
  color: #4a55a8;
  font-size: 15px;
}

/*===============================Login Page Css==============================*/
.auth-sec {
  background-color: #f1f3f9;
}
.auth-row {
  max-width: 1060px;
  margin: 0 auto;
}
.auth-box {
  max-width: 520px;
}
.auth-title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 600;
  color: #011632;
  margin-bottom: 8px;
}
.auth-input {
  height: 48px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #ececf3;
  padding: 12px 14px;
  font-size: 14px;
  color: #011632;
}
.auth-description {
  font-size: 24px;
  color: #011632;
}
.auth-top-heading {
  margin-bottom: 34px;
}
.auth-input:focus {
  box-shadow: none;
  border: 1px solid var(--resume-primary-color);
}
.auth-link {
  color: var(--resume-primary-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.auth-form-input {
  margin-bottom: 14px;
}
.options-box {
  margin-bottom: 26px;
}
.options-box label {
  font-size: 14px;
  color: #2a2a2a;
}
.options-box input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
}
.auth-img img {
  width: 100%;
  border-radius: 16px;
  min-height: 430px;
  object-fit: cover;
}
.auth-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-eye img {
  max-width: 18px;
  width: 100%;
  opacity: 0.55;
}
.auth-login-btn {
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.auth-bottom-text {
  font-size: 14px;
}
.auth-bottom-text .auth-link {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .auth-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .auth-sec {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .auth-box {
    max-width: 100%;
  }
  .auth-title {
    font-size: 42px;
  }
  .auth-description {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .auth-title {
    font-size: 34px;
  }
  .auth-description {
    font-size: 18px;
  }
}

/*=============================My Account Pages Css==============================*/
.profile-sidebar {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #dedede;
}
.profile-content,
.profile-sidebar {
  color: var(--resume-text-color);
}
.profile-user img {
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  width: 100%;
  object-fit: cover;
}
.profile-menu li {
  list-style: none;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--resume-text-color);
}
.profile-menu li a,
.profile-menu li button,
.profile-menu li span {
  color: inherit;
  font-size: 16px;
}
.profile-menu li i {
  font-size: 20px;
  width: 26px;
}
.profile-content h2 {
  font-size: 72px;
  margin-bottom: 0;
}
.profile-content h2 .highlight {
  color: var(--resume-primary-color);
}
.profile-menu li.active,
.profile-menu li:hover {
  color: var(--resume-primary-color);
  font-weight: 500;
}
.profile-content {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #dedede;
}
.profile-edit {
  color: #166527;
  font-weight: 500;
  font-size: 18px;
}
.profile-card {
  text-align: center;
}
.profile-img {
  max-width: 120px;
  height: 120px;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}
.profile-details {
  padding: 0;
}
.profile-details li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-details li i {
  font-size: 20px;
}
.profile-about h6 {
  font-weight: 600;
}
.profile-close-btn {
  background: var(--resume-white-color);
  width: 100%;
  height: 35px;
  border-radius: 5px;
  max-width: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #dedede;
}
.upload-btn {
  background: var(--resume-primary-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.delete-btn {
  background: transparent;
  border: 1px solid var(--resume-primary-color);
  color: var(--resume-primary-color);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.profile-input {
  background: var(--resume-white-color);
  border: none;
  height: 52px;
  margin-top: 5px;
  line-height: 36px;
}
.profile-input:focus {
  box-shadow: none;
  border: 1px solid var(--resume-primary-color);
}


/* about-us */
.hero-heading {
  text-align: center;
}
 
.showcase-banner {
  background: #eef4fb;
  padding: 36px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  overflow: hidden;
  min-height: 260px;
}
 
.showcase-banner .resume-card {
  background: #fff;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  flex-shrink: 0;
}
 
.resume-right {
  width: 385px;
  height: 502px;
  border-radius: 6px 6px 0 0;
  margin-left: -18px;
  position: relative;
  z-index: 1;
  transform: rotate(2deg) translateY(10px);
  overflow: hidden;
}
 
.resume-left {
  width: 385px;
  height: 502px;
  border-radius: 6px 6px 0 0;
  margin-right: -18px;
  position: relative;
  z-index: 1;
  transform: rotate(-2deg) translateY(10px);
}
 
 
 
.resume-center {
  width: 548px;
  height: 680px;
  border-radius: 6px 6px 0 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
 
 
 
.stats-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
 
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
 
.stat-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
 
.stat-number {
  font-size: 24px;
  color: #1E2532;
  line-height: 100%;
}
 
.stat-label {
  font-size: 24px;
  color: #1E2532;
  line-height: 100%;
}
 
.mission-label {
  font-size: 24px;
  color: #828BA2;
  margin-bottom: 50px;
}
 
.mission-heading {
  font-size: 38px;
  color: #1E2532;
  line-height: 1.35;
  max-width: 600px;
  font-weight: 400;
}
 
.mission-section .mission-text-col {
  background-color: #F7F9FC;
  border-radius: 0px 200px 0 200px;
  padding: 60px 95px;
}
 
.mission-image-col {
    width: 433px;
    height: 385px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -15rem;
    justify-content: center;
}
 
.creativity-heading {
  color: #1E2532;
  line-height: 1.25;
  font-weight: 400;
}
 
.creativity-body {
  color: #1E2532;
}
.creativity-section .creativity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}
.slider-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 32px;
}
 
.slider-track-wrapper {
  overflow: hidden;
  width: 100%;
}
 
.slider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 80px;
}
 
.slide-img {
  border-radius: 10px;
  overflow: hidden;
  background: #dde4ea;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.slider-track-wrapper  button.owl-prev span, .slider-track-wrapper  button.owl-next span {
    font-size: 30px;
    line-height: 30px;
}
 
.slider-track-wrapper .owl-nav .owl-prev {
    left: 17%;
}
.slider-track-wrapper .owl-nav .owl-next {
    right: 17%;
}
.slider-track-wrapper .owl-dot span {
    width: 15px;
    margin-right: 10px;
    height: 15px;
    background: #ccc;
    display: block;
    border-radius: 50%;
}
.slider-track-wrapper .owl-dot.active span {
    background: #1c2b8f;
}
.slider-track-wrapper .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.feature-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #F7F9FC;
    border-radius: 24px;
}
.feature-col p {
  font-size: 24px;
  color: #1E2532;
  line-height: 1.7;
}
 
.history-section h2 {
    font-size: 45px;
    font-weight: 400;
    color: #1E2532;
    margin-bottom: 36px;
}
.timeline {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
}
 
.timeline .timeline-item {
    padding: 30px;
    background-color: #F7F9FC;
    border-radius: 24px;
}
 
.timeline-year {
    font-size: 30px;
    font-weight: 400;
    color: #1E2532;
    margin-bottom: 40px;
}
.timeline-text {
    font-size: 23px;
    color: #1E2532;
    line-height: 120%;
}
 
.team-section h2 {
  font-size: 45px;
  font-weight: 400;
  color: #1E2532;
  margin-bottom: 50px;
}
.team-card {
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
    gap: 35px;
    margin-bottom: 70px;
}
 
.team-bio {
  font-size: 24px;
  color: #1E2532;
  margin-bottom: 50px;
}
 
.team-member-name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #1E2532;
}
.team-card .slide {
    padding: 0;
}
.team-card .carousel-control-next,.team-card .carousel-control-prev {
    top: auto;
    bottom: 55px;
    width: 48px;
    border-radius: 100%;
    height: 48px;
    color: #7A8599;
    background-color: #fff !important;
    z-index: 9;
    opacity: 1;
}
.team-card .carousel-control-next-icon,
.team-card .carousel-control-prev-icon {
    filter: brightness(0.5);
}
.team-card .carousel-control-next-icon,.team-card .carousel-control-prev-icon {
    width: 1.3rem;
    height: 1.3rem;
}
.team-card  .carousel-control-next {
    right: 35px;
}
.team-card  .carousel-control-prev {
    left: auto;
    right: 92px;
}
.team-member-role {
  font-size: 19px;
  color: #828BA2;
}
.team-card .team-text-col {
    background-color: #F7F9FC;
    padding: 50px 30px;
    border-radius: 24px;
}
.team-slider-controls {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
 
.reviews__score {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #1E2532;
}
.reviews__stars {
  color: var(--resume-primary-color);
  font-size: 20px;
}
.reviews__stars.small {
  font-size: 14px;
}
.reviews__based {
    font-size: 13px;
    color: #656E83;
    margin-top: 16px;
    text-align: center;
}
.reviews__progress-fill {
  transition: width 0.4s ease;
}
 .sec-padding.reviews.sec-bg {
    margin-bottom: 0;
}
.reviews__card h6 {
  font-weight: 500;
  margin: 8px 0;
}
.reviews__card p {
    font-size: 16px;
    color: rgba(30, 37, 50, 1);
    font-weight: 400;
    margin-bottom: 10px;
}
.reviews__author {
    font-size: 13px;
    color: #656E83;
}
 
.reviews__progress {
  flex: 1;
  height: 4px;
  background: #ddd;
  border-radius: 5px;
  position: relative;
}
.reviews__progress-fill {
    width: 25%;
    height: 100%;
    background: #1A91F0;
    display: block;
    position: absolute;
    left: 0;
}
 
.reviews__stars.small img {
    max-width: 18px;
}
.reviews__card h6 {
    color: rgba(30, 37, 50, 1);
    font-size: 19px;
}
.reviews__nav button.reviews__prev,.reviews__nav button.reviews__next {
    border: none;
    background: none;
}
.sec-padding.reviews.sec-bg{
background-color: #EFF2F9;
}
 
.reviews .reviews__title {
  font-weight: 400;
  color: #1E2532;
  font-size: 52px;
}
 
.brand-item {
  font-size: 15px;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.brands-section .brand-box {
    display: flex;
    justify-content: center;
}
.brand-item.forbes {
  font-style: italic;
  font-size: 17px;
}
 
.brand-item.bloomberg {
  letter-spacing: -0.03em;
}
 
.brand-item.inc {
  font-size: 18px;
}


/* ATS template css synced */
.blog-card.ats-card img {
    height: auto;
}
.blog-card.ats-card a {
    font-size: 18px;
    font-weight: 600;
    color: var(--resume-text-color);
    margin-top: 10px;
    display: inline-block;
}
.blog-card.ats-card a:hover {
    color: var(--resume-primary-color);
}
.blog-card.ats-card{
  padding: 15px;
}
.ats_category-btn {
    display: inline-block;
    padding: 8px 10px;
    background: var(--resume-white-color);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--resume-text-color);
    transition: 0.3s;
}

.ats_category-btn:hover {
  background: var(--resume-primary-color);
  color: var(--resume-white-color);
}
.ats_category-list {
    max-width: 800px;
    margin: auto;
}
.ats_category-sec {
    background-color: #EAF6FF;
}
.ats-info-block ul {
    list-style: disc;
    margin-left: 24px;
}
.gen_resume-card {
  background: #f4f6fb;
  border-radius: 15px;
  overflow: hidden;
  max-width: 320px;
  margin: auto;
}

/* Image */
.gen_resume-img img {
  width: 100%;
  display: block;
}

/* Content */
.gen_resume-content {
  padding: 20px 15px;
}

.gen_resume-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.gen_resume-content p {
  font-size: 14px;
  color: #555;
}
.gen_resume-btn {
    display: block;
    background: var(--resume-primary-color);
    color: var(--resume-white-color);
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    transition: 0.3s;
}

.gen_resume-btn:hover {
  background: var(--resume-text-color);
  color: var(--resume-white-color);
}
.ats-info-block{
  color: var(--resume-text-color);
}
.ats-faq-sec{
  background-color: var(--resume-white-color);
}
/* Section BG */
.ats_slider-sec {
  background: #2c2c7c;
  color: #fff;
}
/* Desc */
.ats_slider-desc {
  font-size: 15px;
  color: #dcdcdc;
}

/* Slide */
.ats_slide-item {
  padding: 10px;
}

.ats_slide-item img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}

/* Hover Animation */
.ats_slide-item:hover img {
  transform: scale(1.05);
}

.ats_slider-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #EAF6FF !important;
    color: var(--resume-text-color) !important;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    width: 100%;
}

.ats_slider-wrapper .owl-nav .owl-prev {
    left: -80px;
}
.ats_slider-wrapper .owl-nav .owl-prev span, .ats_slider-wrapper .owl-nav .owl-next span {
    font-size: 30px;
    line-height: 30px;
}
.ats_slider-wrapper .owl-nav .owl-next {
    right: -80px;
}
.ats_slider-wrapper {
    max-width:840px;
    margin: auto;
}

