/*
Theme Name: TOG Theme
Theme URI: https://technologyonlinegroup.com/
Description: TOG platform theme
Version: 1.0.5.15
*/

/* Base & Variables
-------------------------------------------------- */
:root {
  /* Core */
  --bs-font-sans-serif: 'Onest', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --brand-colour: var(--tog-primary);
  --brand-accent-color: var(--tog-accent);
  --brand-accent-light-color: var(--tog-accent-light);
  --brand-accent-color-rgb: var(--tog-accent-rgb);
  --brand-accent-light-color-rgb: var(--tog-accent-light-rgb);

  --black: #191A1D;

  /* Text Colours */
  --black-text: var(--black);
  --grey-text: #5E5E5E;
  --tinted-grey-text: #6A6AA2;
  --white-text: #FFFFFF;

  /* backgrounds */
  --black-background: var(--black);
  --grey-box-background: #F7F8F8;
  --grey-input-background: #F7F9FB;
  --grey-background: #F5F5F5;
  --light-background: #E4EDF4;
  --medium-background: var(--tog-medium);
  --dark-background: #002355;
  --product-background: #2A2A44;
  --light-background-secondary: #EDF4F5;
  --form-bg: #EEEEEE;
  --bs-light-rgb: 238, 238, 238;

  /* button colours */
  --black-button: var(--black);
  --outline-button: #8091AA;
  --white-button: #FFFFFF;
  --dark-button-outline: #002355;

  /* text formatting */
  --small-text: 400 12px/16px var(--bs-font-sans-serif);
  --link-large: 600 20px/26px var(--bs-font-sans-serif);


  --Outline-Button: #8091AA;
  --Button-on-Hover-Blue: #1D1DDB;
  --font-black: #06070C;
  --bs-focus-ring-shadow: none;


  --medium-bg: #D3DFE9;

  --border-color: #D9D9D9;

  /* Rounded pill look globally */
  /* --bs-border-radius: 999px;
  --bs-border-radius-sm: 999px;
  --bs-border-radius-lg: 999px; */

  /* Remove borders */
  --bs-border-width: 0;
  --bs-border-radius: 24px;

  /* Form controls */
  --bs-form-control-bg: var(--form-bg);
  --bs-form-control-border-color: transparent;
  --bs-form-control-focus-bg: var(--form-bg);
  --bs-form-control-focus-border-color: transparent;
  --bs-form-control-focus-box-shadow: none;
  --tog-border: #8091AA;

  --input-placeholder-colour: #585898;
  --input-text-colour: var(--black);

  --bs-nav-link-font-size: 14px;



  --input-padding: .375rem 1.25rem;

  /* Select */
  --bs-form-select-bg: #f1f3f5;

  --header-height: 72px;
  --Drop-Down-Hover-Item: #F1F5FC;

  --Button-on-Hover-Blue: #1D1DDB;

  --Light-Teal-Background: #EDF4F5;

  --bs-box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.16);

  /* List of Subcategories */
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;

  --bs-btn-padding-x: 1.6rem;
  --bs-btn-padding-y: 0.8rem;

  --line-colour: #D3D3D3;

}

body.admin-bar .navbar.fixed-top {
  top: 32px;
}

body {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
}

main {
  background: var(--grey-background);
  padding-top: 30px;
}

h1 {
  color: var(--black-text);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.category h1,
.author h1,
.post-type-archive-articles h1,
.post-type-archive-papers h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 32px;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4,
h4 a {
  color: var(--black-text);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.h6,
h6 {
  font-size: 1.125rem;
}

hr {
  border-width: 1px;
  border-color: var(--border-color);
}

.navbar-brand {
  font-weight: 600;
}

a {
  color: var(--tog-primary);
}

a:hover {
  text-decoration: none;
}

p {
  color: var(--black-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

/* Buttons */
.btn {
  font-size: 14px;

  --bs-btn-focus-box-shadow: none;
  --bs-btn-padding-x: 1.6rem;
  --bs-btn-padding-y: 0.6rem;
  --bs-btn-line-height: 1.3;
}

.tog-btn {
  height: 40px;
  min-width: 185px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  border: none;
}

.primary-btn {
  background-color: var(--tog-primary);
  color: white;
}

.btn-primary {

  --bs-btn-bg: var(--tog-primary);
  --bs-btn-border-color: var(--tog-primary);
  --bs-btn-hover-bg: color-mix(in srgb, var(--tog-primary) 20%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--tog-primary) 20%, black);

  color: white;
}

.btn.btn-secondary {
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: rgba(0, 35, 85, 0.50);
}

.btn.btn-secondary.bg-trans {
  --bs-btn-bg: transparent;
}

.btn.btn-secondary.active {
  --bs-btn-bg: var(--Outline-Button);
  color: white;

}

.btn-tertiary {

  --bs-btn-bg: var(--tog-accent);
  --bs-btn-border-color: var(--tog-accent);
  --bs-btn-hover-bg: color-mix(in srgb, var(--tog-accent) 95%, black);
  --bs-btn-hover-border-color: var(--tog-accent);
  color: black;
}

.btn-hero {
  background-color: white;
  color: var(--tog-primary);
  margin-bottom: 24px;
  border-color: white;
  --bs-btn-padding-y: 1.4rem;
  box-shadow: 0 12px 20px -13px rgba(94, 94, 94, 0.25);
  border-radius: 999999px;
  font-size: 16px;
  position: relative;
  padding-right: calc(40px + var(--bs-btn-padding-x) + 10px);
}

.btn-hero:hover {
  background-color: var(--tog-primary);
  color: white;
}

.btn-hero:hover .back-icon {
  border-color: white;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-hero .back-icon {
  border-radius: 999px;
  border: 1px solid var(--tog-primary);
  width: 40px;
  height: 40px;
  margin-top: -9px;
  position: absolute;
  right: var(--bs-btn-padding-x);
  display: block;
}

.btn-light {
  background-color: white;
  border: 1px solid var(--Outline-Button);
}

.btn-light:hover {
  background-color: var(--tog-primary);
  border: 1px solid var(--tog-primary);
  color: white;
}

.btn-dark {
  --bs-btn-bg: var(--black);
  --bs-btn-border-color: var(--black);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--black) 90%, white);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--black) 90%, white);
}

.btn-filter {
  font-weight: 600;
  color: var(--grey-text);
}

.btn-filter:hover {
  border-color: var(--black-text);
  color: var(--black-text);
  background-color: white;
}

.btn-filter.active {
  border-color: var(--brand-accent-color);
  background-color: var(--brand-accent-color);
}

.white-btn {
  background-color: #FFFFFF;
  color: var(--tog-primary);
}

.white-btn:hover {
  background-color: #F5F5F5;
}

.black-btn {
  background-color: var(--black-background);
  color: #FFF;
}

.black-btn:hover {
  background-color: #424754;
}

.outline-btn {
  border: 1px solid var(--tog-border);
  color: var(--black-text);
  min-width: 152px;
  font-size: 12px;
  line-height: 18px;
  align-content: center;
  border-radius: 24px;
}

.link-underlined {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black-text);
  margin-top: 52px;
}

.link-underlined:hover {
  text-decoration: none;
}

.rounded-circle {
  width: 38.7px;
  height: 38.7px;
  padding-left: 0px;
  padding-right: 0px;
}

.tog-page-main {
  position: relative;
}

.tog-page-content {
  width: 100%;
  border-radius: 16px;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 70px 0;
}

