:root {
  --cadet-blue: #28bed7;
  --sky-blue: #f7601d;
  --black: #333;
  --white: white;
  --dark-slate-grey: #363795;
  --firebrick: #ba2709;
  --dark-goldenrod: #ba8509;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--cadet-blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--sky-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 5px;
}

.body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.navbar {
  background-color: var(--white);
  height: 8vh;
  padding-left: 1%;
  padding-right: 1%;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  max-height: 7vh;
}

.nav-link {
  text-transform: uppercase;
  border-bottom: 3px solid #009bba00;
  padding: 10px;
  font-size: .9em;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: var(--sky-blue);
  color: var(--cadet-blue);
}

.nav-link.bill {
  color: var(--cadet-blue);
}

.nav-menu {
  z-index: 2;
  align-items: center;
  height: 8vh;
  display: flex;
}

.dropdown-toggle {
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: .9em;
  line-height: 1.2em;
}

.dropdown-toggle:hover {
  color: var(--cadet-blue);
}

.dropdown-list {
  background-color: var(--cadet-blue);
}

.dropdown-link {
  color: var(--black);
  line-height: 1.2em;
}

.dropdown-link:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.nav-call-button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  background-image: url('../images/icons8-phone.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 10px 20px 10px 40px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
}

.nav-call-button:hover {
  background-color: var(--cadet-blue);
}

.nav-call-button.marg {
  margin-bottom: 20px;
}

.hero {
  justify-content: space-between;
  height: 95vh;
  margin-top: 5vh;
  padding: 1%;
  display: flex;
  position: relative;
}

