/*
CTC Separate Stylesheet
Updated: 2024-12-16 19:24:20
Theme Name: ClarifyAI
Template: ducktails
Author: Ugly Duck Marketing
Author URI: https://uglyduckmarketing.com/
Version: 1.0.0.1734377060
*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

html,
body,
h1,
h2,
h3,
h4,
h5,
header a {
  font-family: Lineca !important;
  font-optical-sizing: auto;
  font-style: normal;
}

header .wp-block-button__link {
  border: none;
  background: var(--primary) !important;
  color: #072929 !important;
  font-size: 16px !important;
  margin-top: 0 !important;
  font-weight: 500 !important;
}

.header-01.pill {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.header-01.pill.scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  background: white !important;
}
.header-01.pill.scrolled img {
  transform: translateY(2px);
}
.header-01 nav ul li a {
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #282b2d !important;
}
.header-01 nav ul li a:hover,
.header-01 nav ul li.current-menu-item a {
  color: #06c4a1 !important;
}

marquee span {
  font-size: 32px;
  color: #f3f3f3;
  text-transform: uppercase;
  padding: 2rem;
}

.section.ticker {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 65px;
}

.subtitle {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1440 - 320)));
  font-weight: 500;
  text-align: center;
  color: var(--subtitle-color);
  opacity: 0.8;
}

.icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  object-fit: contain;
  display: block;
}

.logo {
  width: 100%;
  min-width: 150px;
  height: 100%;
  min-height: 30px;
  object-fit: contain;
  opacity: 0.25;
  background: url(/wp-content/uploads/2024/12/clarify-logo.svg) no-repeat 50% 50% / contain;
}

.ticker {
  display: flex;
  flex-direction: column;
  gap: 150px;
  position: relative;
  background-color: var(--bg-color);
}
.ticker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, #f9fafb 0%, rgba(1, 3, 20, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  .ticker::before {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .ticker::before {
    width: 100px;
  }
}
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, #f9fafb 0%, rgba(1, 3, 20, 0) 100%);
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  .ticker::after {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .ticker::after {
    width: 100px;
  }
}
.ticker__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ticker__wrap {
  width: 100%;
  display: flex;
  gap: 75px;
  overflow: hidden;
  position: relative;
}
.ticker__content {
  flex: 0 0 auto;
  min-width: 100%;
  height: 35px;
  display: flex;
  gap: 75px;
  animation: ticker 50s linear infinite;
}
.ticker__logo {
  width: 150px;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* CTA */
.cta-section {
  display: none !important;
}

.footer-title {
  color: var(--primary) !important;
}
footer {
  background: #10172a !important;
}
footer img {
  filter: invert(1);
  width: auto;
  height: 5rem !important;
  opacity: 0.25 !important;
}
footer,
footer a,
footer p,
footer span {
  color: #ffffff !important;
}

p {
  font-size: 20px;
  font-weight: 300 !important;
  color: #4b4b4b;
}
h1,
h2,
h3,
h4,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content hr,
.wp-block-group__inner-container h1,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-columns h1,
.wp-block-columns h2,
.wp-block-columns h3,
.font-extrabold {
  color: #282b2d !important;
  font-weight: 500 !important;
  margin-bottom: 0.75rem !important;
}
strong {
  color: var(--secondary) !important;
}

p {
  font-family: Bureau !important;
  font-size: 18px;
  line-height: 1.5 !important;
}

.gray-section {
  background: #10172a;
  width: 1280px;
  max-width: 100%;
  margin: 1rem auto;
  margin-bottom: 0;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.gray-box {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  text-align: center !important;
  justify-content: center;
}
.gray-section p a {
  margin-top: 2rem;
  font-weight: 600;
  color: #282b2d !important;
  background: var(--primary) !important;
  padding: 4px 6px;
}
.gray-section .wp-block-button__link {
  background: var(--secondary) !important;
}
.gray-section p {
  width: 85%;
  color: #fff;
}
.gray-section h2 {
  color: #fff !important;
  font-size: 3.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.wp-block-button__link {
  margin-top: 2rem;
  font-size: 18px !important;
  background: #282b2d !important;
  color: white !important;
  font-weight: 500 !important;
}
.wp-block-button__link:hover {
  background: var(--primary) !important;
}

blockquote::before {
  content: "\f10d";
  display: block;
  margin: 0 auto 1rem;
  color: var(--primary);
  font-style: normal;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
}

.circular-team-grid .lg\:grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wp-block-heading strong {
  color: #10172a !important;
  background: var(--primary);
  padding: 8px 12px;
  text-align: center;
  font-weight: 500 !important;
  position: relative;
  z-index: -1;
}
.page-id-2144 .wp-block-heading strong {
  z-index: 0;
}
h2.wp-block-heading {
  font-size: 2.75rem;
  margin-bottom: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
}
.bio-block li {
  font-size: 20px;
  font-weight: 300;
  color: #4b4b4b;
  list-style-type: disc;
  padding-bottom: 1rem;
}
.bio-block {
  padding-left: 1rem;
}
.bio-block ::marker {
  color: var(--primary);
}
.wp-block-buttons.is-content-justification-right {
  position: relative;
}
.wp-block-buttons.is-content-justification-right::after {
  position: absolute;
  content: "";
  height: 10px;
  border-bottom: 3px dashed rgba(255, 255, 255, 0.25);
  width: 100%;
  top: 60%;
  z-index: -1;
}

.circular-team-grid img {
  filter: grayscale(1);
  z-index: -1;
}
.bio-link {
  z-index: 4;
  border-radius: 0 !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  border: none !important;
}
table th {
  background: #f9fafb;
  color: #44484a;
  font-weight: 500;
  text-align: left;
  padding: 0.5rem;
}
table td {
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
  font-size: 20px;
}
table tr:nth-child(even) {
  background: #f9fafb;
}
table tr:nth-child(odd) {
  background: #ffffff;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  border: none;
}
.wp-block-table .has-fixed-layout th {
  font-size: 24px;
  font-weight: 500;
  color: var(--secondary);
}

.has-check {
  position: relative;
  margin-bottom: 2rem;
  font-weight: 500 !important;
  color: #282b2d !important;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.has-check strong {
  font-weight: 500 !important;
  color: #282b2d !important;
}
.has-check::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--primary);
  margin-right: 0.5rem;
  font-size: 32px;
}
.has-asterisk {
  font-size: 20px;
  font-weight: 500;
  color: #282b2d;
}
.has-asterick::before {
  content: "＊";
  color: var(--primary);
  margin-right: 0.5rem;
  font-size: 32px;
}

