.navbar {
  position: fixed;
  display: flex;
  justify-content: flex-end; /* Aligns the nav-links to the right */
  align-items: center;
  border: 1px solid #333333;
  border-radius: 90px;
  background: transparent !important;
  padding: 2px 4px;
  z-index: 300;
  right: 0; /* Positions the navbar to the right */
  margin: 18px;
  width: -webkit-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0; /* Ensures there's no space around the nav-links */
  display: flex;
  gap: 0;
}

.nav-links li a {
  display: block;
  color: #333; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px; /* Half of the navbar's border-radius for a pill-like shape on hover */
}

.nav-links li a:hover {
  background-color: #333333; /* A light color for hover state */
  color: #FFFFFF; 
}

.navbar-list {
  display: block;
  color: #333; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px; /* Half of the navbar's border-radius for a pill-like shape on hover */
  cursor: pointer;
}

.navbar-list:hover {
  background-color: #333333; /* A light color for hover state */
  color: #FFFFFF; 
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16728613;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.flicking .panel {
  height: 32vh;
  margin: 10px;
  text-align: left;
  /* line-height: 200px; */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.panel::before {
  content: '';
  display: flex;
  width: 10%;
  height: 36%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0;
  transform: translate(0%, 0%);
  z-index: -1;
  filter: grayscale(1);
  opacity: 0.5;
}

.panel.first::before {
  background-image: url(/static/media/brain.63dfb159f76c64deaf42.svg); /* Replace with the actual path to your SVG */
}

.panel.second::before {
  background-image: url(/static/media/task.d932306ee8893e933aac.svg); /* Replace with the actual path to your SVG */
}

.panel.third::before {
  background-image: url(/static/media/time.09c7b4e6ae19998deb89.svg); /* Replace with the actual path to your SVG */
}

.panel.fourth::before {
  background-image: url(/static/media/multi.622fb04b3af18eb09f79.svg); /* Replace with the actual path to your SVG */
}

.panel.fifth::before {
  background-image: url(/static/media/shield.c17c14238a257fd4712a.svg); /* Replace with the actual path to your SVG */
}

.panel.sixth::before {
  background-image: url(/static/media/mobile.87c5fde33029b14669b8.svg); /* Replace with the actual path to your SVG */
}

.panel.seventh::before {
  background-image: url(/static/media/fintech.b2fc60df1c45dedb574f.svg); /* Replace with the actual path to your SVG */
}

.panel.eighth::before {
  background-image: url(/static/media/insurance.7df9194de3b5499452c0.svg); /* Replace with the actual path to your SVG */
}

.panel.ninth::before {
  background-image: url(/static/media/logistics.2cf32d68863a1bb9cb6a.svg); /* Replace with the actual path to your SVG */
}

.panel.tenth::before {
  background-image: url(/static/media/travel.3602a9a04f3b064b7330.svg); /* Replace with the actual path to your SVG */
}

.panel.eleventh::before {
  background-image: url(/static/media/Shopping.d0b79e362bbb19480334.svg); /* Replace with the actual path to your SVG */
}

.panel.twelve::before {
  background-image: url(/static/media/insights.3da4026fd61d9b392e78.svg); /* Replace with the actual path to your SVG */
}


.panel-details {
  line-height: 1.3em;
  text-align: left;
  font-size: 0.75em;
  font-weight: 200;
}

.carousel-container {
  position: relative;
}

.close-button {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid red; /* Red outline */
  background-color: transparent; /* No background color */
  color: red; /* Text color similar to the book demo button */
  border-radius: 90px; /* Rounded corners */
  padding: 8px 12px; /* Padding similar to the book demo button */
  text-align: center; /* Center the text */
  text-decoration: none; /* No underline on text */
  cursor: pointer;
}

.close-button:hover {
  border: 1px solid rgb(216, 2, 2); /* Red outline */
  color: rgb(216, 2, 2);
}

.f-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16728613;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.faq-overlay {
  height: -webkit-max-content;
  height: max-content;
  width: 60vh;
  margin: 10px;
  text-align: left;
  /* line-height: 1.4; */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  font-size: 18px;
  font-weight: 200;
  color: #333;
}

.chevron-down {
  margin-left: auto;
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
}

.szh-accordion {
  border-bottom: 0px solid #ccc;
}

.szh-accordion__item {
  border-top: 0px solid #ccc;
}

.szh-accordion__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #333;
  background-color: transparent;
  border: none;
}

.szh-accordion__item-btn:hover {
  color: #000;
}

.szh-accordion__item-content {
  transition: height 0.25s cubic-bezier(0, 0, 0, 1);
}

.szh-accordion__item-panel {
  padding: 1rem;
}

.szh-accordion__item--expanded .szh-accordion__item-btn {
  /* background-color: #e7e7e7; */
}

.szh-accordion__item--expanded .chevron-down {
  transform: rotate(180deg);
}


.flicking-arrow-prev::before, .flicking-arrow-prev::after, .flicking-arrow-next::before, .flicking-arrow-next::after {
  background-color: #4b4b4b !important;
}


@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .flicking .panel {
    height: 42vh; /* Height adjusts to content */
  }

  .panel::before {
    width: 12%;
    height: 30%;
  }
  
  .close-button:hover {
    border: 1px solid rgb(216, 2, 2); /* Red outline */
    color: rgb(216, 2, 2);
  }
}
/* Responsive layout - makes the navbar links stack vertically on small screens */
/* ... existing styles ... */

