/* About Us Page */

html.dark-theme-html .mt-4.rounded-2xl.bg-white.border {
  background-color: #1a1a1a !important;
  border-color: #404040 !important;
}

.modern-btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: black;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.modern-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chatbot-widget {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-window {
  width: 400px;
  max-width: 95vw;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(47, 63, 147, 0.18);
  overflow: hidden;
  display: none;
  flex-direction: column;
  margin-bottom: 12px;
}

.scroll_word_wrapper {
  display: inline-block;
  overflow: hidden;
  height: 96px !important;
  position: relative;
  vertical-align: top;
}

.scroll_word_inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.scroll_word_inner span {
  font-size: 96px;
  height: 96px;
  line-height: 120%;
  white-space: nowrap;
  align-items: center;
}

.scroll_word_inner span img {
  min-height: 96px;
  align-self: baseline;
}

@media (min-width: 1400px) {
  .fs-lg-medium {
    font-size: 24px !important;
  }

  .fs-6xl {
    font-size: 60px !important;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px !important;
  }

  .fs-5xl {
    font-size: 18px !important;
  }
}

@media (min-width: 1120px) and (max-width: 1400px) {
  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-6xl {
    font-size: 52px;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px;
  }

  .fs-5xl {
    font-size: 18px !important;
  }

  .video-sec {
    padding-bottom: 0 !important;
    min-height: 600px;
  }

  .story-sec {
    min-height: 500px !important;
    height: 500px !important;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .fs-6xl {
    font-size: 45px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }

  .text-5xl {
    font-size: 24px !important;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  .fs-6xl {
    font-size: 35px !important;
    line-height: 1.4;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .text-5xl {
    font-size: 24px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }

  .scroll_word_wrapper {
    overflow: hidden;
    height: 1.4em;
    font-size: inherit !important;
    margin-left: 10px !important;
  }

  .scroll_word_inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease-in-out;
  }

  .scroll_word_inner span {
    white-space: nowrap;
    line-height: 1.4;
    font-size: inherit !important;
  }

  .vm-card {
    padding: 0 48px !important;
  }

  .techstack_sec {
    min-height: 906px !important;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .fs-lg-medium {
    font-size: 18px !important;
  }

  .text-5xl {
    font-size: 24px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 16px !important;
  }

  .fs-6xl {
    font-size: 28px !important;
    line-height: 1.2;
  }

  .scroll_word_wrapper {
    overflow: hidden;
    height: 1.2em;
    font-size: inherit !important;
    margin-top: -10px !important;
    margin-left: 0 !important;
  }

  .scroll_word_inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease-in-out;
  }

  .scroll_word_inner span {
    white-space: nowrap;
    line-height: 1.2;
    font-size: inherit !important;
  }
}
