.gtco-testimonials {
  position: relative;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
  }

  .owl-stage-outer {
    padding: 10px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fdcf52;
      border: 2px solid #fdcf52;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #fdcf52;
        box-shadow: none;
        height: 12px;
        width: 12px;
      }
    }
  }

  .card {
    background: #fefbf1;
    box-shadow: 0 8px 10px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }
    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.diff-btn {
  width: 90% !important;
  display: flex;
  justify-content: center;
  margin-top: 1rem !important;
}
.faq-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.accordion {
  width: 70%;
  margin: auto;
}

.accordion-item,
.accordion-button {
  background: #fefbf1;
}

.accordion-button:focus {
  box-shadow: none;
  background: #fefbf1;
}

.accordion-button:not(.collapsed) {
  background-color: #fefdf8;
}

.accordion-button::after,
.accordion-button.collapsed::after {
  color: #000;
}

@media screen and (max-width: 780px) {
  .accordion {
    width: 95%;
  }
}

.task-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  gap: 2rem;
}
.task-section p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.faq-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.work-section {
  width: 100%;
  margin: auto;
  padding-bottom: 2rem;
  justify-content: center;
  gap: 2rem;
}
.li-items {
  display: flex;
  gap: 3px;
  justify-content: start;
  align-items: center;
}
.content {
  margin: 5px 1px;
}
.works {
  border: 1px solid #000;
  padding: 2rem 3rem 1rem 1rem;
  border-radius: 32px;
}
.works h2 {
  margin-bottom: 2rem;
  margin-left: 5px;
}
.icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}

.accordion-item {
  margin-bottom: 0.2rem;
}
/* main content */
.main-content {
  height: 80vh;
  /* margin-left: 20rem; */
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.main-content-heading h2 {
  font-size: 4rem;
  font-weight: 700;
}
.main-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.step-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.start-btn {
  width: 100%;
  margin: auto;
  border-radius: 73px;
  font-size: 1.5rem;
  padding: 1rem;
  background: #ffde81;
}
.start-btn:hover {
  background: #fdcf52;
  color: #000;
}
.btn.start-btn.btn-outline-dark:focus {
  box-shadow: none !important;
  background: rgb(253, 210, 91) !important;
  color: inherit;
}
.main-content-img {
  margin-top: 2rem;
  width: 40vw;
  height: 100vh;
}
.hidden-headings {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

@media screen and (max-width: 900px) {
  .main-steps {
    margin: 0;
  }
  .main-content-img {
    width: 329.52px;
    height: 368.53px;
    gap: 0px;
    opacity: 0px;
    margin: 0;
  }
  .hidden-headings1 {
    display: none;
  }
  .hidden-headings {
    display: flex;
  }
  .hidden-headings h2 {
    font-weight: 600;
    font-size: 42px !important;
  }
  .main-content {
    flex-direction: column-reverse;
    /* width: 385px; */
    height: 583px;
    gap: 2px;
    opacity: 0px;
  }
  .task-section {
    width: 90%;
    margin: auto;
    justify-content: space-between;
  }
  .task-section img {
    width: 100%;
    height: 100%;
  }
  .task-section p {
    font-size: small;
  }
  .work-section {
    width: 90%;
    flex-direction: column;
  }
  .icon-img {
    margin-top: 1rem;
  }
  .icon-img img {
    width: 50%;
    height: 50%;
    margin-top: 1rem;
  }
  .works {
    padding: 1rem;
  }
  .content {
    font-size: 15px;
  }
  .works h2 {
    margin-bottom: 1rem;
    margin-left: 5px;
  }
  .icon-img img {
    width: 160px;
    height: 37.67px;
    gap: 0px;
    opacity: 0px;
    margin-top: 0;
  }
  .start-btn {
    width: 90vw !important;
  }
}

@media screen and (max-width: 400px) {
  .icon-img img {
    width: 45%;
    height: 45%;
  }
  .main-content {
    padding-top: 1.5rem;
  }
  .main-steps {
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