.tog-page-content h1 {
  color: var(--black-text);
  font-family: Onest;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.tog-page-header {
  width: 100%;
  padding: 0 70px;
}

.tog-page-body {
  width: 100%;
  padding: 48px 70px 0 70px;
}

.page-template-default .tog-page-body {
  padding: 30px 70px 0 70px;
}


/* Utility
-------------------------------------------------- */

.p-4 {
  padding: 40px;
}

.br-s {
  border-radius: 8px;
}

.br {
  border-radius: 12px;
}

.min-w-0 {
  min-width: 0;
}

.bg-medium {
  background-color: var(--medium-bg);
}

.bg-teal {
  background-color: var(--Light-Teal-Background);
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-paper {
  --bs-aspect-ratio: 88%;
}

@media (max-width: 991.98px) {
  .ratio-paper {
    --bs-aspect-ratio: 50%;
  }
}

.ratio-paper-featured {
  --bs-aspect-ratio: 50%;
}

.full-bleed-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.full-bleed-bg-container {
  position: relative;
  z-index: 1;
}

.banner-ad img {
  max-width: 100%;
}

/* Bootstrap edits
-------------------------------------------------- */

.card {
  --bs-card-spacer-y: 1.4rem;
  --bs-card-spacer-x: 1.4rem;
  --bs-border-radius: 16px;
}

.h-110 {
  height: 110% !important;
}

.btn.btn-secondary {
  color: var(--black-text);
  border-color: var(--Outline-Button);
  text-align: center;
  font-weight: 600;
  --bs-btn-bg: white;
  font-size: 14px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  --bs-btn-bg: var(--Outline-Button);
  color: white;
}

.btn.btn-xs {
  height: 25px;
  min-width: 0px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 18px;
}

body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.modal {
  pointer-events: none;
}

.modal-dialog {
  pointer-events: auto;
}

/* Gravity Forms
-------------------------------------------------- */
.gform_wrapper .gfield--type-text input,
.gform_wrapper .gfield--type-email input,
.gform_wrapper .gfield--type-phone input,
.gform_wrapper .gfield--type-textarea textarea {
  border-radius: 12px;
  border: 1px solid rgba(106, 106, 162, 0.20);
  background: var(--grey-input-background);
  color: var(--tinted-grey-text);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 20px !important;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: var(--tinted-grey-text);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: var(--tinted-grey-text);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 1;
  /* fixes Firefox making placeholders lighter */
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: var(--tinted-grey-text);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: var(--tinted-grey-text);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gform_wrapper .ginput_container_consent {
  color: var(--tinted-grey-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18x;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.modal-body .gform_wrapper .ginput_container_consent,
#receive-media .gform_wrapper .ginput_container_consent,
.single-papers-download-box .gform_wrapper .ginput_container_consent {
  color: var(--grey-text, #5E5E5E);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.gfield_required_text {
  display: none !important;

}

.gform_wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  margin-top: 3px;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='4' fill='%23F7F9FB'/%3E%3Crect x='0.5' y='0.5' width='17' height='17' rx='3.5' stroke='%236A6AA2' stroke-opacity='0.2'/%3E%3C/svg%3E");
}

.gform_wrapper .ginput_container_consent .gfield_consent_label {
  margin: 0;
  display: inline-block;
  line-height: 1.5;
}

.gform_wrapper input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='4' fill='%23F7F9FB'/%3E%3Crect x='0.5' y='0.5' width='17' height='17' rx='3.5' stroke='%236A6AA2' stroke-opacity='0.2'/%3E%3Cpath d='M5 9.5L7.5 12L13 6.5' stroke='%232020EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gform_wrapper input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(32, 32, 239, 0.15);
}

.gform_wrapper .gform_footer {
  padding: 16px 0 0 0 !important;
}

.gform_wrapper .gform_button,
.gform_wrapper button[type="submit"] {
  background: var(--tog-primary);
  color: #fff;
  border-radius: 24px;
  padding: 12px 28px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.gform_wrapper .gform_button:hover {
  color: #FFFFFF;
  background-color: color-mix(in srgb, var(--tog-primary) 20%, black);
  border-color: color-mix(in srgb, var(--tog-primary) 20%, black);
}

/* Header
-------------------------------------------------- */
.custom-logo {
  width: auto;
  max-height: 36px;
}

.navbar {
  height: var(--header-height);
  background: #FFFFFF;
  padding: 0;
}

.navbar-brand {
  margin-right: 0px;
}

/* Misc
-------------------------------------------------- */
.wp-block-list {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.wp-block-list li {
  margin-bottom: 13px;
}

.author-link {
  text-decoration: none;
  white-space: nowrap;
}

.author-link img {
  max-height: 24px;
  width: auto;
}

.author-name {
  font: var(--small-text);
  color: #525252;
}

.call-to-action {
  background-color: var(--brand-accent-color);
  width: 80%;
  padding: 40px;
  border-radius: 16px;
  margin: 40px auto;
}

.call-to-action p {
  color: var(--black-text);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.play-button {
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: var(--brand-accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1;
}

.play-button i {
  color: var(--black-text);
  font-size: 18px;
  line-height: 1;
  transform: translateX(1px);
}

.play-button--halo::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0) 15%,
      rgba(255, 255, 255, 0.85) 75%,
      rgba(255, 255, 255, 1) 100%);
}

.play-button--sm {
  width: 26px;
  height: 26px;
}

.play-button--sm i {
  font-size: 9px;
  transform: translateX(0.5px);
}

.play-button--sm.play-button--halo::before {
  width: 50px;
  height: 50px;
}

.tog-hover-btn {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  color: var(--black-text);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 3;
  text-decoration: none;
}

.tog-hover-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--tog-accent);
  font-size: 12px;
}

.tog-hover-btn__icon .play-button {
  width: 20px;
  height: 20px;
}

.tog-hover-btn__icon .play-button i {
  font-size: 9px;
  transform: translateX(0.5px);
}

.buttons-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.three-line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  overflow-wrap: normal;
}

.wp-block-image {
  margin-bottom: 30px;
}

/* Testimonial */
.testimonial-card {
  max-width: 60%;
  padding: 10px 50px;
}

.testimonial-quote {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.6;
  margin: 0 auto;
}

.testimonial-quote p {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.testimonial-title {
  font-size: 14px;
  font-weight: 400;
}

.testimonial-logo img {
  max-height: 30px;
  width: auto;
}

.testimonial-control {
  opacity: 1;
  top: 25%;
  transform: translateY(-50%);
}

.carousel-control-prev.testimonial-control {
  left: 10px;
}

.carousel-control-next.testimonial-control {
  right: 10px;
}

.testimonial-control-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 24px;
  border: 1px solid var(--tog-border);
  background: #fff;
  color: #8091AA
}

.testimonial-control-icon:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 24px;
  border: 1px solid var(--tog-border);
  background: var(--tog-border);
  color: #FFFFFF;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.tog-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

.tog-loader .double-bounce1,
.tog-loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--tog-primary);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: tog-bounce 2s infinite ease-in-out;
}

.tog-loader .double-bounce2 {
  animation-delay: -1s;
}

@keyframes tog-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.single-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.single-layout-content {
  flex: 1 1 auto;
  min-width: 0;
}

.tog-post-meta {
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  color: var(--black);
}

.tog-post-meta a {
  color: inherit;
  text-decoration: none;
}

.tog-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tog-post-meta .avatar {
  width: 24px;
  height: 24px;
}

.tog-meta-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.tog-post-meta time,
.tog-post-meta .author-name,
.tog-post-meta-read-time span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-weight: 500;
  color: var(--black);
}

.tog-featured-image {
  margin-top: 35px;
}

.tog-post-meta-author .author-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.tog-post-meta-author .company-logo-img {
  height: 24px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.tog-post-meta-author .author-name {
  white-space: nowrap;
}

.single-company-footer {
  border-top: 1px solid var(--line-colour);
  padding-top: 30px;
}

.single-company-footer .company-logo .avatar,
.single-company-footer .company-logo .author-image {
  width: auto;
  height: 70px;
  max-width: 220px;
  object-fit: contain;
  display: block;
  margin-right:  20px;
}

.single-company-footer .company-name {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.single-company-footer .company-name a {
  color: var(--black);
  text-decoration: none;
}

.single-company-footer .btn {
  padding: 8px 18px;
  font-size: 14px;
}

/* Chrome / Safari */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/* Edge */
input[type="search"]::-ms-clear {
  display: none;
}

/* TOG Share */
.tog-share {
  flex: 0 0 60px;
  max-width: 60px;
  position: sticky;
  top: 2rem;
}

.tog-share .tog-share-wrapper,
.tog-share .tog-share,
.tog-share .meks_ess {
  width: 60px;
}

.tog-share .tog-share-wrapper {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.20);
  margin-bottom: 30px
}

.tog-share-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tog-share .meks_ess {
  margin: 0;
  top: 0;
}

.tog-share .meks_ess a {
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
}

.tog-share .meks_ess-item {
  margin-top: 0 !important;
}

.tog-share .meks_ess-item span {
  display: none;
}

/* Website Adverts
-------------------------------------------------- */
#home-header-advert,
#supplier-category-banner-advert,
#category-header-advert {
  text-align: center;
  padding: 30px 0;
}

#single-news-header-advert {
  text-align: center;
  padding: 0 0 30px 0;
}

.tog-sidebar-ad {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.2);
  margin: 0 auto 30px auto;
  max-width: 400px;
}

.tog-sidebar-ad img {
  border-radius: 16px;
}

/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('webfonts/onest/Onest-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* 404 Page
-------------------------------------------------- */
#not-found-page {
  margin: 10vh auto 14vh;
  padding: 40px 60px 50px;
  max-width: 740px;
}

#not-found-page h1 {
  font-size: 26px;
}

/* Newsletter Modal
-------------------------------------------------- */
.modal-bottom-right {
  display: block !important;
}

#newsletterModal .modal-body {
  padding: 30px;
}

#newsletterModalLabel {
  color: var(--black);
  font-size: 26px;
  line-height: 1.3em;
  text-align: center;
  font-weight: 500;
}

.newsletter-modal-bottom-right .modal-dialog {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  max-width: 400px;
  width: calc(100% - 40px);
}

.newsletter-modal-bottom-right .modal-content {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.newsletter-modal-bottom-right.modal {
  pointer-events: none;
}

.newsletter-modal-bottom-right .modal-dialog {
  pointer-events: all;
}

.newsletter-modal-bottom-right .link-underlined {
  margin-top: 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid;
}

.newsletter-modal-bottom-right .link-underlined:hover {
  color: var(--black);
}

.newsletter-modal-bottom-right .no-thanks {
  margin-top: 0;
}


/* Homepage
-------------------------------------------------- */
.front-page-main {
  padding-top: 0;
}

.home-titles {
  padding-right: 32px;
}

h2.home-titles {
  padding-right: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

/* Homepage Banner */
#homepage-banner {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Background image */
.homepage-banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.homepage-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Overlay */
#homepage-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  pointer-events: none;
}

/* Content */
.homepage-banner-content {
  position: relative;
  z-index: 4;
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 101px 0;
}

.homepage-banner-content h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto;
  color: #FFFFFF;
}

#homepage-banner .link-underlined {
  color: #FFFFFF;
  margin-top: 34px;
}

/* Search */
#homepage-banner-search {
  display: flex;
  justify-content: center;
  padding: 35px 0 24px 0;
}

.banner-search .search-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}

.banner-search .search-pill {
  background: #fff;
  border-radius: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
}

.banner-search .search-pill-keyword {
  width: 476px;
  padding: 0 4px 0 14px;
}

.banner-search .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #6c757d;
  margin-right: 8px;
}

.banner-search input[type="text"] {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
  line-height: 48px;
  padding: 0;
  color: #111;
}

.search-pill-category {
  cursor: pointer;
}

.banner-search .search-pill-category i {
  pointer-events: none;
}

.banner-search .search-btn {
  border: 0;
  outline: none;
  background-color: var(--tog-primary);
  color: #fff;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  min-width: 100px;
}

.banner-search .search-btn:hover {
  background-color: color-mix(in srgb, var(--tog-primary) 20%, black);
}

.banner-search .search-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.35);
}

.banner-search .search-pill-category {
  width: 262px;
  padding: 0 14px;
  cursor: pointer;
}

.banner-search .search-pill-category select {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  line-height: 48px;
  appearance: none;
  padding-right: 26px;
  cursor: pointer;
}

.banner-search .category-chevron {
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #6c757d;
  pointer-events: none;
}

.banner-search .search-row .results {
  position: absolute;
  height: 0px;
  background-color: white;
  width: 477px;
  top: 24px;
  padding: 40px 14px;
  z-index: 10;
  overflow: scroll;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.25s ease;
  text-align: left;
}