/* Responsive layout - positions the navbar at the bottom center on small screens */
@media screen and (max-width: 600px) {
  .navbar.hide-on-mobile {
    display: none;
  }
  
  .navbar {
    position: fixed; /* Fixed position to stick to the bottom */
    bottom: 0; /* Align to the bottom */
    left: 50%; /* Start at 50% of the screen width */
    transform: translateX(-50%); /* Center the navbar */
    width: auto; /* Auto width to fit content */
    justify-content: center; /* Center the nav-links */
    margin: 0px 0px 24px 0px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    z-index: 1000;
  }

  .nav-links {
    flex-direction: row; /* Keep the links in a row */
    flex-wrap: nowrap;
    justify-content: center;
  }

  .nav-links li {
    margin: 0 4px;
  }

  .nav-links li a {
    /* Adjust styles for links if necessary */
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 90px;
    background-color: #f0f0f0;
    white-space: nowrap;
  }

  .book-demo-button-mobile {
    position: fixed;
    bottom: 121px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    color: #ffffff !important;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 90px;
    background-color: #333333;
    margin: 2px 0px;
    width: -webkit-max-content;
    width: max-content;
    font-weight: 500;
    border: none;
    z-index: 1000;
  }

  .book-demo-button-mobile:hover {
    cursor: pointer;
    background-color: #dfdfdfde;
  }

  .flicking .panel {
    width: 100%; /* Full width on mobile */
    height: auto; /* Height adjusts to content */
    margin: 10px 0; /* Vertical margin only */
    padding: 16px; /* Smaller padding */
    font-size: 20px; /* Smaller font size for mobile */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); /* Less pronounced shadow */
  }

  .panel-details {
    font-size: 0.7em; /* Smaller font size for details */
    padding-bottom: 20px;
  }

  .panel::before{
    width: 19%;
    height: 16%;
  }

  .faq-overlay {
    font-size: 14px;
    line-height: 1.3em;
  }

  .szh-accordion__item-btn {
    font-size: 18px;
  }

  .close-button {
    bottom: 10vh;
  }
}
.flicking-viewport {
  position: relative;
  overflow: hidden;
}

.flicking-viewport.vertical {
  display: inline-flex;
}

.flicking-viewport.vertical > .flicking-camera {
  display: inline-flex;
  flex-direction: column;
}

.flicking-viewport.flicking-hidden > .flicking-camera > * {
  visibility: hidden;
}

.flicking-camera {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  z-index: 1;
  will-change: transform;
}

.flicking-camera > * {
  flex-shrink: 0;
}

.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  background-color: #f2a65e;
  border-radius: 50%;
}

.flicking-arrow-disabled.is-circle {
  background-color: rgb(10 10 10 / 10%);
}

.flicking-arrow-prev.is-circle::before,
.flicking-arrow-prev.is-circle::after,
.flicking-arrow-next.is-circle::before,
.flicking-arrow-next.is-circle::after {
  background-color: white;
}

.flicking-arrow-prev {
  left: 10px;
}
.flicking-arrow-next {
  right: 10px;
}

.flicking-arrow-prev.is-outside {
  left: -74px;
}
.flicking-arrow-next.is-outside {
  right: -74px;
}

