#hero-section {
  padding-bottom: 27px;
}
.hero-content p {
  max-width: 407px;
  margin: 30px 0;
}
.hero-content h1 {
  max-width: 575px;
}
.hero-image {
  margin-left: -50px;
}

.logo-wrapper {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.trusted-wrapper {
  border-top: 1px solid #d4dfed;
  border-bottom: 1px solid #d4dfed;
  padding: 37px 0;
}
.benefits-single {
  border: 1px solid #d4dfed;
  border-radius: 20px;
  padding: 27px 15px 38px 24px;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
}
.benefits-single p {
  margin-bottom: 0;
}
.benefits-single__icon {
  min-height: 61px;
  margin-bottom: 15px;
}
.benefits-single-2 p {
  max-width: 315px;
}
.benefits-single h4 {
  margin-bottom: 10px;
}
#benefits {
  padding: 92px 0 100px;
}
#benefits h2 {
  text-align: center;
  margin-bottom: 44px;
}
.benefits-single:hover {
  border-color: #fff;
  box-shadow: 0px 40px 40px rgba(6, 39, 76, 0.1);
}
#about-us {
  background-image: url(../images/about-img.png);
  padding: 80px 0 56px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-content * {
  color: #fff;
}
.about-info-single {
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  padding: 78px 29px 30px;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.about-info-single-1 {
  background: linear-gradient(to bottom, #516aa0, rgba(139, 156, 193, 0));
  mix-blend-mode: screen;
}
.about-info-single-2 {
  background-color: rgba(255, 255, 255, 0.1);
}
.about-info-single-3 {
  background-color: #1c2639;
  mix-blend-mode: screen;
}
.about-info-single-4 {
  mix-blend-mode: screen;
  background: linear-gradient(40deg, #4e6a9f, #1c2639 70%);
}
.about-info-single::before {
  content: "";
  position: absolute;
  background: linear-gradient(40deg, #1e75f9, #38c5fd);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.about-info-single:hover::before {
  opacity: 1;
}
.about-info-single span {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}
.about-info-single p {
  margin-bottom: 0;
  color: #fff;
  max-width: 170px;
  position: relative;
  z-index: 1;
}
#about-us .col-12 {
  margin-bottom: 24px;
}
.about-us-content {
  padding-left: 111px;
}
.about-us-content p {
  margin-bottom: 30px;
  max-width: 426px;
}
.about-us-content h2 {
  margin-bottom: 35px;
}
.about-us-content a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}
.about-us-content a img {
  transition: all 0.3s ease;
}
.about-us-content a:hover img {
  transform: translate(3px, -3px);
}
#faq h2 {
  font-size: 64px;
}
#faq {
  padding: 103px 0 84px;
}
#faq .accordion-button {
  box-shadow: none;
  background-color: transparent;
  font-weight: 500;
  color: #030303;
  font-size: 18px;
  padding: 20px 32px;
  border-radius: 10px 10px 0 0;
  transition: none !important;
}
#faq .accordion-item.active {
  background: #e6f0fd;
  border-color: #e6f0fd;
}
#faq .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #e1e9ef;
  border-radius: 10px;
}
#faq .accordion-button::after {
  background-size: 100% auto;
  width: 15px;
  height: 15px;
}
#faq .accordion-body {
  padding: 0 32px 26px;
}
#faq .accordion-body p {
  margin-bottom: 0;
}