.banner-search .search-row .results p {
  border-bottom: 1px solid var(--Outline-Button);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.banner-search .search-row .results p a {
  color: var(--grey-text);
  font-size: 14px;
  text-decoration: none;
}

.banner-search .search-row .results.active {
  height: 400px;
}

/* Platform stats */
#homepage-banner .platform-stats {
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.platform-stats-inner {
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
}

.platform-stats-item {
  flex: 1 1 0;
}

.platform-stats-figure {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.platform-stats-text {
  font: var(--small-text);
}

/* Supplier logos */
.supplier-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding: 20px 0;
}

.logo-marquee {
  display: flex;
  width: max-content;
  animation: scroll-logos 50s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.logo-track {
  display: flex;
  flex-wrap: nowrap;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  white-space: nowrap;
}

.logo-item img {
  max-height: 50px;
  width: auto;
  display: block;
  object-fit: contain;
}

@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

#featured-products {
  background: #FFFFFF;
  padding: 0 0 120px 0;
}

#featured-products .product-card {
  background: #F7F8F8;
  margin-top: 17px;
}

#featured-products .shadow-sm {
  box-shadow: none !important;
}

#featured-products .product-hover-content {
  background: var(--tog-accent);
}

#featured-suppliers {
  padding: 57px 0 75px 0;
  background: linear-gradient(to bottom,
      #F5F5F5 0%,
      #F5F5F5 75%,
      #FFFFFF 100%);
}

.suppliers-carousel-wrapper {
  position: relative;
  padding-top: 33px;
}

.suppliers-carousel-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  justify-content: flex-start;
  direction: ltr;

  /* Hide scrollbar */
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

.suppliers-carousel-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.supplier-card {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.supplier-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 10px;
}

.supplier-logo img {
  display: block;
  height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.supplier-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.supplier-content .btn-secondary {
  margin-top: auto;
  width: 100%;
}

.supplier-headline {
  color: var(--grey-text);
  min-height: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.supplier-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  touch-action: manipulation;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  z-index: 5;
}

.supplier-scroll-btn i {
  font-size: 14px;
  color: #1e2d3b;
}

/* Hidden state */
.supplier-scroll-btn.is-hidden {
  display: none;
}

.supplier-scroll-btn:hover {
  background: var(--tog-primary);
  border-color: var(--tog-primary);
}

.supplier-scroll-btn:hover i {
  color: #fff;
}

.supplier-scroll-prev {
  left: -22px;
}

.supplier-scroll-next {
  right: -22px;
}

.product-image {
  transition: opacity .3s ease;
}

.product-plus-icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #fff;
  color: #0d6efd;
  transition: all .3s ease;
}

.product-card:hover {
  background: #7fe6f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-image {
  opacity: 0;
}

.product-card:hover .product-hover-content {
  opacity: 1;
}

.product-card:hover .product-plus-icon {
  opacity: 0;
}

#latest-news {
  padding: 70px 0;
  background: #F5F5F5;
}

.tog-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.tog-news-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 432px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}

.tog-news-featured img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tog-news-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 52.76%,
      rgba(0, 0, 0, 1) 83.22%);
  pointer-events: none;
  z-index: 1;
}

.tog-news-featured:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .30);
  z-index: 2;
  border-radius: 8px;
}

.tog-news-featured-content {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

.tog-news-featured-title {
  font: var(--link-large);
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 3;
  padding: 0 30px 20px 30px;
  margin-bottom: 0;
}

.tog-news-featured .tog-hover-btn {
  position: relative;
  z-index: 3;
  margin: 30px 20px 10px 20px;
  width: fit-content;
}

.tog-news-right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* two equal columns */
  grid-template-rows: 1fr 1fr;
  /* key line */
  gap: 20px;
  height: 100%;
}

/* Stack to one column on mobile */
@media (max-width: 991.98px) {
  .tog-news-right-grid {
    grid-template-columns: 1fr;
  }
}

.tog-news-tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}

.tog-news-tile-media {
  position: relative;
  display: block;
  border-radius: 8px 8px 0 0;
  background: #FFFFFF;
  text-decoration: none;
}

.tog-news-tile-media img {
  height: 120px;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.tog-news-tile-media:hover::after {
  content: "";
  position: absolute;
  inset: -10px -10px 0 -10px;
  background: rgba(0, 0, 0, .30);
  opacity: 1;
  transition: opacity .2s ease;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.listing .tog-news-tile-media img {
  height: 220px;
  object-fit: contain;
}

.tog-news-tile-placeholder {
  width: 100%;
  height: 100%;
  background: #f1f3f5;
}

.tog-news-featured:hover .tog-hover-btn,
.tog-news-tile-media:hover .tog-hover-btn {
  opacity: 1;
  transform: translateY(0);
}

.tog-news-tile-title {
  margin: auto 0 0 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.tog-news-tile-title a {
  color: #212529;
  text-decoration: none;
}

.tog-news-tile-title a:hover {
  text-decoration: underline;
  color: var(--tog-primary);
}

#home-call-to-action {
  background: #FFFFFF;
  padding-top: 70px;
}

#home-call-to-action .call-to-action {
  margin: 0 auto;
}

#latest-articles {
  padding: 99px 0 88px 0;
  background: #FFFFFF;
}

#latest-articles .tog-card {
  padding: 43px 0 0 0;
  background: none;
  box-shadow: none;
}

#latest-articles .author-link {
  display: none !important;
}

#latest-articles .link-underlined {
  margin-top: 0;
}

.single-articles {
  color: var(--black-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.article-footer-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid var(--line-colour);
  padding-top: 30px;
  margin-top: 60px;
}

.article-footer-logo {
  text-align: left;
}

.article-footer-logo a {
  display: inline-block;
}

.article-footer-logo img,
.article-footer-logo svg {
  display: block;
  height: 60px;
  width: auto;
}

.article-footer-content {
  width: 100%;
}

.article-footer-bio {
  margin-bottom: 16px;
  color: var(--grey-text, #5E5E5E);
  font-size: 16px;
  line-height: 22px;
}

.article-footer-button a {
  text-decoration: none;
}

/* Card wrapper */
.tog-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 6px 8px 4px rgba(169, 188, 194, 0.15);
}

.tog-card-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tog-card-image img {
  max-width: 100%;
  display: inline-block;
  max-height: 200px;
  object-fit: cover;
}

.news-listing .tog-card-image img {
  object-fit: contain;
}

.whitebg .tog-card-image {
  border-radius: 12px;
  overflow: hidden;
}

.tog-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tog-smalltxt {
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  margin-bottom: 5px;
}

.tog-card-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.tog-card-title a {
  color: #212529;
  text-decoration: none;
}

.tog-card-title a:hover {
  text-decoration: underline;
  color: var(--tog-primary);
}

#home-videos {
  padding: 53px 0;
  background: #E4EDF4;
}

#home-videos h2 {
  text-align: center;
}

#homeVideoTabs {
  justify-content: center;
  margin-bottom: 20px;
}

#homeVideoTabs .nav-link {
  color: var(--black-text);
  padding-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#homeVideoTabs .active {
  color: var(--tog-primary);
  border-bottom: 2px solid var(--tog-primary);
}

#homeVideoTabsContent {
  padding-top: 9px;
}

.home-video-side {
  min-height: 0;
  justify-content: flex-start;
}

.video-card {
  max-width: 100%;
}

.video-card-body {
  max-width: 100%;
}

.video-card-title {
  color: var(--Black, #191A1D);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.home-video-side {
  margin-top: 2px;
}

.video-card-side {
  margin-bottom: 7px;
}

.related-videos .videos a,
.related-videos .videos a:hover,
.related-videos .videos a:focus {
  text-decoration: none;
}

.related-videos .video-thumb {
  border-radius: 12px 12px 0 0;
}

.related-videos .videos {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-videos .videos .p-3 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-videos .videos .video-author {
  margin-top: auto;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.video-thumb-featured {
  width: 100%;
}

.video-thumb-small {
  border-radius: 10px;
  flex: 0 0 210px;
}

.video-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
  aspect-ratio: 16/9;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .15);
  opacity: 0;
  transition: opacity .2s ease;
}

/* Reveal overlay + generic hover button */
.video-thumb:hover::after {
  opacity: 1;
}

.video-thumb:hover .tog-hover-btn {
  opacity: 1;
  transform: translateY(0);
}

.video-thumb>.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.video-title {
  margin: 12px 0 0;
  font-weight: 600;
  line-height: 1.25;
}

.video-title-featured {
  font-size: 22px;
  margin-bottom: 5px;
}

.video-title-side {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.3;
}

.video-title a {
  color: var(--black-text);
  text-decoration: none;
}

.video-title a:hover {
  color: var(--tog-primary);
  text-decoration: underline;
}

#become-supplier {
  padding: 69px 0 20px 0;
  background: #FFFFFF;
}

#become-supplier .row {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
}

#become-supplier-content {
  height: 100%;
  padding: 50px;
  color: #fff;
  background: var(--dark-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  border-radius: 8px 0 0 8px;
}

#become-supplier-content h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}

.become-supplier-list {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
}

.become-supplier-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.become-supplier-list li:last-child {
  border-bottom: 0;
}

.become-supplier-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}

.become-supplier-list li i {
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
  transition: transform .2s ease, color .2s ease;
}

.become-supplier-list li:hover i {
  transform: translateX(6px);
  color: #fff;
}

.become-supplier-list li:hover a {
  color: #fff;
}

.become-supplier-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 18px;
}

.become-supplier-buttons .outline-btn {
  color: #FFFFFF;
}

#home-categories {
  padding: 64px 0 88px 0;
  background: var(--medium-background);
}

#home-categories h2 {
  margin-bottom: 36px;
}

#home-categories .home-cat-col {
  display: flex;
  flex-direction: column;
}

#home-categories .home-cat-col .home-cat-card:last-child {
  flex-grow: 1;
}

#home-categories .card-body {
  border: none;
  border-radius: 14px;
}

#home-categories .card-body h3,
#home-categories .card-body a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

#home-categories .card-body h3 a {
  color: var(--tog-primary);
}

#home-categories .card-body a {
  color: var(--black-text);
  transition: padding-left 0.2s ease;
}

