/* Prevent horizontal scroll from AOS animations */
html,
body {
  overflow-x: hidden;
}

.bg-custom {
  background-color: #5F2A0A;
  background: linear-gradient(135deg, #3d1c15 0%, #1a0d0a 100%);
}


.display-1,
.display-2,
.display-3,
.display-4,
.custom-heading {
  font-family: "Inknut Antiqua", serif !important;
  letter-spacing: -0.02em;
}

h1.display-2,
h1.display-3 {
  font-size: 64px !important;
  line-height: 1.1;
}

h1.display-4 {
  font-size: 3.5rem;
  letter-spacing: -0.02em;
}

.dropdown-menu {
  background-color: #491c00;
  border: 2px solid #fff;
}


.dropdown-menu .dropdown-item {
  color: #fff !important;
}

.text-gradient-gold {
  background: linear-gradient(90deg, #FFBB00 0%, #FFBB00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #FFBB00;
  display: inline-block;
}

.bg-color {
  background-color: #190600;
}

.text-accent {
  color: #FFBB00;
}

.text-orange {
  color: #FF5D00 !important;
}

.hero-section {
  min-height: 80vh;
  padding: 80px 0;
}

.hero-card-container {
  background: linear-gradient(135deg, #38140a 0%, #1f0b06 100%);
  border: 1px solid rgba(255, 107, 43, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
    0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.badge-custom {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: white;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: #007bff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.dot-orange {
  height: 8px;
  width: 8px;
  background-color: #FF5D00 !important;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}


.btn-orange {
  background-color: #FF5D00;
  border-color: #FF5D00;
  color: white;
  border-radius: 12px;
  font-weight: 600;
}

.btn-outline-light-custom {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(134, 111, 104);
  color: white;
  border-radius: 12px;
}

.ecosystem-card {
  background: #151921;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.ecosystem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.1);
}

.card-image-wrapper {
  position: relative;
  height: 200px;
  background: #0f1216;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.card-body-custom {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

.card-title-custom {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.card-text-custom p {
  color: #9CA3AF;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.badge-status {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.badge-blue {
  background-color: #0088FF;
  color: white;
}

.badge-orange {
  background-color: #FF6600;
  color: white;
}

.badge-blue-bright {
  background-color: #007bff;
  color: white;
}

.stat-badge-orange,
.stat-badge-blue {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.stat-badge-orange {
  background-color: rgba(255, 102, 0, 0.15);
  color: #FF8533;
  border: 1px solid rgba(255, 102, 0, 0.2);
}

.stat-badge-blue {
  background-color: rgba(0, 136, 255, 0.15);
  color: #66B2FF;
  border: 1px solid rgba(0, 136, 255, 0.2);
}

.card-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin-top: auto;
  margin-bottom: 1.2rem;
  padding-top: 1.5rem;
}

.card-footer-custom {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.learn-more-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #0088FF;
  display: flex;
  align-items: center;
}

.learn-more-link.text-orange {
  color: #FF6600 !important;
}

.footer-icon {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.1rem;
}

/* --- 6. HEALTHTECH PRESERVED STYLES --- */
.feature-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.icon-box {
  background-color: rgba(255, 107, 0, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}

.stats-bar {
  border-radius: 30px;
}

.stats-bar .display-6 {
  font-size: 2rem;
}

.rounded-4-custom {
  border-radius: 2rem;
  border: 1px solid rgba(255, 107, 43, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.custom-progress-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

#heroSlider .carousel-indicators [data-bs-target] {
  width: 60px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin: 0 5px;
}

#heroSlider .carousel-indicators .active {
  background-color: #FF6B00 !important;
  width: 80px;
}


@media (max-width: 767px) {
  .hero-card-container {
    padding: 1.5rem !important;
    border-radius: 24px !important;
    text-align: left;
  }

  h1.display-4,
  h1.display-3,
  h1.display-2 {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }

  .lead p {
    font-size: 1rem !important;
    line-height: 1.6;
  }

  .mobile-btn-view {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 12px !important;
  }

  .img-fluid {
    margin-top: 1.5rem;
  }

  .custom-paragraph {
    font-size: 14px !important;
    width: 100% !important;
  }

  .custom-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .custom-heading-mobile {
    font-size: 28px !important;
  }
}

.custom-paragraph {
  font-size: 18px !important;
  width: 50%;
  font-family: 'Inter' !important;
}

.custom-para {
  font-family: 'Inter' !important;
}

.btn {
  font-family: 'Inter' !important;
}