body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.hero-gradient {
  background: linear-gradient(135deg, #ff6b00 0%, #ff9d5c 50%, #ffd1b3 100%);
}
.section-gradient {
  background: linear-gradient(135deg, #ff8a3d 0%, #ffb380 50%, #ffe6d4 100%);
}
.blue-gradient {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #93c5fd 100%);
}
.purple-gradient {
  background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 50%, #ddd6fe 100%);
}
.pink-gradient {
  background: linear-gradient(135deg, #ec4899 0%, #f472b6 50%, #fbcfe8 100%);
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.dropdown-container:hover .dropdown {
  display: block;
}
#topTextArea .btn {
  padding: 0.875rem 2rem;
  color: rgb(45 53 61 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.375;
  transform: translateZ(0) !important;
  position: relative;
  cursor: pointer;
  appearance: none;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  background-color: #fff;
}
#topTextArea .btn:hover {
  color: #fff;
  background-color: #ff6b00;
  transition: all 0.5s ease;
}
#topTextArea .btn svg {
  position: relative;
  z-index: 10;
  width: 0.75rem;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
#topTextArea p {
  font-size: 14px;
}
@media (min-width: 1536px) {
  .container {
    max-width: 1280px !important;
  }
}
#team-section .title {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.11;
  font-weight: 500;
  font-size: 32px;
}
#team-section img {
  border-radius: 10px;
  margin-bottom: 1rem;
  height: 384px;
  object-fit: cover;
}
.logo {
  max-height: 48px;
}
.highlighted-text {
  background: linear-gradient(to right, #00f, #00edff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 100% 100%;
  display: inline-block;
}
.text-limit-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