#home-categories .card-body a:hover {
  padding-left: 4px;
}

#home-testimonials {
  padding: 80px 0;
  background: #FFFFFF;
}


/* Sidebar
-------------------------------------------------- */
.tog-sidebar-sticky {
  position: sticky;
  top: calc(2rem + var(--header-height) + var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.tog-sidebar-box {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.2);
  padding: 30px;
  margin-bottom: 30px;
}

.tog-sidebar-box h3 {
  color: var(--black-text);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
}

.tog-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 20px;
  background: var(--grey-box-background);
  margin-bottom: 20px;
}

.tog-contact-card-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.tog-company-address {
  color: var(--black-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.tog-company-details {
  margin: 0;
  padding: 0;
}

.tog-company-details-item {
  margin: 0 10px 20px 10px;
  padding: 0;
}

.tog-company-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--tog-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.tog-company-link:hover {
  text-decoration: none;
  color: var(--tog-primary);
}

.tog-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 0 0;
  padding: 0;
}

.tog-social-list li {
  list-style: none;
  margin: 0;
}

.tog-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: var(--tog-primary);
  text-decoration: none;
}

.tog-social-link:hover {
  text-decoration: none;
}

.tog-social-link.linkedin:hover {
  color: #0077b5;
}

.tog-social-link.youtube:hover {
  color: #ff0000;
}

.tog-social-link.x:hover {
  color: #000000;
}

.tog-social-link.instagram:hover {
  color: #e4405f;
}

@media (max-width: 991.98px) {
  .tog-sidebar-sticky {
    position: static;
    top: auto;
  }
}

.tog-recent-posts-list {
  margin: 0;
  padding: 0;
}

.tog-recent-posts-item {
  margin-bottom: 26px;
}

.tog-recent-posts-item:last-child {
  margin-bottom: 0;
}

.tog-recent-posts-link {
  display: inline-block;
  color: var(--grey-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.tog-recent-posts-link:hover {
  color: var(--tog-primary);
  text-decoration: none;
}

/* Events
-------------------------------------------------- */
.events-list {
  display: flex;
  flex-direction: column;
}

.events-card {
  background: #FFFFFF;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.20);
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  margin-bottom: 50px;
}

.events-row {
  display: flex;
  min-height: 367px;
}

.events-media {
  flex: 0 0 47%;
  max-width: 47%;
  overflow: hidden;
}

.events-image-link {
  display: block;
  height: 100%;
}

.events-image,
.events-image-placeholder {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.events-image-placeholder {
  background: var(--grey-background);
}

.events-content {
  flex: 1;
  padding: 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.events-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  margin-bottom: 20px;
  background: var(--brand-accent-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 24px;
  width: fit-content;
}

.events-location a {
  color: inherit;
  text-decoration: none;
}

.events-title {
  margin: 0 0 20px;
  color: #000;
}

.events-title a {
  color: inherit;
  text-decoration: none;
}

.events-title a:hover {
  text-decoration: none;
}

.events-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  color: var(--black-text);
}

.events-excerpt {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}

.events-excerpt p:last-child {
  margin-bottom: 0;
}

.events-actions {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .events-row {
    flex-direction: column;
    min-height: auto;
  }

  .events-media {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .events-image,
  .events-image-placeholder {
    height: 260px;
  }

  .events-content {
    padding: 1.5rem;
  }

  .events-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 575.98px) {

  .events-image,
  .events-image-placeholder {
    height: 220px;
  }

  .events-title {
    font-size: 1.35rem;
  }
}

.single-event {
  border-radius: 16px;
  background: #FFFFFF;
  margin-bottom: 30px;
}

.single-event-banner {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.single-event-image {
  width: 100%;
  min-height: 192px;
  object-fit: cover;
  display: block;
}

.single-event-inner {
  padding: 30px 40px;
}

.single-event-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.event-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background: var(--brand-accent-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 24px;
  width: fit-content;
  color: inherit;
  text-decoration: none;
}

.single-event-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  color: var(--black-text);
  margin-bottom: 20px;
}

.single-event-card {
  padding: 30px 0;
}

.single-event-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #212529;
}

.single-event-actions {
  margin-top: 20px;
}

.single-event-content {
  margin-top: 30px;
  border-top: 1px solid var(--line-colour);
  padding: 30px 0;
}


@media (max-width: 991px) {
  .single-event-layout {
    flex-direction: column;
  }

  .single-event-share {
    position: static;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .single-event-share .tog-share-wrapper,
  .single-event-share .tog-share,
  .single-event-share .meks_ess {
    width: 100%;
  }

  .tog-share-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .single-event-title {
    font-size: 28px;
    line-height: 34px;
  }

  .single-event-inner {
    padding: 20px;
  }
}

/* Papers
-------------------------------------------------- */
.btn-secondary.is-active:hover,
.btn-secondary.is-active:focus {
  text-decoration: none;
  color: var(--black-text);
}

.btn-secondary.is-active {
  background: var(--brand-accent-color);
  border-color: var(--brand-accent-color);
}

.paper-card-title {
  min-height: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.paper-card-author {
  margin-bottom: 40px;
  margin-top:  auto;
}

.paper-card-title a {
  color: var(--black-text);
  text-decoration: none;
}

.paper-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.16);
}

.paper-card-media {
  position: relative;
}

.paper-card-category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 4px 10px;
  border-radius: 24px;
  background: #FFFFFF;
  color: #1f2328;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid var(--outline-button);
}

.paper-card-category:hover,
.paper-card-category:active {
  background-color: #5c636a;
  color: #FFFFFF;
  cursor: pointer;
}

.paper-card-image-link {
  display: block;
}

.paper-card-image {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.paper-card-icon-wrap {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  z-index: 2;
  border: none;
  background: none;
  text-decoration: none;
}

.paper-card-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #111111;
  background-color: var(--brand-accent-color);
}

.paper-card-body {
  margin-top: auto;
  padding: 52px 28px 28px;
  min-height: 200px;
  text-align: center;
  background: linear-gradient(180deg,
      rgba(var(--tog-accent-light-rgb), 0) 41.06%,
      rgba(var(--tog-accent-rgb), 0.3) 100%);
}

.paper-card .tog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
}

.post-type-archive-papers #tog-posts > [class*="col-"] {
  display: flex;
}

.post-type-archive-papers #tog-posts > [class*="col-"] {
  margin-top: 40px;
}

.post-type-archive-papers .paper-card {
  width: 100%;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.post-type-archive-papers .paper-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: var(--grey-box-background);
  padding: 28px;
}

.post-type-archive-papers .paper-card-title {
  min-height :auto;
  margin-bottom: 24px;
}

.post-type-archive-papers .paper-card-author {
  margin-top: 0;
  margin-bottom: 40px;
}

.post-type-archive-papers .paper-btn-wrap {
  margin-top: auto;
  text-align: left !important;
}

.post-type-archive-papers .paper-card-icon-wrap {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: auto;
  transform: none;
}

.single-papers-main {
  position: relative;
  padding: 0;
  background: linear-gradient(
      180deg,
      rgba(var(--tog-accent-rgb), 0.3) 0%,
      #fff 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 166px;
}

.single-papers-title {
  width: 80%;
}

.single-papers-title h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.single-papers-wrap {
  margin-top: 48px;
  position: relative;
  z-index: 2;
}

.single-papers-content {
  margin: 60px 0;
}

.single-papers-image img {
  border-radius: 8px;
  display: block;
  max-height: 500px;
  width: auto;
}

.single-papers-sidebar {
  position: sticky;
  top: 2rem;
}

.single-papers-download-box {
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  background: var(--brand-accent-color);
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.16);
}

.single-papers-download-box .gform_button,
.single-papers-download-box .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.papers-download-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--black-background);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.single-papers-company-box {
  padding: 40px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(212, 224, 225, 0.70);
  width: 50%;
}

.single-papers-company-logo  img {
  width: auto;
  height: 70px;
  max-width: 220px;
  object-fit: contain;
  display: block;
  margin-right:  20px;
}

.single-papers-download-box .js-gated-download {
  width: 100%;
}

/* Gated Download
-------------------------------------------------- */
#gatedDownloadModal .modal-body {
  flex: 0;
}

#gatedDownloadModal .modal-content {
  padding: 30px;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.16);
  min-height: 300px;
  justify-content: center;
  position: relative;
}

#gatedDownloadModal .modal-header {
  padding-bottom: 0;
  align-items: flex-start;
}

#gatedDownloadModal .modal-content .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}

#gatedDownloadModal .modal-title {
  color: #000;
  flex: 1;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  width: 100%;
}

#gatedDownloadModal input {
  width: 100%;
}

#gatedDownloadModal .js-gated-download-intro,
#gatedDownloadModal .gform_confirmation_message {
  color: var(--grey-text, #5E5E5E);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  width: 80%;
  margin: 0 auto;
}

#gatedDownloadModal .modal-content .fa-envelope-circle-check {
  color: #56DB63;
}

/* Horizontal Card
-------------------------------------------------- */
.related-articles-section {
  margin: 100px 0;
}

.horizontal-card {
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 30px;
}

.horizontal-card-row {
  display: flex;
  align-items: stretch;
  min-height: 309px;
}

.horizontal-card-media {
  flex: 0 0 42%;
  max-width: 42%;
  background: #f5f5f5;
  display: flex;
  min-height: 300px;
}

.horizontal-card-image-link {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.horizontal-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  background: #FFF;
}

.horizontal-card-image-placeholder {
  background: var(--grey-background);
  min-height: 309px;
}

