:root {
  --evo-brand-secondary: #1B9473;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
  
  --pq-color-primary: #e1261c;
  --pq-color-secondary: #231f20;
  --pq-color-tertiary: #004877;
  --pq-color-grey: #54565b;
  --pq-color-green: #5e7361;
  --pq-color-yellow: #ffce00;
  --pq-color-red: #ff0000;
  --pq-color-black: #000000;
  --pq-text-color-primary: #fff;
  --pq-text-color-primary-hover: var(--pq-color-secondary, #000);
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 350px !important;
    height: auto !important;
    max-height: none !important;
}
.row-welcome[role="row-section"],
.row-hero-banner[role="row-section"] {
  margin-bottom: 0;
}

.row-welcome,
.row-cta {
background-color: black;
}
.row-welcome h1 {
  margin-block: 0.8em;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  color: white;
  padding-inline: 0.2em;
}


.btn-default,
.btn-primary,
.btn-sm,
.btn-xs {
  background-color: var(--pq-color-primary);
  border: none;
  color: black;          /* Add this line */
  text-decoration: none; /* Optional: removes underline from links */
}


.btn-default:focus-visible,
.btn-default:hover,
.btn-primary:focus-visible,
.btn-primary:hover,
.btn-sm:focus-visible,
.btn-sm:hover,
.btn-xs:focus-visible,
.btn-xs:hover {
  background-color: grey;
}

.cta-wrapper {
  padding: 3em 02em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4em;
}
.cta-wrapper a {
  padding: 0.5em 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  font-size: 1.2rem;
  border: 2px solid transparent;
  transition: background-color 0.35s, border 0.35s;
  text-align: center;
}
.cta-wrapper a:focus-visible,
.cta-wrapper a:focus,
.cta-wrapper a:hover {
  background-color: var(--pq-color-primary);
  border-color: var(--pq-text-color-primary);
  color: var(--pq-text-color-primary);
}
.contact-wrapper {
  max-width: 950px;
  margin-inline: auto;
  background-color: var(--pq-color-red);
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  color: var(--pq-text-color-primary);
}
.contact-wrapper h3 {
  color: var(--pq-text-color-primary);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.9rem;
  margin-bottom: 0.7em;
  text-align: center;
}
.contact-wrapper p {
  margin-top: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.contact-us-wrapper h1 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 2.5rem;
}

.contact-buttons {
  display: flex;
  gap: 1.7em;
}
.contact-buttons a {
  color: var(--pq-color-black);
  background-color: var(--pq-text-color-primary);
  padding: 0.5em 1em;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.15rem;
  font-weight: 500;
}
.contact-buttons span {
  background-color: var(--pq-color-black);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact-buttons span::before {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all 0.35s;
}
.contact-buttons a:hover span::before {
  transform: scale(1);
}
.contact-buttons i {
  color: var(--pq-text-color-primary);
  position: relative;
  transition: color 0.35s;
}
.contact-buttons a:hover i {
  color: var(--pq-color-black);
}

.row-brands h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.row-brands .imgthumbnail {
  height: auto;
}
.row-brands .brands_container .has-grid .tileparent {
  width: 20%;
  padding-block: 15px;
}
.row-brands .tileparent .tile {
  margin: 0;
}
.row-brands #grid {
  margin: 0;
}
.row-brands .tile a {
  background-color: #fbfbfb;
  padding: 30px 10px;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: border-color 0.35s;
}
.row-brands .tile a:hover {
  border-color: #ccc;
  opacity: 1;
}

.row-about-us img {
  object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-position: center;
}

.about-us__image {
  overflow: hidden;
  border-radius: 20px;
  height: 300px;
  width: 400px;
}
.about-us__info h3 {
  text-transform: uppercase;
  font-size: 2rem;
}
.about-us__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.about-us__info a {
  padding: 0.5em 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  font-size: 1.2rem;
  min-height: unset;
  transition: background-color 0.35s;
}
.about-us-wrapper {
  display: flex;
  gap: 3em;
  justify-content: center;
  align-items: center;
}





.ex-u-2132389 .header-full > div {
  display: none;
}
/* footer */
footer.footer .footersection-1 {
  margin-inline: auto;
  max-width: 1450px;
  padding-block: 3em 1.5em;
}
footer.footer .logo_container .logo img {
  height: auto;
  max-width: 300px;
}
.footersection-3 {
  border-top: 1px solid #ccc;
  padding-top: 0.7em;
  margin-top: 1em;
}
footer .menulinks_container .quicklinks .title {
  text-transform: uppercase;
}