body {
  font-family: "Inter", "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.header .container-fluid {
  width: 100%; /* Make the div span the full width */
  max-width: none; /* Ensure no max-width restrictions */
  padding-left: 10px; /* Optional: Remove any padding */
  padding-right: 10px; /* Optional: Remove any padding */
}

#building_slider {
  height: 75vh; /* Adjust the height as needed */
  position: relative;
}


.index-page .header {
  --background-color: rgb(0 0 0 / 70%);
}

/*.navmenu li:hover > a, .navmenu .active, .navmenu .active:focus {*/
/*  color: #63773c;*/
/*}*/

/*a {*/
/*  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));*/
/*  text-decoration: none !important;*/
/*}*/


.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 70%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.bottom-border {
  border-bottom: 1px solid #c1bbbb; /* Horizontal bottom border */
}

.right-border {
  border-right: 1px solid #c1bbbb; /* Horizontal bottom border */
  height: 100%;
}

.header {
  height: 80px
}

.container-fluid {
  height: 80px
}

.services .service-item h3 {
  font-weight: 700;
  margin: 60px 0 60px 0;
  font-size: 22px;
  transition: 0.3s;
}

.section-custom {
  background-color: rgba(247, 249, 250, 0.54);
}

.tab-content {
  border: 1px solid var(--bs-gray-300);
  border-top: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.nav-link-custom {
  color: var(--accent-color);
}

.nav-link:hover {
  color: var(--accent-color-dark);
}

.nav-link {
  padding: 0.4rem 0.8rem;
}

.btn-accent {
  background-color: var(--accent-color);
  color: #fff;
}

.btn-accent:hover {
  background-color: var(--accent-color-dark);
  color: rgba(255, 255, 255, 0.8);
}

.scroll-top i {
  color: #fff;
}

.form-control:focus {
  border-color: var(--accent-color);
}

.form-control::placeholder {
  color: var(--bs-gray-600);
  opacity: 0.6;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--accent-color) var(--bs-gray-800);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--accent-color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray-800);
  border-radius: 3px;
  border: 0 solid var(--bs-gray-800);
}

.padding-top-section {
  padding-top: 140px;
}

.page-link {
  color: var(--accent-color);
}

.page-link:focus {
  box-shadow: none;
}

.active > .page-link, .page-link.active {
  background-color: var(--accent-color-dark);
  border-color: var(--accent-color-dark);
}

.page-link:hover {
  color: var(--accent-color-dark);
}

.active > .page-link:hover {
  color: #fff;
}

.dataTable th, .dataTable td {
  vertical-align: middle;
}

div.dt-processing > div:last-child > div {
  background: var(--accent-color);
}

.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  box-shadow: none;
  border-color: var(--accent-color);
}

.focus .ts-control {
  box-shadow: none;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
}

.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select {
  border-radius: 0;
}

.accent-color {
  color: var(--accent-color) !important;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(99, 119, 60, 0.3);
}

.border-always-black {
  border-color: #000 !important;
}


.dropdown-item.active, .dropdown-item:active {
  background-color: var(--accent-color);
}

.thumb-search-results {
  max-height: 80px;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.link-accent-color {
  color: var(--accent-color);
}

.link-accent-color:hover {
  color: var(--accent-color-dark);
}

.bg-accent {
  background-color: var(--accent-color) !important;
}

.table > tbody > tr:last-of-type > td {
  border-bottom: none !important;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.ac {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}

.ac .ac-trigger {
  padding-left: 0;
  color: var(--bs-gray-300);
  font-size: 1rem;
  font-family: "Inter", "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ac .ac-trigger:focus {
  color: var(--bs-gray-500);
}

.is-active .ac-header {
  border-bottom: dotted 2px var(--accent-color-dark);
}

.ac-layer {
  color: var(--bs-gray-300) !important;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.ac-layer:hover {
  color: var(--bs-gray-500) !important;
}

.ac-layer:before {
  content: "→";
  display: inline-block;
  transform: translateX(0);
  transition: all 0.1s ease;
  text-align: center;
  width: 30px;
  left: -25px;
}

.ac-layer:hover:before {
  transform: translateX(5px);
}

.ac-layer1 {
  margin-left: 0;
  font-size: 1.2rem;
}

.ac-layer2 {
  margin-left: 1rem;
  font-size: 1.1rem;
}

.ac-layer3 {
  margin-left: 2rem;
  font-size: 1rem;
}

.ac-layer4 {
  margin-left: 3rem;
  font-size: 0.9rem;
}

.ac-layer3-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.aspect-ratio-1 {
  aspect-ratio: 1/1 !important;
}

.team .team-member:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.team .team-member {
  transition: all ease-in-out 0.3s;
}

.darker-visited:visited {
  background-color: color-mix(in srgb, var(--accent-color) 75%, black 25%);
}

.darker-visited:hover {
  background-color: color-mix(in srgb, var(--accent-color-dark) 75%, black 25%);
  color: rgba(255, 255, 255, 0.8);
}
