.contentimg {
  text-align: center;
  max-width: 480px;
  width: 40%;
}

.sticky {
  position: sticky;
  top: 100px;
  right: 0;
  width: 100%;
}

.img-fluid {
  width: 100%;
}

/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  /* background-image: url('../images/colleagues-working-cozy-office-medium-shot.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--primary-color);
  position: absolute;
  left: 26px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--tertiary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 10px 0px 35px 95px;
  text-align: justify;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 20px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: absolute;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 18px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container
  .vertical-scrollable-timeline
  li.active
  .icon-holder::before {
  background-color: var(--primary-color);
}

/* .bi-1-circle::before {
  content: "1" !important;
} */

.features-cards {
  padding: 15px 0 !important;
}

.features-cards .feature-box {
  padding: 0 !important;
}

.img-banner {
  width: 100%;
  /*margin-left: 5% !important;*/
}

.type-r {
  padding: 0 !important;
}

.routerLink {
  white-space: normal !important;
  padding: 8px 5px;
}

.routerLink .d-flex {
  width: 100% !important;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

.d-flex .icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}
.d-flex .icon .img-fluid {
  width: auto;
  max-height: 50px;
}

.features-cards .feature-box i {
  margin-bottom: 0px !important;
  font-size: 30px !important;
  margin-left: 0px !important;
}

.a-getstarted {
  padding: 0px !important;
  color: #fff;
}

.a-getstarted i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.company-badge {
  cursor: pointer;
}

.sticky {
  position: sticky;
  top: 30px;
  right: 0;
  width: 100%;
}

.btn-getstarted {
  cursor: pointer;
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section .custom-form {
  width: 100%;
  min-width: 480px;
}

.hero-section .input-group {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 100px;
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.1rem;
  background-color: transparent;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  outline: none;
}

.form-floating > label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}