#stop-shop {
  background: linear-gradient(to top, #030e24 50%, #fff 50%);
}
#stop-shop .container {
  max-width: 1304px !important;
}
.shop-wrapper {
  background: linear-gradient(40deg, #1e75f9, #38c5fd);
  border-radius: 40px;
  padding-left: 69px;
}
.shop-left h3 {
  color: #fff;
  width: 410px;
  max-width: 100%;
}
.shop-left p {
  color: #fff;
  max-width: 433px;
  margin: 30px 0;
}
.shop-left {
  padding: 80px 0;
}
.shop-img {
  margin-left: -36px;
}
#testimonials {
  background: #fbf4ed;
}
.testimonials-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 27px 24px 25px;
  border-radius: 20px;
  box-shadow: 0 30px 30px 0 rgba(6, 39, 76, 0.1);
}
.testimonials-info__left {
  display: flex;
  align-items: center;
}
.testimonials-slider-wrapper {
  position: relative;
  padding: 60px 0 43px;
}
.testimonials-slider-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #fff1e4;
  left: 0;
  top: 0;
}
.testimonials-single {
  padding-left: 120px;
  padding-right: 70px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials-single::before {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  background-image: url(/images/quote.svg);
  width: 62px;
  height: 50px;
}
.testimonials-single::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 30px;
  background-image: url(/images/quote.svg);
  width: 62px;
  height: 50px;
}
.testimonials-single p {
  font-size: 28px;
  color: #655535;
  font-style: italic;
  margin-bottom: 45px;
}
.testimonials-text {
  padding-left: 25px;
}
.testimonials-text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #59718e;
  font-style: normal;
}
.testimonials-text h4 {
  margin-bottom: 0;
}
.testimonials-text img {
  margin-bottom: 20px;
}
.testimonials-arrows {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.testimonials-arrows a {
  background-color: #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.testimonials-arrows a:hover {
  background-color: #006DCB;
  box-shadow: 0 10px 20px 0 rgba(0, 109, 203, 0.2);

}
.testimonials-arrows a svg path {
  transition: all 0.3s ease;
}
.testimonials-arrows a:hover svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .about-us-content {
    padding-left: 0;
  }
  #hero-section {
    padding: 50px 0;
  }
  .hero-image {
    margin: 0;
  }
  .trusted-by {
    text-align: center;
    margin-bottom: 25px;
  }
  #benefits {
    padding: 80px 0;
  }
  #faq h2 {
    font-size: 42px;
  }
  .shop-img {
    margin-left: 0;
  }
  .shop-wrapper {
    padding: 0 40px;
  }
  .shop-left {
    padding: 50px 0;
  }
  .testimonials-single p {
    font-size: 20px;
  }
  .testimonials-text p {
    font-size: 16px;
  }
  .testimonials-text:first-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #hero-section {
    padding-top: 35px;
  }
  .hero-content p {
    margin: 20px 0 25px;
  }
  .hero-image {
    margin-top: 25px;
  }
  .logo-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .logo-item {
    flex-basis: calc(50% - 10px);
  }
  #benefits {
    padding: 50px 0 35px;
  }
  #benefits h2 {
    margin-bottom: 25px;
  }
  #benefits .col-12 {
    margin-bottom: 20px;
  }
  .benefits-single__icon {
    min-height: auto;
  }
  #about-us {
    padding: 50px 0 26px;
  }
  #about-us .row {
    flex-direction: column-reverse;
  }
  .about-us-content h2 {
    margin-bottom: 25px;
  }
  .about-us-content a {
    margin-top: 0;
  }
  .about-info-single {
    padding: 60px 20px 25px;
  }
  #faq {
    padding: 50px 0 45px;
  }
  #faq h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #faq .accordion-button {
    font-size: 16px;
    padding: 17px 20px;
  }
  #faq .accordion-body {
    padding: 0 20px 26px;
  }
  .shop-wrapper {
    padding: 0 20px;
  }
  .shop-left {
    padding: 30px 0;
  }
  .shop-wrapper {
    border-radius: 20px;
  }
  .shop-left p {
    margin: 20px 0 30px;
  }
  .testimonials-single {
    padding: 40px 30px 50px;
  }
  .testimonials-single p {
    font-size: 16px;
  }
  .testimonials-single::before {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center left;
    left: 0;
  }
  .testimonials-single::after {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center right;
  }
  .testimonials-single p {
    margin-bottom: 20px;
  }
  .testimonials-slider-wrapper {
    padding: 30px 0 30px;
  }
  .testimonials-text h4 {
    font-size: 18px;
  }
  .testimonials-text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .testimonials-text {
    padding-left: 10px;
  }
  .testimonials-info {
    padding: 27px 10px 20px;
  }
  .testimonials-arrows a {
    width: 65px;
    height: 65px;
  }
}
