.title-main-home.title-payroll {
  padding: 5rem 0 10rem 0 !important;
}

.title-payroll p {
  font-size: 24px;
  margin: 10px;
  color: #006172;
  font-weight: 600;
}

.payroll-page-layout {
  padding-bottom: 50px;
}

.contents-section {
  padding-bottom: 40px;
}

.contents-section img {
  border-radius: 18px;
}

.payroll-headings,
.contents-section h4,
.answers-contents h4,
.question-answer h4 {
  color: black;
  margin: 13px 0px;
}

.payroll-headings {
  padding-top: 15px;
}

.contents-section p,
.quick-answer-section p,
.expert-section p {
  color: #7a7a7a;
  font-size: 16px;
  font-family: poppins;
}

.payroll-headings span {
  color: #f58345;
}

.quick-answer-section {
  position: relative;
  padding-bottom: 25px;
}

.quick-answer-content {
  position: relative;
  z-index: 999;
}

.quick-answer-section:before {
  content: "";
  background-image: url("/hrms-blogs/wp-content/uploads/2025/06/Rectangle-24565.png");
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  height: 250px;
  width: 100%;
  position: absolute;
}

.quick-answer-content {
  padding: 30px;
}

.quick-answer-section:after {
  content: "";
  background-image: url("/hrms-blogs/wp-content/uploads/2025/06/Rectangle-24566.png");
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  height: 202px;
  width: 100%;
  position: absolute;
  /* background-position: bottom; */
  bottom: 50px;
}

.expert-section {
  padding-bottom: 50px;
}

.expert-profile {
  display: flex;
  background: #ffe9de;
  border-radius: 70px;
  height: fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  height: 70px;
  padding: 0px 15px 0px 0px;
  margin-bottom: 30px;
}

.expert-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  padding: 5px;
  object-fit: cover;
}

.expert-profile-name h5 {
  margin: 0px;
  font-weight: 600;
  color: black;
}

.expert-profile-name {
  padding: 0px 15px;
}

.expert-profile-name span {
  color: #414141;
  font-size: 14px;
}

.payroll-box-section {
  padding: 30px;
  background-color: #ffe9de;
  border-radius: 12px;
  position: relative;
  margin-bottom: 50px;
}

.box-section-flex {
  display: flex;
  gap: 20px;
  align-items: self-start;
}

.box-section-flex img {
  border-radius: 10px;
}

