.custombutton {
  font-weight: 600;
  display: inline-block;
  background: #171717;
  transition: all 0.35s;
  padding: 12px 20px;
  color: #fff !important;
  text-align: center;
  border: 0;
  border-radius: 30px 0 30px;
  min-width: 330px;
  text-decoration: none;
  opacity: 1 !important;
}
.custombutton:hover, .custombutton:focus-visible {
  background: #8b3efe;
  color: #fff !important;
  text-decoration: none;
}

.custombuttonwhite {
  font-weight: 600;
  display: inline-block;
  background: #171717;
  transition: all 0.35s;
  padding: 12px 20px;
  color: #fff !important;
  text-align: center;
  border: 0;
  border-radius: 30px 0 30px;
  min-width: 330px;
  text-decoration: none;
  opacity: 1 !important;
  background: #fff;
  color: #171717 !important;
}
.custombuttonwhite:hover, .custombuttonwhite:focus-visible {
  background: #8b3efe;
  color: #fff !important;
  text-decoration: none;
}

.custombuttonblue {
  font-weight: 600;
  display: inline-block;
  background: #171717;
  transition: all 0.35s;
  padding: 12px 20px;
  color: #fff !important;
  text-align: center;
  border: 0;
  border-radius: 30px 0 30px;
  min-width: 330px;
  text-decoration: none;
  opacity: 1 !important;
  background: #003377;
}
.custombuttonblue:hover, .custombuttonblue:focus-visible {
  background: #8b3efe;
  color: #fff !important;
  text-decoration: none;
}

:root {
  --bg-toplinks-color: #171717;
  --fg-toplinks-color: #fff;
  --fg-header-color: #fff;
}

.primago-toplinks-bg-color > .d-flex {
  display: none !important;
}
.primago-toplinks-bg-color .innerwrapper {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .primago-toplinks-bg-color .innerwrapper {
    flex-direction: column;
  }
}
.primago-toplinks-bg-color .custombuttonwhite {
  font-size: 14px;
  padding: 5px 10px;
  min-width: 210px;
}
.primago-toplinks-bg-color .toplinks {
  display: block !important;
}
.primago-toplinks-bg-color .toplinks ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.primago-toplinks-bg-color .toplinks ul li a {
  text-decoration: none;
  font-size: 14px;
  transition: all 0.35s;
}
.primago-toplinks-bg-color .toplinks ul li a:hover {
  text-decoration: underline !important;
}

header {
  max-height: none;
}

