/* ================================
   Css for gotrego page
================================ */


.page-id-40518 .site-logo .header-image.is-logo-image {
	content: url('/wp-content/uploads/2026/06/GT-By-Talexes-Horizontal.png');
	width: 200px;
	height: auto;
	max-width: 100%;
}

.page-id-40518 .tg-footer__brand .custom-logo-link img {
   content: url('/wp-content/uploads/2026/06/GT-By-Talexes-Horizontal.png');
}

/* GoTrego page only */
.page-id-40518 #menu-footer-social li:first-child {
   display: none;
}

.page-id-40518 #menu-footer-social li + li::before {
   content: none;
}



.page-id-40518 .tg-hero__partner-text {
   color: #ffffff;
   font-size: 12px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   white-space: nowrap;
}

.page-id-40518 .assessments-chooser{
   padding-bottom:80px !important;
}

.tg-container.tg-gotrego-logos__container {
   max-width: 2000px !important;
}

.tg-gotrego-logos {
   padding: 70px 0;
   overflow: hidden;
   background: #ffffff;
}

.tg-gotrego-logos__heading {
   text-align: center;
   margin-bottom: 40px;
}

.tg-gotrego-logos__marquee {
   overflow: hidden;
   width: 100%;
}

.tg-gotrego-logos__track {
   display: flex;
   align-items: center;
   width: max-content;
   animation: tgGotregoLogosMarquee 35s linear infinite;
}

