/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
*/

@charset "UTF-8";
/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
*/
/* Roboto - Light */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf");
}
/* Roboto - Reg */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf");
}
/* Roboto - Medium */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf");
}
/* Roboto - SemiBold */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Roboto-SemiBold.ttf");
}
/* Roboto - Bold */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf");
}
:root {
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Roboto, system-ui, -apple-system, Arial, sans-serif;
  --bs-font-monospace: Roboto, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.text-blue {
  color: #2f5aae;
}

.text-gray {
  color: #838383;
  font-weight: 300;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight:
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  color: #7a7a7a;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

header {
  padding-top: 4rem;
  padding-bottom: 10rem;
  margin-top: 150px;
}

.page-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.bg-gradient {
  background-image: url("../images/About-us.jpg") !important;
  background-position: bottom;
}

.bg-footer {
  padding: 10rem;
  background-image: url(../images/Blue-house-contact.jpg) !important;
  background-size: cover;
  background-position: center;
}

.bg-mission {
  background-image: url("../images/BLUE-HOUSE-VISION.jpg") !important;
  background-position: center right;
  background-size: cover;
}

.underline-none {
  text-decoration: none !important;
}

.bg-offer {
  background-image: url("../images/Blue-House-Website-about-1.jpg") !important;
  background-position: center right;
  background-size: cover;
}

.bg-darkblue {
  background-color: #113751;
}

.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

html {
  scroll-padding-top: 148px;
}

header {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

#logo {
  max-width: 205px;
  width: 100%;
  height: auto;
}

.brand-image {
  width: auto;
  height: auto;
  text-align: center;
  max-height: 108px;
  max-width: 160px;
}

.footer-image {
  max-width: 101px;
  width: 100%;
  height: auto;
}

.w-full {
  width: 100%;
}

#mainNav {
  border-bottom: 1.5px;
  border-color: #2f5aae;
  background-color: white;
  padding-top: 2rem;
  padding-block: 2rem;
  border-style: solid;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: #2f5aae !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
}

@media (max-width: 992px) {
  .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #navbarResponsive {
    padding-top: 50px;
  }
}
.bg-lightgray {
  background-color: #F6F6F6;
}

.navbar-nav {
  gap: 20px;
}

ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 0;
  /* Adjust padding if necessary */
}

ul li::before {
  content: "›";
  /* Right chevron character */
  color: #2f5aae;
  /* Change color if needed */
  font-size: 1.4em;
  /* Adjust size */
  font-weight: bold;
  /* Make it stand out */
  margin-right: 8px;
  /* Space between the chevron and text */
}

ul li.nav-item::before {
  content: none !important;
}