.horizontal-card-content {
  flex: 1;
  padding: 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-card-title {
  margin: 0 0 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--black, #191A1D);
}

.horizontal-card-title a {
  color: inherit;
  text-decoration: none;
}

.horizontal-card-title a:hover {
  text-decoration: none;
}

.horizontal-card-excerpt {
  margin-bottom: 15px;
}

.horizontal-card-excerpt p {
  margin-bottom: 0;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.horizontal-card-company {
  margin-top: auto
}

.horizontal-card-company-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--grey-text, #5E5E5E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.horizontal-card-company-link:hover {
  text-decoration: none;
  color: inherit;
}

.horizontal-card-company-logo img,
.horizontal-card-company-logo .avatar {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.horizontal-card-company-logo img {
  max-width: 24px;
  max-height: 24px;
}

.horizontal-card-actions {
  margin-top: auto;
}

@media (min-width: 992px) {

  .horizontal-card-row {
    height: 309px;
  }

  .horizontal-card-media {
    min-height: 100%;
  }

  .horizontal-card-image-link {
    height: 100%;
  }

  .horizontal-card-image {
    height: 100%;
    object-fit: contain;
  }

  .horizontal-card-content {
    height: 100%;
    overflow: hidden;
    /* prevents spill */
  }

  .horizontal-card-excerpt {
    overflow: hidden;
  }

}

@media (max-width: 991.98px) {
  .horizontal-card {
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
  }

  .horizontal-card-row {
    flex-direction: column;
    min-height: auto;
  }

  .horizontal-card-media {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 0;
    background: #FFF;
  }

  .horizontal-card-image-link {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    background: #FFF;
  }

  .horizontal-card-image,
  .horizontal-card-image-placeholder {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: #FFF;
    margin: 0;
  }

  .horizontal-card-image {
    padding: 20px 20px 0;
  }

  .horizontal-card-image-placeholder {
    min-height: 0;
  }

  .horizontal-card-title {
    font-size: 30px;
  }

  .horizontal-card-content {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {

  .horizontal-card-image,
  .horizontal-card-image-placeholder {
    height: 220px;
  }

  .horizontal-card-title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Add Your Company
-------------------------------------------------- */
.page-template-landing-add-your-company h1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.page-template-landing-add-your-company h2 {
  color: var(--black-text);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

#receive-media {
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.16);
  padding: 40px;
}

#receive-media .gform_confirmation_message {
  color: var(--black-text);
}

#receive-media .gform_wrapper .gform_button {
  width: 100%;
}

#receive-media .gform_description {
  color: var(--black-text);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

#add-your-company {
  min-height: 580px;
  color: #FFFFFF;
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#add-your-company article {
  height: 100%;
}

#add-your-company .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#add-your-company p.subheading {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#add-your-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#add-your-company li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

#add-your-company li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 13px;
  background-color: var(--tog-accent);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 13'%3E%3Cpath fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M16.1958 1.92218L5.71896 12.399L0 6.68005L1.92218 4.75787L5.71896 8.55466L14.2736 0L16.1958 1.92218Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 13'%3E%3Cpath fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M16.1958 1.92218L5.71896 12.399L0 6.68005L1.92218 4.75787L5.71896 8.55466L14.2736 0L16.1958 1.92218Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#add-your-company-logos {
  padding: 60px 0;
  background: var(--white-text);
  overflow: hidden;
}

#add-your-company-logos h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: var(--black-text);
  margin-bottom: 32px;
}

#add-your-company-logos .supplier-logo-carousel-wrap {
  overflow: hidden;
  padding: 0;
}

#add-your-company-logos .supplier-logo-control {
  display: none;
}

#add-your-company-logos .supplier-logos-scroll {
  overflow: hidden;
  width: 100%;
}

#add-your-company-logos .supplier-logos-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: trustedCompanyLogosScroll 20s linear infinite;
}

#add-your-company-logos .supplier-logo-item {
  flex: 0 0 180px;
  max-width: 180px;
}

#add-your-company-logos .supplier-logos-scroll:hover .supplier-logos-track {
  animation-play-state: paused;
}

.js-open-crisp-chat.is-crisp-online {
    background-color: #22c55e;
    border-color: #22c55e;
    color: #fff;
}

.js-open-crisp-chat.is-crisp-online:hover,
.js-open-crisp-chat.is-crisp-online:focus {
    background-color: #16a34a;
    border-color: #16a34a;
    color: #fff;
}

@keyframes trustedCompanyLogosScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.supplier-logo-carousel-wrap {
  position: relative;
  padding: 0 42px;
}

#add-your-company-logos .supplier-logos-scroll {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#add-your-company-logos .supplier-logos-scroll::-webkit-scrollbar {
  display: none;
}

.supplier-logo-item {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.supplier-company-logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
}

.supplier-company-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.supplier-company-logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.supplier-company-logo a:hover img {
  opacity: 0.7;
}

.supplier-logo-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  z-index: 2;
}

.supplier-logo-carousel-wrap [data-scroll-prev] {
  left: 0;
}

.supplier-logo-carousel-wrap [data-scroll-next] {
  right: 0;
}

.supplier-logo-control-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-text);
  background: transparent;
  transition: color 0.2s ease;
}

.supplier-logo-control:hover .supplier-logo-control-icon {
  color: var(--black-text);
}

.supplier-logo-control.is-hidden,
.supplier-scroll-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .supplier-logo-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 767.98px) {
  .supplier-logo-carousel-wrap {
    padding: 0 32px;
  }

  .supplier-logo-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#add-your-company .wp-block-button {
  color: var(--black-text);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-top: 30px;
}

#add-your-company .container {
  position: relative;
  z-index: 2;
}

#add-your-company-stats {
  background: var(--light-background-secondary);
  padding: 70px;
}

#add-your-company-stats .platform-stats {
  margin-bottom: 30px;
}

#add-your-company-stats .platform-stats-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#add-your-company-stats .platform-stats-title {
  text-align: center;
  margin-bottom: 40px;
}

#add-your-company-stats .platform-stats-item {
  flex: 1 1 calc(25% - 10px);
  min-width: 220px;
  background: var(--tog-accent);
  border-radius: 8px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#add-your-company-stats .platform-stats-figure {
  color: var(--black-text);
  text-align: center;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 15px;
}

#add-your-company-stats .platform-stats-text {
  color: var(--black-text);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 1199px) {
  #add-your-company-stats .platform-stats-item {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  #add-your-company-stats {
    padding: 40px 20px;
  }

  #add-your-company-stats .platform-stats-item {
    flex: 1 1 100%;
    min-width: 0;
  }

  #add-your-company-stats .platform-stats-figure {
    font-size: 48px;
    line-height: 50px;
  }

  #add-your-company-stats .platform-stats-text {
    font-size: 16px;
    line-height: 24px;
  }
}

#add-your-company-testimonials {
  background: #FFFFFF;
  padding: 90px 0;
}

#profile-features {
  padding: 90px 0;
}

#profile-features h3 {
  color: #373737;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

#profile-features .feature-content {
  color: var(--grey-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.profile-feature img {
  width: 100%;
  border-radius: 8px;
}

.feature-placeholder {
  width: 100%;
  min-height: 200px;
  background: #F5F5F5;
  border-radius: 8px;
}

.feature-content {
  margin-top: 20px;
}

#suppliers-carousel {
  background: linear-gradient(180deg, #F5F5F5 55.69%, #FFF 87.02%);
  padding: 90px 0 60px 0;
}

/* Footer
-------------------------------------------------- */
#newsletter-footer {
  background-color: var(--tog-primary);
  color: #FFF;
  padding: 40px 15px;
}

#newsletter-footer .title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

#newsletter-footer .title-wrap i {
  font-size: 55px;
  line-height: 1;
  padding-left: 1px;
  margin-right: 16px;
}

#newsletter-footer .title {
  font-size: 24px;
  line-height: 30px;
}

#newsletter-footer .newsletter-pill {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 24px;
  width: 100%;
  height: 46px;
}

#newsletter-footer .newsletter-pill input[type="email"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 18px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

#newsletter-footer .newsletter-pill .tog-btn {
  margin-right: -9px;
  width: 100px;
  min-width: 0;
  line-height: 40px;
}

footer {
  display: flex;
  flex-direction: column;
  background: var(--black-background);
  color: #FFFFFF;
  padding: 50px 0 0 0;
  min-height: 460px;
}

footer p,
footer a {
  color: #ffffff;
  text-decoration: none;
}

footer .menu {
  margin: 0;
  padding: 0;
}

footer .menu li {
  list-style: none;
  padding-bottom: 5px;
}

footer .menu li a {
  font-size: 14px;
  line-height: 36px;
}

.footer-branding {
  text-align: left;
}

.footer-alt-logo {
  display: block;
  margin: 0 0 20px 0;
  height: 55px;
  width: auto;
}

.footer-description {
  font-size: 16px;
  text-align: left;
}

.footer-bottom {
  margin-top: auto;
  font-size: 12px;
  line-height: 24px;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin-bottom: 24px;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}


.footer-logos .footer-widget {
  margin: 0;
}

.footer-logos img {
  display: block;
  width: auto !important;
  height: 40px !important;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.footer-socials .social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--tog-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-socials .social-icon:hover {
  background-color: color-mix(in srgb, var(--tog-primary) 20%, black);
}

.footer-socials .social-icon i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767.98px) {

  .footer-branding,
  .footer-description {
    text-align: center;
  }

  .footer-alt-logo {
    margin: 0 auto 20px auto;
  }

  .footer-brand-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-socials {
    margin: 1rem auto 1rem auto;
  }
}

.footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-buttons .btn {
  min-width: 185px;
}

.footer-buttons a {
  margin-bottom: 20px;
}

.copy-terms {
  padding: 5px 0;
  display: flex;
}

.copy-terms p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

#menu-footer-menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-footer-menu li {
  padding-bottom: 0;
}

#menu-footer-menu a {
  text-decoration: underline;
  font-size: 12px;
  line-height: 24px;
}

#menu-footer-menu a:hover {
  text-decoration: none;
}


/* Forms
---------------------------------------------------------------*/

input[type="search"].search {
  border: 0;
  padding: var(--input-padding);
}

.search-container {
  position: relative;
}

.search-container button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: #555;
}

.search-container button:hover {
  color: #000;
}

.form-control,
.form-select {
  height: 39.4px;
  padding: var(--input-padding);
  color: var(--input-text-colour);
}

.form-control:focus {
  background-color: var(--form-bg);
}

.form-control::placeholder {
  color: var(--input-placeholder-colour);
}

.form-control:focus,
.form-select:focus {
  border: 0px;
  box-shadow: none;
}

.input-group {
  border-radius: var(--bs-border-radius);
}

.input-group,
.form-control,
.form-select {
  background-color: var(--bs-form-control-bg);
}

