@media screen and (max-width: 781px) {
  .testimonial-hero-section {
    padding: 0 48px;
  }
}
@media screen and (max-width: 781px) {
  .testimonial-hero-section .wp-block-columns {
    padding: 80px 0 !important;
  }
}
.testimonial-hero-section .small-title {
  font-weight: 500;
  margin-bottom: 50px;
}
.testimonial-hero-section .wp-block-heading {
  margin-top: 0;
}
.testimonial-hero-section .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.testimonial-hero-section p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonial-hero-section .list-with-check {
  list-style: none;
  padding-left: 35px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-hero-section .list-with-check li {
  padding-bottom: 3px;
}
.testimonial-hero-section .list-with-check li:before {
  content: "";
  background: url("../svg/check-icon.svg") center/cover no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: -37px;
  margin-right: 18px;
  padding: 2px;
}
@media screen and (max-width: 781px) {
  .testimonial-hero-section .list-with-check {
    margin-top: 40px;
  }
}
.testimonial-hero-section .wp-element-button:hover {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--custom-barrister-blue) !important;
}
@media screen and (max-width: 781px) {
  .testimonial-hero-section .wp-element-button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .testimonial-cards-section .wp-block-columns {
    padding: 80px 33px !important;
  }
}
.testimonial-cards-section .dropdown-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.testimonial-cards-section .dropdown-filters label {
  color: var(--wp--preset--color--custom-dark-blue);
  font-weight: 500;
}
.testimonial-cards-section .dropdown-filters select {
  border-radius: 5px;
  padding: 12px 18px;
  background-color: var(--wp--preset--color--custom-grand-jury-gold-50-tint);
  border: none;
  max-width: 300px;
  width: 100%;
  color: var(--wp--preset--color--custom-dark-blue);
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins";
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%231a253f' width='24px' height='24px' viewBox='-8.5 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 24px;
}
.testimonial-cards-section .dropdown-filters select option {
  background: var(--wp--preset--color--white);
}
.testimonial-cards-section .selected-and-reset {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.testimonial-cards-section .selected-and-reset .selected-term-wrap {
  color: var(--wp--preset--color--custom-dark-blue);
  background-color: var(--wp--preset--color--custom-lawful-light-blue);
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonial-cards-section .selected-and-reset .selected-term-wrap .cross-icon {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  cursor: pointer;
  margin-right: -10px;
  font-size: 0;
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-cards-section .selected-and-reset .selected-term-wrap .cross-icon:after {
  content: "";
  width: 17px;
  height: 1px;
  background: var(--wp--preset--color--custom-dark-blue);
  position: absolute;
}
.testimonial-cards-section .selected-and-reset .selected-term-wrap .cross-icon:before {
  content: "";
  width: 1px;
  height: 17px;
  background: var(--wp--preset--color--custom-dark-blue);
  display: inline-block;
}
.testimonial-cards-section .selected-and-reset .clear-filter {
  color: var(--wp--preset--color--custom-dark-blue);
  border: 1px solid var(--wp--preset--color--custom-dark-blue);
  border-radius: 5px;
  padding: 9px 11px;
  text-decoration: none !important;
  font-weight: 500;
}
.testimonial-cards-section .testimonial-cards-grid {
  margin-top: 146px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 80px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  .testimonial-cards-section .testimonial-cards-grid {
    margin-top: 100px;
  }
}
.testimonial-cards-section .testimonial-cards-grid.loading {
  opacity: 0.7;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item {
  width: calc(33.33% - 20px);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 86px 47px 70px 40px;
  position: relative;
  height: auto;
  border: 1px solid var(--wp--preset--color--custom-grand-jury-gold);
}
@media screen and (max-width: 1200px) {
  .testimonial-cards-section .testimonial-cards-grid .testimonial-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 781px) {
  .testimonial-cards-section .testimonial-cards-grid .testimonial-item {
    width: 100%;
    padding: 70px 30px 40px;
  }
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background: url("../svg/left-double-quotation.svg") 50%/100% 39px no-repeat;
  background-color: var(--wp--preset--color--custom-indemnity-indigo);
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
  border-radius: 20px;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .testimonial-title {
  color: var(--wp--preset--color--custom-indemnity-indigo);
  font-size: 19px;
  margin: 0;
  line-height: 1.3;
  word-spacing: 1.4px;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .testimonial-content {
  margin-top: -5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--wp--preset--color--custom-dark-blue);
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .read-more-btn {
  padding: 0;
  background: none;
  border: none;
  color: var(--wp--preset--color--custom-indemnity-indigo);
  font-weight: 600;
  cursor: pointer;
  margin-top: -10px;
  font-size: 13px;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .read-more-btn:hover {
  color: var(--wp--preset--color--custom-grand-jury-gold);
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap .testimonial-author {
  color: var(--wp--preset--color--custom-indemnity-indigo);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap .testimonial-author .testimonial-designation {
  margin-top: -5px;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap .testimonial-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap .testimonial-rating .rate-star {
  width: 24px;
  height: 24px;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap .testimonial-rating .rate-star.star-filled {
  background: url("../svg/start-gold-filled-thick.svg") center/20px no-repeat;
}
.testimonial-cards-section .testimonial-cards-grid .testimonial-item .author-rating-wrap .testimonial-rating .rate-star.star-empty {
  background: url("../svg/start-gold-empty-thick.svg") center/20px no-repeat;
}
.testimonial-cards-section .testimonial-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 90px 0 0;
  gap: 20px;
}
@media screen and (max-width: 781px) {
  .testimonial-cards-section .testimonial-pagination {
    padding-top: 0px;
    gap: 10px;
  }
  .testimonial-cards-section .testimonial-pagination:has(.page-numbers) {
    padding-top: 60px;
  }
}
.testimonial-cards-section .testimonial-pagination .page-numbers {
  color: var(--wp--preset--color--custom-dark-blue);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 9px 15px;
  opacity: 0.3;
}
.testimonial-cards-section .testimonial-pagination .page-numbers:not(.dots):hover {
  opacity: 1;
  border-color: var(--wp--preset--color--custom-grand-jury-gold);
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
}
.testimonial-cards-section .testimonial-pagination .page-numbers.dots {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 782px) {
  .testimonial-cards-section .testimonial-pagination .page-numbers:not(.dots):before {
    content: "Page ";
  }
}
.testimonial-cards-section .testimonial-pagination .page-numbers.current {
  opacity: 1;
  pointer-events: none;
  color: var(--wp--preset--color--custom-dark-blue);
  border-color: var(--wp--preset--color--custom-grand-jury-gold);
}

.why-choose-section {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 781px) {
  .why-choose-section {
    padding: 80px 48px !important;
    background-size: cover;
    background-position: left bottom;
  }
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-heading {
    text-align: left;
  }
}
.why-choose-section .wp-block-heading span {
  color: var(--wp--preset--color--white) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-spacer {
    max-height: 60px !important;
  }
}
.why-choose-section .trust-points-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-choose-section .wp-block-media-text {
  grid-template-columns: 56px 1fr !important;
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.why-choose-section .wp-block-media-text .wp-block-media-text__media {
  margin-top: 5px;
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-media-text .wp-block-media-text__media {
    -webkit-flex-basis: 30px;
        -ms-flex-preferred-size: 30px;
            flex-basis: 30px;
    min-width: 30px;
    margin-top: -3px;
  }
}
.why-choose-section .wp-block-media-text .wp-block-heading {
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-media-text .wp-block-heading {
    font-size: 20px !important;
  }
}
.why-choose-section .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-media-text .wp-block-media-text__content {
    padding-left: 15px;
  }
}
@media screen and (min-width: 782px) {
  .why-choose-section .wp-block-media-text .wp-block-media-text__content p {
    max-width: 290px;
  }
}
@media screen and (max-width: 781px) {
  .why-choose-section .wp-block-buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.why-choose-section .wp-block-buttons .wp-element-button:hover {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--custom-barrister-blue) !important;
}
.why-choose-section .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}
.why-choose-section .wp-block-media-text .wp-block-media-text__content p {
  max-width: 323px;
}

@media screen and (max-width: 781px) {
  .simple-title-text-list-btn-section {
    padding: 0 48px;
  }
}
@media screen and (max-width: 781px) {
  .simple-title-text-list-btn-section .wp-block-columns {
    padding: 80px 0 !important;
  }
}
.simple-title-text-list-btn-section .small-title {
  font-weight: 500;
  margin-bottom: 50px;
}
.simple-title-text-list-btn-section .wp-block-heading {
  margin-top: 0;
}
.simple-title-text-list-btn-section .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.simple-title-text-list-btn-section p {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.simple-title-text-list-btn-section .list-with-check {
  list-style: none;
  padding-left: 35px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.simple-title-text-list-btn-section .list-with-check li {
  padding-bottom: 3px;
}
.simple-title-text-list-btn-section .list-with-check li:before {
  content: "";
  background: url("../svg/check-icon.svg") center/cover no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: -37px;
  margin-right: 18px;
  padding: 2px;
}
@media screen and (max-width: 781px) {
  .simple-title-text-list-btn-section .list-with-check {
    margin-top: 40px;
  }
}
.simple-title-text-list-btn-section .wp-element-button:hover {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--custom-barrister-blue) !important;
}
@media screen and (max-width: 781px) {
  .simple-title-text-list-btn-section .wp-element-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 781px) {
  .simple-title-text-list-btn-section .wp-element-button {
    margin-top: 0;
  }
}
/*# sourceMappingURL=testimonials-page.css.map */