.hero-text-div {
  background-color: var(--cadet-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 25px;
  display: flex;
}

.hero-photo-div {
  object-fit: cover;
  width: 70%;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.small-hero-text {
  color: var(--dark-slate-grey);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.hero-large-text {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.welcome-section {
  justify-content: space-between;
  min-height: 0;
  display: flex;
}

.welcome-photo-1-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.welcome-middle-div {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.welcome-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 25px 25px 5px;
  display: flex;
}

.welcome-logo-icon-div {
  background-color: var(--cadet-blue);
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 30px;
  display: flex;
}

.list-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.welcome-image-div-25 {
  object-fit: cover;
  width: 25%;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-section {
  justify-content: space-between;
  min-height: 0;
  padding: 1%;
  display: flex;
}

.service-wrapper-div {
  background-color: #28bed71a;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.service-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 25px;
  display: flex;
}

.service-block-holder {
  flex-direction: column;
  justify-content: center;
  width: 58%;
  padding: 1%;
  display: flex;
}

.blocks-holder {
  justify-content: space-between;
  height: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.service-block {
  width: 32%;
  position: relative;
  overflow: hidden;
}

.service-photo-div {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-block-text-overlay {
  z-index: 20;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #00000075, #0000 58% 90%);
  justify-content: center;
  align-items: flex-end;
  padding: 10px 10px 20px;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.p-white {
  color: var(--white);
}

.img-icon-white {
  max-width: 100px;
}

.parallax {
  background-image: url('../images/SANTA-FE-PLAZA.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 60vh;
}

.what-to-know-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.what-to-know-wrapper-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-center, .h2-center {
  text-align: center;
}

.tabs {
  width: 100%;
  max-width: none;
  min-height: 300px;
  margin-top: 50px;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.tabs-content {
  width: 70%;
}

.tab-pane {
  height: 100%;
  position: relative;
}

.tab-pane-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-link {
  color: var(--dark-slate-grey);
  background-color: #0000;
  border-bottom: 4px solid #009bba00;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.tab-link:hover {
  background-color: #009bba1a;
  border-bottom-color: #005b6e00;
}

.tab-link.w--current {
  border-bottom-color: var(--dark-slate-grey);
  color: var(--cadet-blue);
  background-color: #0000;
}

.p-center {
  text-align: center;
}

.button {
  background-color: var(--cadet-blue);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--sky-blue);
}

.button.hover-white:hover {
  background-color: var(--white);
  color: var(--cadet-blue);
}

.cta-section {
  background-color: var(--dark-slate-grey);
  justify-content: space-between;
  padding: 50px 50px 30px;
  display: flex;
}

.cta-text {
  width: 70%;
}

.h2-white {
  color: var(--white);
}

.cta-button-holder {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.virtual-tour-section {
  background-image: url('../images/aerial-building.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 0;
  padding: 5%;
  display: flex;
}

.tour-wrapper-div {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.h3-center-white, .h2-center-white, .p-center-white {
  color: var(--white);
  text-align: center;
}

.video-placeholder-div {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-about-div {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-about-div.full-width {
  align-items: stretch;
  width: 25%;
}

.brand-2 {
  margin-bottom: 20px;
}

.map-placeholder {
  background-image: url('../images/Screenshot-2025-08-26-at-9.04.42-AM.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 250px;
  margin-bottom: 0;
}

.contact-div {
  width: 40%;
}

.quick-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.quick-link:hover {
  color: var(--cadet-blue);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  margin-top: 15px;
}

.link {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link:hover {
  color: var(--sky-blue);
}

.footer-text {
  line-height: 1.5em;
}

.inner-header {
  color: var(--dark-slate-grey);
  background-color: #005b6e1a;
  align-items: flex-end;
  padding: 8% 5% 2%;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.breadcrumbs {
  align-items: center;
  padding: 10px 6%;
  display: flex;
}

.breadcrumb {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumb:hover {
  color: var(--cadet-blue);
}

.breadcrumb.current {
  color: var(--black);
}

.bc-arrows {
  margin-left: 10px;
  margin-right: 10px;
}

.inner-page-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.inner-page-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.nav-bg-color {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 10px #0003;
}

.brand-3 {
  z-index: 2;
  margin-top: 5px;
}

.text-block {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1em;
  }

  h4 {
    font-size: 1.5em;
  }

  .navbar {
    height: auto;
  }

  .image {
    max-height: 5vh;
  }

  .nav-menu {
    background-color: var(--white);
    height: auto;
    display: flex;
  }

  .dropdown {
    display: block;
  }

  .nav-call-button {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero {
    height: 600px;
  }

  .hero-text-div {
    width: 40%;
    padding: 15px;
  }

  .hero-photo-div {
    width: 60%;
  }

  .small-hero-text {
    font-size: 1.2em;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .welcome-middle-div {
    width: 50%;
  }

  .welcome-image-div-25 {
    display: none;
  }

  .service-wrapper-div {
    flex-direction: column;
  }

  .service-text-div, .service-block-holder {
    width: 100%;
  }

  .blocks-holder {
    height: 250px;
    margin-bottom: 2%;
  }

  .img-icon-white {
    max-width: 25%;
  }

  .parallax {
    background-attachment: scroll;
    min-height: 35vh;
  }

  .what-to-know-section {
    padding-top: 100px;
    padding-bottom: 5%;
  }

  .tabs {
    margin-top: 0;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-section {
    padding: 5% 5% 10px;
  }

  .virtual-tour-section {
    background-attachment: scroll;
  }

  .video-placeholder-div {
    width: 400px;
    height: 200px;
    margin-top: 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-about-div, .footer-about-div.full-width {
    width: 100%;
  }

  .brand-2 {
    max-width: 250px;
  }

  .map-placeholder {
    min-height: 300px;
  }

  .contact-div {
    width: 100%;
    margin-top: 20px;
  }

  .icon {
    color: var(--cadet-blue);
  }

  .menu-button {
    z-index: 20;
    background-color: var(--white);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .inner-header {
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    margin-bottom: 10px;
  }

  .hero {
    height: 400px;
  }

  .hero-text-div {
    width: 60%;
  }

  .hero-photo-div {
    width: 40%;
  }

  .small-hero-text {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .hero-large-text {
    font-size: 2em;
  }

  .welcome-text-div {
    height: 80%;
  }

  .welcome-logo-icon-div {
    height: 20%;
  }

  .blocks-holder {
    height: 200px;
  }

  .service-block-text-overlay {
    font-size: 1.2em;
  }

  .img-icon-white {
    max-width: 20%;
  }

  .parallax {
    min-height: 30vh;
  }

  .what-to-know-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs {
    min-height: 325px;
  }

  .tab-pane-div {
    padding-left: 5%;
  }

  .tab-link {
    font-size: 1.2em;
  }

  .cta-section {
    flex-direction: column;
    padding-bottom: 5%;
  }

  .cta-text {
    width: 100%;
  }

  .cta-button-holder {
    justify-content: flex-start;
    width: 100%;
  }

  .tour-wrapper-div {
    padding: 30px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-header {
    padding-top: 12%;
    font-size: 2em;
  }

  .breadcrumb {
    font-size: .9em;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/aerial-building.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0%;
  }

  .hero-text-div {
    background-color: #005b6ecf;
    width: 100%;
  }

  .hero-photo-div {
    display: none;
  }

  .small-hero-text {
    color: var(--cadet-blue);
  }

  .hero-large-text {
    color: var(--white);
  }

  .welcome-section {
    flex-direction: column;
  }

  .welcome-photo-1-div, .welcome-middle-div {
    width: 100%;
  }

  .welcome-logo-icon-div {
    height: 25%;
  }

  .services-section {
    padding: 0%;
  }

  .service-wrapper-div {
    padding-right: 0;
  }

  .service-text-div {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .blocks-holder {
    flex-direction: column;
    height: auto;
  }

  .service-block {
    width: 100%;
    height: 250px;
    margin-bottom: 1%;
  }

  .img-icon-white {
    max-width: 25%;
  }

  .parallax {
    min-height: 25vh;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    min-height: 325px;
  }

  .tab-pane-div {
    padding-top: 20px;
    padding-left: 0%;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .tab-link.w--current {
    padding-left: 0;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .virtual-tour-section {
    padding: 0%;
  }

  .tour-wrapper-div {
    padding: 50px 5%;
  }

  .video-placeholder-div {
    width: 100%;
    height: auto;
  }

  .map-placeholder {
    min-height: 250px;
  }

  .inner-header {
    padding-top: 22%;
  }

  .text-block {
    color: var(--white);
  }
}