.primago-header-container {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin: 0 !important;
  padding: 30px 6rem;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .primago-header-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    padding-inline: 2rem;
  }
}
.primago-header-container > *:not([id=basketSideNav]) {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}
.primago-header-container > .col-lg-2:first-child a {
  width: 153px;
  height: 43px;
  display: block;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/smithslogowhite.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.primago-header-container > .col-lg-2:first-child a img {
  display: none;
}
@media only screen and (max-width: 992px) {
  .primago-header-container > .col-lg-2:first-child {
    width: 100% !important;
  }
  .primago-header-container > .col-lg-2:first-child a {
    margin-inline: auto;
  }
}
.primago-header-container > .col-lg-6 {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  max-width: 57% !important;
}
@media only screen and (max-width: 992px) {
  .primago-header-container > .col-lg-6 {
    width: 100% !important;
    max-width: none !important;
  }
}
.primago-header-container > .col-lg-6 .info {
  margin: 0;
}
.primago-header-container > .col-lg-6 .input-group-append button {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 16px;
}
.primago-header-container .primago-contact-details-sizing {
  color: #fff;
}
.primago-header-container .primago-contact-details-sizing i {
  margin-right: 15px !important;
}
.primago-header-container .primago-contact-details-sizing .text-dark {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}
.primago-header-container .primago-account-icon-sizing {
  color: #fff;
}
.primago-header-container .primago-account-icon-sizing > a {
  font-size: 16px;
  font-weight: 600 !important;
}
.primago-header-container .primago-account-icon-sizing > a::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.primago-header-container .primago-account-icon-sizing > a:hover, .primago-header-container .primago-account-icon-sizing > a:focus {
  --fg-header-color: #fff;
}
.primago-header-container .primago-account-icon-sizing .primago-account-title-sizing {
  display: none !important;
}
.primago-header-container .primago-cart-icon-sizing {
  color: #fff;
}
.primago-header-container .primago-cart-icon-sizing a {
  font-size: 16px;
  font-weight: 600 !important;
}
.primago-header-container .primago-cart-icon-sizing a::before {
  content: "\f291";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.primago-header-container .primago-cart-icon-sizing a > span svg {
  display: none;
}
.primago-header-container .primago-cart-icon-sizing .primago-cart-count-icon-sizing {
  position: static !important;
  border-radius: 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.primago-header-container .primago-cart-icon-sizing .primago-cart-count-icon-sizing::before {
  content: "(";
}
.primago-header-container .primago-cart-icon-sizing .primago-cart-count-icon-sizing::after {
  content: " items)";
  margin-left: 5px;
}

.primago-horizontal-navigation li.dropdown > a > h2::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  position: relative;
  transform: translateY(-3px);
  display: inline-block;
}
.primago-horizontal-navigation .nav-bar-inner {
  width: 100%;
}
.primago-horizontal-navigation .primago-navigation-categories {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.primago-horizontal-navigation .primago-navigation-categories li {
  width: auto;
}
.primago-horizontal-navigation .primago-navigation-categories li:has([href="/content/mind-charity/"]) {
  order: 1;
}
.primago-horizontal-navigation .primago-navigation-categories li:has([href="/content/about-us/"]) {
  order: 2;
}
.primago-horizontal-navigation .primago-navigation-categories li:has([href="/contact/"]) {
  order: 3;
}
.primago-horizontal-navigation .primago-heading-tag-initial {
  font-size: 15px !important;
}

.custom-wrapper {
  margin-inline: 3rem;
  padding-inline: 3rem;
}
@media only screen and (max-width: 992px) {
  .custom-wrapper {
    margin-inline: 1.5rem;
    padding-inline: 1.5rem;
  }
}

.box.mb-3:has(.custom-wrapper) {
  margin-bottom: 0 !important;
}

a:hover {
  opacity: 1 !important;
}
a:hover img {
  transform: scale(1);
}

.footer-donate {
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/heart.png");
  background-color: #efe4ff;
  background-position: top 20px right 25%;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.footer-donate .innerwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .footer-donate .innerwrapper {
    flex-direction: column;
    text-align: center;
  }
}
.footer-donate h3 {
  color: #003377;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  flex-grow: 1;
}
.footer-donate a {
  flex-shrink: 0;
}

.footer-accreds {
  margin-top: 40px;
}
.footer-accreds .innerwrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.accordion-tab + .accordion-tab {
  border-top: 1px solid #171717;
  padding-top: 20px;
  margin-top: 25px;
}
.accordion-tab[data-title=""] {
  display: none;
  visibility: hidden;
}
.accordion-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  transition: color 0.35s, margin-bottom 0.35s;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion-title::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 6px);
  font-size: 12px;
  right: 10px;
}
.accordion-title.nActive, .accordion-title:hover, .accordion-title:focus {
  color: #8b3efe;
}
.accordion-title.nActive {
  margin-bottom: 25px;
}
.accordion-title.nActive::after {
  content: "\f077";
}
.accordion-title.nActive + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-panel {
  transition: grid-template-rows 0.35s;
  display: grid;
  grid-template-rows: 0fr;
}
.accordion-panel .inner {
  overflow: hidden;
}

.module-accordion.theme-dark {
  color: #fff;
}
.module-accordion.theme-dark h2,
.module-accordion.theme-dark h3,
.module-accordion.theme-dark p {
  color: #fff;
}
.module-accordion.theme-dark .accordion-tab {
  border-color: #fff;
}

.deliverytop {
  background-color: #171717;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/deliverybg.png");
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  display: flex;
  align-items: center;
  min-height: 600px;
}
.deliverytopcontent {
  max-width: 620px;
}
@media only screen and (max-width: 1050px) {
  .deliverytopcontent {
    max-width: 500px;
  }
}
@media only screen and (max-width: 830px) {
  .deliverytopcontent {
    max-width: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .deliverytopcontent {
    max-width: 320px;
  }
}
.deliverytop h1 {
  font-size: 48px;
  color: white;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .deliverytop h1 {
    font-size: 32px;
  }
}
.deliverytop p {
  font-size: 16px;
  color: white;
  margin: 0 0 20px;
}
.deliverytop p:last-child {
  margin: 0;
}
.deliverytop p strong {
  font-size: 18px;
}

.deliverymain {
  padding: 70px 0;
}
.deliverymain .innerwrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .deliverymain .innerwrapper {
    grid-template-columns: 1fr;
  }
}
.deliverymain h2 {
  font-size: 32px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.deliverymain h2 img {
  flex-shrink: 0;
  margin-right: 10px;
}
.deliverymain p {
  font-size: 16px;
  margin: 0 0 20px;
}
.deliverymain p:last-child {
  margin: 0;
}
.deliverymain p strong {
  font-size: 18px;
}

.mindtop img {
  width: 100%;
}

.mindmain {
  padding: 70px 0;
}
.mindmain .innerwrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .mindmain .innerwrapper {
    grid-template-columns: 1fr;
  }
}
.mindmain h2 {
  font-size: 32px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.mindmain h2 img {
  flex-shrink: 0;
  margin-right: 10px;
}
.mindmain p {
  font-size: 16px;
  margin: 0 0 20px;
}
.mindmain p:last-child {
  margin: 0;
}
.mindmain p strong {
  font-size: 18px;
}
.mindmain .mindintro {
  margin-top: 50px;
  font-weight: 600;
}

.mindusp h2 {
  color: #003377;
  margin: 0 0 30px;
  font-size: 36px;
}

.minduspcontent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .minduspcontent {
    grid-template-columns: 1fr;
  }
}
.minduspcontent .uspimg {
  height: 50px;
  margin-bottom: 25px;
}
.minduspcontent .uspimg img {
  height: auto;
  display: block;
  max-height: 100%;
}
.minduspcontent p {
  margin: 0;
  font-weight: 600;
}

.sponsorships {
  background: #f4f4f4;
  padding: 110px 0 70px;
}
.sponsorships h2 {
  color: #003377;
  font-size: 36px;
  margin: 0 0 70px;
}

.sponsorcontent {
  margin: 0 0 60px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 45px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .sponsorcontent {
    grid-template-columns: 120px 1fr;
    gap: 20px;
    align-items: start;
  }
}
.sponsorcontent:last-child {
  margin: 0;
}
.sponsorcontent p {
  margin: 0;
}

.sponsorimg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.faqstop {
  background-color: #171717;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/faqbg.png");
  background-size: cover;
  background-position: center;
  padding: 140px 0;
  display: flex;
  align-items: center;
  min-height: 730px;
}
.faqstop .innerwrapper {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .faqstop .innerwrapper {
    grid-template-columns: 1fr;
  }
}

.faqintro {
  position: sticky;
  top: 200px;
  align-self: start;
}
.faqintro h1 {
  font-size: 48px;
  color: white;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .faqintro h1 {
    font-size: 32px;
  }
}
.faqintro p {
  font-size: 16px;
  color: white;
  margin: 0 0 20px;
}
.faqintro p:last-child {
  margin: 0;
}
.faqintro p strong {
  font-size: 18px;
}

.faqaccordions {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.faqaccordions h2 {
  color: #fff;
  font-size: 32px;
  margin: 60px 0 30px;
}

.faqaccordions h2:first-child {
  margin-top: 0;
}

.faqtitle {
  color: #fff;
  font-size: 18px;
  padding: 15px 40px 15px 0;
  cursor: pointer;
  position: relative;
}
.faqtitle::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/arrow-white.png") no-repeat right 0;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.faqtitle.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.faqcontent {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
  border-bottom: 1px solid #fff;
}
.faqcontent.is-open {
  grid-template-rows: 1fr;
}
.faqcontent.is-open .faqinner {
  padding: 0 0 20px;
}
.faqcontent .faqinner {
  overflow: hidden;
  transition: 0.5s all;
  padding: 0;
}
.faqcontent p {
  color: white;
  margin: 0 0 20px;
}
.faqcontent p:last-child {
  margin: 0;
}

.faqcontact {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-bottom: 80px;
}
.faqcontact .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .faqcontact .innerwrapper {
    grid-template-columns: 1fr;
  }
}

