@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.link {
  text-decoration: none !important;
}
.link:hover {
  text-decoration: revert !important;
}

.link-brand-dark {
  color: #1b3528;
}
.link-brand-dark:hover {
  color: #0a130f;
}

.fs-xl {
  font-size: 4.5rem;
}

.fs-smaller {
  font-size: smaller !important;
}

.fs-7 {
  font-size: 0.8rem;
}

.filter-shadow {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.bg-brand-dark {
  background-color: #1b3528 !important;
}

.list-group-light .list-group-item {
  border: 1px solid rgba(248, 249, 250, 0.2);
}

.mt-100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
}

.pt-100 {
  padding-top: 100px;
}

.mw-50 {
  max-width: 50%;
}

@media screen and (min-width: 992px) {
  .mw-lg-75 {
    max-width: 75%;
  }
}

.mw-250 {
  max-width: 250px;
}

.mw-600 {
  max-width: 600px;
}

.mw-800 {
  max-width: 800px;
}

.px-auto, .row > .px-auto {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .px-auto, .row > .px-auto {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .px-auto, .row > .px-auto {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .px-auto, .row > .px-auto {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.ps-auto, .row > .ps-auto {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .ps-auto, .row > .ps-auto {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .ps-auto, .row > .ps-auto {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .ps-auto, .row > .ps-auto {
    padding-left: 8rem;
  }
}

.btn-brand-dark {
  color: #f8f9fa !important;
  background-color: #224332 !important;
  border-color: #224332 !important;
}
.btn-brand-dark:hover {
  background-color: #14271e !important;
  border-color: #14271e !important;
}

.btn-outline-brand-dark {
  color: #1b3528 !important;
  border-color: #1b3528 !important;
}
.btn-outline-brand-dark:hover {
  color: #f8f9fa !important;
  background-color: #1b3528 !important;
}

.btn-brand-medium {
  color: #f8f9fa !important;
  background-color: #3e7659 !important;
  border-color: #3e7659 !important;
}
.btn-brand-medium:hover {
  background-color: #305c45 !important;
  border-color: #305c45 !important;
}

.btn-outline-brand-medium {
  color: #37694f !important;
  border-color: #37694f !important;
}
.btn-outline-brand-medium:hover {
  color: #f8f9fa !important;
  background-color: #37694f !important;
}

.rounded-pill-start {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* For Firefox */
/* Set the width of the scrollbar */
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: #402a19 #e2e3e6;
  }
}
/* For webkit browsers (Chrome, Safari) */
/* Set the width of the scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Set the background of the scrollbar track */
::-webkit-scrollbar-track {
  background: #e2e3e6;
  border-radius: 0.25rem;
}

/* Set the color of the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #402a19;
  border-radius: 0.25rem;
}

body.site-main {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  background-color: #1b3528;
  color: #000;
  overflow-x: hidden;
  min-width: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.site-main #main_navbar_container #main_navbar .navbar-nav {
    padding-right: 110px;
    /* Based on navbar item width */
  }
}
body.site-main #main_navbar_container #fsvlogo {
  margin-top: 2px;
}
body.site-main #main_wrap {
  min-height: calc(100vh - 200px);
  background-color: #f8f9fa;
}
body.site-main #cookie_consent_container {
  z-index: 99998;
  content: "";
  background-color: rgba(27, 53, 40, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.site-main #cookie_consent_container > #cookie_consent_modal {
  position: fixed;
  z-index: 99999;
  width: 80%;
  min-width: 280px;
  max-width: 350px;
  min-height: 100px;
  max-height: 80%;
  background-color: #f8f9fa;
  color: #1b3528;
  overflow-y: auto;
}
body.site-main #cookie_consent_container #cookie_consent_settings_form {
  width: 80%;
}
body.site-main .intro-container {
  position: relative;
}
body.site-main .intro-container .intro-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  body.site-main .intro-container .intro-content {
    align-content: start !important;
    padding-top: 40px;
  }
}
body.site-main .intro-container .intro-video {
  transform: scale(1.1);
  filter: blur(6px) brightness(0.5);
  object-fit: cover;
  object-position: center;
  height: 100vh;
  min-height: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.site-main .intro-container .xp-display img {
    width: 180px;
  }
}
body.site-main #whatsapp_btn {
  position: relative;
  padding-left: 58px !important;
}
body.site-main #whatsapp_btn::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 0.1rem;
  left: 0.25rem;
  bottom: 0.1rem;
  background-image: url("/resources/img/whatsapp_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.site-main .mid-green-gradient {
  transform: translateY(-1px);
  height: 100px;
  background: linear-gradient(180deg, #1b3528 0%, rgba(255, 255, 255, 0) 100%);
}
body.site-main .wood-texture-design {
  position: relative;
  background-image: url("/resources/img/wood_texture.webp");
  background-size: 300px;
  z-index: 3;
  box-shadow: 0 24px 40px 20px rgba(0, 0, 0, 0.2);
  filter: brightness(0.5);
  height: 35px;
}
@media screen and (min-width: 992px) {
  body.site-main .wood-texture-design {
    height: 50px;
  }
}
body.site-main .img-design-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.site-main .img-design-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: #1b3528;
  transform: scale(1.05);
  clip-path: polygon(100% 0, 100% 100%, 0% 0);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  body.site-main .img-design-wrapper::after {
    content: "";
  }
}
body.site-main .mid-list-container {
  position: relative;
}
body.site-main .mid-list-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/resources/img/wood_pattern.webp");
  background-size: cover;
  background-position-x: left;
  background-position-y: bottom;
  opacity: 0.15;
}
body.site-main #carousel_projects .carousel-caption {
  transition: 0.25s;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}
body.site-main #carousel_projects:hover .carousel-caption {
  transform: scale(1.1);
}
body.site-main .service-item.collapsed {
  width: 100% !important;
}
body.site-main #gallery_preview_container {
  position: relative;
}
body.site-main #gallery_preview_container #gallery_preview_inner_container {
  position: relative;
}
body.site-main #gallery_preview_container #gallery_preview_inner_container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
  background: linear-gradient(-90deg, #f8f9fa 0%, rgba(255, 255, 255, 0) 100%);
  transition: 1s;
}
body.site-main #gallery_preview_container #overflow_design_img {
  opacity: 0;
  transition: opacity 1.2s;
}
body.site-main #gallery_preview_container #gallery_preview_btn {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body.site-main #gallery_preview_container #gallery_preview_btn:hover ~ #gallery_preview_inner_container::after {
  width: 30%;
  opacity: 0.85;
}
body.site-main #gallery_preview_container #gallery_preview_btn:hover ~ #gallery_preview_inner_container #overflow_design_img {
  opacity: 0.15;
}
body.site-main .main-gallery-item {
  overflow: hidden;
  aspect-ratio: 313/235;
}
body.site-main .main-gallery-item > img {
  object-fit: cover;
  display: block;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
