@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  color: #333333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
}

.site-header .navbar {
  background-color: #1B2A4A;
  padding: 1rem 0;
}
.site-header .navbar-brand {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.site-header .navbar-brand:hover {
  color: #FFFFFF;
}
.site-header .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  transition: opacity 0.2s;
}
.site-header .nav-link:hover, .site-header .nav-link.active {
  color: #FFFFFF;
  opacity: 0.8;
}

.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.hero__overlay {
  min-height: 500px;
  background: linear-gradient(to bottom, rgba(27, 42, 74, 0.4), rgba(27, 42, 74, 0.3), #1B2A4A);
  padding: 5rem 1rem;
}
.hero__title {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -1px;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .hero__title {
    font-size: 2rem;
  }
}
.hero__subtitle {
  font-size: 1.125rem;
  color: #A1A1AA;
  margin-top: 1rem;
}

.btn-cta-primary {
  background-color: #FF8400;
  color: #1B2A4A;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  transition: background-color 0.2s, transform 0.15s;
}
.btn-cta-primary:hover {
  background-color: rgb(214.2, 110.88, 0);
  color: #1B2A4A;
  transform: translateY(-1px);
}

.btn-cta-outline {
  background: transparent;
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 2px solid #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s, transform 0.15s;
}
.btn-cta-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.services-section {
  background-color: #F5F5F5;
  padding: 3.75rem 2rem;
}
@media (max-width: 767.98px) {
  .services-section {
    padding: 2.5rem 1rem;
  }
}
.services-section__title {
  font-weight: 800;
  font-size: 2rem;
  color: #1B2A4A;
  letter-spacing: -0.5px;
}

.service-card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
  transition: box-shadow 0.2s;
}
.service-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.service-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(27, 42, 74, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B2A4A;
}
.service-card__title {
  font-family: "Outfit", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B2A4A;
}
.service-card__desc {
  font-size: 0.875rem;
  color: #71717A;
  line-height: 1.5;
  margin: 0;
}
.service-card__link {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1B2A4A;
  text-decoration: none;
  margin-top: auto;
}
.service-card__link:hover {
  text-decoration: underline;
}

.property-section {
  background: #FFFFFF;
  padding: 3.75rem 5rem;
}
@media (max-width: 991.98px) {
  .property-section {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .property-section {
    padding: 2.5rem 1rem;
  }
}
.property-section__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  color: #1B2A4A;
}
@media (max-width: 767.98px) {
  .property-section__title {
    font-size: 1.75rem;
  }
}
.property-section__desc {
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1rem;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231B2A4A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.check-list--light li {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.9375rem;
}
.check-list--light li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FF8400' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.commercial-section {
  background-color: #1B2A4A;
}
.commercial-section__content {
  padding: 3.75rem 5rem;
}
@media (max-width: 991.98px) {
  .commercial-section__content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .commercial-section__content {
    padding: 2.5rem 1rem;
  }
}
.commercial-section__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .commercial-section__title {
    font-size: 1.5rem;
  }
}
.commercial-section__img {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  height: 100%;
}

.commercial-section__img:before
{
  content: ' ';
  display: inline-block;
  background: linear-gradient(90deg,rgb(27, 42, 74) 0%, rgba(27, 42, 74, 0.1) 100%);
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.areas-section {
  background-color: #F5F5F5;
  padding: 3.75rem 5rem;
}
@media (max-width: 991.98px) {
  .areas-section {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .areas-section {
    padding: 2.5rem 1rem;
  }
}
.areas-section__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
  color: #1B2A4A;
  line-height: 1.2;
}
.areas-section__county {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #1B2A4A;
  margin-bottom: 0.5rem;
}
.areas-section__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.areas-section__phone {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.areas-section__phone-number {
  font-weight: 800;
  font-size: 1.75rem;
  color: #1B2A4A;
  text-decoration: none;
}
.areas-section__phone-number:hover {
  color: #FF8400;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.area-list li {
  font-size: 0.875rem;
  color: #555555;
  padding: 0.25rem 0;
}
.area-list li::before {
  content: "• ";
}

.site-footer {
  background-color: #1B2A4A;
  padding: 1.875rem 5rem;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 1.875rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 1.5rem 1rem;
  }
  .commercial-section__img {
    display: none;
  }
}
.site-footer__nav a {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer__nav a:hover {
  opacity: 0.7;
  color: #FFFFFF;
}
.site-footer__divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 1.25rem 0;
}
.site-footer__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
.site-footer__logo {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #FFFFFF;
  letter-spacing: 2px;
}
