﻿html {
  scroll-behavior: smooth;
}
.custom-accordion {
  border: none;
  box-shadow: none;
}

.custom-accordion .accordion-item {
  border: 1px solid #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-button {
  background-color: #ffffff;
  color: #333;
  font-weight: 600;
  padding: 15px 20px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #333;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.custom-accordion .accordion-body {
  padding: 20px;
  background-color: #fff;
  line-height: 1.6;
  color: #000000;
}

.custom-accordion .accordion-button::after {
  background-size: 1rem;
}

.about-lbsl {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  text-align: justify;
}

.about-lbsl br {
  content: "";
  display: block;
  margin-bottom: 12px;
}

.about-lbsl {
  background-color: #f9f9f9;
}
.investment-benefits {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-left: 4vh solid #ffffff; /* Blue accent border */
}

.benefits-list {
  list-style-type: none;
  padding-left: 5px;
}

.benefits-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.benefits-list li:before {
  content: "·";
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #000000; /* Blue bullet points */
  line-height: 1;
}