/* Proper input-group merging */
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: var(--bs-btn-border-radius);
}

button[type="submit"] {
  min-width: 116px;
}

.vr {
  background-color: var(--Outline-Button);
  opacity: 1;
  width: 1px;
  margin: 8px 0px;
}

form#home-search .dropdown.select-input,
form#home-search .dropdown.select-input .dropdown-container {
  width: 362px;
  z-index: 3;
}

form#home-search .dropdown.select-input {
  height: 48px;
}

form#home-search .dropdown.select-input .dropdown-menu {
  width: calc(262px - (var(--bs-btn-padding-x)*2));
  z-index: 3;
}

@media (max-width: 767.98px) {

  form#home-search .dropdown.select-input,
  form#home-search .dropdown.select-input .dropdown-container {
    width: 100%;
  }

}

form#home-search {
  text-align: left;
}

form#home-search .dropdown.select-input .dropdown-menu {
  font-size: 14px;
}

form#home-search .dropdown.select-input ul.dropdown-menu>li>ul .dropdown-item {
  font-size: 14px;
  padding: calc(var(--bs-dropdown-item-padding-y)/2) var(--bs-dropdown-item-padding-x);
}

form#home-search .btn {
  padding: 13.6px var(--bs-btn-padding-x);
  border-radius: 26px;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #ffffff;
}
form#home-search.live-search .dropdown.select-input button {
  background-color: #FFFFFF;
}

form#home-search.live-search .search-results-container.active {
  width: 100%;
  margin: 0;
}

form#home-search .search-list li {
  padding: 8px 7px;
}

form#home-search .search-list li:before {
  margin-top: 0px;
}

form#home-search.live-search .search-group {
  margin-right: 0px;
}

form#home-search .vr {
  background: rgba(255, 255, 255, 0.35);
}

form#supplier-search .dropdown.select-input,
form#supplier-search .dropdown.select-input .dropdown-container {
  width: 362px;
  z-index: 3;
}

form#supplier-search .dropdown.select-input {
  height: 39.4px;
}

@media (max-width: 767.98px) {

  form#supplier-search .dropdown.select-input,
  .dropdown.select-input .dropdown-container {
    width: 100%;
  }

}

form#supplier-search .dropdown.select-input .dropdown-menu {
  width: calc(362px - (var(--bs-btn-padding-x)*2));
  z-index: 3;
}

form.live-search .search-group {
  flex: 1 1 auto;
  position: relative;
  z-index: 4;
}

@media (max-width: 767.98px) {
  form.live-search .search-group {
    margin-right: 0px;
  }

}

form.live-search .search-results-container {
  height: 0px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

form.live-search .search-results-container.active {

  min-width: 0;
  height: auto;
  padding: 10px;
  border: 1px solid var(--border-color);
  margin-left: -11px;
  margin-top: -11px;
  border-radius: calc(var(--bs-border-radius) * 1.3);
  background-color: white;
  top: 0;
  left: 0;
  width: calc(100% + 22px);
  padding-top: 60px;
}

form.live-search .search-results-container #datafetch {
  margin-top: 16px;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: clip;
  margin-bottom: 16px;
}

form.live-search .search-results-container .title {
  color: var(--grey-text);
  font-size: 14px;
  margin-left: 24px;
}

/* Remove default bullets and spacing */
.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Add FA search icon before each item */
.search-list li {
  position: relative;
  padding: 8px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.search-list li:hover {
  border-radius: 8px;
  background: #F1F5FC;
}

.search-list li a {
  text-decoration: none;
  color: var(--black-text);
  display: inline-block;
  line-height: 1.4;
  min-width: 0;
}

.search-list li a span {
  color: var(--grey-text);
}

.search-list li:hover a {
  color: var(--tog-primary);
  text-decoration: none;
}

.search-list li::before {
  content: "\f002";
  /* FA search unicode */
  font-family: "Font Awesome 7 Free";
  padding-right: 12px;
  color: #6c757d;
  font-size:14px;
  font-weight: 100;
  flex-shrink: 0;
  padding-right: 0;
  margin-top: 2px;
}

form.live-search .input-group {
  overflow: hidden;
  z-index: 2;
}

form.live-search .select-input {
  flex: 0 0 auto;
}

form.live-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: transparent;
}

form.live-search .search-icon+input {

  padding-left: 2.5rem;
  /* creates space for icon */
}

.dropdown.select-input .dropdown-container {
  position: absolute;
  top: 0;
  max-height: 50vh;
  border-radius: 24px;
  background-color: white;
  overflow: hidden;
}

.dropdown.select-input.show .dropdown-container {
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.35);
  width: auto;
}

@media (max-width: 767.98px) {
  .dropdown.select-input.show .dropdown-container {
    width: 100%;
  }
}

.dropdown.select-input .menu-container {
  max-height: calc(50vh - 40.6px - 24px);
  overflow-y: scroll;
  scrollbar-color: var(--Outline-Button) #EDF0F2;
  scrollbar-width: thin;
}

.dropdown.select-input.show .menu-container {
  margin-bottom: 12px;
}

.dropdown.select-input button {
  border: 0;
  background-color: var(--bs-form-control-bg);
  text-align: left;
  position: relative;
  display: block;
  z-index: 2;
  font-size: 16px;
}

.dropdown.select-input button:after {
  display: none;
}

.dropdown.select-input.show button:before {
  display: block;
  position: absolute;
  content: "";
  margin: 0px var(--bs-btn-padding-x);
  width: calc(100% - (var(--bs-btn-padding-x)*2));
  box-sizing: border-box;
  bottom: 0;
  background-color: #D3D3D3;
  height: 1px;
  left: 0;
}

.dropdown.select-input.show button {
  background-color: white;
  color: var(--tog-primary);
}

.dropdown.select-input .dropdown-menu {
  position: relative;
  font-size: 14px;
}

.dropdown.select-input ul.dropdown-menu {
  margin: 0 var(--bs-btn-padding-x);
}

.dropdown.select-input ul.dropdown-menu>li>.dropdown-item {
  margin-top: 30px;
  border-top: 1px solid var(--border-color);
  --bs-dropdown-link-hover-bg: white;
  color: var(--grey-text);
  padding: 0;
  padding-top: 20px;
  border-radius: 0px;
}

.dropdown.select-input ul.dropdown-menu>li:first-child>.dropdown-item {
  margin: 0;
  padding: 0;
  border: 0;
}

.dropdown.select-input ul.dropdown-menu>li>.dropdown-item:hover {
  color: var(--Button-on-Hover-Blue);
}

.dropdown.select-input ul.dropdown-menu>li>ul .dropdown-item {
  font-size: 16px;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.dropdown.select-input ul.dropdown-menu .dropdown-item {
  --bs-dropdown-link-hover-bg: var(--Drop-Down-Hover-Item);
  --bs-dropdown-link-hover-color: var(--Button-on-Hover-Blue);
  border-radius: 8px;
}

.dropdown.select-input button i {
  float: right;
}

#content {
  margin-top: 24px;
}

/* Suppliers Search
-------------------------------------------------- */

form#supplier-search {
  /* This is the maximum width of the text displayed above the search form */
  max-width: 994px;
}

form#video-search .search-group {
  /* This is the maximum width of the text displayed above the search form */
  max-width: 600px;
  flex: 1 0 auto;
}

form#video-search .input-group,
form#video-search .form-control {
  background-color: #FFFFFF;
}


.post-type-archive-suppliers a:hover {
  text-decoration: none;
}

.supplier-profile-box {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  margin-bottom: 24px;
  background-color: white;
  box-shadow: 0 6px 8px 4px rgba(169, 188, 194, 0.15);
}

.supplier-profile-banner {
  height: 176px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.supplier-profile-box .company-logo {
  position: relative;
  z-index: 2;
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  width: 50%;
  margin: -20px 15px 0 15px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
}

.supplier-profile-box .company-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.supplier-profile-box .company-logo img {
  display: block;
  max-width: 100%;
  max-height: 50px;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
}

.supplier-profile-box .company-details {
  padding: 15px;
  height: 100%;
}

.supplier-profile-box .company-details .company-name,
.supplier-profile-box .company-details .company-name a {
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 8px;
}

.supplier-profile-box .company-details .company-name a:hover,
.supplier-profile-box .company-details .company-name a:active,
.supplier-profile-box .company-details .company-name a:focus {
  text-decoration: none;
}

.supplier-profile-box .company-details p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--grey-text);
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 30px;
}

.supplier-profile-buttons {
  border-top: 1px solid #DDDDDD;
  margin-top: auto;
  padding: 10px;
}

.supplier-profile-buttons .btn {
  --bs-btn-padding-x: 0.75rem;
}

.supplier-profile-buttons .row {
  margin: 0;
}

.supplier-profile-buttons .col {
  padding: 0 5px;
}

.supplier-profile-buttons .view-profile {
  color: #5e5e5e;
  border-color: #5e5e5e;
}

.supplier-profile-buttons .view-profile:hover,
.supplier-profile-buttons .view-profile:focus,
.supplier-profile-buttons .view-profile:active {
  background: #5e5e5e;
  color: #FFFFFF;
}

.supplier-profile-buttons .visit-website {
  color: #2020EF;
  border-color: #2020EF;
}

.supplier-profile-buttons .visit-website:hover,
.supplier-profile-buttons .visit-website:focus,
.supplier-profile-buttons .visit-website:active {
  background: #2020EF;
  color: #FFFFFF;
}

.supplier-header {
  padding: 25px 40px 35px;
}
.supplier-header p {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .supplier-header {
    padding: 15px 15px 15px;
  }
}

.search-loader {
  display: none;
  text-align: center;
  padding: 40px 0;
}

.search-loader.active {
  display: block;
}

#products-wrap h2 {
  margin-top: 10px;
}

/* product card */

#products-results>div,
#products-wrap>div>div {
  margin-bottom: 24px;
}

.product-card {
  border-radius: 8px;
  transition: all .3s ease;
  background: white;
  position: relative;
  min-height: 328px;
}

.product-card h3 {
  padding-top: 24px;
  margin-bottom: 22px;
}

