body {
  background-color: #ffffff;
}

.new-section {
  padding-left: 0px;
  padding-right: 0px;
}

.section-content {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  /* padding: 80px 30px; */
  padding-left: 150px;
  padding-right: 150px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.95);
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 1;
}

/* Overlay dark */
.section-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay with 30% opacity */
  z-index: -1; /* place behind content */
}

/* Headline and paragraph styling */
.section-content h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-content p {
  font-size: 20px;
  margin-bottom: 0;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .section-content {
    padding: 50px 20px;
    text-align: center;
  }
}

/* Example background images — replace with your own paths */
.bg-1 {
  background-image: url("https://via.placeholder.com/1140x400/007bff/ffffff");
}

.bg-2 {
  background-image: url("https://via.placeholder.com/1140x400/6c757d/ffffff");
}

.bg-3 {
  background-image: url("https://via.placeholder.com/1140x400/28a745/ffffff");
}

.italic {
  font-style: italic;
}

.header-italic {
  font-style: italic;
  font-size: 30px;
  color: #ffffff !important;
}

.header-normal {
  font-style: normal;
  font-size: 30px;
  color: #ffffff !important;
}

.header-investor {
  font-style: normal;
  font-size: 22px;
  color: #ffffff !important;
}

.header-orange {
  color: #ffb005 !important;
}

h1 {
  font-size: 40px;
  font-weight: bold;
}

.hr-yellow {
  border: none;
  height: 2px;
  width: 200px;
  background-color: #ffffff;
  margin: 0 auto;
}

.par-body {
  font-size: 18px;
  color: #fff;
}

/* Email link */
/* .email-link {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}
.email-link:hover {
  color: white;
  text-decoration: underline;
} */

/* Not hot link */
.email-link {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
}

/* Changes to mobile device menu settings */

/* .navmenu .dropdown > .dropdown-active {
  display: block;
  background-color: rgba(33, 37, 41, 0.03);
}

.navmenu .dropdown > a {
  cursor: pointer;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: orange; 
  color: white; /* Ensure contrast 
}

.navmenu a i:hover,
.navmenu a:focus i:hover {
  background-color: darkorange;
  color: white;
} */

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .navmenu a i,
  .navmenu a:focus i {
    background-color: orange !important;
  }
}

.redhyper {
  color: red;
  text-decoration: none;
}

.redhyper:hover {
  color: red;
  text-decoration: underline;
}
