* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 30px;
  margin-bottom: 24px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.h1,
h1 {
  font-size: clamp(1.2rem, calc(1.2rem + 1.5vw), 2.5rem);
}

.h2,
h2 {
  font-size: clamp(1.325rem, calc(1.325rem + 0.9vw), 2rem);
}

.h3,
h3 {
  font-size: clamp(1.3rem, calc(1.3rem + 0.6vw), 1.75rem);
}

.h4,
h4 {
  font-size: clamp(1.275rem, calc(1.275rem + 0.3vw), 1.5rem);
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

ol,
ul {
  padding-left: 1rem;
}

img,
svg {
  vertical-align: middle;
}

form input,
form select {
  border-radius: 4px;
  padding: 22px;
  width: 100%;
}

button,
input,
textarea {
  font-size: 1rem;
}

button {
  border: unset;
  cursor: pointer;
}

body {
  word-wrap: break-word;
}

.container,
.row>* {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

.img-fluid,
.row>*,
figure {
  max-width: 100%;
}

.d-flex,
.row {
  display: flex;
}

.container,
nav {
  margin-left: auto;
}

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.row {
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
}

.align-items-center,
[class*="grid"] {
  align-items: center;
}

.sec-space {
  margin-bottom: 60px;
}

.img-fluid {
  height: auto;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.img-placeholder {
  aspect-ratio: 16/9;
}

.row-gap {
  row-gap: 30px;
}

[class*="grid"] {
  display: grid;
  gap: 20px;
}

.grid-30 {
  grid-template-columns: auto 30%;
}

.grid-reverse-15 {
  grid-template-columns: 15% auto;
}

.grid-reverse-20 {
  grid-template-columns: 20% auto;
}

.grid-50-50 {
  grid-template-columns: repeat(2, 1fr);
}

/* Container Styles  */
.container,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.nav-links,
.pagination {
  gap: 20px;
}

header {
  display: flex;
  height: 65px;
  left: 0;
  top: 0;
  transition: 0.5s;
  width: 100%;
  position: sticky;
  z-index: 999;
}

.sticky-header {
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.flex-col-sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

header>.container {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  user-select: none;
}

.auth-social-follow li:before,
.cancel-btn,
.logo-first,
.search-form,
.toggle-slide-btn,
.ui-switch input {
  display: none;
}

header nav ul {
  gap: 40px;
}

header nav ul,
header ul li {
  align-items: center;
  display: flex;
}

header ul li {
  gap: 5px;
  white-space: nowrap;
}

header ul li>ul>li {
  padding: 10px 15px;
}

header ul li:last-of-type {
  margin-right: 0;
}

header nav ul li a {
  display: inline-block;
  position: relative;
}

header ul .dropdown ul {
  display: block;
  left: -40px;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 45px;
  transform: scale(0);
  transform-origin: top;
  transition: 0.3s;
  visibility: hidden;
  z-index: 99;
}

.dropdown .dropdown:after,
.dropdown ul .dropdown:after,
.dropdown:after {
  content: "";
  cursor: pointer;
  display: flex;
  height: 16px;
  transition: transform 0.3s;
  width: 16px;
}

header ul .dropdown ul .dropdown ul {
  left: calc(100% + 20px);
  position: absolute;
  top: 10px;
}

header .mob-search-btn,
header .search-btn {
  stroke: var(--color);
  fill: var(--color);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
  z-index: 20;
}

.search-form {
  height: 64px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: calc(100% - 70px);
}

.search-form input {
  border: none;
  height: 100%;
  outline: 0;
  width: 100%;
}

.search-form .search-btn {
  cursor: pointer;
  line-height: 60px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

header .search-bar-show {
  display: block;
  transition: 0.3s;
  z-index: 10;
}

.show-ul {
  overflow-y: auto;
  transform: translate(0);
}

.toggleBtn {
  padding: 10px 20px;
}

/* column class */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .grid-50-50 .border-bottom {
    border: unset !important;
    padding: 0 !important;
  }

  .related-post .grid-50-50 {
    gap: 30px;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {

  .col-lg-2,
  .col-lg-3 {
    flex: 0 0 auto;
  }


  .col-lg-2 {
    width: 16.66666667%;
  }

  .all-author-page .author-container,
  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
  header ul .dropdown ul .dropdown ul {
    left: 0;
    top: 30px;
  }

  .dropdown:after {
    right: 33px;
  }
}

@media screen and (min-width: 1023px) {
  header .dropdown:hover>ul {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

.swiper-pb {
  padding-bottom: 50px !important;
}

footer {
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
  z-index: 0;
}

footer .h6 {
  padding-bottom: 8px;
  width: fit-content;
}

footer .footer-category ul {
  gap: 10px !important;
}

.copyright {
  padding-block: 10px;
}

.mail span {
  margin: 0 5px;
}

#myBtn {
  border: unset;
  border-radius: 50%;
  bottom: 48px;
  cursor: pointer;
  height: 45px;
  position: fixed;
  right: 21px;
  width: 45px;
  z-index: 12;
}

.all-page ul,
footer ul,
header nav ul {
  list-style-type: none;
}

.site-social-links ul li a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 54px;
  padding: 6px 20px;
  text-transform: capitalize;
}

.site-content {
  display: grid;
  gap: 10px;
  flex-grow: 1;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  padding: 25px;
  height: 100%;
}

.card .num {
  border: 1px solid #dfdfdf;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--primary-color);
}

.truncate-3,
.truncate {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate.two-line-trunc {
  -webkit-line-clamp: 2;
}

.primary-bg-sec {
  background: var(--primary-color);
  padding-block: 60px;
}

.secondary-bg-sec {
  background: var(--secondary-color);
  padding-block: 60px;
}

.tertiary-bg-sec {
  background: var(--tertiary-color);
  padding-block: 60px;
}

.muted-bg-sec {
  background: var(--muted-color);
  padding-block: 60px;
}

.stats-section {
  border-radius: 12px;
  gap: 38px;
  margin-top: -80px;
  padding: 40px;
}

.compare-con {
  gap: 50px;
  background: var(--white);
  border-radius: 24px;
  padding: 28px;
}

.compare-con .title {
  background: #34c19b1f;
  border-radius: 32px;
}

.compare-con ul li:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}

.compare-con ul li .num {
  border: 1px solid var(--primary-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--primary-color);
}

.client-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.client-profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.client-info {
  gap: 5px;
}

.client-info {
  font-size: 14px;
}

.client-info .client-name {
  font-weight: 600;
}

.client-info .client-designation {
  color: rgb(11 31 51 / 60%);
}

.full-height-swiper .swiper-wrapper {
  align-items: stretch !important;
}

.full-height-swiper .swiper-slide {
  height: auto !important;
  display: flex;
}

.badge-con {
  background: var(--white);
  border-radius: 32px;
  padding: 36px;
}

.contact-form {
  row-gap: 12px;
}

.contact-form :is(input, select, textarea) {
  padding: 15px;
  font-size: 16px;
}

.contact-form textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* faq style start */
.faq-item details {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: 4px;
}

.faq-item summary {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}

.faq-item summary {
  cursor: pointer;
  display: flex;
  gap: 15px;
  padding: 20px;
}

.faq-item .content {
  padding: 16px 23px 14px;
  background-color: #e6edeb;
}

.faq-item summary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.787 9.688a.626.626 0 0 1 .54.7l-.454 3.507a.626.626 0 0 1-1.24-.16l.26-2.011-5.734 4.42a.624.624 0 1 1-.763-.99l5.733-4.42-2.01-.26a.626.626 0 0 1 .16-1.24l3.506.453z' fill='%23000'/%3E%3C/g%3E%3Cpath stroke='%23000' stroke-width='.028' d='m13.34 19.971 7.896-6.087-6.088-7.896-7.896 6.087z'/%3E%3Ccircle cx='13.945' cy='13' r='12.5' stroke='%23000'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='m13.336 19.99 7.918-6.104-6.104-7.918-7.918 6.104z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-item summary::after {
  content: "";
  height: 25px;
  margin-left: auto;
  width: 25px;
  flex-shrink: 0;
}

.faq-item details[open]>summary::after {
  transform: rotate(33deg);
}

/* faq style end */

/* Pagination Styles  Start*/
:is(.pagination, .pagination .nav-links, .pagination .nav-links .page-numbers) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 50px;
}

.pagination .nav-links {
  gap: 20px;
  flex-wrap: wrap;
}

.navigation .page-numbers.current {
  background-color: var(--secondary-color) !important;
}

.pagination .nav-links .page-numbers {
  border-radius: 50%;
  transition: .4s;
  color: var(--white);
  background: var(--primary-color);
  box-shadow: 0 0 0 4px #fff, 0 0 15px rgb(0 0 0 / 70%);
  font-weight: 700;
}

.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.navigation .page-numbers::before {
  background-color: #000;
  transform: rotate(-180deg);
  transform-origin: bottom center;
}

.navigation .page-numbers::after,
.navigation .page-numbers::before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: .4s;
  position: absolute;
  left: 0;
  top: 0;
}

.navigation .page-numbers.current::after {
  transform: rotate(190deg);
}

.navigation .page-numbers::after {
  transform-origin: bottom center;
  background-color: var(--white);
  transform: rotate(-115deg);
}

.pagination .page-numbers:hover::before {
  transform: rotate(0);
}

.pagination .page-numbers:hover:after {
  opacity: 1;
  transform: rotate(180deg);
}

/* Pagination style end */




/* Utilities */
.border-0 {
  border: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-black {
  color: var(--black) !important
}

.mx-auto {
  margin-inline: auto !important;
}

.w-fit {
  width: fit-content !important;
}

.ms-auto {
  margin-left: auto !important;
}

.relative {
  position: relative !important;
}

.unstyled-list {
  list-style: none !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.mt-8 {
  margin-top: calc(var(--spacing) * 8) !important;
}

.mt-5 {
  margin-top: calc(var(--spacing) * 5) !important;
}

.mt-10 {
  margin-top: calc(var(--spacing) * 10) !important;
}

.mt-3 {
  margin-top: calc(var(--spacing) * 3) !important;
}

.mb-3 {
  margin-bottom: calc(var(--spacing) * 3) !important;
}

.mb-4 {
  margin-bottom: calc(var(--spacing) * 4) !important;
}

.mb-5 {
  margin-bottom: calc(var(--spacing) * 5) !important;
}

.mb-6 {
  margin-bottom: calc(var(--spacing) * 6) !important;
}

.mb-8 {
  margin-bottom: calc(var(--spacing) * 8) !important;
}

.text-center {
  text-align: center !important;
}

.flex-row {
  flex-direction: row !important;
}

.gap-1 {
  gap: calc(var(--spacing) * 1) !important;
}

.px-3 {
  padding-inline: calc(var(--spacing) * 3) !important;
}

.py-3 {
  padding-block: calc(var(--spacing) * 3) !important;
}

.p-5 {
  padding: calc(var(--spacing) * 5) !important;
  ;
}

.gap-2 {
  gap: calc(var(--spacing) * 2) !important;
}

.gap-3 {
  gap: calc(var(--spacing) * 3) !important;
}

.gap-5 {
  gap: calc(var(--spacing) * 5) !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.gap-4 {
  gap: calc(var(--spacing) * 4) !important;
}

.gap-3 {
  gap: calc(var(--spacing) * 3);
}

.pb-4 {
  padding-bottom: calc(var(--spacing) * 4) !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-8 {
  padding: calc(var(--spacing) * 8) !important;
}

.h-100 {
  height: 100% !important;
}

.shrink-0 {
  flex-shrink: 0 !important
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: end !important;
}

.align-items-md-center {
  @media(min-width: 767px) {
    align-items: center;
  }
}

.bg-white {
  background: var(--white) !important;
}

.bg-none {
  background: none !important;
}

.d-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.order-2 {
  order: 2 !important;
}

.order-lg-2 {
  @media(min-width: 1023px) {
    order: 2 !important;
  }
}

.d-lg-block {
  @media(min-width:1023px) {
    display: block !important;
  }
}

.d-md-none {
  @media(min-width: 767px) {
    display: none !important;
  }
}

.d-md-block {
  @media(min-width: 767px) {
    display: block !important;
  }
}

.flex-lg-row {
  @media(min-width:1023px) {
    flex-direction: row !important;
  }
}

.flex-md-row {
  @media(min-width:600px) {
    flex-direction: row !important;
  }
}

.text-white {
  color: var(--white);
}


/* single post style  */

.all-page {
  counter-reset: term definition;
}

.all-page p {
  margin-bottom: 20px;
}

.blog-header {
  margin-bottom: 50px;
}

.yoast-breadcrumbs span :not(:last-child) a {
  color: var(--primary-color) !important;
}

.auth-meta img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.all-page p {
  margin-bottom: 20px;
}

.all-page :is(h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6) {
  margin-bottom: 15px !important;
}

.tableofcontent .toc-body>ul {
  padding-left: 0 !important;
}

.all-page :is(ul, ol):not(.site-social-links ul) {
  margin-bottom: 20px;
}

.all-page :is(ul, ol):not(.site-social-links ul) li {
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
}


.author-container {
  border-radius: 8px;
  padding: 28px;
}

.toc-header {
  cursor: pointer;
  font-weight: 600;
  height: 50px;
  justify-content: space-between;
  padding: 0 20px;
}

.toc-header {
  align-items: center;
  display: flex;
}

.arrow {
  cursor: pointer;
  transition: .3s;
}

.tableofcontent .toc-body {
  height: 500px;
  opacity: 1;
  overflow-y: auto;
  padding: 15px;
  transition: opacity .3s ease-in-out;
  visibility: visible;
}

.author-container .author-img img {
  border: unset;
}

.author-img img {
  border-radius: 50%;
}

.author-content .h5:hover {
  text-decoration: underline;
}

/* author page  */

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  top: 80px;
}


.bg-sparkling {
  background: url(../../../assets/images/star.svg) 50% / cover no-repeat;
}

.error-page {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='525' fill='none'%3E%3Cpath fill='%234E77A8' fill-opacity='.07' fill-rule='evenodd' d='M.064 339.843c-1.767-63.858 32.172-86.668 37.489-171.323S166.317 9.882 238.565 24.801s117.801-57.44 231.873-5.29 223.393 416.473-5.184 483.693c-228.576 67.221-287.117-1.092-345.802-21.701C60.768 460.895 1.83 403.701.064 339.843' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/contain no-repeat;
}

.error-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: center;
  width: 100%;
  text-align: center;
}


.error-title {
  font-size: 80px;
  font-weight: 700;
}

:is(.error-page, .contact-page) .sep-btn {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}

/* 404 page  */

.page-404 .error-page {
  flex-direction: row;
  height: 400px;
}


.error-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: center;
  width: 100%;
}

.page-404-content {
  gap: 10px;
}

.error-page :is(h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6) {
  margin-bottom: 0 !important;
}

.page-404-content .error-title {
  margin-top: -45px;
  position: relative;
}

/* 404 page  */
.robox-img {
  animation: .8s ease-in-out infinite alternate translateAnimation;
}

.robox-img img {
  left: -260px;
  position: absolute;
  transform: translateY(-100px);
}

.robox-img {
  position: relative;
}

@keyframes translateAnimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-40px);
  }
}

/* contact us  */
.icon-container {
  background-color: var(--tertiary-color);
  border-radius: 50%;
}

.icon-container {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-page p {
  margin-bottom: 0 !important;
}

.contact-details .address,
.contact-details .phone,
.contact-details .site-social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
}

.contact-page form {
  border: 1px solid rgba(0, 0, 0, .1);
}

.contact-page form {
  border-radius: 8px;
  padding: 30px;
}

.stat-card:not(:last-child) {
  border-right: 1px solid #D0D0D0;
  flex: 1;
}

.cta {
  border-radius: 28px;
  background: url("https://careerzeno.com/wp-content/uploads/2026/05/cta-bg.webp") center center/cover no-repeat;
  padding-block: 60px;
}

.cta .flex-col-sec {
  border-bottom: 1px solid #D0D0D0;
}

/* Marquee style start */
.marquee {
  overflow: hidden;
}

.marquee-content {
  width: max-content;
  white-space: nowrap;
}

@keyframes marqueeLTR {
  0% {
    transform: translate(-50%);
  }

  100% {
    transform: translate(0px);
  }
}

.marqueeLTR {
  animation: 30s linear 0s infinite normal none running marqueeLTR;
}

.mrq-item {
  padding: 10px 20px;
}

.mrq-item {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
  background: var(--white);
  border: 1px solid rgb(232, 232, 232);
}

.mrq-item img {
  height: 60px;
  width: 160px;
  object-fit: contain;
}

/* Marque styles end */

.secondary-bg-sec.ellipse::after {
  content: '';
  background: url("https://careerzeno.com/wp-content/uploads/2026/05/Ellipse-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 200px;
  height: 300px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.skew-card-con .col-lg-3:nth-child(-n+2) .card {
  transform: perspective(1200px) rotateY(6deg);
}

.skew-card-con .card {
  background-color: var(--white);
  border: 1px solid #80808033;
  transform: perspective(1200px) rotateY(354deg);
}

/* Blog card styles */
.blog-card .img-placeholder {
  background-color: #c7c7c7;
  aspect-ratio: 16 / 9;
}

.blog-card .img-placeholder,
.blog-card .img-placeholder img {
  border-radius: 8px;
}

.blog-card .blog-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.blog-card .auth-name {
  display: flex;
  font-size: 14px;
  opacity: .7;
  width: fit-content;
}

/* blog table style start */
#tableofcontent {
  background: #b4c8c321;
  padding: 30px;
  border: 1px solid var(--black);
  border-radius: 5px;
  width: fit-content;
  margin-block: 30px;
}

#tableofcontent .head-th {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

#tableofcontent ul li {
  list-style-type: none;
  position: relative;
  margin: 0 0 20px 10px;
}

#tableofcontent ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 4px;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%22.01%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20d%3D%22m19%2012%2012%2012-12%2012%22%20stroke%3D%22%230B1B33%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  height: 18px;
  width: 18px;
}

#tableofcontent ul li a {
  text-decoration: none;
}

