/* header main section start */
.trst-about-us-main-section {
  margin-top: 8rem !important;
  padding: 48px 180px;
  background-image: url(trust/image/Background\ pattern.png);
  background-repeat: no-repeat;
}

.trst-about-us-main-section span {
  color: #155EEF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.trst-about-us-main-section h1 {
  color: #212121;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
}

.trst-about-us-main-section p {
  color: #475467;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.trst-header-content-number {
  color: #0040C1 !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  /* 125% */
}

/* header main section end */

.trst-service {
  margin-bottom: 140px;
}

.trst-service-photo {
  padding-left: 150px;
}

.trst-shadow-pattern {
  padding-left: 150px;
}

.trst-service-option>li {
  list-style-type: disc !important;
  color: #475467;
}

.trst-service-h3 {
  color: #131A28;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.trst-service-passage {
  color: #707785;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.trst-service-passage>span {
  color: #131A28;
  font-weight: 600;
}

.service-link a {
  color: #4E5867;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.service-link:hover,
.service-link:hover a {
  color: var(--bs-primary) !important;
}

.service-link a>svg {
  opacity: 0;
  visibility: hidden;
  transform: translateX(12px);
  transition: 0.4s all ease;
}

.service-link a:hover>svg {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.accordion-button::after {
  margin-right: 0 !important;
  position: absolute;
  left: 10px;
}

.accordion-item:has(.accordion-collapse.show)>.accordion-border {
  width: 60%;
  height: 3px;
  background-color: #2970FF;
}

.trst-license-passage {
  color: #4E5867;
  text-align: right;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.white-bg {
  background-color: #fff !important;
}


.trst-our-need-md {
  line-height: 45px !important;
}

.trst-our-need-semi-lg {
  line-height: 30px !important;
}

.our-team-section {
  transition: all linear 0.25s;
}

.our-team-section img {
  filter: grayscale(100%);
  transition: all linear 0.5s;
}

.our-team-section:hover {
  filter: none;
  transform: translate(-15px, 15px);
}

.our-team .our-team-section:hover img {
  filter: none;
}

.lawyer-check-btn {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.trst-shadow-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trst-our-need .trst-our-need-items {
  max-width: 768px;
}

.trst-our-need .trst-our-need-items>div:nth-child(2),
.trst-our-need .trst-our-need-items>div:nth-child(3) {
  background-color: #FFF;
}

.our-team {
  --bs-gutter-x: 19rem;
}

/* tablet style start */

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

  .trst-about-us-main-section {
    max-width: 676px;
    margin: 0 auto;
    padding: 0;
  }

  .trst-about-us-main-section span {
    line-height: 24px;
    font-size: 14px;
  }

  .trst-about-us-main-section h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .trst-about-us-main-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .trst-header-content-number {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .trst-service {
    padding: 96px 32px 0px 32px;
  }

  .trst-service-option {
    padding-right: 15px;
  }

  #trst_service_option_left {
    padding-right: 12px !important;
  }

  .trst-service-h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .trst-service-passage {
    padding-top: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px !important;
  }

  .trst-license-section {
    padding: 0px 32px;
  }

  .trst-license-section p.h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .trst-license-section strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }

  .trst-our-team-photo {
    padding: 0 32px;
  }

  .trst-our-need p.h2 {
    font-size: 30px;
    line-height: 40px !important;
    font-weight: 500;
  }

  .row {
    --bs-gutter-x: none;
  }

  .our-team-section>img {
    width: 140px;
    height: 140px;
  }

  .our-team-section>h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .our-team-section>p {
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
  }

}

/* tablet style end */

/* mobile size start */

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

  .trst-about-us-main-section {
    max-width: 375px;
    padding: 64px 20px;
  }

  .trst-service {
    padding: 64px 20px;
  }

  .trst-header-table {
    margin-top: 48px;
  }

  .trst-service-h3 {
    width: 335px;
  }

  .trst-service-photo {
    width: 528px;
    height: 353px;
    margin-top: 64px;
    padding: 0px !important;
  }

  .trst-shadow-pattern {
    width: 280px;
    height: 280px;
    margin: 31px 0px 42px 0px;
    padding: 0px !important;
  }

  .trst-license-strong {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
  }

  .trst-license-passage {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .trst-our-need p.h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .trst-our-need .trst-our-need-items>div:nth-child(odd) {
    background-color: #FFF !important;
  }

  .trst-our-need .trst-our-need-items>div:nth-child(even) {
    background-color: transparent !important;
  }

  .trst-our-team-photo {
    padding: 64px 20px;
  }

  .trst-footer-items {
    gap: 64px;
  }

  .trst-footer-identity {
    gap: 20px;
  }

  .trst-footer-fast-links,
  .trst-footer-our-branches {
    margin-top: 0 !important;
  }

  .accordion-button {
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x) none;
  }

}

/* mobile size end */