@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --primary-color-1: #B80000;
  --primary-color-1-rgb: 103, 184, 0;
}
a.btn-custom, input.btn-custom {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 30px;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Instrument Sans";
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: var(--secondary-color);
}
h2 {
  font-size: 36px;
  font-weight: 500;
}
body {
  font-family: "Manrope";
  font-size: 16px;
}
header #mainmenu a {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}
header.header-s2 .d-menu-wrap {
  border-radius: 10px;
}
.carousel-indicators {
  margin-bottom: 70px;
}
h1.page-title {
  font-size: 96px;
  line-height: 1em;
}
h2.slide-title {
  margin-bottom: 0;
  font-size: 120px;
}
.section-responsive-width {
  width: 50%;
  margin: -10px auto 0 auto; /* 10px margin-top, auto sides for horizontal centering */
  float: none; /* prevent float */
  clear: both; /* clear any floated siblings */
  display: block; /* ensure block display */
}
/*
@media (max-width: 600px) {
  .section-responsive-width {
    width: 100%;
    margin: 2px 0 0 0;
  }
}*/
.accordion-button::after {
  background-image: none !important; /* Remove default SVG chevron */
  content: ""; /* Clear content */
  font-family: "Font Awesome 6 Free"; /* Your font */
  font-weight: 900;
  font-size: 1.3rem;
  margin-left: auto;
  transition: none;
  transform: none !important;
  display: inline-block; /* Make sure it shows */
  width: auto;
  height: auto;
}
.accordion-button.collapsed::after {
  content: "\f067"; /* FontAwesome plus icon */
}
.accordion-button:not(.collapsed)::after {
  content: "\f068"; /* FontAwesome minus icon */
}
a {
  color: #1a73e8;
}
a:hover, a:focus {
  color: #7F0000;
  text-decoration: underline;
}
.de_light a {
  color: #007bff;
}
.de_light a:hover {
  color: #860101;
}
.accordion-body a {
  color: #007bff; /* Normal link color */
  text-decoration: none;
}
.accordion-body a:hover {
  color: #860101; /* Hover color */
  text-decoration: underline;
}
.accordion-body a:active {
  color: #007bff; /* Active/clicked color */
}
.accordion-body a:visited {
  color: #007bff; /* Visited link color */
}
.de_light footer a {
    color: #007bff;
}
.de_light footer a:hover {
    color: #FFFD00;
}