#tableofcontent ul li a:hover {
  text-decoration: underline;
}

/* blog table style end */
/* faq style start */
details summary {
  cursor: pointer;
  background: var(--white);
  border: 1px solid #ddd;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  border-radius: 6px;
  padding: 15px 60px 15px 15px;
  margin-top: 20px;
}

details summary:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' width='20' height='20'%3E%3Cpath d='M6.25 9.375h7.5v1.25H6.25z'/%3E%3Cpath d='M9.375 6.25h1.25v7.5h-1.25z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.25' stroke-miterlimit='10' cx='16' cy='16' r='12' d='M17.5 10A7.5 7.5 0 0 1 10 17.5A7.5 7.5 0 0 1 2.5 10A7.5 7.5 0 0 1 17.5 10z'/%3E%3C/svg%3E") no-repeat;
  height: 20px;
  width: 20px;
  transition: all .3s;
}

details[open] summary {
  border-radius: 6px 6px 0 0;
}

details[open] summary:after {
  transition: all .3s;
  transform: rotate(45deg);
  top: 17px;
}

details .content {
  padding: 10px 20px;
  background: #cccccc2b;
}

/* faq style end */
.author-container .btn {
  padding: 4px 12px;
  font-size: 14px;
  border-width: 1px;
}

.author-container {
  background-color: var(--tertiary-color);
  grid-template-columns: 15% auto;

}