.first-box img {
  height: 85px;
  width: auto;
  margin-bottom: 32px;
}
.second-box img {
  height: 44px;
  width: auto;
}
.second-box {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.second-box .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.grid-box {
  background: #efefef;
  padding: 1.2rem;
}
.second-box {
  padding: 0.5rem;
}

h3.wp-block-heading {
  color: var(--primary) !important;
}
.pt-0 .wp-block-group__inner-container {
  padding-top: 0;
}

.home .gray-section {
  background: #efefef;
  margin-top: -2rem;
}
.home .gray-section .wp-block-group__inner-container {
  padding: 0;
}
.home .gray-section img {
  width: 125px;
  margin-top: 3.5rem;
}
.home .gray-section h2 {
  margin-top: 1rem;
}
.icon-group {
  padding: 0.5rem !important;
  background: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem !important;
}
.icon-group img {
  height: 45px;
  width: auto;
  margin-bottom: 1.25rem;
  margin-top: -0.5rem;
}
.icon-group .wp-block-list {
  margin-bottom: 0;
  padding-bottom: 0;
}
.icon-group strong {
  margin-bottom: 0.75rem;
  display: block;
}
.has-dash {
  border-bottom: 3px dashed var(--primary);
}
.wp-block-heading em {
  color: #0038b1 !important;
}
.-mt-12 .wp-block-group__inner-container {
  margin-top: -4rem;
}
.py-16 {
  padding: 0;
}
.faqs-section {
  padding-bottom: 3.5rem !important;
  background: #f9fafb !important;
  padding-top: 2.5rem !important;
}

.faqs-section h2 {
  font-size: 2rem;
  font-weight: 500 !important;
  text-align: center;
}
.faqs-section h3 {
  padding: 1rem;
  margin: 0;
  padding-bottom: 0.25rem;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 500 !important;
}
.faq-question {
  background: white;
}
.gform_title {
  display: none;
}
.gform_wrapper input,
.gform_wrapper textarea {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #e5e5e5;
}
.gform_wrapper input[type="submit"] {
  background: #282b2d;
  color: white;
  font-weight: 500;
  padding: 1.25rem;
  border: none;
  font-size: 18px;
}
.gform_wrapper {
  margin-bottom: -4rem;
}

@media (max-width: 992px) {
  h2.wp-block-heading {
    font-size: 2.15rem;
  }
  .circular-team-grid img {
    width: 170px;
    height: 170px;
  }
  .wp-block-column .wp-block-group__inner-container {
    padding: 0.5rem !important;
  }
  .wp-block-columns {
    gap: 0 !important;
  }
  .first-box {
    margin-bottom: 1rem;
  }
  table td {
    font-size: 16px;
  }
  .section.ticker {
    margin-top: 0;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(8px) translateX(24px);
    opacity: 0;
  }
  100% {
    transform: translateY(0%) translateX(0%);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fade-in-up {
  animation: 0.65s fadeInUp ease;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}
.fade-up {
  animation: 0.65s fadeUp ease;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.125;
}
.second-fade-up {
  animation-delay: 0.25s;
}
.third-fade-up {
  animation-delay: 0.45s;
}
.second-fade {
  animation-delay: 0.5s;
}
.third-fade {
  animation-delay: 0.75s;
}

#pill > header > div > a > img {
  filter: invert(1) grayscale(1) brightness(2);
}
.header-01 nav ul li a {
  color: white !important;
}
#pill > header.scrolled > div > a > img {
  filter: none;
}
header.scrolled ul li a {
  color: #282b2d !important;
}

h5 {
  margin-bottom: 0 !important;
}

.splide__slide {
  transition: all 0.5s ease;
}
.splide__slide.is-active {
  transform: translateY(-32px);
}
.splide__slide.is-active .bg-white {
  /* background: rgb(243, 250, 244); */
}
.splide__list {
  gap: 0;
  overflow-y: visible;
}
.splide__track {
  overflow: visible !important;
}
.splide__pagination {
  bottom: -3rem !important;
}
@media (max-width: 992px) {
  .splide__slide {
    padding: 0 1rem;
  }
  .splide__pagination {
    bottom: -1rem !important;
  }
  .splide__list {
    gap: 0 !important;
    margin-left: 0;
  }
  .mobile-trigger i {
    color: white;
  }
  .scrolled .mobile-trigger i {
    color: #282b2d;
  }
}

.bg-secondary {
  background: var(--secondary) !important;
}
.splide__pagination__page.is-active {
  background: var(--primary) !important;
}

span.active {
  background: var(--secondary) !important;
  color: white !important;
}

/* Home Hero */
.home-hero {
  background: #072929;
  background: #10172a;
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4rem;
}
.bg-slate-900 {
  background: #182238 !important;
}
.home {
  padding-top: 0 !important;
}
.home-hero-content {
  z-index: 2;
  position: relative;
}
.home-hero h1 {
  font-weight: 500 !important;
  line-height: 1.1;
  margin-bottom: 2rem !important;
  display: block;
  color: white !important;
}
.home-hero .orange-bg {
  color: #072929 !important;
  background: var(--primary);
  padding: 8px 16px;
  text-align: center;
  font-weight: 500 !important;
  position: relative;
  z-index: -1;
  display: inline-block;
}
.home-hero .blue-bg {
  color: #072929 !important;
  background: var(--secondary);
  padding: 8px 16px;
  text-align: center;
  font-weight: 500 !important;
  position: relative;
  z-index: -1;
  display: inline-block;
}
.home-hero .button {
  font-size: 18px;
}
.home-hero .first-button {
  background: white;
  border: 2px solid white !important;
  color: #072929;
}
.home-hero .first-button svg {
  color: #072929 !important;
}
.home-hero .second-button {
  background: transparent;
  color: #fff;
  border: 2px solid #ffffff;
}
.second-button:hover,
.first-button:hover {
  color: #072929 !important;
  border-color: white !important;
}
.second-button:hover svg,
.first-button:hover svg {
  color: #072929 !important;
}
.home-hero .button:hover {
  background: var(--primary);
  color: #fff;
  border: 2px solid var(--primary);
}
@media (max-width: 992px) {
  .home-hero {
    padding: 1rem;
    padding-top: 4rem;
  }
  .home-hero h1 {
    font-size: 3rem !important;
    position: relative;
    z-index: 4;
  }
  .home-hero img {
    z-index: -1 !important;
    pointer-events: none;
  }
}

.circular-team-grid .text-primary {
  color: var(--secondary);
}
.wp-block-quote p {
  font-size: 23px;
}
.circular-team-grid img {
  filter: grayscale(1);
  width: 300px;
  height: auto;
}
.single-team .rounded-md img {
  filter: grayscale(1);
}
.single-career header {
  margin-top: 24px !important;
}
.single-team header img,
.single-career header img {
  filter: none !important;
}
.single-team header ul li a,
.single-career header ul li a {
  color: #10172a !important;
}
.single-career .button {
  background: #10172a !important;
  border: none !important;
}
.single-career svg {
  color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 992px) {
  .header-01.pill {
    position: fixed !important;
    width: 100% !important;
  }
  header img {
    background: transparent !important;
  }
}

#application-form {
  padding-bottom: 2.5rem;
}