.flicking-arrow-prev::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::before,
.flicking-arrow-next::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #f2a65e;
}
.flicking-arrow-prev::before {
  top: 50%;
  left: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-prev::after {
  top: calc(50% - 4px);
  left: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-next::before {
  top: 50%;
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.flicking-arrow-next::after {
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default;
}

.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after,
.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after {
  background-color: #e6e6e6;
}

.flicking-arrow-prev.is-thin::before,
.flicking-arrow-prev.is-thin::after,
.flicking-arrow-next.is-thin::before,
.flicking-arrow-next.is-thin::after{
  height: 3px;
}

.flicking-arrow-prev.is-thin::after,
.flicking-arrow-next.is-thin::after{
  top: calc(50% - 2px);
}

.company-name {
  position: fixed;
  display: flex;
  padding: 2px 6px;
  left: 0; /* Positions the navbar to the right */
  margin: 20px;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  width: -webkit-max-content;
  width: max-content;
  z-index: 300;
}

.company-logo-link {
  text-decoration: none;
  color: inherit;
}

.company-subtext {
  font-size: 12px; /* Smaller font size for subtext */
  color: #7a7a7a; /* A lighter shade of text color, change as needed */
  margin-top: 20px; /* Space above the subtext */
}

@media screen and (max-width: 600px) {
  .company-name {
    position: fixed;
    margin: 12px 0px 0px 0px;
    top: 0;
    left: 50%;
    transform: translateX(-20%);
    z-index: 301; /* Ensure it's above the navbar */
  }
}
/* Case Study Styles - Minimalist Monochrome Design */
.case-study-container {
  min-height: 100vh;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  color: #000000;
}

/* Ensure all headings and paragraphs in the case study are black or dark gray */
.case-study-container h1,
.case-study-container h2,
.case-study-container h3,
.case-study-container h4,
.case-study-container p,
.case-study-container strong {
  color: #000000;
}

.case-study-container .hero-subtitle,
.case-study-container .stat-label,
.case-study-container .company-description,
.case-study-container .challenge-description,
.case-study-container .timeline-description,
.case-study-container .feature-description,
.case-study-container .benefit-item p,
.case-study-container .result-description,
.case-study-container .why-number-description,
.case-study-container .testimonial-quote,
.case-study-container .author-title,
.case-study-container .step-description {
  color: #666666;
}

/* The rest of the styles will build upon this base */

/* Ensure specific elements maintain their intended colors */
.case-study-container .badge-text,
.case-study-container .highlight,
.case-study-container .timeline-number,
.case-study-container .step-number,
.case-study-container .author-avatar,
.case-study-container .avatar-initials,
.case-study-container .cta-title,
.case-study-container .cta-description,
.case-study-container .cta-description em,
.case-study-container .cta-primary,
.case-study-container .cta-secondary {
  /* These elements have their own specific colors defined, so we don't apply the default black/gray */
}

.company-name-link {
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}

/* Hero Section */
.hero-section {
  padding: 120px 20px 80px;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.hero-content {
  text-align: center;
}

.hero-badge {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 8px 20px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #e5e5e5;
  border-radius: 90px;
}

.badge-text {
  color: #ffffff;
}

.hero-title {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.highlight {
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 0 12px;
  margin: 0 4px;
}

.hero-subtitle {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 48px;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 42px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.stat-label {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-image {
  display: none; /* Hidden for minimalist design */
}

.hero-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: float 6s ease-in-out infinite;
  max-width: 220px;
}

.card-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.card-2 {
  top: 50%;
  right: 10%;
  animation-delay: 2s;
}

.card-3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

.card-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.card-content {
  flex: 1 1;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.card-desc {
  font-size: 14px;
  color: #666666;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Common Section Styles */
.company-section,
.challenge-section,
.solution-section,
.results-section,
.testimonial-section,
.executive-summary-section,
.next-steps-section {
  padding: 80px 20px;
  background: #ffffff;
}

.company-content,
.challenge-content,
.solution-content,
.results-content,
.testimonial-content,
.executive-summary-content,
.next-steps-content {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}

/* Company Section */
.company-grid {
  display: block;
  text-align: center;
}

.company-description {
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.company-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.company-stat {
  text-align: center;
}

.stat-label {
  font-weight: 600;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.stat-value {
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.company-visual {
  display: none;
}

/* Challenge Section */
.challenge-section {
  background: #f8f8f8;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.challenge-item {
  background: #ffffff;
  padding: 40px 32px;
  border: 1px solid #e5e5e5;
  text-align: left;
  transition: transform 0.2s ease;
}

.challenge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.challenge-icon {
  font-size: 24px;
  margin-bottom: 16px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.challenge-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.challenge-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  font-weight: 400;
}

/* Solution Section */
.solution-timeline {
  max-width: 800px;
  margin: 0 auto;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 27px;
  top: 60px;
  width: 2px;
  height: 100px;
  background: #e5e5e5;
}

.timeline-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.timeline-content {
  flex: 1 1;
  padding-top: 8px;
}

.timeline-title {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}

.timeline-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* Solution with detailed features */
.solution-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 48px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.solution-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 48px;
}

.feature-item {
  background: #ffffff;
  padding: 32px;
  border: 1px solid #e5e5e5;
  transition: transform 0.2s ease;
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.solution-benefits {
  background: #f8f8f8;
  padding: 48px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.benefits-title {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 32px;
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 32px;
  gap: 32px;
}

.benefit-item {
  text-align: left;
}

.benefit-item strong {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 600;
}

.benefit-item p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

/* Results Section */
.results-section {
  background: #ffffff;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

.result-card {
  background: #ffffff;
  padding: 40px 24px;
  text-align: center;
  transition: transform 0.2s ease;
  border: 1px solid #e5e5e5;
}

.result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.result-icon {
  font-size: 24px;
  margin-bottom: 16px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.result-number {
  font-size: 48px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.result-label {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.result-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  font-weight: 400;
}

/* Why These Numbers Matter */
.why-numbers-matter {
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
}

.subsection-title {
  font-size: 28px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.why-numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.why-number-item {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}

.why-number-item:last-child {
  border-bottom: none;
}

.why-number-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.why-number-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

/* Testimonial Section */
.testimonial-section {
  background: #f8f8f8;
}

.testimonial-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 40px;
  position: relative;
  text-align: center;
}

.quote-icon {
  font-size: 60px;
  color: #e5e5e5;
  position: absolute;
  top: 20px;
  left: 40px;
}

.testimonial-quote {
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
  font-style: italic;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.author-info {
  text-align: right;
}

.author-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 4px;
}

.author-title {
  font-size: 14px;
  color: #666666;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-initials {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

/* CTA Section */
.cta-section {
  background: #000000;
  padding: 80px 20px;
  text-align: center;
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.cta-section .cta-title {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.cta-section .cta-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}

.cta-section .cta-description em {
  font-style: italic;
  color: #ffffff;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-primary {
  background: #ffffff;
  color: #000000;
}

.cta-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.2s ease;
}

.cta-secondary:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 80px 20px 60px;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-stats {
    gap: 40px;
  }
  .company-stats {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-title {
    font-size: 28px;
  }
  .challenge-grid,
  .results-grid,
  .solution-features,
  .benefits-grid,
  .why-numbers-grid {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .timeline-item:not(:last-child)::after {
    display: none;
  }
  .testimonial-author {
    flex-direction: column;
  }
  .author-info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .floating-card {
    display: none;
  }
  
  .hero-image {
    min-height: 200px;
  }
  
  .testimonial-quote {
    font-size: 18px;
  }
  
  .quote-icon {
    font-size: 60px;
  }
} 

/* Executive Summary Section */
.executive-summary-section {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.executive-summary-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 32px;
}

.why-it-matters {
  background: #ffffff;
  border-left: 3px solid #000000;
  padding: 20px 32px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

.why-it-matters strong {
  color: #000000;
  font-weight: 600;
} 

/* Next Steps Section */
.next-steps-section {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.next-steps-list {
  max-width: 700px;
  margin: 0 auto;
}

.next-step-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}

.next-step-item:last-child {
  border-bottom: none;
}

.step-number {
  width: 32px;
  height: 32px;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.step-description {
  flex: 1 1;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
/* Case Studies Listing Page Styles */
.case-studies-container {
  min-height: 100vh;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #000000;
}

/* Hero Section */
.case-studies-hero {
  background: #ffffff;
  padding: 120px 20px 80px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.case-studies-hero::before {
  display: none;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 8px 20px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-text {
  color: #ffffff;
}

.hero-title {
  font-size: 48px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
}

.global-stat {
  text-align: center;
}

.global-stat .stat-number {
  font-size: 42px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.global-stat .stat-label {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Grid Section */
.case-studies-grid-section {
  padding: 80px 20px;
  background: #ffffff;
}

.grid-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-title {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-description {
  font-size: 18px;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

/* Updated grid for two large thumbnails */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
  margin-top: 48px;
}

.book-demo-button:hover {
  cursor: pointer;
  background-color: #dfdfdfde;
}

.case-study-card {
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 12px;
}

.card-image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.card-content {
  padding: 24px 28px 28px;
}

.company-name {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}

.case-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.read-more-btn {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 90px;
}

.read-more-btn:hover {
  background: #333333;
}

/* Hide elements not used in the new design */
.hero-metric-display,
.metrics-preview,
.tags-container,
.card-footer {
  display: none;
}

/* CTA Section */
.cta-section {
  background: #000000;
  padding: 80px 20px;
  text-align: center;
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.cta-section .cta-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}

.cta-section .cta-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-primary {
  background: #ffffff;
  color: #000000;
}

.cta-primary:hover {
  background: #f0f0f0;
}

.cta-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.cta-secondary:hover {
  background: #ffffff;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .case-studies-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .case-studies-hero {
    padding: 100px 20px 80px;
  }
  
  .hero-stats {
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .global-stat .stat-number {
    font-size: 32px;
  }
  
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-image-container {
    height: 200px;
  }
  
  .case-study-card {
    padding: 24px;
  }
  
  .card-header {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  
  .company-logo {
    width: 56px;
    height: 56px;
  }
  
  .logo-text {
    font-size: 18px;
  }
  
  .company-name {
    font-size: 20px;
  }
  
  .metric-value {
    font-size: 40px;
  }
  
  .metrics-preview {
    flex-direction: column;
    gap: 12px;
  }
  
  .metric-item {
    min-width: auto;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-primary,
  .cta-secondary {
    width: 100%;
    max-width: 280px;
  }

  .case-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .case-studies-hero {
    padding: 80px 20px 60px;
  }
  
  .case-studies-grid-section {
    padding: 80px 20px;
  }
  
  .section-header {
    margin-bottom: 48px;
  }
  
  .case-study-card {
    padding: 20px;
  }
  
  .hero-metric-display {
    padding: 20px;
  }
  
  .metric-value {
    font-size: 36px;
  }
  
  .case-description {
    font-size: 15px;
  }
} 
/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

* {
  box-sizing: border-box;
  outline: none;
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: black;
  font-size: 14px;
}

#root:focus {
  outline: none;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
}


.hero-container {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-suffix-text {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1em;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    /* word-break: break-word; */
    z-index: 99;
    color: #333;
    background-color: #f0f0f0;
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    width: -webkit-max-content;
    width: max-content;
}

.hero-text {
    position: relative;
    top: 20%;
    line-height: 1.05em;
    text-align: center;
    font-size: 4em;
    font-weight: 500;
    color: #333;
    width: 90vw;
    padding: 0 20% 0 20%;
    /* word-break: break-word; */
}

.hero-sub-text {
  position: relative;
  /* top:30%; */
  line-height: 1.1em;
  text-align: center;
  font-size: 1.4em;
  font-weight: 200;
  color: #333;
  margin-top: 20px;
  /* word-break: break-word; */
}

.mobile-only {
  display: none;
}

.book-demo-button{
  position: fixed;
  bottom: 20%; /* Raise the button 12% from the bottom */
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: #FFFFFF !important; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #333333;
  margin: 2px 0px;
  margin-bottom: 12px;
  width: -webkit-max-content;
  width: max-content;
  font-weight: 500;
  border: none;
}

.book-demo-button:hover {
  cursor: pointer;
  background-color: #555555;
}

.conversation-cases{
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
  position: fixed;
  top: 50%; /* Center vertically */
  left: 50%;
  transform: translate(-50%, -25%); /* Adjust for exact centering */
  z-index: 100;
}

.conversation-cases li{
  list-style-type: none;
  color: #000000 !important; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #dfdfdf;
  margin: 2px 2px;
  margin-bottom: 6px;
  width: 9rem;
  font-weight: 500;
  border: none;
  z-index: 100;
}

.conversation-cases li:hover {
  cursor: pointer;
  background-color: #dfdfdfde;
}

.roleplay-case{
  display: flex;
  flex-direction: row; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
  position: fixed;
  top: 32%; /* Center vertically */
  left: 50%;
  transform: translate(-50%, -10%); /* Adjust for exact centering */
  z-index: 100;
}

.roleplay-case li{
  list-style-type: none;
  color: #000000; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #dfdfdf;
  margin: 2px 2px;
  margin-bottom: 8px;
  font-weight: 500;
  border: none;
  z-index: 100;
}

.roleplay-case input {
  list-style-type: none;
  color: #333; /* Assuming you want the same text color */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #f0f0f0;
  margin: 2px 12px;
  margin-bottom: 8px;
  font-weight: 500;
  border: none;
  width: 30vh; /* You can adjust the width as needed */
  display: block; /* To make it a block-level element like the others */
  box-sizing: border-box; /* To include padding and border in the element's total width and height */
  border: 1px solid #ccc;
  text-align: left;
}

.roleplay-case input::placeholder {
  color: #888; /* Replace with the color you want */
  opacity: 1; /* Optional: Adjust the opacity as needed */
}

.roleplay-case li:hover{
  cursor: pointer;
  background-color: #dfdfdfde;
}

.roleplay-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 33%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100; /* Ensure this is below the roleplay-case z-index */
}

.close-button {
  color: red; /* Text color similar to the book demo button */
  border-radius: 90px; /* Rounded corners */
  padding: 8px 12px; /* Padding similar to the book demo button */
  text-align: center; /* Center the text */
  text-decoration: none; /* No underline on text */
  cursor: pointer;
}

.footer-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 17%;
  width: 100%;
  padding: 4px 0;
}

.footer-text {
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  font-size: 12.8px;
  color: #333;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
  padding: 0.2rem 20px 0.4rem 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 10.4px;
  color: #333;
  z-index: 1000;
}


.footer a {
  text-decoration: none; /* Removes underline from links */
  color: inherit; /* Inherits the color from the parent element */
  font-size: inherit; /* Inherits the font size from the parent element */
  /* Add any other properties you want to reset */
}

.footer-container {
  display: flex;
  justify-content: center; /* Updated this line */
  flex-direction: row; /* Changed to row for horizontal layout */
  align-items: center;
  padding: 0.1rem 0.1rem 2rem 0.1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 12px;
  color: #333;
}

.backing-statement {
  /* margin-bottom: 20px; */
  font-size: 14px; /* Adjust the size as needed */
  font-weight: 300;
  color: #333;
}

.logos {
  padding-left: 12px;
}

.logos img {
  margin: 0 8px;
  vertical-align: middle; /* Aligns the logos vertically centered */
  max-height: 50px; /* Adjust based on your preference */
  width: 88px;
}

.invisible {
  opacity: 0;
}

.ridgeline {
  height: 140px;
  overflow-y: scroll;
}

/* Width of the entire scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

/* Track of the scrollbar */
::-webkit-scrollbar-track {
  background: #f1f1f100;
}

/* Handle of the scrollbar */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* Styles for screens between 1000px and 1200px width go here */
  .hero-text {
    font-size: 3.2em;
  }

  .hero-sub-text {
    font-size: 1.1em;
  }

  .hero-suffix-text {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    /* word-break: break-word; */
    z-index: 99;
    color: #333;
    background-color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    width: -webkit-max-content;
    width: max-content;
  }

  .footer-text {
    font-size: 10px;
  }

  .book-demo-button{
    padding: 6px 10px;
    margin: 2px 0px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .conversation-cases li{
    margin: 2px 2px;
    margin-bottom: 4px;
    width: 7rem;
    font-weight: 500;
    border: none;
    z-index: 100;
    font-size: 12px;
  }
}


@media screen and (max-width: 600px) {
  .book-demo-button {
    display: none; /* Hide the button on small screens */
  }

  .hero-container {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-suffix-text {
    position: relative;
    transform: translate(-50%, -50%);
    line-height: 1.2em;
    text-align: center;
    font-size: 1em;
    border-radius: 20px;
    border-width: thin;
    width: 90vw;
    white-space: normal;
    left: 50%;
  }

  .hero-text {
    position: relative;
    top: 16%;
    line-height: 1.1em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 500;
    width: 100vw;
    padding: 0 8% 0 8%;
  }

  .hero-sub-text {
    font-size: 1.1em;
    width: 100vw;
    padding: 0 8% 0 8%;
  }
  .hero-text .break-on-mobile {
    display: block; /* This will make "like humans" start on a new line */
  }

  .break-on-desktop {
    display: none;
  }

  .footer-texts {
    bottom: 93px;
  }

  .footer-text {
    font-size: 12px;
  }

  .mobile-only {
    display: inline;
}

  .desktop-only {
      display: none;
  }

  .footer {
    display: none;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    bottom: 157px;
  }

  .backing-statement {
    margin-bottom: 0.5rem;
  }

  .logos {
    padding-left: 0;
  }
}
