/* Custom Stylesheet hash:17746142731775646610 dated 08 Apr, 2026 16:10:13+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

.search--home {
  background-image: url('https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/totogi-supportdesk/homepage_background_image.png');
}


.hero-heading {
  color:white;
}

blocks-item-link {
  color:black;
}



/* Quicklink section — light gray strip behind white cards */
.quicklink-section {
  padding: 24px 24px;
  box-sizing: border-box;
}

.quicklink-section .quicklink-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px 24px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .quicklink-section .quicklink-section {
    grid-template-columns: repeat(4, 1fr);
  }
}


.quicklink-section .quicklink-section-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px 24px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .quicklink-section .quicklink-section-new {
    grid-template-columns: repeat(2, 1fr);
  }
}


.quicklink-card {
  box-sizing: border-box;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  padding: 36px 28px;
  background: #ffffff !important;
  background-image: none !important;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-top : -74px;
  flex-grow: 1;
}

.quicklink-card-new {
  box-sizing: border-box;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  padding: 36px 28px;
  background: #ffffff !important;
  background-image: none !important;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  flex-grow: 1;
}

.quicklink-card-h2 {
  text-align:center;
}

.quicklink-card-logo {
  padding: 24px 24px;
}

.quicklink-card h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}

.quicklink-card .quicklink-button {
  margin-top: auto;
  /* align-self: flex-start; */
}

.quicklink-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  background: #8e30d1;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  margin-top: auto;
}

.quicklink-button:hover {
/*
  background: #d93662;
  box-shadow: 0 2px 8px rgba(240, 62, 110, 0.35);
*/
  background: transparent;     /* remove fill */
  color: #8e30d1;              /* text becomes pink */
  border: 1px solid #8e30d1;   /* keep border */
}

.quicklink-button:focus-visible {
  outline: 2px solid #f03e6e;
  outline-offset: 2px;
}


.external-icon {
    width: 12px;
    height: 12px;
}

.quicklink-button .external-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
}