.contactbox {
  padding: 20px 55px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 90px 0;
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 1550px) {
  .contactbox {
    flex-direction: column;
    text-align: center;
  }
  .contactbox img {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
.contactbox img {
  flex-shrink: 0;
  margin-right: 40px;
}
.contactbox > div {
  flex-grow: 1;
}
.contactbox h3 {
  font-size: 24px;
  margin: 0 0 15px;
}

.abouttop {
  background-color: #171717;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/aboutbg.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  display: flex;
  align-items: stretch;
  min-height: 770px;
}
@media only screen and (max-width: 1200px) {
  .abouttop {
    background: #171717;
    align-items: center;
    min-height: 600px;
  }
}
.abouttop h1 {
  font-size: 48px;
  color: white;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .abouttop h1 {
    font-size: 32px;
  }
}
.abouttop p {
  font-size: 16px;
  color: white;
  margin: 0 0 20px;
}
.abouttop p:last-child {
  margin: 0;
}
.abouttop p strong {
  font-size: 18px;
}
.abouttop .innerwrapper {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .abouttop .innerwrapper {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
}

.aboutintro {
  width: 100%;
  max-width: 600px;
}
.aboutintro img {
  margin: 0 0 20px;
}
.aboutintro p {
  max-width: 500px;
}
@media only screen and (max-width: 1200px) {
  .aboutintro {
    max-width: none;
  }
  .aboutintro p {
    max-width: none;
  }
}

.aboutusp {
  align-self: flex-end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .aboutusp {
    grid-template-columns: 1fr;
  }
}
.aboutusp h3 {
  color: white;
  font-size: 18px;
  margin: 0 0 10px;
}
.aboutusp p {
  opacity: 0.67;
}

.abouttimeline {
  background-color: #f8f8f8;
  padding: 100px 0;
  text-align: center;
}
.abouttimeline h2 {
  font-size: 32px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 1000px) {
  .timelinecontent {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.timelineboxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .timelineboxes {
    grid-template-columns: 1fr;
  }
}

.timelinebox {
  position: relative;
}
.timelinebox img {
  display: block;
  width: 100%;
  height: 393px;
  object-fit: cover;
}
.timelinebox h3 {
  background-color: #171717;
  color: #fff;
  text-align: center;
  padding: 15px 5px;
  font-size: 22px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timelinebar {
  width: 100%;
  height: 5px;
  background-color: #171717;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 15px;
  margin-top: 35px;
  position: relative;
}
.timelinebar::before, .timelinebar::after {
  content: "";
  width: 100%;
  height: 12px;
  width: 12px;
  background-color: #171717;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.timelinebar::before {
  left: 0;
}
.timelinebar::after {
  right: 0;
}
.timelinebar .dot {
  width: 18px;
  height: 18px;
  background-color: #171717;
  border-radius: 50%;
  margin: -2px auto 0;
  position: relative;
}
.timelinebar .dot::before {
  content: "";
  width: 4px;
  height: 35px;
  background-color: #171717;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 2px);
}
@media only screen and (max-width: 1000px) {
  .timelinebar {
    width: 5px;
    height: auto;
    align-self: stretch;
    margin: 0 35px 0 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
  .timelinebar::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .timelinebar::after {
    bottom: 0;
    top: unset;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  .timelinebar .dot {
    margin: 0 0 0 -2px;
  }
  .timelinebar .dot::before {
    width: 35px;
    height: 4px;
    left: 100%;
    bottom: calc(50% - 2px);
  }
}

.ourteam {
  padding: 70px 0;
}
.ourteam h2 {
  font-size: 32px;
  margin: 0 0 40px;
  text-align: center;
}
.ourteam .innerwrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 18px;
}
@media only screen and (max-width: 1500px) {
  .ourteam .innerwrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1120px) {
  .ourteam .innerwrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ourteam .innerwrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1501px) {
  .ourteam .innerwrapper::after {
    content: "";
  }
  
  .ourteam .innerwrapper .teambox:nth-last-child(1),
  .ourteam .innerwrapper .teambox:nth-last-child(2){
    order: 1;
  }
}

@media (min-width: 1121px) {
  .ourteam .innerwrapper::after {
    content: "";
  }
  
  .ourteam .innerwrapper .teambox:nth-last-child(1){
    order: 1;
  }
}

.teambox {
  position: relative;
  height: 392px;
  border-radius: 84px 0 84px;
  overflow: hidden;
}
.teambox > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.teambox:hover .teamtext {
  background-color: rgba(23, 23, 23, 0.79);
  overflow: auto;
}
.teambox:hover .teamname h3,
.teambox:hover .teamname p {
  color: #fff;
}
.teambox:hover .teamstat {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.teambox:hover .teamstat + .teamstat {
  transition-delay: 0.1s;
}
.teambox:hover .teamstat + .teamstat + .teamstat {
  transition-delay: 0.2s;
}

.teamtext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0);
  overflow: hidden;
  padding: 30px;
  transition: all 0.5s;
}
.teamtext h3,
.teamtext p {
  color: #fff;
  transition: all 0.5s;
}
.teamtext h3:last-child,
.teamtext p:last-child {
  margin: 0;
}
.teamtext h3 {
  font-size: 24px;
  margin: 0 0 5px;
}
.teamtext p {
  font-size: 16px;
  margin: 0 0 8px;
}
.teamtext p strong {
  font-weight: 600;
}
.teamname {
  text-align: right;
  margin: 0 0 40px;
}
.teamname h3,
.teamname p {
  color: #fff;
}

.teamstat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.2s;
}
.teamstat + .teamstat {
  transition-delay: 0.1s;
  margin-top: 20px;
}
.teamstat + .teamstat + .teamstat {
  transition-delay: 0s;
}
.teamstat .teamstatimg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-right: 15px;
}
.teamstattext {
  flex-grow: 1;
}

.areyounext {
  background: #0f1924;
}

.areyounextinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
}
.areyounextinner h3 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 30px;
}
.areyounextinner p {
  margin: 0 0 30px;
  font-size: 18px;
  color: #fff;
}

.aboutcharity {
  padding: 100px 0;
  background: #171717;
}
.aboutcharity .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .aboutcharity .innerwrapper {
    grid-template-columns: 1fr;
  }
}
.aboutcharity .aboutcharityimages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 840px) {
  .aboutcharity .aboutcharityimages {
    grid-template-columns: 1fr;
  }
}
.aboutcharity .aboutcharityimg img {
  max-width: 100%;
}
@media only screen and (max-width: 840px) {
  .aboutcharity .aboutcharityimg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.aboutcharity .aboutcharitlogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutcharity .aboutcharitlogo img {
  max-width: 100%;
}
.aboutcharity .mindusp h2,
.aboutcharity .mindusp p {
  color: #fff;
}
@media only screen and (max-width: 840px) {
  .aboutcharity .mindusp {
    text-align: center;
  }
  .aboutcharity .mindusp img {
    margin-inline: auto;
  }
}
.aboutcharity .mindbutton {
  margin-top: 30px;
}

.carbonneutral {
  padding: 90px 0;
  background: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/carbonneutralbg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.carbonneutral::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 115, 169);
  background: linear-gradient(0deg, rgb(0, 115, 169) 0%, rgba(255, 253, 217, 0) 100%);
}
.carbonneutral h2 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin: 0 auto 80px;
  width: 100%;
  max-width: 650px;
}
.carbonneutral .innerwrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px 0;
}
.carbonneutral .carbonbox {
  width: 24%;
  text-align: center;
  padding: 0 50px;
}
@media only screen and (max-width: 1200px) {
  .carbonneutral .carbonbox {
    width: 49%;
  }
}
@media only screen and (max-width: 500px) {
  .carbonneutral .carbonbox {
    width: 100%;
  }
}
.carbonneutral .carbonbox img {
  margin: 0 auto 25px;
  display: block;
}
.carbonneutral .carbonbox h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 25px;
}
.carbonneutral .carbonbox p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.carbonneutral .line {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  background-color: #fff;
}
.carbonneutral .line:nth-child(8) {
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 1200px) {
  .carbonneutral .line:nth-child(4), .carbonneutral .line:nth-child(12) {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .carbonneutral .line {
    width: 100%;
    height: 1px;
  }
}

.homehero {
  overflow: hidden;
}
.homehero .homeheroslider {
  position: relative;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
}
.homehero .homeheroslider .homeheroslide {
  transition: all 0.5s;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.homehero .homeheroslider .homeheroslide img {
  max-width: 100%;
  width: 100%;
}

.boxcategories {
  margin-top: -125px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .boxcategories {
    margin-top: 0;
  }
}
.boxcategories .innerwrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}
@media only screen and (max-width: 1200px) {
  .boxcategories .innerwrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .boxcategories .innerwrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.boxcategory a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 45px 15px;
  background-color: #171717;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s;
}
.boxcategory a:hover {
  background-color: #8b3efe;
}
.boxcategory .boxicon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.boxcategory .boxicon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.boxcategory h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
}
.boxcategory p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.hometext {
  margin: 0 0 90px;
}
.hometext .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media only screen and (max-width: 1400px) {
  .hometext .innerwrapper {
    grid-template-columns: 1fr;
  }
}

