body {
  font-family: "Satoshi";
  margin: 0;
}


.section-1-container {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #333;
}



.feature-container1 {
  margin: 35px auto;
  position: relative;
}

#feature-head1{
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  justify-content: space-between;
  margin: 35px auto 40px auto;
}

.feature-badge1 {
  background: none;  
  font-weight: 700;
  font-style: normal;
  color: #5657E4;
  font-size: 14px;
  border-top: 1px solid #5657E4;
  border-right: 4px solid #5657E4;
  border-bottom: 4px solid #5657E4;
  border-left: 1px solid #5657E4;
  width: max-content;
  height: max-content;
  display: inline-block;
  border-radius: 6px;
  margin: 0 auto 10px auto;
  padding: 8px 16px;
  gap: 6px;
  background-color: #DFE9ED !important;
}

/* Scoped h1 to avoid conflicts with other sections */
.section-1-container h1, 
.feature-main-title1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-gray-700);;
  margin: 0px;
  text-align: center;
}

.feature-description1 {
  font-size: 16px;
  color: var(--color-gray-700);;
  width: 100%;
  /* max-width: 626px; */
  height: auto;
  min-height: 72px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: auto;
}

.feature-content1{
  display: flex;
  width: 100%;
  flex-wrap: wrap;     
  height: auto;
  gap: 10px;
  padding: 0 20px;
}

.feature-child1{
  flex: 1;
}

.feature-features1 {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.feature-feature-item1 {
  position: relative;
}

.feature-feature-item1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#feature-green1{
  border-left: 6px solid #22c55e;
  padding: 10px 0px 10px 10px;
  background: #F1FFF0;
}

#feature-orange1{
  border-left: 6px solid #f97316;
  padding: 10px 0px 10px 10px;
  background: #FFEFE9;
}

#feature-blue1{
  border-left: 6px solid #3b82f6;
  padding: 10px 0px 10px 10px;
  background: #EBF6FA;
}

#feature-purple1{
  border-left: 6px solid #a855f7;
  padding: 10px 0px 10px 10px;
  background-color:#F7F1FC ;
}

.feature-feature-item1 h3, 
.feature-item-title1 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;

}

.feature-feature-item1 p, 
.feature-item-text1 {
  font-size: 16px;
  color: var(--color-gray-950);
  line-height: 150%;
  margin: 0;
}

.feature-image-placeholder1 {
  position: relative;
  width: 100%;
  max-width: 500px;
  z-index: 1;
  background-color: #DFE9ED;
  border-radius: 10px;
  margin: 0 auto;
}

.feature-image-placeholder1 img {
    width: 100%;   /* Image takes full width of container */
    height: auto;  /* Height scales proportionally */
    display: block; /* Removes extra bottom space */
    border-radius: 10px;
    min-height: 400px;
}

/* Icon backgrounds */
#feature-z1 {
    background: url('./svg/fh11.svg') no-repeat 10px center;
    background-size: 24px 24px;
    padding-left: 40px;
}

#feature-one1{
    background: url('./svg/fh12.svg') no-repeat left center;
    background-size: 25.33px 26.33px;
    padding-left: 40px;
}

#feature-two1{
    background: url('./svg/fh13.svg') no-repeat left center;
    background-size: 28.33px 53.33px;
    padding-left: 40px;
}

#feature-three1{
    background: url('./svg/fh14.svg') no-repeat left center;
    background-size: 24.33px 53.33px;
    padding-left: 40px;
}

#feature-four1{
    background: url('./svg/fh15.svg') no-repeat left center;
    background-size: 40px auto;
    padding-left: 40px;
}

/* RESPONSIVE STYLES */

/* Tablets and below */
@media (max-width: 1024px) {
  .feature-content1 {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  /* .feature-child1 {
    padding: 0 20px;
  } */

  .feature-features1 {
    max-width: 100%;
  }

  .feature-image-placeholder1 {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  #feature-head1 {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }

  .feature-description1 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 990px) {
  #feature-head1 {
    align-items: flex-start;
  }

  .feature-description1 {
    text-align: start;
    margin-top: 12px;
  }

  .feature-badge1 {
    margin: 0px 0px 12px 0px;
  }

  .feature-content1 {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .section-1-container h1, 
  .feature-main-title1 {
    font-size: 28px;
    width: 100%;
    text-align: start;
  }

  .feature-feature-item1 h3, 
  .feature-item-title1 {
    font-size: 20px;
  }

  .feature-feature-item1 p, 
  .feature-item-text1 {
    font-size: 16px;
  }


  #feature-one1, #feature-two1, #feature-three1, #feature-four1, #feature-z1 {
    background-size: 24px 24px !important;
    padding-left: 36px;
  }
}


 .rounded-bullets {
    list-style: none;
    padding: 0;
  }
  .rounded-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .rounded-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%; /* makes it round */
  }

/****************************************** Feature Highlight ****************** */

/* ========== RESPONSIVE STYLES  ========== */

/* For tablets and smaller devices */
@media (max-width: 768px) {

  .feature-description2 {
    width: 100%;
    height: auto;
    margin: 0 auto 30 px;
    font-size: 16px;
    text-align: start;
  }


  .feature-features-grid2 {
    grid-template-columns: 1fr; /* Stack one below another */
  }

  .feature-feature-box2{
    padding: 0 20px;
  }

  .feature-feature-h122, .feature-main-title2 {
    font-size: 24px;
  }

  .feature-feature-box2 h3, .feature-item-title2 {
    font-size: 20px;
  }

  .feature-feature-box2 p, .feature-item-text2 {
    font-size: 16px;
    color: var(--color-gray-950);
  }

  #feature-one2,
  #feature-two2,
  #feature-three2,
  #feature-four2 {
    padding-left: 52px;
    min-height: 35px;
  }

  #feature-one2::before,
  #feature-two2::before,
  #feature-three2::before,
  #feature-four2::before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .feature-badge2 {
    font-size: 16px;
    padding: 6px 10px;
    margin: 0px 0px 12px 0px;
  }

  .feature-main-title2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-gray-700);
  }
}

/* For very small mobile devices */
@media (max-width: 400px) {

  .feature-feature-box2 h3, .feature-item-title2 {
    font-size: 20px;
  }

  .feature-description2 {
    font-size: 14px;
  }
}