.form-control .product-card {
  background: var(--grey-box-background);
}

.product-card a {
  color: var(--bs-body-color);
  height: 100%;
}

.product-card .card-body {
  height: 100%;
  position: relative;
}

.product-image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s ease;
}

.product-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.product-hover-content {
  position: absolute;
  inset: 0;
  padding: 0 2rem 2rem;
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  flex-direction: column;
}

.product-excerpt {
  flex: 1 1 auto;
  text-align: center;
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.product-hover-content .tog-btn {
  margin-top: auto;
  align-self: center;
}

.product-plus-icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 200;
  background: #fff;
  color: var(--Outline-Button);
  transition: all .3s ease;
}

.product-card:hover {
  background: #7fe6f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-image {
  opacity: 0;
}

.product-card:hover .product-title {
  opacity: 0;
}

.product-card:hover .product-hover-content {
  opacity: 1;
}

.product-card:hover .product-plus-icon {
  opacity: 0;
}

/*********** Category widget ***********************/
.category-list-wrap {
  border-radius: 12px;
  padding: 20px 30px 30px 30px;
}

ul.category-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

ul.category-list ul {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

ul.category-list li.menu-item-has-children,
ul.category-list li.parent-category {
  border-bottom: 1px solid;
  border-color: rgba(94, 94, 94, 0.1);
}

ul.category-list li.parent-category a {
  display: block;
  text-decoration: none;
}

ul.category-list li h3 {
  font-size: 18px;
  margin-bottom: 0;
}

ul.category-list li a h3 {
  font-weight: 500;
  color: var(--black-text);
}

ul.category-list>li {
  padding-bottom: 10px;
}

ul.category-list li span {
  display: flex;
  text-align: left;
  padding-top: 10px;
  cursor: pointer;
  align-items: center;
}

ul.category-list li span .fa {
  margin-left: auto;
}

ul.category-list li h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  padding: 6px 0;
}

ul.category-list li a {
  text-decoration: none;
}

ul.category-list li.current_page_item a h3,
ul.category-list li.current_page_item>a h4,
ul.category-list li span .fa-chevron-up,
ul.category-list li a h3:hover,
ul.category-list li a h4:hover {
  color: #2020ef;
}

ul.category-list li:last-child {
  border-bottom: none;
}

.srt-large {
  height: 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 transparent;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #FFF;
  background-color: #2020ef;
  border-radius: 10px;
}

.srt-large:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
  color: #FFFFFF;
}

/************** WIDGETS *****************/

.toggle-wrapper {
  background: white;
  border-radius: 999px;
  display: inline-flex;
  border: 1px solid var(--Outline-Button);
}

.toggle-btn {
  border: 0;
  border-radius: 999px;
  border-color: var(--line-colour);
  padding: 8px 22px;
  font-size: 12px;
  position: relative;
  z-index: 2;
  background: transparent;
  color: var(--grey-text);
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  height: 40px;
  line-height: 20px;
}

.btn-check:checked+.toggle-btn {
  color: #000;
}

.toggle-slider {
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(50% + 2px);
  background: #fff;
  border-radius: 999px;
  border: 1px solid black;
  transition: transform 0.25s ease;
}

/* Move slider when second is checked */
.products-btn:checked~.toggle-slider,
#products:checked~.toggle-slider {
  transform: translateX(100%);
}

#add-your-company-ad {
  background: var(--tog-accent);
  padding: 30px;
  color: black;
  border-radius: 16px;
}

#add-your-company-ad .title {
  margin-bottom: 24px;
  font-size: 18px;
  color: black;
  font-weight: 600;
  line-height: 23px;
}

#add-your-company-ad a.srt-large {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #2020EF;
  padding: 10px 16px;
  border-radius: 10px;
  gap: 8px;
  text-decoration: none;
  line-height: normal;
  padding-right: 52px;
}

#add-your-company-ad a.srt-large:after {
  content: '';
  display: block;
  background-image: url(images/srt-icon.svg);
  background-size: cover;
  height: 33px;
  width: 32px;
  position: absolute;
  right: 16px;
}

.add-your-company-ad-mobile {
  display: none;
}

.add-your-company-ad-mobile #add-your-company-ad {
  background: #FFFFFF;
  padding: 30px;
  color: #111111;
  margin: 30px 0;
  border-radius: 12px;
  width: 100%;
}

.add-your-company-ad-mobile #add-your-company-ad .title {
  color: #111111;
}

.add-your-company-ad-mobile #add-your-company-ad a.srt-large {
  background: #2020EF;
  color: #FFFFFF;
}

.add-your-company-ad-mobile #add-your-company-ad a.srt-large:after {
  background-image: url(images/srt-icon-white.svg);
}

#newsletter-sidebar-white {
  background: #FFFFFF;
  padding: 30px;
  color: #111111;
  border-radius: 10px;
}

#newsletter-sidebar-white .title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

#newsletter-sidebar-white input[type="email"] {
  margin-bottom: 10px;
}

#newsletter-sidebar-white #mc-embedded-subscribe {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--tog-primary);
  width: 100%;
  color: #FFFFFF;
  padding: 10px 16px;
  gap: 8px;
  text-decoration: none;
}

#newsletter-sidebar-white .btn-primary {
  width: 100%;
}

/****************************** Single Company ****************************/
.single-company main {
  padding-top: 0
}

.hero-section {
  position: relative;
  min-height: 300px;

  background-size: cover;
  background-position: 20% center;
  background-repeat: no-repeat;
}

.hero-section.profile {
  min-height: 144px;
}

/* Optional: better spacing for text */
.hero-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.hero-title--light {
  color: var(--black-text);
}

.hero-title--dark {
  color: #FFFFFF;
}

.contact-info {
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.35);
  padding: 0 30px 30px 30px;
  margin-bottom: 30px;
}

.contact-info .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 10px;
}

.contact-info .company-logo img {
  display: block;
  height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.single-company .contact-info {
  margin-bottom: 48px;
}

.contact-info.sticky-top {
  top: calc(48px + var(--header-height) + var(--wp-admin--admin-bar--height, 0px));
  z-index: 20;
}

.contact-info .title {
  font-size: 20px;
  padding-top: 30px;
}

.contact-info .address-box {
  margin: 0 -14px -14px -14px;
  padding: 16px;
}

.contact-info .address-box i {
  margin-top: 5px;
}

.contact-info .socials i {
  font-size: 24px;
  margin: 0 2px;
}

#product-tabs,
#company-tabs {
  width: 100%;
  z-index: 999;
  background-color: white;
  border-bottom: 1px solid var(--border-color);
}

#product-tabs .company-tab-logo,
#company-tabs .company-tab-logo {
  height: 72px;
  width: 160px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 8px;
  overflow: hidden;
}

#product-tabs .company-tab-logo img,
#company-tabs .company-tab-logo img {
  display: block;
  max-height: 70px;
  max-width: 100%;
  width: auto;
  height: auto;
}

#product-tabs {
  border-top: 1px solid var(--line-colour);
}

#product-tabs .nav-link::after,
#company-tabs .nav-link::after {
  bottom: calc(-1* (1rem + 2px));
}

#product-tabs.sticky,
#company-tabs.sticky {
  position: fixed;
  top: 0;
}

#company-tabs .nav-item,
#product-tabs .nav-item {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* Company tabs underline */
#company-tabs .nav-link,
#product-tabs .nav-link {
  position: relative;
  line-height: 70px;
  padding: 0;
  font-size: 16px;
}

#company-tabs .nav-link::after,
#product-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--tog-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

#company-tabs .nav-link:hover::after,
#company-tabs .nav-link.active::after,
#product-tabs .nav-link:hover::after,
#product-tabs .nav-link.active::after {
  transform: scaleX(1);
}

.product-profile-tabs .product-tab-actions,
.company-profile-tabs .company-tab-actions {
	margin-left: auto;
	justify-content: flex-end;
}

.tog-sidebar-sticky .contact-info {
  margin-bottom: 30px;
}

.single-company #contact {
  background: var(--grey-background);
}

.single-company #contact .card-body {
  padding: 32px;
}

#news {
  background: #F5F5F5;
}


/***** Company highlights ****/

/* Ensure equal height columns */
.company-highlights .col-md-4 {
  display: flex;
}

/* Card base */
.company-highlight {
  background-color: #f1f1f1;
  border-radius: 8px;
  position: relative;
  min-height: 250px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 100px;
  height: 100%;
}

.single-product .company-highlight {
  background-color: #ffffff !important;
}

/* Number badge */
.company-highlight__number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border: 1px solid var(--Outline-Button);
  border-radius: 8px;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
}

/* Bottom aligned content */
.company-highlight__content {
  margin-top: auto;
}
.company-highlight__content h5 {
  font-weight: 600;
}

#articles .tog-card {
  box-shadow: none;
}


/************ Paper card ***********************/

.paper-gradient {
  background: linear-gradient(180deg, #F7F8F8 0%, #D7F4F7 100%);
}

/* Round Download Button */
.paper-card__download {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.paper-card--stacked .card-title a {
  font-size: 24px;
}

.paper-card--side .card-title a {
  font-size: 18px;
}

/* STACKED: Centered between image and body */
.paper-card--stacked .paper-card__download {
  left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .paper-card--stacked .card-body {

    text-align: center;
  }
}

/* SIDE: Bottom-left of image (desktop) */
@media (min-width: 768px) {
  .paper-card--side .paper-card__download {
    left: 11px;
    bottom: 11px;
    transform: none;
  }
}

/* SIDE on mobile behaves like stacked */
@media (max-width: 991.98px) {
  .paper-card--side .paper-card__download {
    left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
    top: 0;
  }
}

.video-container {
  height: calc((100% * 2 / 3) + 30px);
}

.video-scroll-bg {
  position: relative;
}

.video-scroll-bg:before {
  background: linear-gradient(181deg, rgba(237, 244, 245, 0.00) 1.23%, var(--Light-Teal-Background) 61.2%);
  z-index: 4;
  height: 20%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}

.video-scroll {
  overflow-y: auto;
  height: 0px;
  padding-bottom: 20%;
  scrollbar-gutter: stable;
  overflow-x: hidden;

}

.address-box__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

.address-box__header .country-flag {
  flex: 0 0 27px;
}

.address-box__details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.address-box__details li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.address-box__details li i {
  flex-shrink: 0;
  margin-top: 3px;
  margin-left: -2px;
}

.address-box__flag {
  width: 26px;
  height: auto;
}

.address-box__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.address-box__line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}



/**************************************************** single product ************************************/
.single-product .hero-section {
  min-height: 144px;
}

.product-hero-section {
  position: relative;
}

.product-hero-section img {
  max-width: 100%;
}

.product-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 392px;
  z-index: 0;
}