.homecontent h1 {
  color: #171717;
  font-size: 36px;
  margin: 0 0 30px;
}
.homecontentimages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.homecontentimages div {
  position: relative;
  display: flex;
}
.homecontentimages img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 400px) {
  .homecontentimages {
    grid-template-columns: 1fr;
  }
}
.homecontent p {
  margin: 0 0 20px;
  font-size: 16px;
  color: #171717;
}
.homecontent p strong {
  font-size: 18px;
}
.homecontent p:last-child {
  margin-bottom: 0;
}

.counterswrapper {
  position: relative;
  display: flex;
  padding: 40px;
  background-color: #171717;
}
.counterswrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media only screen and (max-width: 700px) {
  .counterswrapper > img {
    opacity: 0.5;
  }
}

.counters {
  position: relative;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px 50px;
}
@media only screen and (max-width: 1000px) {
  .counters {
    gap: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .counters {
    grid-template-columns: 1fr;
  }
}
.counters .counter {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  align-items: center;
}
.counters .counter .counterimg {
  width: 50px;
  height: 50px;
}
.counters .counter .counterimg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.counters .counter p {
  color: #fff;
  margin: 0;
}
.counters .counter .counternumber {
  font-size: 36px;
  font-weight: 600;
}

.testimonials {
  padding: 90px 0;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/testimonialsbg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.testimonials h2 {
  color: #fff;
  margin: 0 0 60px;
  font-size: 32px;
  text-align: center;
}

.testominalsslider {
  position: relative;
  width: 100%;
}

.testimonialstrack {
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
  transition: transform 0.5s ease;
}

.testimonial {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 10px;
  padding: 40px;
  min-width: calc(25% - 20px); /* Adjust width to account for margins */
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .testimonial {
    min-width: calc(33.3333% - 20px);
  }
}
@media only screen and (max-width: 1100px) {
  .testimonial {
    min-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 800px) {
  .testimonial {
    min-width: calc(100% - 20px);
  }
}
.testimonial::before, .testimonial::after {
  content: "";
  width: 314px;
  height: 314px;
  position: absolute;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.testimonial::before {
  top: -159px;
  right: -174px;
}
.testimonial::after {
  bottom: -234px;
  left: -150px;
}
.testimoniallogo {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.testimonial h4 {
  font-size: 20px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.testimonial p {
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.testimonial p:last-child {
  margin-bottom: 0;
}
.testimonial .byline {
  font-style: italic;
}

.testimonialsarrows {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.testimonialarrow {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: absolute;
  cursor: pointer;
}
.testimonialarrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.testimonialarrowleft {
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.testimonialarrowleft img {
  transform: rotate(180deg);
}

.testimonialarrowright {
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.testimonialarrowright img {
  transform: rotate(0deg);
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(var(--current-translate));
  }
  50% {
    transform: translateX(calc(var(--current-translate) - 2%));
  }
}
.testimonialbounce {
  animation: bounce 0.2s;
}

.homewhyus {
  padding: 70px 0;
  background: #171717;
}
.homewhyus .innerwrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 1400px) {
  .homewhyus .innerwrapper {
    grid-template-columns: 1fr;
  }
}

.whyustext h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 30px;
}
.whyustext p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 30px;
}
.whyustext p:last-child {
  margin-bottom: 0;
}

.whyusbox {
  background: #2d2d2d;
  border-radius: 75px 0 75px;
  overflow: hidden;
  padding: 50px 30px 30px;
  text-align: center;
}
.whyusbox .whyusboximg {
  width: 66px;
  height: 66px;
  margin: 0 auto 30px;
}
.whyusbox .whyusboximg img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.whyusbox h3 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 20px;
}
.whyusbox p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px;
}
.whyusbox p:last-child {
  margin-bottom: 0;
}

.contacttop {
  background-color: #171717;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/contactbg2.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  min-height: 705px;
}
.contacttop h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.primago-main-content:has(.contacttop) .primago-page-breadcrumbs {
  display: none;
}
.primago-main-content:has(.contacttop) #content > .bg-white {
  margin-inline: 6rem;
  padding: 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: -380px;
}
@media only screen and (max-width: 991px) {
  .primago-main-content:has(.contacttop) #content > .bg-white {
    grid-template-columns: 1fr;
  }
}
.primago-main-content:has(.contacttop) #content > .bg-white .p-4 {
  padding: 0 !important;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px !important;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:last-child {
  display: none;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child {
  width: 100%;
  flex: 0 0 100%;
  max-width: none;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child > .border {
  border: 0 !important;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child #account_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child #account_form .form-group {
  width: 49%;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child #account_form .form-group:nth-child(n+6) {
  width: 100%;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child .btn-primary {
  font-weight: 600;
  display: inline-block;
  background: #171717;
  transition: all 0.35s;
  padding: 12px 20px;
  color: #fff !important;
  text-align: center;
  border: 0;
  border-radius: 30px 0 30px;
  min-width: 330px;
  text-decoration: none;
  opacity: 1 !important;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child .btn-primary:hover, .primago-main-content:has(.contacttop) #content > .bg-white > div:last-child .flex-wrap > div:first-child .btn-primary:focus-visible {
  background: #8b3efe;
  color: #fff !important;
  text-decoration: none;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:first-child {
  order: 2;
  padding: 60px 40px !important;
  background-color: #171717;
  color: #fff;
  background-image: url("https://go.primasoftware.co.uk/ws_content/www.sbssupplies.co.uk/images/contactsidebg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:first-child .border {
  border: 0 !important;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:first-child .flex-wrap {
  flex-direction: column;
}
.primago-main-content:has(.contacttop) #content > .bg-white > div:first-child .flex-wrap .col-md-6 {
  width: 100%;
  flex: 0 0 100%;
  max-width: none;
}