.global-button {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-weight: 400;
  font-size: 0.925em;
  background: linear-gradient(to right, #ff6d00, #ffa765);
  border-radius: 6px;
  color: #fff;
  text-transform: capitalize;
  border: none;
  padding: 9px 20px;
  font-weight: 700;
  z-index: 9;
  position: relative;
}

.global-button:hover {
  color: white;
}

.payroll-box-section:after {
  content: "";
  background-image: url("/hrms-blogs/wp-content/uploads/2025/06/Group-71904.webp");
  background-size: contain;
  height: 200px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.video-content iframe {
  border-radius: 10px 10px 0px 0px;
}

.video-content {
  box-shadow: 0px 3.605px 7.21px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 10px 5px;
}

.video-content .body {
  padding: 15px;
}

.video-content .body h6 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 50px;
}

.video-content .body p {
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.testimonial_swiper {
  padding-bottom: 50px;
}

.section-pb {
  padding-bottom: 30px;
}

.testimonial_swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.download-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 10px;
  border-radius: 70px;
  background: linear-gradient(
    90deg,
    #ffe4d7 0%,
    rgba(255, 233, 222, 0) 111.41%
  );
  margin-bottom: 35px;
  width: fit-content;
}

.download-box .link-image {
  background: #f58345;
  padding: 10px;
  border-radius: 50px;
}

.download-box .link-image img {
  border-radius: 0px;
}

.download-box h5 {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.review-block {
  border-radius: 18px;
  background: #f4f4f4;
  padding: 24px;
}

.review-block p {
  font-size: 16px;
  padding-top: 10px;
  color: #000;
}

.client-review-section .row .col-md-4 {
  padding: 0px 10px !important;
}

.review-block .position {
  font-weight: 500;
  margin: 0;
  color: #000;
}

.review-block span {
  color: #7a7a7a;
  font-size: 14px;
}

/* .block-contents ul{
   list-style-image: url('/hrms-blogs/wp-content/uploads/2025/06/fi_14090371.png');
} */

.block-contents > ul,
.answers-contents > ul,
.answers-contents > ol {
  list-style: none; /* remove default marker */
  padding-left: 0;
}

.block-contents > ul > li,
.answers-contents > ul > li,
.answers-contents > ol > li {
  position: relative;
  padding-left: 30px; /* space for the image */
  padding-bottom: 0px !important;
}

.block-contents > ul > li::before,
.answers-contents > ol > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%); /* vertically center */
  width: 20px; /* your image width */
  height: 20px; /* your image height */
  background-image: url("/hrms-blogs/wp-content/uploads/2025/06/fi_14090371.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.answers-contents > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%); /* vertically center */
  width: 20px; /* your image width */
  height: 20px; /* your image height */
  background-image: url("/hrms-blogs/wp-content/uploads/2025/06/fi_10309127.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.question-answer {
  padding-left: 10px;
}

.question-answer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%); /* vertically center */
  width: 20px; /* your image width */
  height: 20px; /* your image height */
  background-image: url("/hrms-blogs/wp-content/uploads/2025/06/fi_10309127.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.question-answer p > span {
  font-weight: 500;
}

.partners-logo {
  text-align: center;
  font-size: 14px;
}

.payroll-question.faq-question:hover {
  color: #ff7712;
  background: transparent;
}

.payroll-question.faq-question:active strong,
.payroll-question.faq-question:focus
  strong
  .payroll-question.faq-question:focus-visible
  strong {
  color: #ff7712 !important;
}

.payroll-question.faq-question:hover strong {
  color: #ff7712 !important;
}

.payroll-answer.faq-answer {
  margin-top: 0px;
}

.payroll-answer.faq-answer p {
  padding: 10px 0px 0px 50px;
}

.payroll-question.faq-question {
  padding: 20px 15px 20px 10px;
}

.toc-sticky-table {
  position: sticky;
  top: 100px;
}

.payroll-software-scrollbar {
  /* padding-top: 100px; */
  width: 100%;
  background-color: #fff;
}
.payroll-software-scroll-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.payroll-software-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.scroll-text-main {
  color: #ff7712;
  font-size: 20px;
  font-weight: 500;
  width: 90px;
}

.payroll-software-scroll-wrapper .scroll-text a {
  color: #2d2d2d;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  padding: 15px 0px;
  display: inline-block;
}

.payroll-software-scroll-wrapper .scroll-text.active {
  background-color: #fff; /* To avoid overlay issues */
  z-index: 1;
}
.payroll-software-scroll-wrapper .scroll-text.active::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #f58345;
  border-radius: 6px 6px 0px 0px;
}
.payroll-software-scroll-wrapper .scroll-text.active a {
  color: #ff7712;
  font-family: Inter;
  font-weight: 600;
}

.fixed-top-scroll-list {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  width: 92%;
  overflow: auto;
}

.fixed-top-scroll-list .scroll-text {
  font-size: 14px;
  color: #2d2d2d;
  margin-right: 25px;
  position: relative;
}

.fixed-top-scroll-list::-webkit-scrollbar {
  height: 4px;
}

.fixed-top-scroll-list::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.fixed-top-scroll-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.fixed-top-scroll-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.fixed-top-scroll-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.fixed-top-scroll-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

@media (max-width: 992px) {
  .toc-sticky-table #toc-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .expert-section .row {
    margin: 0px;
  }

  .payroll-question .faq-icon {
    width: 20px;
    max-width: max-content;
  }
}

@media (max-width: 680px) {
  .box-section-flex {
    display: block;
  }
  .box-section-flex img {
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 580px) {
  .quick-answer-section:after {
    bottom: -50px;
  }
  .quick-answer-content {
    padding: 15px;
  }
}

@media (max-width: 475px) {
  .payroll-question .faq-number {
    font-size: 16px;
  }
}
