@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #000;
}

a:hover {
  color: #6f9a1b;
  text-decoration: none;
}

span {
  color: inherit;
}

header {
  z-index: 999999999999 !important;
  position: relative !important;
}

.main-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  /* ensures it stays above other elements */
  background: #fff;
  /* or your header background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* optional shadow for depth */
  transition: all 0.3s ease-in-out;
}

.main-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8862745098);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.locations {
  line-height: 25px;
  color: #212224;
}
.locations a {
  color: #181818;
}

.toggle-btn img.close {
  display: none;
}

/* Top Navigation */
.top-nav {
  background-color: #000000;
  padding: 8px 10px;
}

.topnav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topnav-row a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.topnav-row i {
  color: #69921c;
}

/* Main Navigation */
.main-nav {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.mainnav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 17%;
  min-width: 150px;
}

.logo-img {
  max-width: 100%;
  height: auto;
}

/* Desktop Navigation */
nav {
  width: 83%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

nav ul li {
  position: relative;
}

nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

nav ul li a.active {
  color: #69921c;
  font-weight: 500;
}

nav ul li a:hover {
  color: #69921c;
}

/* Dropdown Navigation */
.dropdown-nav > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.desktop-icon {
  font-size: 12px;
  margin-left: 5px;
}

.mobile-icon {
  display: none;
}

.dropdown-col {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 0;
  display: none;
}

.dropdown-nav:hover > .dropdown-col,
.dropdown-nav:focus-within > .dropdown-col {
  display: block;
}

.dropdown-col li {
  display: block;
  width: 100%;
}

.dropdown-col li a {
  padding: 10px 20px;
  white-space: nowrap;
}

.dropdown-col li a:hover {
  background-color: #181818;
  color: #fff;
}

/* Sub Dropdown */
.sub-dropdown-col {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 240px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding: 0;
  display: none;
}

.sub-dropdown-nav:hover > .sub-dropdown-col,
.sub-dropdown-nav:focus-within > .sub-dropdown-col {
  display: block;
}

/* Contact Button */
.request-btn-col {
  padding: 0 0 0 15px;
}

.request-btn {
  background-color: #9dd929;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.request-btn:hover {
  background-color: #000;
}

/* Toggle Button */
.toggle-btn {
  display: none;
  background: #9dd929;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

.toggle-btn img {
  height: 25px;
  width: auto;
}

.toggle-btn .close {
  display: none;
}

/* Mobile Close Button */
.mobile-close-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

@media (max-width: 900px) {
  .top-nav .topnav-row .map {
    display: none;
  }
  .portfolio-title {
    text-align: start !important;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .topnav-row {
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }
  .topnav-row a {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: block;
  }
  .topnav-row span {
    white-space: normal;
  }
  .mainnav-row {
    flex-wrap: wrap;
  }
  .logo {
    width: 70%;
  }
  nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px 20px;
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 999;
  }
  nav.open {
    justify-content: start;
    right: 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  nav ul {
    flex-direction: column;
    width: 100%;
  }
  nav ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }
  nav ul li a {
    padding: 12px 0;
    font-size: 16px;
  }
  .desktop-icon {
    display: none;
  }
  .toggle-btn {
    display: block;
    order: 1;
  }
  .mobile-close-btn {
    display: block;
  }
  .request-btn-col {
    width: 100%;
    padding: 20px 0 0 !important;
  }
  .request-btn {
    display: block;
    text-align: center;
  }
  .mobile-icon {
    display: inline-block;
    margin-left: 10px;
  }
  .dropdown-col,
  .sub-dropdown-col {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    display: none;
    padding-left: 0px !important;
  }
  .dropdown-col li a,
  .sub-dropdown-col li a {
    padding: 10px 15px 10px 15px !important;
    white-space: normal;
    display: flex;
    justify-content: space-between;
  }
  .sub-dropdown-col {
    padding-left: 0px !important;
  }
  .dropdown-nav.active > .dropdown-col,
  .sub-dropdown-nav.active > .sub-dropdown-col {
    display: block !important;
  }
  /* Show mobile toggle indicators */
  .dropdown-nav > a > .mobile-icon,
  .sub-dropdown-nav > a > .mobile-icon {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  /* Rotate icon when active */
  .dropdown-nav.active > a > .mobile-icon,
  .sub-dropdown-nav.active > a > .mobile-icon {
    transform: rotate(45deg);
  }
  /* Hide desktop icons on mobile */
  .desktop-icon {
    display: none;
  }
  /* Style for dropdown parents */
  .dropdown-nav > a,
  .sub-dropdown-nav > a {
    position: relative;
    padding-right: 30px;
  }
  .dropdown-parent .mobile-icon {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .dropdown-nav.active > .dropdown-parent .mobile-icon,
  .sub-dropdown-nav.active > .dropdown-parent .mobile-icon {
    transform: rotate(45deg);
  }
  /* Style for dropdown parents */
  .dropdown-parent {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* Mobile close button styling */
  .mobile-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
  }
  /* Ensure dropdowns are properly styled */
  .dropdown-col,
  .sub-dropdown-col {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .dropdown-nav.active > .dropdown-col,
  .sub-dropdown-nav.active > .sub-dropdown-col {
    max-height: 1000px; /* Adjust based on your content */
  }
}
@media (max-width: 400px) {
  .top-nav .topnav-row {
    justify-content: center;
  }
  .top-nav .topnav-row .email,
  .top-nav .topnav-row .map {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */