#home,
#core-values,
#use-cases,
#how-it-works,
#cta {
  scroll-margin-top: 80px;
}

.navbar {
  padding: 0 1rem;
}

.nav-header-menu {
  top: 0;
  position: sticky !important;
  z-index: 1000;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.w-full {
  width: 100%;
}

.w-fit-content {
  width: fit-content !important;
}

.h-full {
  height: 100%;
}

.text-black {
  color: black !important;
}

.custom-list-group .list-group-item {
  border: none !important;
  background: transparent;
  padding: 0;
  margin-bottom: 8px;
}

.checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  margin-top: 5px;
}

.list-text {
  flex: 1;
  word-break: break-word;
}

.icon-number {
  width: 40px;
  height: 40px;
  background-position: 50%;
  border-radius: 0.75rem;
}

.fw-900 {
  font-weight: 900 !important;
}

.object-fit-cover {
  object-fit: cover;
}

.usecase-list-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usecase-list-section ul li {
  display: flex;
  align-items: start;
  padding: 20px 0;
  border-bottom: 0.01rem solid #eaeaea;
  font-size: 15px;
}

.usecase-list-section ul li:last-child {
  border-bottom: none;
}

.usecase-item-dot {
  display: inline-block;
  margin-right: 10px;
  margin-top: 7px;
  width: 10px;
  height: 10px;
  background-color: #2ecc71;
}

.usecase-list-section .item-icon {
  content: "\25A0";
  color: #2ecc71;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.usecase-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  background: #2ecc71;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.usecase-image-section img {
  max-width: 100%;
  height: auto;
}

.sankey-loading {
  position: relative;
  min-height: 400px;
}

.sankey-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #cb0c9f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: -20px 0 0 -20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#sankey_chart_1,
#sankey_chart_2,
#sankey_chart_3 {
  width: 1200px;
  height: 700px;
}

#sankey_chart_container {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  #sankey_chart_1,
  #sankey_chart_2,
  #sankey_chart_3 {
    width: 1000px;
    height: 700px;
  }

  .demo-request {
    width: 100% !important;
  }

  .hero-heading {
    text-align: center !important;
  }
}

@media (max-width: 1200px) {
  #sankey_chart_1,
  #sankey_chart_2,
  #sankey_chart_3 {
    width: 900px;
    height: 700px;
  }

  .text-center-xl {
    text-align: center !important;
  }
}

@media (max-width: 992px) {
  #sankey_chart_1,
  #sankey_chart_2,
  #sankey_chart_3 {
    width: 700px;
    height: 700px;
  }

  .text-center-lg {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  #sankey_chart_1,
  #sankey_chart_2,
  #sankey_chart_3 {
    width: 600px;
    height: 750px;
  }
}

@media (max-width: 556px) {
  #sankey_chart_1,
  #sankey_chart_2,
  #sankey_chart_3 {
    width: 600px;
    height: 850px;
  }
}

@media (max-width: 768px) {
  .header-container {
    width: 100% !important;
  }

  .demo-request {
    width: 100% !important;
  }

  .hero-heading {
    text-align: center !important;
  }
}

#sankeyChartSliderControls .carousel-indicators [data-bs-target] {
  background-color: #bbb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  border: none;
  opacity: 1;
  transition: background-color 0.3s;
}

#sankeyChartSliderControls .carousel-indicators .active {
  background-color: #007bff;
}

#useCase1SliderControls .carousel-indicators [data-bs-target],
#useCase2SliderControls .carousel-indicators [data-bs-target],
#useCase3SliderControls .carousel-indicators [data-bs-target] {
  background-color: #bbb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  border: none;
  opacity: 1;
  transition: background-color 0.3s;
}

#useCase1SliderControls .carousel-indicators .active,
#useCase2SliderControls .carousel-indicators .active,
#useCase3SliderControls .carousel-indicators .active {
  background-color: #007bff;
}

.page-header .header-container {
  z-index: 1;
}

.header-container {
  width: 80%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.demo-request {
  width: 90%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.demo-request .form-control {
  flex: 1;
  height: 45px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  transition: border 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  outline: none;
}

.demo-request .form-control:focus {
  /* border-color: #007bff; */
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.09);
}

.demo-request .btn {
  border-radius: 8px;
  height: 45px;
  padding: 0px 15px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
  margin: 0;
}

@media (max-width: 600px) {
  .demo-request {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .demo-request .btn {
    width: 100%;
  }
}

.custom-video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: fit-content;
  max-width: 650px;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.custom-video-wrapper video {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 75px;
  text-align: center;
  color: #004cff;
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.custom-play-btn:hover {
  background: transparent;
}

.custom-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(24, 24, 24, 0.85);
  padding: 0px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 5px 10px;
}

.custom-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  /* padding: 8px 10px; */
  border-radius: 6px;
  transition: background 0.2s;
}

.custom-controls button:hover {
  background: #222;
}

.custom-controls input[type="range"] {
  accent-color: #007bff;
  height: 5px;
}

#seekBar {
  flex: 1 1 160px;
  max-width: 260px;
}

#volumeBar {
  width: 70px;
}

.custom-controls span {
  color: #eee;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 700px) {
  .custom-video-wrapper {
    max-width: 100%;
  }
}

.language-select {
  max-width: 120px;
  border: none;
  border-radius: 0.25rem;
  padding: 0.375rem 0 0.375rem 0.25rem;
  background-color: #fff;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.language-container svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.language-select:focus {
  outline: none;
  box-shadow: none;
}

.language-container {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.language-icon {
  font-size: 1.2rem;
  color: #333;
}

.language-icon:hover {
  color: #007bff;
}

.language-container select.form-select {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #222;
  font-weight: bold;
  padding: 4px 32px 4px 8px;
  /* min-width: 120px; */
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  appearance: none;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px 18px;
}

.language-container select.form-select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.language-select option {
  background: white;
  color: #333;
  padding: 8px;
}

.language-select option {
  padding: 80px 12px;
  background: #fff;
  color: #333;
  transition: all 0.2s ease;
  cursor: pointer;
}

@-moz-document url-prefix() {
  .language-select option {
    cursor: pointer !important;
  }
}

.overlay-img {
  position: absolute;
  width: 250px;
  transition: transform 0.2s ease;
  opacity: 0.9;
  border-radius: 10px;
  box-shadow: 2px 2px #e6e6e6;
  border: 1px solid #e0e0e0;
}

.overlay-img:active {
  transform: scale(0.95);
}

.pos-1 {
  bottom: -10px;
  left: -10px;
}

.pos-2 {
  bottom: -10px;
  right: -10px;
}

@media (max-width: 992px) {
  .overlay-img {
    width: 250px;
  }
}

@media (max-width: 576px) {
  .overlay-img {
    width: 150px;
  }
}

.workflow-actions .workflow-btn {
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--semantic-on-surface-on-surface);
}
.workflow-actions .workflow-btn .btn-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--semantic-on-surface-on-surface);
}
.workflow-btn.active {
  background-color: var(--semantic-brand-brand) !important;
}

.workflow-btn.active .btn-text {
  color: #ffffff !important;
}