.author-content .author-designation {
  font-weight: 600;
}

.blog-content p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 17px;
}

.blog-content :is(ul li, ol li) {
  margin-bottom: 20px;
  color: var(--txt-color);
  line-height: 1.6;
}

.blog-sidebar {
  position: sticky;
  top: 72px;
}

.blog-sidebar .recent-blog-con,
.blog-sidebar .form-con {
  border: 1px solid var(--border-color);
  padding: 24px;
  border-radius: 8px;
}

.blog-sidebar .recent-blog-con .row :not(:last-child) .blog-card {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.blog-sidebar .blog-card .blog-title {
  -webkit-line-clamp: 1;
}

.blog-sidebar :is(.form-con .h5, .recent-blog-con .h5) {
  color: var(--secondary-color);
}



@media (max-width: 1024px) {
  .stats-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    padding: 0;
    gap: 20px;
    background: none;
  }

  .stat-card {
    border-right: none !important;
    border: 1px solid var(--border-color) !important;
    padding: 16px;
    border-radius: 6px;
    background: var(--white);
  }

  .cta {
    padding-inline: 26px;
  }

  .author-container {
    grid-template-columns: 20% auto;
  }

}

.sub-head {
  color: var(--primary-color);
  font-weight: 500;
}

.sticky-con {
  position: sticky;
  top: 20px;
  padding: 32px;
  border-radius: 8px;
}