.product-hero-section--dark .product-hero-bg {
  background: #2A2A44;
}

.product-hero-section--light .product-hero-bg {
  background: #F5F5F5;
}

.product-hero-text-col {
  height: 392px;
}

.product-hero-title {
  font-size: 48px;
  line-height: 1;
}

.product-hero-description p {
  font-size: 24px;
  line-height: 1.2;
}
.product-hero-section--dark .product-hero-description,
.product-hero-section--dark .product-hero-description p {
  color: #fff;
}

.product-hero-section--light .product-hero-description,
.product-hero-section--light .product-hero-description p {
  color: var(--black-text);
}

.product-gallery-carousel {
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.product-gallery-carousel .carousel-inner {
    max-height: 500px;
}

.product-gallery-carousel .carousel-item {
    height: 500px;
}

.product-gallery-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Thumbnails */
.product-gallery-thumbs {
    justify-content: center;
}

.product-gallery-thumbs .product-gallery-thumb {
    padding: 0;
    border: 0;
    background: none;
    opacity: .4;
    transition: opacity .2s;
}

.product-gallery-thumbs .product-gallery-thumb:hover {
    opacity: .7;
}

.product-gallery-thumbs .product-gallery-thumb.active,
.product-gallery-thumbs .product-gallery-thumb[aria-current="true"] {
    opacity: 1 !important;
}

.product-gallery-thumbs .product-gallery-thumb img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Controls */
.product-gallery-carousel .carousel-control-prev,
.product-gallery-carousel .carousel-control-next {
    width: 60px;
}

.product-gallery-carousel .carousel-control-prev-icon,
.product-gallery-carousel .carousel-control-next-icon {
    background-size: 40px 40px;
    filter: invert(1);
}

/***************** Video page **********************/

.video-hero-section,
.video-hero-section .container {
  min-height: 270px;
}

.video-hero-section .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.video-hero-section .button-group .btn-secondary {
  border: 1px solid var(--dark-button-outline);
}

.video-hero-section .button-group .btn-secondary.active,
.video-hero-section .button-group .btn-secondary:hover {
  background-color: var(--dark-background);
  color: #FFFFFF;
  border: 1px solid var(--dark-button-outline);
}


.video-hero-section h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

.sidebar {
  border-right: 1px solid var(--line-colour);
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.sidebar-list li a {
  text-decoration: none;
  color: var(--black-text);
  padding: 10px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sidebar-list li a i {
  margin-right: 10px;
  color: var(--tinted-grey-text);
}

.sidebar-list li a:hover,
.sidebar-list li a.active {
  margin: 0 -14px;
  padding: 10px 14px;
  background-color: var(--grey-background);
  width: calc(100% + (14px * 2));
}

.sidebar-list li:hover {
  color: #0d6efd;
}

.sidebar-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.sidebar-section {
  padding: calc(var(--bs-gutter-x) * .5 + 18px) 18px;
}

.sidebar-section.video-ctas .btn {
  max-width: 180px;
  width: 100%;
}

.sidebar-section.video-ctas .btn-primary,
.sidebar-section.video-ctas .btn-secondary {
  margin-bottom: 0.8rem;
}

.sidebar-section .sidebar-title {
  font-size: 16px;
  font-weight: 600;
}

.sidebar-divider {
  position: relative;
  border: none;
  height: 1px;
  background: transparent;
}

.sidebar-divider::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(-1* (var(--bs-gutter-x) * .5));
  left: -9999px;
  /* extends far left, browser clips at viewport edge naturally */
  height: 1px;
  background-color: var(--line-colour);
}

/* =============================================================
   Video Slider
   Multi-visible Bootstrap carousel — 3 cards on desktop, 1 on mobile.
   ============================================================= */

/* Clip overflow so only the active + peek items show */
.video-slider {
  position: relative;
}

.video-slider-section__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

.video-slider__inner {
  display: flex;
  /* Bootstrap sets transform on .carousel-inner — we let it do its thing */
}


@media (max-width: 767.98px) {
  .video-slider-section .video-slider {
    width: calc(100% - 32px);
    z-index: 1;
    margin: 0 16px;
  }
}

/* Each slide item -------------------------------------------- */
.video-slider__item {
  box-sizing: border-box;
  flex-shrink: 0;

  /* Mobile: 1 card fills the full width */
  min-width: 100%;
}

/* Desktop: 3 cards at once */
@media (min-width: 768px) {
  .video-slider__item {
    min-width: 33.3333%;
  }
}



/* Shimmer animation */
@keyframes shimmer {
  0% {
    background-position: -800px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

.shimmer {
  background: linear-gradient(90deg,
      #e2e8f0 25%,
      #f1f5f9 50%,
      #e2e8f0 75%);
  background-size: 800px 100%;
  animation: shimmer 1.4s infinite linear;
}


/* =============================================================
   Video Listing Component
   ============================================================= */

.video-listing {
  display: flex;
  flex-direction: column;
}

/* Whole-card link */
.video-listing__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.video-listing__link:hover,
.video-listing__link:focus {
  text-decoration: none;
  color: inherit;
}

/* Thumbnail — 15:8 aspect ratio */
.video-listing__thumb-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.video-listing__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-listing__thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .30);
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 1;
}

.video-listing__thumb-wrap:hover::after {
  opacity: 1;
}

.video-listing__thumb-wrap>.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.video-listing__thumb-wrap:hover .tog-hover-btn {
  opacity: 1;
  transform: translateY(0);
}

/* Body */
.video-listing__body {
  padding: .625rem 0 0;
  display: flex;
  flex-direction: column;
  gap: .375rem;
}

/* Title */
.video-listing__title {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

/* Company row */
.video-listing__company {
  display: flex;
  align-items: center;
  gap: .375rem;
}

/* Logo — constrained to 15px tall, width scales naturally */
.video-listing__company-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.video-listing__company-logo img {
  max-height: 15px;
  width: auto;
  display: block;
}

/* Company name */
.video-listing__company-name {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Match the 15/8 aspect ratio of the thumbnail */
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
  margin-top: calc(((100% / 3 - 16px) * (9 / 16)) / 2 - 20px);
}

@media (max-width: 991px) {
  .video-slider .owl-nav {
    margin-top: calc(((100% / 2 - 16px) * (9 / 16)) / 2 - 20px);
  }
}

@media (max-width: 767px) {
  .video-slider .owl-nav {
    margin-top: calc(((100% - 16px) * (9 / 16)) / 2 - 20px);
  }
}


.video-slider .owl-nav button.owl-prev,
.video-slider .owl-nav button.owl-next {
  pointer-events: all;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #dcdcde !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .2s ease, transform .2s ease;
  transform: translateX(-50%);
}

.video-slider .owl-nav button.owl-next {
  transform: translateX(50%);
}

.video-slider .owl-nav button.owl-prev:hover,
.video-slider .owl-nav button.owl-next:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

/* Remove OwlCarousel's default span content and replace with FA icons */
.video-slider .owl-nav button span {
  display: none;
}

.video-slider .owl-nav button::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: .875rem;
  color: #1d2327;
}

.video-slider .owl-nav button.owl-prev::before {
  content: '\f053';
  /* fa-chevron-left */
}

.video-slider .owl-nav button.owl-next::before {
  content: '\f054';
  /* fa-chevron-right */
}

/* Disabled state */
.video-slider .owl-nav button.disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.single-videos figure.is-type-video {
  border-radius: 14px;
  overflow: hidden;
}

.copy-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.copy-wrap .copy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  color: white;
}

.copy-wrap:hover .copy-overlay {
  opacity: 1;
  pointer-events: auto;
}

.copy-wrap.copied .copy-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.55);
}


/* .videos-main {
    display: flex;
    align-items: flex-start;
}

.videos-sidebar-col {
    flex-shrink: 0;
    width: 280px;
}

.videos-sidebar-sticky {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
}

.videos-sidebar-sticky .row {
  margin-left:0px;
  margin-right:0px;
}

.videos-content-col {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.videos-content-col .container {
    width: 100%;
    max-width: 1284px;
  --bs-gutter-x: 60px;
} */

/* Privacy Policy
-------------------------------------------------- */

.privacy_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 18px 0;
  background: #FFFFFF;
  border-top: 1px solid var(--border-color);
  box-shadow: 0 -4px 18px 4px rgba(169, 188, 194, 0.16);
  color: var(--black-text);
}

.privacy_wrapper p {
  margin: 0;
  color: var(--grey-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.privacy_wrapper a {
  color: var(--tog-primary);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy_wrapper a:hover,
.privacy_wrapper a:focus {
  color: var(--Button-on-Hover-Blue);
  text-decoration: none;
}

#privacy_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  padding: 0 24px;
  border: 0;
  border-radius: 24px;
  background: var(--tog-primary);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

#privacy_btn:hover,
#privacy_btn:focus {
  background: color-mix(in srgb, var(--tog-primary) 20%, black);
  color: #FFFFFF;
  box-shadow: 0 4px 18px 4px rgba(169, 188, 194, 0.28);
}

#privacy_btn:focus-visible {
  outline: 2px solid rgba(var(--tog-accent-rgb), 0.8);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .privacy_wrapper {
    padding: 18px 0 20px;
  }

  .privacy_wrapper .row {
    gap: 16px;
  }

  #privacy_btn {
    width: 100%;
  }
}


/* Sticky sidebar styles */
.sticky-sidebar {
  padding:0;
}

.sticky-sidebar .sidebar__inner {
  padding:0 0.75rem;
}

#home-categories .home-cat-card:last-child {
  margin-bottom:0px !important;
}