/* ==========================================
   PheedLoop HelpScout Docs - Attendee, Exhibitor & Sponsor Support
   Custom Stylesheet
   Last Updated: January 31, 2026
   ========================================== */

/* ---------- Base Styles ---------- */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

/* ---------- Navigation Bar ---------- */
.navbar {
  display: none !important;
}

.navbar .navbar-inner {
  padding: 0px 20px;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
  line-height: normal !important;
}

.navbar img {
  height: 50px;
  width: auto;
}

.navbar .contactUs {
  color: white !important;
  font-weight: 600;
}

.nav #home {
  display: none;
}

/* Hide brand/title from navbar */
.navbar .brand,
.navbar-inner .brand {
  display: none !important;
  visibility: hidden !important;
}

/* Navigation links styling */
.navbar .nav,
.navbar .navbar-inner > ul,
.navbar ul.nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  gap: 5px;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 45px !important;
}

.navbar .nav li,
.navbar .navbar-inner > ul > li,
.navbar ul.nav > li {
  display: inline-block !important;
  float: none !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

.navbar .nav li a,
.navbar .navbar-inner > ul > li > a,
.navbar ul.nav > li > a {
  font-size: 13px !important;
  padding: 8px 10px !important;
  white-space: nowrap !important;
  display: block !important;
  color: white !important;
}

.navbar .nav li a:hover,
.navbar .navbar-inner > ul > li > a:hover,
.navbar ul.nav > li > a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: transparent !important;
}

/* ---------- HERO SECTION ---------- */
#docsSearch {
  background-image: url("https://cdn.prod.website-files.com/65e8dbcc20b03bec9c6fe12c/697a5ae39608733c987b01d3_4.%20Attendee%20-%20Exhibitor%20-%20Sponsor%20Support.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #007bff;
  padding: 3em 2em 2em 2em;
  text-align: center !important;
  position: relative;
  z-index: 1;
  min-height: auto;
  max-height: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0 !important;
}

/* Title centering */
#docsSearch h1,
#docsSearch .title,
#docsSearch > h1,
#docsSearch > .title,
#docsSearch header h1,
#docsSearch header .title {
  text-align: center !important;
  margin: 0 auto 1.5rem auto !important;
  max-width: 900px !important;
  color: white !important;
  font-weight: 600 !important;
  width: 100% !important;
  display: block !important;
  float: none !important;
  padding: 0 20px !important;
}

/* Search Form Styling */
#docsSearch form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 1.5rem auto !important;
  position: relative;
}

/* Search input styling */
#docsSearch input[type="text"],
#docsSearch input[type="search"] {
  text-align: center !important;
  padding-left: 20px !important;
  padding-right: 100px !important;
  transition: background-color 0.3s ease;
  box-sizing: border-box !important;
  width: 100% !important;
}

#docsSearch input[type="text"]:hover,
#docsSearch input[type="search"]:hover,
#docsSearch input[type="text"]:focus,
#docsSearch input[type="search"]:focus {
  background-color: #f0f8ff !important;
}

/* Placeholder styling */
#docsSearch input::placeholder,
#docsSearch input::-webkit-input-placeholder,
#docsSearch input::-moz-placeholder,
#docsSearch input:-ms-input-placeholder {
  text-align: center !important;
  text-indent: 0 !important;
  opacity: 0.7;
}

#docsSearch .search-form input,
#docsSearch form input[type="text"],
#docsSearch form input[type="search"] {
  text-indent: 40px !important;
}

#docsSearch button {
  background-color: white !important;
  color: #007bff !important;
  transition: background-color 0.3s ease;
}

#docsSearch button:hover {
  background-color: #4ba2ff !important;
  color: white !important;
}

/* Title moved by JavaScript */
#docsSearch .brand {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto 1.5rem auto !important;
  color: white !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  float: none !important;
}

#docsSearch .brand span {
  display: inline !important;
  text-align: center !important;
}

/* Hide collections from hero */
#docsSearch .category-list,
#docsSearch .c-docs-collections,
#docsSearch nav,
#docsSearch ul.nav,
#docsSearch .collections {
  display: none !important;
}

/* Force center all hero text */
#docsSearch * {
  text-align: center !important;
}

/* ---------- MAIN CONTENT AREA ---------- */
#main-content {
  background: none;
  padding: 0px;
}

.contentWrapper {
  border: none;
}

/* ---------- CATEGORY CARDS ---------- */
.category-list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 60px 20px 70px 20px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible !important;
}