.page-id-2135 {
  background: #f9f9f9;
}
.circular-team-grid {
  background: #f9f9f9 !important;
  padding-top: 2.75rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.circular-team-grid h2 {
  text-align: center;
  margin-bottom: -1rem !important;
}
.circular-team-grid h2 span {
  background: var(--primary);
  display: inline-block;
  padding: 12px;
  padding-right: 16px;
}
.editor-content blockquote,
.wp-block-columns blockquote,
.wp-block-columns blockquote {
  font-style: initial;
}

.sm\:rounded-md {
  border-radius: 0 !important;
}
footer .border-b {
  border: none !important;
}

@media (max-width: 992px) {
  .home-hero .button {
    font-size: 16px;
    display: inline-flex;
    width: 100%;
    padding: 1rem;
    justify-content: center;
    gap: 6px;
  }
  .mobile-navigation {
    z-index: 99;
    background: #182238 !important;
  }
  .mobile-navigation a {
    color: white !important;
  }
  .mobile-navigation ul li a {
    border-color: rgba(255, 255, 255, 0.15);
  }
  .mobile-navigation .wp-block-button__link {
    background: var(--primary) !important;
    color: #072929 !important;
    width: 100%;
  }
  .single-career header, .single-team header {
    margin-top: 0 !important;
  }
  .single-career, .single-team {
    padding-top: 5.5rem;
  }
  .single-career .mobile-trigger i, .single-team .mobile-trigger i {
    color: #212121;
  }
}
