.team-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.team-image img {
  display: block;
  object-fit: cover;
}

.team-social a {
  font-size: 1rem;
  transition: color 0.2s ease;
}

.team-social a:hover {
  color: #009444;
}   

.team-invest-image {
  height: 501px;
  object-fit: cover;
  border: 1px solid #eee;
  box-shadow: 2px 2px 19px 0px #a6a6a6;
}

.about-image {
    height: 455px;
    object-fit: cover;
    border: 1px solid #eee;
    box-shadow: 2px 2px 19px 0px #a6a6a6;
}

.team-invest-overlay{
    border-top-right-radius: 140px !important;
}

.bullet-check-list li {
  align-items: flex-start;
}

.bullet-check-list span:last-child {
  line-height: 1.6;
}

.journey-list{
    max-width: 800px;
    margin: 0 auto;
}
.journey-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e6f7ef;
  color: #009444;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Outer bordered card */
.essential-card {
  max-width: 1040px;
  border-radius: 24px;
  border: 1px solid rgba(0, 148, 68, 0.12);
  background: #ffffff;
  padding: 2.5rem 2rem 2.75rem;
  box-shadow: 0 4px 20px var(--shadow-soft);
}

/* Inner pale columns */
.essential-column {
border-radius: 16px;
    padding: 1.75rem 1.5rem;
    background: #f1faf4;
    border: 1px solid #eeeeee;

}

/* Utility text sizes (Tailwind-like) */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.6;
}


/* ===== Roadmap base ===== */
.roadmap--style1 {
  position: relative;
  padding: 60px 0;
  background: #f9fafb;
}

/* Wrapper with center vertical line */
.roadmap__wrapper {
  position: relative;
}

/* Center line (desktop only) */
.roadmap__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: var(--dark-green);              /* green line */
  border-radius: 999px;
  opacity: 0.9;
  z-index: 0;
}

/* ===== Roadmap card ===== */
.roadmap__item {
  position: relative;
  z-index: 1;
}

.roadmap__item-inner {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
  padding: 1.8rem 2.2rem;
  border: 1px solid #eee;
}

.roadmap__item-content {
  font-size: 0.98rem;
}

.roadmap__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.roadmap__item-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.roadmap__item-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  background: #e6f9f1;
  color: #059669;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Paragraph */
.roadmap__item-content p {
  margin: 0;
  color: #6b7280;
  line-height: 1.6;
}

/* Alternate style (left side) – subtle variation if needed */
.roadmap__item--style2 .roadmap__item-inner {
  background: #ffffff;
}

/* Fix Bootstrap column spacing so cards stay closer */
.roadmap--style1 .row.gx-5 {
  --bs-gutter-x: 2.5rem;
}

/* ===== Dots + connector lines ===== */

/* Dot placed on the vertical line */
.roadmap__dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--dark-green);
  box-shadow: 0 0 0 4px #ffffff;
  z-index: 2;
}

/* Horizontal connector from dot to card */
.roadmap__line {
  position: absolute;
  top: 50%;
  transform: translaXteY(-50%);
  height: 3px;
  background: var(--dark-green);
  z-index: 1;
}

/* Right-side cards (with offset-md-6) */
.roadmap__dot--right {
  left: -53px;                 /* half of 18px so center sits on line */
}

.roadmap__line--right {
  left: -50px;
  right: 100%;                /* from center line to card */
}

/* Left-side cards (.roadmap__item--style2) */
.roadmap__dot--left {
  right: -54px;
}

.roadmap__line--left {
  right: -50px;
  left: 100%;
}

.story-toggle .toggle-content {
  display: none;
}

.story-toggle.is-open .toggle-content {
  display: block;
}

.story-toggle.is-open .teaser {
  display: none;
}

.story-toggle-btn {
  border: none;
  background: transparent;
  color: #059669;
  font-weight: 600;
  padding: 0;
  margin-top: 0.25rem;
  cursor: pointer;
}


.tech-text .toggle-content {
  display: none;
}

.tech-text.is-open .toggle-content {
  display: block;
}

.tech-text.is-open .teaser {
  display: none;
}

.tech-toggle-btn {
  border: none;
  background: transparent;
  color: #059669;
  font-weight: 600;
  padding: 0;
  margin-top: 0.25rem;
  cursor: pointer;
}


.user-types-image-wrapper {
  display: flex;
  align-items: stretch;
}

.user-types-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* use 'contain' if you prefer full image without crop */
}

.img-cover-aboutus{
    width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 0.5rem;
}