.tg-gotrego-logos__item {
   flex: 0 0 auto;
   width: 190px;
   margin: 0 28px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.tg-gotrego-logos__img {
   max-width: 180px;
   max-height: 60px;
   width: auto;
   height: auto;
   object-fit: contain;
   filter: grayscale(100%);
}

@keyframes tgGotregoLogosMarquee {
   from {
       transform: translateX(0);
   }

   to {
       transform: translateX(-50%);
   }
}

.gotrego-marquee {
   width: 100%;
   overflow: hidden;
   padding: 60px 0;
   background: #fff;
}

.gotrego-marquee__inner {
   max-width: 2000px;
   margin: 0 auto;
   overflow: hidden;
}

.gotrego-marquee__track {
   display: flex;
   align-items: center;
   width: max-content;
   animation: gotregoMarquee 35s linear infinite;
   will-change: transform;
}

.gotrego-marquee__item {
   flex: 0 0 auto;
   margin: 0 55px;
   font-size: clamp(70px, 10vw, 100px);
   line-height: 1;
   font-weight: 700;
   color: #1f1f1f;
   white-space: nowrap;
}

@keyframes gotregoMarquee {
   from {
       transform: translateX(0);
   }

   to {
       transform: translateX(-50%);
   }
}


/* Assessment Table */

.gotrego-comparison {
   padding: 30px 0;
   background: #ffffff;
}

.gotrego-comparison__container {
   max-width: 1400px;
}

.gotrego-comparison__heading {
   text-align: center;
   font-size: clamp(34px, 4vw, 54px);
   line-height: 1.05;
   margin: 0 0 50px;
}

.gotrego-comparison__scroll {
   width: 100%;
   overflow-x: auto;
}

.gotrego-comparison__table {
   width: 100%;
   min-width: 1050px;
   border-collapse: collapse;
   border: 0;
}

.gotrego-comparison__table th,
.gotrego-comparison__table td {
   border: 0;
   padding: 12px 18px;
   text-align: center;
   vertical-align: middle;
}

/* Continuous vertical lines between assessment columns */
.gotrego-comparison__table th:not(:first-child),
.gotrego-comparison__table td:not(:first-child) {
   border-left: 1px solid rgba(0, 0, 0, 0.08);
}

/* First column */
.gotrego-comparison__table tbody th {
   width: 280px;
   text-align: left;
   padding-left: 0;
}

/* Normal feature labels */
.gotrego-comparison__table tbody tr:not(.gotrego-comparison__section-row) th {
   font-size: 13px;
   font-weight: 400;
   color: var(--assessment-black);
}

/* Section headings */
.gotrego-comparison__section-row th {
   padding: 30px 18px 16px 0;
   text-align: left;
   font-size: 15px;
   font-weight: 900;
   color: var(--assessment-black);
}

/* Section row empty cells keep vertical lines but no extra content */
.gotrego-comparison__section-row td {
   padding: 30px 18px 16px;
}

/* Product header */
.gotrego-comparison__product {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8px;
}

.gotrego-comparison__badge {
   width: 52px;
   height: 52px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   font-weight: 700;
}

.gotrego-comparison__badge.is-orange {
   background: var(--assessment-yellow);
}

.gotrego-comparison__badge.is-teal {
   background: var(--assessment-lightteal);
}

.gotrego-comparison__badge.is-red {
   background: var(--assessment-orange);
   color: var(--c-white);
}

.gotrego-comparison__badge.is-blue {
   background: var(--assessment-blue);
   color: var(--c-white);
}

.gotrego-comparison__badge.is-green {
   background: var(--assessment-green);
}

.gotrego-comparison__product-title {
   max-width: 120px;
   font-size: 11px;
   line-height: 1.25;
   font-weight: 500;
}

.gotrego-comparison__check {
   width: 18px;
   height: 18px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background: #4b4b4b;
   color: #ffffff;
   font-size: 12px;
   font-weight: 700;
}

.gotrego-comparison__dash {
   color: #c9c9c9;
   font-size: 18px;
   line-height: 1;
}

/* images stack section */
/* GoTrego Stats Mosaic */

.gotrego-stats-mosaic {
   padding: 90px 0;
   background: #ffffff;
}

.gotrego-stats-mosaic__container {
   max-width: 1400px;
}

.gotrego-stats-mosaic__header {
   max-width: 980px;
   margin: 0 auto 45px;
   text-align: center;
}

.gotrego-stats-mosaic__heading {
   max-width: 720px;
   margin: 0 auto 16px;
   font-size: clamp(32px, 3.2vw, 46px);
   line-height: 1.05;
   font-weight: 800;
}

.gotrego-stats-mosaic__subheading {
   margin: 0 0 14px;
   font-size: clamp(20px, 2vw, 26px);
   line-height: 1.3;
   font-weight: 700;
}

.gotrego-stats-mosaic__intro {
   max-width: 860px;
   margin: 0 auto;
   font-size: 18px;
   line-height: 1.45;
}

.gotrego-stats-mosaic__grid {
   display: grid;
   grid-template-columns: 1fr 1.2fr 1fr;
   grid-template-rows: 300px 300px;
   gap: 24px;
}

.gotrego-stats-mosaic__card {
   position: relative;
   overflow: hidden;
   min-height: 300px;
}

.gotrego-stats-mosaic__card--large {
   grid-row: span 2;
}

.gotrego-stats-mosaic__card--orange {
   background: var(--assessment-yellow);
}

.gotrego-stats-mosaic__card--red {
   background: #D8542C;
   color: var(--c-white);
}

.gotrego-stats-mosaic__img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.gotrego-stats-mosaic__card--image::after {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.25);
}

.gotrego-stats-mosaic__content {
   position: absolute;
   inset: 0;
   z-index: 2;
   padding: 42px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}

.gotrego-stats-mosaic__card--image .gotrego-stats-mosaic__content {
   color: var(--c-white);
}

.gotrego-stats-mosaic__card--large .gotrego-stats-mosaic__content {
   justify-content: space-between;
}

.gotrego-stats-mosaic__stat {
   font-size: clamp(44px, 4vw, 64px);
   line-height: 1;
   font-weight: 800;
}

.gotrego-stats-mosaic__text {
   margin-top: 28px;
   max-width: 330px;
   font-size: clamp(26px, 2.5vw, 30px);
   line-height: 1.05;
   font-weight: 500;
}

@media (max-width: 900px) {
   .gotrego-stats-mosaic__grid {
       grid-template-columns: 1fr;
       grid-template-rows: none;
   }

   .gotrego-stats-mosaic__card,
   .gotrego-stats-mosaic__card--large {
       grid-row: auto;
       min-height: 300px;
   }
}

.gotrego-stats-mosaic__card:nth-child(1) {
   grid-column: 1;
   grid-row: 1;
}

