/* Hero Section */

.nav {
  padding: 20px 0px;

  a {
    img {
      max-width: 395px;
    }
  }
}

.pr-30 {
  padding-right: 30px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--green-brand);
  border-radius: 10px;
}

#backToTop {
  position: fixed;
  background-color: var(--green-brand);
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 300ms linear;
}

#backToTop:hover {
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}

.container {
  max-width: 1168px !important;
  padding: 0 16px !important;
}

.hero-row {
  gap: 100px;
}

.hero-section {
  padding-top: 22px;
}

#hero-section {
  background: linear-gradient(
    180deg,
    rgba(76, 175, 80, 0.1) 0%,
    rgba(76, 175, 80, 0) 100%
  );
}

.hero-content-box {
  max-width: 490px;

  .main-heading {
    padding-bottom: 12px;
  }

  .hero-description {
    line-height: 150%;
    padding-bottom: 24px;
  }

  .hero-bold-description {
    padding-bottom: 12px;
  }
}

.hero-image-box {
  max-width: 500px;
}

.hero-image {
  max-width: 500px;
}

.hero-button {
  padding: 18px 32px;
  border: none;
  background-color: var(--green-brand);
  border-radius: 200px;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms linear;

  span {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }
}

.hero-button:hover {
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}

.hero-button:hover .hero-button-arrow {
  rotate: 45deg !important;
}

.button-box-center-line {
  height: 27px;
  border: 1px solid var(--off-black);
}

/* compensation FAQ */
.compensation-faq-container {
  max-width: 1140px;
}

.compensation-content {
  max-width: 432px;
}

.compensation-faq-button {
  border: none;

  .button-box {
    gap: 14px;
  }
}

.compensation-faq-icon {
  min-width: 44px;
  min-height: 44px;
  border-radius: 8px;
}

.compensation-faq-text {
  max-height: 0;
  max-width: 371px;
  overflow: hidden;
}

.transition-300ms {
  transition: all 300ms linear;
}

.compensation-faq-box {
  max-width: 520px;
  gap: 12px;
}

.compensation-faq-item {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.compensation-faq-text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.compensation-faq-item {
  background-color: var(--gray-light);
}

.compensation-faq-item.active {
  background: var(--green-brand) !important;
  padding: 24px !important;
}

.compensation-faq-item.active .compensation-button-heading {
  color: white !important;
  padding-bottom: 4px;
}

.compensation-faq-item.active .button-box {
  align-items: start !important;
}

.compensation-faq-item.active .compensation-faq-text {
  color: white !important;
}

/* testimonial slider */
.transparent-section {
  padding: 100px 0;
  background-color: var(--gray-light);
}

.transparent-container {
  max-width: 1140px;
  margin: auto;
}

.transparent-heading {
  max-width: 520px;
}

.transparent-sub-heading {
  font-size: 18px;
  max-width: 340px;
}

.transparent-button {
  max-width: 189px;
}

.faq-box {
  border-radius: 10px;
  padding: 20px;
  background-color: #f8f9fa;
  margin-bottom: 15px;
  cursor: pointer;
}

.green-box {
  background-color: var(--green-brand);
  border-radius: 24px;
  padding: 32px 32px 26px;
  max-width: 586px;
}

.setup-text {
  font-size: 14px;
  font-weight: 600;
}

.setup-text-width {
  max-width: 197px;
}

.mb-12 {
  margin-bottom: 12px;
}

.gap-32 {
  gap: 32px;
}

.green-box-heading {
  font-size: 32px;
  font-weight: 600;
  max-width: 450px;
  margin: auto;
}

.green-box-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.faq-section {
  padding: 147px 0;
}

.faq-sub-heading {
  margin-bottom: 60px;
}

.accordion-item {
  background: #f8f8f8;
  border: none;
  border-radius: 8px;
  margin-bottom: 24px;
}

.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 600;
  padding: 10px 20px 10px 24px;
  font-size: 20px;
  gap: 20px;
  border-radius: 12px !important;
  min-height: 72px;
}

.accordion-body {
  padding-top: 0 !important;
  padding-left: 24px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #000 !important;
}

