/* Custom Stylesheet hash:17407695131740758392 dated 17 Jun, 2025 08:42:36+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

.search--home {
}


.hero-heading {
  color:white;
}

.nav__menu.open {
  padding:1em;
}

.search--home {
  padding-top:3em;
  padding-bottom:3em;
}

/* Aurea specific layout */

.logo {
  display: flex;
  margin: 0 10px;
}
.logo img {
  max-height: 64px;
  vertical-align: middle;
}

.logo span {
padding-top:24px;
  margin-left: 10px;
font-size: 18px;
font-family: 'ProximaNova-Medium';
color: rgb(25,48,67,1);
}

.nav-wrapper a {
  border: 0;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
  font-weight: 600;
}
.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.hero {
  background-image: url('https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/support-quicksilver/homepage_background_image.svg');
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 27%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}


.products {
  display:flex;
  justify-content: center;
  padding-top: 52px; 
}

.products img{
  height: 48px;
  margin: 0 12px;
  filter: brightness(0) saturate(100%) invert(1) drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
  }

.logo {
  display: flex;
  margin: 0 10px;
}
.logo img {
max-height: 64px;
vertical-align: middle;
}

.logo span {
padding-top:24px;
  margin-left: 10px;
font-size: 18px;
font-family: 'ProximaNova-Medium';
color: rgb(25,48,67,1);
}