.gotrego-stats-mosaic__card:nth-child(2) {
   grid-column: 1;
   grid-row: 2;
}

.gotrego-stats-mosaic__card:nth-child(3) {
   grid-column: 2;
   grid-row: 1 / span 2;
}

.gotrego-stats-mosaic__card:nth-child(4) {
   grid-column: 3;
   grid-row: 1;
}

.gotrego-stats-mosaic__card:nth-child(5) {
   grid-column: 3;
   grid-row: 2;
}

@media (max-width: 900px) {
   .gotrego-stats-mosaic {
       padding: 60px 0;
   }

   .gotrego-stats-mosaic__grid {
       grid-template-columns: 1fr;
       grid-template-rows: none;
       gap: 18px;
   }

   .gotrego-stats-mosaic__card,
   .gotrego-stats-mosaic__card:nth-child(1),
   .gotrego-stats-mosaic__card:nth-child(2),
   .gotrego-stats-mosaic__card:nth-child(3),
   .gotrego-stats-mosaic__card:nth-child(4),
   .gotrego-stats-mosaic__card:nth-child(5) {
       grid-column: auto;
       grid-row: auto;
       min-height: 300px;
   }

   .gotrego-stats-mosaic__content {
       padding: 28px;
   }

   .gotrego-stats-mosaic__stat {
       font-size: 44px;
   }

   .gotrego-stats-mosaic__text {
       max-width: 100%;
       font-size: 28px;
       line-height: 1.1;
   }
}

/* GoTrego Testimonials */

.gotrego-testimonials {
   padding: 90px 0;
   background: var(--c-white);
   overflow: hidden;
}

.gotrego-testimonials__container {
   max-width: 1700px;
   display: grid;
   grid-template-columns: 350px minmax(0, 1fr);
   gap: 58px;
   align-items: start;
}

.gotrego-testimonials__eyebrow {
   margin-bottom: 18px;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 0.13em;
   text-transform: uppercase;
   color: #555;
}

.gotrego-testimonials__heading {
   max-width: 350px;
   margin: 0;
   font-size: clamp(28px, 2vw, 34px);
   line-height: 1;
   font-weight: 500;
   color: var(--assessment-black);
}

.gotrego-testimonials__avatars {
   display: flex;
   margin-top: 36px;
}

.gotrego-testimonials__avatar-wrap {
   width: 48px;
   height: 48px;
   border-radius: 50%;
   overflow: hidden;
   margin-left: -10px;
   padding: 3px;
   box-sizing: border-box;
   border: 3px solid var(--c-white);
}

.gotrego-testimonials__avatar-wrap:first-child {
   margin-left: 0;
}

/* Avatar colors */
.gotrego-testimonials__avatar-wrap:nth-child(1) {
   background: var(--assessment-yellow);
}

.gotrego-testimonials__avatar-wrap:nth-child(2) {
   background: var(--assessment-blue);
}

.gotrego-testimonials__avatar-wrap:nth-child(3) {
   background: var(--assessment-orange);
}

.gotrego-testimonials__avatar {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   object-fit: cover;
   display: block;
}

.gotrego-testimonials__cards {
   display: flex;
   gap: 52px;
   overflow-x: auto;
   padding: 34px 20px 45px 0;
}

.gotrego-testimonials__card {
   position: relative;
   flex: 0 0 390px;
   min-height: 380px;
   padding: 34px 34px 30px;
   background: var(--c-white);
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
   overflow: visible;

   display: flex;
   flex-direction: column;
}

.gotrego-testimonials__quote {
   margin: 0;
   min-height: 170px;
   font-size: 14px;
   line-height: 1.55;
   color: #333;
}