.category-list .category {
  background: white;
  border: none;
  border-radius: 8px;
  padding: 20px 15px 25px 15px;
  width: calc(33.333% - 24px);
  min-width: 200px;
  max-width: 300px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 2px #e0e0e0, 0 2px 4px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  box-sizing: border-box;
  overflow: visible !important;
  margin-bottom: 10px;
}

.category-list .category:hover {
  background-color: white;
  box-shadow: 0 0 0 2px #007bff, 0 6px 12px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

/* Fix for border cutoff */
#main-content,
.contentWrapper,
.container,
.container-fluid,
#contentArea,
section.container-fluid,
main {
  overflow: visible !important;
}

#main-content .category-list,
.contentWrapper .category-list,
#contentArea .category-list,
section.category-list {
  overflow: visible !important;
  padding-bottom: 80px;
}

/* Target the specific anchor tags inside category list */
section.category-list a.category {
  margin-bottom: 15px !important;
  position: relative;
}

/* Category icons */
.category-icon {
  margin: 5px auto;
  height: 100px;
  width: auto;
  display: block;
}

.category-list .category h3,
.category-list .category .title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 5px 0;
}

.category-list .category .description {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.category-list .category .count {
  color: #007bff;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

/* Remove underlines on category links */
.category-list .category:hover,
.category-list .category:focus,
.category-list .category:active,
.category-list a:hover,
.category-list a:focus,
.category-list a:active,
.category a:hover,
.category a:focus,
.category a:active {
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none !important;
}

.category-list .category::after,
.category-list .category::before,
.category-list a::after,
.category-list a::before,
.category::after,
.category::before {
  display: none !important;
  content: none !important;
}

a.category,
.category-list a,
.categories a,
.collection a,
.collections a {
  text-decoration: none !important;
  border-bottom: none !important;
}

a.category:hover,
.category-list a:hover,
.categories a:hover,
.collection a:hover,
.collections a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Responsive Design */
@media (max-width: 900px) {
  .category-list .category {
    width: calc(50% - 24px);
  }
}

@media (max-width: 600px) {
  .category-list .category {
    width: 100%;
    max-width: 500px;
  }
  
  #docsSearch {
    padding: 4em 1em;
  }
}

/* ---------- ARTICLE PAGES ---------- */
#fullArticle .title {
  font-weight: 600;
  margin-bottom: 35px;
}

#fullArticle h3 {
  margin-top: 2.0em !important;
}

.related {
  border: none;
}

/* ---------- TABLES ---------- */
.article-table table {
  width: 750px;
  max-width: 100%;
  border-collapse: collapse;
  margin: 50px auto;
}

.article-table th {
  background: #007bff;
  color: white;
  font-weight: bold;
}

.article-table td,
.article-table th {
  padding: 10px;
  border: none;
  text-align: left;
}

.article-table .labels tr td {
  background-color: #aaa;
  font-weight: bold;
  color: #fff;
}

.article-table .label tr td label {
  display: block;
}

.article-table th:nth-child(n+2),
.article-table td:nth-child(n+2) {
  text-align: center !important;
}

/* ---------- IMAGES ---------- */
img {
  border: none !important;
}

#main-content img {
  cursor: pointer;
}

/* ---------- FOOTER ---------- */
footer span {
  display: none;
}

footer p {
  text-align: left;
}

/* ---------- TEXT FORMATTING ---------- */
span.c1 {
  font-weight: 800;
}

/* ---------- COLLECTION PAGE HEADERS ---------- */
.collection-header,
.page-header,
header.header {
  background-image: url("https://cdn.prod.website-files.com/65e8dbcc20b03bec9c6fe12c/697a5ae39608733c987b01d3_4.%20Attendee%20-%20Exhibitor%20-%20Sponsor%20Support.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 4em 2em;
  text-align: center !important;
}

.collection-header h1,
.collection-header .title,
.page-header h1,
.page-header .title,
header.header h1,
header.header .title {
  text-align: center !important;
  margin: 0 auto !important;
  color: white !important;
  width: 100%;
  display: block !important;
  float: none !important;
}

/* ---------- HOME BUTTON STYLING ---------- */
.home-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #007bff;
  color: white !important;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0 10px 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.home-button:hover {
  background-color: #0056b3;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.home-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.home-button-container {
  padding: 10px 20px 0 20px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ---------- HIDE ELEMENTS ---------- */
.lu {
  display: none !important;
}

.navbar .collections,
.navbar nav,
.navbar ul {
  display: block !important;
}

body > .category-list,
.container > .category-list,
#main-content .category-list,
.c-docs-collections {
  display: flex !important;
}