.case-box {
  flex: 1;
  height: 400px;
  padding: 28px;
  cursor: pointer;
  transition: all .4s ease;
}

.case-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      transparent,
      rgba(0, 0, 0, 0.9));
  z-index: 1;
}

.case-box>* {
  position: relative;
  z-index: 2;
}

.case-box.first {
  background: url("https://careerzeno.com/wp-content/uploads/2026/04/Build-a-Career-You-Love-Land-Better-Opportunities-Faster.webp") center/cover no-repeat;

}

.case-box.second {
  background: url("https://careerzeno.com/wp-content/uploads/2026/05/166104-1.webp") center/cover no-repeat;

}

.case-box.third {
  background: url("https://careerzeno.com/wp-content/uploads/2026/05/career-image.jpg") center/cover no-repeat;

}

.case-box.active {
  @media(min-width: 1025px) {
    flex: 3;
  }
}

@media screen and (max-width: 1023px) {

  .blog-header>.co-aut,
  .dropdown,
  .toggle-slide-btn,
  header nav ul {
    display: block;
  }

  #dp-logo img {
    height: 30px;
  }

  #dp-logo,
  .blog-content {
    order: 2;
  }


  header nav {
    margin-left: unset !important;
    position: absolute;
  }

  header .search-bar-show {
    display: block;
    transition: .3s;
    z-index: 10;
  }

  header nav ul {
    height: 100%;
    left: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: 0.2s;
    width: 300px;
    z-index: 10;
  }

  header nav ul li {
    padding-top: 20px;
  }

  header ul .dropdown ul {
    display: none;
    height: fit-content;
    left: 0;
    margin-top: 10px;
    position: relative;
    top: 0;
    width: 100%;
  }

  .dropdown .dropdown:after,
  .dropdown:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4 5.588 4 4 4-4'/%3E%3C/svg%3E") !important;
    position: absolute;
    right: 5px
  }

  .dropdown:after {
    top: 20px;
  }

  .dropdown .dropdown:after {
    top: 10px;
  }

  .cancel-btn {
    position: fixed;
    right: 8%;
    top: 10px;
  }

  header ul li.showMenu>ul {
    display: block !important;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  header ul li.showMenu:after {
    rotate: 180deg;
  }

  .case-box {
    height: 300px;
    flex: unset;
  }

  .author-container .author-img .avatar {
    width: 80px;
    height: 80px;
  }

}

@media screen and (max-width: 600px) {
  [class*=grid] {
    grid-template-columns: auto !important;
  }

  .hero-btns-con {
    flex-direction: column;
  }

  .stat-card {
    flex-direction: column;
    align-items: start;
  }

  .author-container {
    grid-template-columns: auto;
  }

  .author-container .author-img .avatar {
    width: 72px;
    height: 72px;
  }

  .blog-content .author-container {
    gap: 16px;
  }
}