.gotrego-testimonials__footer {
   display: flex;
   align-items: center;
   gap: 14px;
   margin-top: auto;
   padding-top: 22px;
   border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.gotrego-testimonials__person-img {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   object-fit: cover;
   flex-shrink: 0;
}

.gotrego-testimonials__badge {
   position: absolute;
   top: -34px;
   right: -34px;
   width: 74px;
   height: 74px;
   border-radius: 50%;
   background: var(--assessment-yellow);
   color: var(--assessment-black);
   border: 1px solid var(--assessment-black);
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   font-size: 10px;
   line-height: 1.05;
   font-weight: 800;
   text-transform: uppercase;
   padding: 8px;
   z-index: 5;
}

.gotrego-testimonials__rating {
   display: flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 24px;
   font-size: 14px;
   font-weight: 500;
}

.gotrego-testimonials__stars {
   color: var(--assessment-yellow);
   font-size: 18px;
   letter-spacing: 1px;
}

.gotrego-testimonials__name {
   font-size: 20px;
   line-height: 1.1;
   font-weight: 500;
   color: var(--assessment-black);
}

.gotrego-testimonials__title {
   margin-top: 4px;
   font-size: 12px;
   line-height: 1.25;
   color: #444;
}

.gotrego-testimonials__company {
   margin-top: 2px;
   font-size: 10px;
   font-weight: 800;
   line-height: 1.2;
   text-transform: uppercase;
   color: #666;
}

@media (max-width: 1200px) {
   .gotrego-testimonials__container {
       grid-template-columns: 1fr;
       gap: 35px;
   }

   .gotrego-testimonials__heading {
       max-width: 520px;
   }
}

@media (max-width: 768px) {
   .gotrego-testimonials {
       padding: 70px 0;
   }

   .gotrego-testimonials__card {
       flex-basis: 320px;
       min-height: 390px;
       padding: 26px;
   }

   .gotrego-testimonials__cards {
       gap: 28px;
       padding-top: 34px;
   }

   .gotrego-testimonials__badge {
       right: -18px;
   }
}

/* ==========================================
   GoTrego History Split
========================================== */

.gotrego-history {
   padding: 50px 0;
   background: var(--c-white);
}

.gotrego-history__container {
   display: grid;
   grid-template-columns: 1.1fr 0.9fr;
   gap: 40px;
   align-items: start;
}

.gotrego-history__copy {
   max-width: 600px;
}

.gotrego-history__eyebrow {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 24px;
}

.gotrego-history__eyebrow span {
   width: 28px;
   height: 1px;
   background: var(--assessment-black);
   flex-shrink: 0;
}

.gotrego-history__eyebrow p {
   margin: 0;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: .12em;
   text-transform: uppercase;
   color: #6e6e6e;
}

.gotrego-history__heading {
   margin: 0 0 18px;
   max-width: 520px;
   font-size: clamp(42px, 3vw, 58px);
   line-height: .95;
   font-weight: 700;
   color: var(--assessment-black);
}

.gotrego-history__subheading {
   margin: 0 0 26px;
   font-size: clamp(22px, 2vw, 25px);
   line-height: 1.2;
   font-weight: 600;
   color: #454545;
}

.gotrego-history__body {
   max-width: 560px;
}

.gotrego-history__body p {
   margin: 0 0 26px;
   font-size: 18px;
   line-height: 1.6;
   color: #4d4d4d;
}

.gotrego-history__body p:last-child {
   margin-bottom: 0;
}

.gotrego-history__media {
   width: 100%;
}

.gotrego-history__img {
   display: block;
   width: 100%;
   aspect-ratio: 1;
   object-fit: cover;
}

/* ==========================================
  Tablet
========================================== */

@media (max-width: 1100px) {

   .gotrego-history {
       padding: 90px 0;
   }

   .gotrego-history__container {
       grid-template-columns: 1fr;
       gap: 50px;
   }

   .gotrego-history__copy,
   .gotrego-history__body,
   .gotrego-history__heading {
       max-width: 100%;
   }

   .gotrego-history__media {
       max-width: 700px;
       margin: 0 auto;
   }
}

/* ==========================================
  Mobile
========================================== */

@media (max-width: 768px) {

   .gotrego-history {
       padding: 70px 0;
   }

   .gotrego-history__heading {
       font-size: 42px;
   }


   .gotrego-history__body p {
       font-size: 17px;
   }
}

.gotrego-testimonials__quote-media {
   margin-top: 10px;
   margin-bottom: 10px;
   display: flex;
   justify-content: center;
}

.gotrego-testimonials__quote-img {
   display: block;
   max-width: 300px;
   max-height: 150px;
   width: auto;
   height: auto;
   object-fit: contain;
}