.accordion-button::after {
  content: "+";
  font-size: 32px;
  background-image: none !important;
  transform: none !important;
  color: #000;
  display: flex;
  font-weight: 400;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

.star-rating {
  color: #fdb022;
  font-size: 18px;
}

.testimonial-image {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  object-fit: cover;
  max-width: 250px;
}

.quote-bg {
  font-size: 120px;
  color: #e6f3ea;
}

.testimonial-name {
  font-weight: 500;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
}

.carousel-control-prev,
.carousel-control-next {
  background: none;
  border: none;
}

.carousel-control-prev img,
.carousel-control-next img {
  width: 190px;
  height: 148px;
}

.call-to-action {
  padding: 170px 20px 0;
}

.call-to-action-box {
  max-width: 1140px;
  padding: 52px;
  border-radius: 24px;
  background: linear-gradient(180deg, #7ac943 0%, #4caf50 100%);
  margin-bottom: -104px;
}

.pointer-event-none {
  pointer-events: none;
}

.call-now-btn {
  padding: 18px 32px;
  font-weight: 600;
  background-color: var(--dark-green) !important;
  outline: none;
  border-radius: 50px;
  gap: 6px;
  transition: all 0.3s linear;
}

.call-now-btn svg {
  transition: all 0.3s;
}

.call-now-btn:hover {
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  color: var(--off-white) !important;
}

.call-now-btn:hover svg {
  rotate: 45deg;
}

.btn-arrow-size {
  width: 24px;
  height: 24px;
}

footer {
  padding-top: 178px;
  background: var(--gray-light);
}

.footer-logo {
  max-width: 580px;
  height: 102px;
  margin-bottom: 39px;
}

.footer-links:hover {
  color: black;
}

.footer-links {
  transition: all 0.3s linear;
  padding-bottom: 38px;
}

.gap-30 {
  gap: 30px;
}

/*  */

/* GOOD COMPANY */
.highlight-card {
  background-color: #7ed957;
  color: white;
}

.icon-box {
  font-size: 40px;
}

.svg-box {
  width: 82px;
  height: 82px;
}

.company-bg {
  background-color: #fefefe;
}

.max-w-1140 {
  max-width: 1140px;
  margin: auto;
}

.custom-heading {
  font-size: var(--fs-md);
  font-weight: 600;
  padding-top: 16px;
  max-width: 266px;
}

.company-cards-gap {
  gap: 24px;
}

.company-heading {
  font-weight: 700;
  padding-bottom: 60px;
  color: #2b2b2b;
}

.cards-heading-width {
  max-width: 300px;
  margin: auto;
}

.custom-card {
  border-radius: 24px;
  max-width: 364px;
  padding: 32px;
  transition: 0.3s ease;
  min-width: 324px;
  min-height: 220px;
  transition: all 0.7s ease;
  box-shadow: 0px 0px 54px 0px #0000000d;

  h2 {
    transition: all 300ms linear;
  }

  p {
    transition: all 300ms linear;
    padding-top: 8px;
    padding-left: 13.5px;
    padding-right: 13.5px;
  }

  svg path {
    transition: all 300ms linear;
  }
}

/* hover */

.custom-card:hover {
  background-color: #7ac943 !important;
}

.custom-card:hover svg path {
  fill: #fff;
}

.custom-card:hover h2 {
  color: #fff;
}

.custom-card:hover p {
  color: #fff;
}

.company-section-padding {
  padding: 168px 0;
}

/* second section */
.stat-box {
  text-align: center;
  padding: 0 20px;
}

.stat-icon {
  background-color: #7ac943;
  color: white;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
}

.rate-section {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.rate-container {
  max-width: 1140px;
  margin: auto;
}

.rating-gap {
  row-gap: 55px !important;
}

.raiting-heading-width {
  max-width: 210px !important;
  margin: auto;
}

.company-section-padding {
  padding-top: 188px;
  padding-bottom: 146px;
}

/* Privacy Policy */
.privacy-policy {
  padding: 80px 20px 0;
  max-width: 798px;
  margin-bottom: -30px;
}

.privacy-heading {
  padding-bottom: 80px;
}

.data-gap {
  gap: 40px;
}

.-mt-4 {
  margin-top: -4px !important;
}

.gap-10 {
  gap: 10px;
}

.services {
  max-width: 797px;
  margin: 0 auto;
  padding: 101px 20px 30px;
}

.service-heading {
  padding-bottom: 80px;
}

.real-money-heading {
  max-width: 670px;
}

.legal-notice-box {
  padding: 32px;
  background-color: var(--gray-light);
  border-radius: 24px;
  max-width: 487px;
}

.legal-notice {
  max-width: 495px;
}

.hero-row {
  gap: 30px;
}

.legal-notice-section {
  padding: 146px 0px 0px 0px;
}

@media (max-width: 1124px) {
  /* Company */
  .custom-card {
    padding: 32px 29px;
    transition: 0.3s ease;
    min-width: 314px;
    min-height: 220px;
  }

  .company-heading {
    padding-bottom: 40px;
  }
}

@media (max-width: 1026px) {
  .green-box {
    padding: 16px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .faq-sub-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024.98px) {
  /* header */
  .nav {
    a {
      img {
        max-width: 300px;
        height: 53px;
      }
    }
  }

  /* Good Company */
  .custom-card {
    width: 48%;
  }

  .company-cards-gap {
    gap: 24px;
  }

  .custom-card {
    padding: 32px 29px;
    transition: 0.3s ease;
    min-width: 314px;
    min-height: 220px;
  }

  /* Footer */
  .object-cover {
    object-fit: cover;
  }

  .call-to-action {
    padding: 120px 20px 0;
  }

  .footer-logo {
    max-width: 400px !important;
    height: auto;
    margin-bottom: 39px;
  }

  footer {
    padding-top: 180px;
  }

  .footer-links {
    padding-bottom: 24px;
  }

  .call-to-action-box {
    padding: 48px;
  }

  .call-now-btn {
    padding: 16px 25px;
  }

  .legal-notice-section {
    padding: 100px 0px 0px 0px;
  }

  /* Privacy Policy */
  .privacy-policy {
    margin-bottom: 0;
  }

  .real-money-heading {
    max-width: 630px;
  }
}

@media (max-width: 992.98px) {
  /* Header */

  .main-heading {
    padding-bottom: 20px !important;
  }

  .first-description-how-its {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .hero-bold-description {
    line-height: var(--leading-150) !important;
  }

  /* Compensation faq */

  .compensation-faq-item {
    padding: 12px !important;
  }

  .compensation-faq-item.active {
    padding: 12px !important;
  }

  /* Hero Section */
  .hero-content-box {
    max-width: 595px;
  }

  .hero-image {
    max-height: unset;
  }

  .hero-section {
    padding-top: 40px;
  }

  .max-lg-pr-0 {
    padding-right: 0;
  }

  /* Good Company */
  .company-section-padding {
    padding: 100px 0;
  }

  .cards-heading-width {
    max-width: 170px;
  }

  .stat-box {
    max-width: 250px;
    width: 100%;
  }

  .raiting-heading-width {
    max-width: 174px;
  }

  /* Footer */
  .call-to-action {
    padding: 100px 20px 0;
  }

  .video-thumbnail {
    max-width: 400px;
  }
  .video-player {
    max-width: 400px;
  }
}

@media (max-width: 770px) {
  .green-box-heading {
    font-size: 24px;
  }

  .transparent-section {
    padding: 80px 0;
  }

  .faq-section {
    padding: 80px 0;
  }

  .green-box {
    max-width: none;
    width: 100%;
  }

  .setup-text-width {
    max-width: none;
    width: 100%;
  }

  .cards-heading-width {
    max-width: none;
  }

  .testimonial-text-box {
    margin: 24px;
  }

  .transparent-heading {
    max-width: none;
    width: 100%;
  }

  .transparent-sub-heading {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 768.98px) {
  /* Good company */

  .company-heading {
    padding-bottom: 30px;
  }

  .svg-box {
    width: 50px;
    height: 50px;
  }

  /* Footer */
  .footer-logo {
    max-width: 300px !important;
    margin-bottom: 24px;
  }

  footer {
    padding-top: 150px;
  }

  .call-to-action-box {
    padding: 44px 24px;
  }

  .call-now-btn {
    padding: 12px 20px;
  }

  .btn-arrow-size {
    width: 20px;
    height: 20px;
  }

  .pt-10 {
    padding-top: 10px !important;
  }

  /* Privacy Policy */

  .privacy-policy {
    padding: 40px 40px 10px;
  }

  .privacy-heading {
    padding-bottom: 60px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .services {
    padding: 40px 16px 30px;
  }

  .service-heading {
    padding-bottom: 40px;
    max-width: 680px;
  }

  .real-money-heading {
    max-width: 530px;
  }

  .green-box-heading {
    max-width: none !important;
    margin: 0 !important;
  }

  .green-box {
    border-radius: 16px !important;
  }

  @media (max-width: 767px) {
    .testimonial-image {
      max-width: none;
      width: 100%;
      border-radius: 16px 16px 0 0;
    }

    .accordion-button {
      min-height: 56px;
    }

    .video-thumbnail {
      max-width: 558px;
      margin-right: 0px !important;
    }

    .video-player {
      max-width: 558px;
        margin-right: 0px !important;
      }

    .testimonial-box {
      max-width: 75% !important;
      margin: auto;
      border-radius: 0px 0px 16px 16px !important;
      margin-top: -7px;
    }

    .center-class {
      text-align: center;
    }

    .play-button {
        left: 50% !important;
      }
      
  }
}

@media (max-width: 685px) {
  /* Good Company */
  .custom-card {
    width: 100%;
  }

  .company-first-heading {
    max-width: 162px;
  }

  .legal-notice-section {
    padding: 60px 0px 0px 0px;
  }

  .company-heading {
    padding-bottom: 24px;
  }

  .company-section-padding {
    padding: 80px 0;
  }

  .company-cards-gap {
    gap: 16px;
  }

  /* Footer  */
  .call-to-action {
    padding: 80px 20px 0;
  }

  .privacy-heading {
    padding-left: 0px;
    padding-right: 0px;
  }

  .testimonial-text {
    padding-bottom: 16px;
  }
}

@media (max-width: 576.98px) {
  /* Hero Section */
  .hero-section {
    padding-top: 24px;
  }

  .nav {
    padding: 16px 0px;
  }

  .hero-button {
    padding: 12px 18px;
  }

  .trustpilot-image {
    max-width: 101px;
  }

  .hero-description {
    padding-bottom: 18px !important;
  }

  .main-heading {
    padding-bottom: 10px;
  }

  .hero-row {
    gap: 40px;
  }

  /* Good Company */

  .raiting-heading-width {
    max-width: none !important;
  }

  .rating-gap {
    row-gap: 28px !important;
  }

  .company-section-padding {
    padding: 60px 0;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
  }

  .stat-box {
    max-width: 160px;
    padding: 0 14px;
  }

  /* Footer */

  .footer-logo {
    max-width: 350px !important;
    margin-bottom: 16px;
  }

  .call-to-action {
    padding: 60px 16px 0;
  }

  .call-to-action-box {
    padding: 24px;
    border-radius: 16px;
  }

  /* Privacy Policy */
  .data-gap {
    gap: 20px;
  }

  .privacy-heading {
    padding-bottom: 40px;
  }

  .privacy-policy {
    padding: 40px 16px 10px;
  }

  .real-money-heading {
    max-width: 410px;
  }

  .hero-row {
    gap: 36px;
  }

  .legal-notice-box {
    padding: 20px;
    border-radius: 16px;
  }

  .accordion-item {
    margin-bottom: 12px;
  }

  .accordion-button {
    padding: 16px 16px 12px;
  }

  .transparent-section {
    padding: 60px 0;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-sub-heading {
    margin-bottom: 24px !important;
  }

  .green-box-title {
    font-size: 20px;
  }

  .testimonial-text-box {
    margin: 12px;
  }

  .testimonial-name {
    font-size: 15px !important;
  }

  .testimonial-name span {
    font-size: 12px !important;
  }

  .green-box-heading {
    font-size: 22px;
  }

  .accordion-body {
    padding-left: 16px;
  }

  .testimonial-text {
    font-size: 16px !important;
  }

  .testimonial-box {
    max-width: 320px !important;
  }
  .video-thumbnail {
    max-width: 340px;
  }
  .video-player {
    max-width: 340px !important;
  }
}

/* testimonial */
.testimonial-section {
  padding-bottom: 170px;
}

.testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-box {
  background: linear-gradient(90deg, #fff, #f3fdf4);
  max-width: 582px;
  border-radius: 12px;
  border: 1px solid #00000029;
  width: 100%;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.video-thumbnail {
  width: 558px;
  height: 449px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  margin-right: -43px;
}

.video-container {
  position: relative;
  display: inline-block;
}

.video-player {
  width: 558px;
  height: 449px;
  border-radius: 16px;
  object-fit: cover;
  display: none;
  margin-right: -43px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.play-button:hover {
  background: rgba(255, 255, 255, 1);
}

.play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.testimonial-text-box {
  padding-left: 30px;
  flex: 1;
}

.star-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.star {
  width: 20px;
  height: 20px;
  background: #ffd700;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.testimonial-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #3f3f3f;
  margin-bottom: 20px;
  text-align: left;
}

.testimonial-name {
  font-size: 24px;
  font-weight: 500;
  color: #2b2b2b;
  line-height: 1.5;
}

.testimonial-name-para {
  font-size: 16px;
  font-weight: 500;
  color: #4e4e4e;
  line-height: 1.6;
  text-align: left;
}

.testimonial-name-second {
  font-size: 16px;
  font-weight: 500;
  color: #4e4e4e;
  line-height: 1.6;
}

.carousel-indicators {
  position: static;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 4px;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #7ac943;
  width: 12px;
  height: 12px;
}

.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

@media (max-width: 768px) {
  .testimonial-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .testimonial-text-box {
    padding-left: 0;
    padding-top: 20px;
  }
}
