/*
Theme Name: Richfolds
Theme URI: https://richfolds.com
Author: Richfolds
Author URI: https://richfolds.com
Description: Main WordPress theme for Richfolds.
Version: 2.1.15
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: richfolds
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
  --richfolds-h2-size: clamp(2rem, 4.2vw, 3.25rem);
  --rf-global-cta-overlap: 30px;
  --rf-global-cta-footer-top-padding: clamp(2rem, 4vw, 3rem);
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background: #fff;
}
a { color: #0b5563; }
img { max-width: 100%; display: block; }
h2 { font-size: var(--richfolds-h2-size); }

.site-wrap { max-width: 1080px; margin: 0 auto; padding: 1.25rem 1rem; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
.navbar > .container { max-width: var(--richfolds-header-max-width, 1280px); }

body.admin-bar .navbar { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .navbar { top: 46px; }
}

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.navbar--classic {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.navbar--style2 {
  position: absolute;
  top: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 2px 5px #0003;
}

.navbar--style2.scrolled {
  position: fixed;
  top: 0;
  background: var(--richfolds-sticky-header-bg, #ffffff);
  border-bottom-color: #e5e7eb;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.announcement-bar { width: 100%; background: #2f5f1d; color: #fff; text-align: center; max-height: 160px; overflow: hidden; transition: max-height .25s ease, opacity .25s ease, padding .25s ease; padding: .5rem 1rem; }
.announcement-bar__text { margin: 0; font-size: .92rem; line-height: 1.4; display: flex; align-items: center; justify-content: center; gap: 15px; flex-wrap: wrap; }
.announcement-bar__text > div,
.announcement-bar__text > p,
.announcement-bar__text > span { display: flex; align-items: center; justify-content: center; gap: 15px; flex-wrap: wrap; width: 100%; }
.announcement-bar__text p { margin: 0; }
.announcement-bar__text a { display: inline-flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; }
.announcement-bar__text a:hover,
.announcement-bar__text a:focus { text-decoration: underline; }
.announcement-bar__text img { flex-shrink: 0; }
.announcement-bar__text .rf-top-txt-address,
.announcement-bar__text .rf-top-txt-phone { display: inline; }
.navbar--style2.scrolled .announcement-bar { max-height: 0; opacity: 0; padding: 0; }

.nav-content { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 1rem; }
.logo { flex-shrink: 0; }
.logo a { text-decoration: none; font-size: 1.5rem; font-weight: 700; color: #0b5563; }
.logo img,
.logo .custom-logo {
  width: min(var(--richfolds-logo-width, 150px), 100%);
  max-width: 100%;
  height: auto;
  max-height: none;
}

.nav-actions {
  margin-left: auto;
  display: none;
  align-items: center;
  gap: 0;
}

.nav-links { display: none; list-style: none; gap: 1.4rem; margin: 0; padding: 0; }
.navbar--compact .nav-links { gap: .8rem; }
.nav-link { text-decoration: none; font-weight: 500; color: #374151; }
.nav-link:hover, .nav-link:focus { color: #0b5563; }

.nav-links .menu-item { position: relative; }
.nav-links .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  padding: .45rem;
  list-style: none;
  margin: .35rem 0 0;
  z-index: 1100;
}
.nav-links .sub-menu .sub-menu { left: 100%; top: 0; }
.nav-links .menu-item:hover > .sub-menu,
.nav-links .menu-item:focus-within > .sub-menu { display: block; }
.nav-links .sub-menu a { color: #1f2937; display: block; padding: .45rem .6rem; border-radius: .35rem; }
.nav-links .sub-menu a:hover { background: #f3f4f6; color: #0b5563; }

.nav-btn {
  display: none;
  background: #0b5563;
  color: #fff;
  text-decoration: none;
  padding: .6rem 1.1rem;
  border-radius: .5rem;
  font-weight: 600;
}
.nav-btn:hover { background: #0e7490; color: #fff; }

.mobile-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  border-radius: .5rem;
  background: #fff;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
}
.mobile-menu-icon { line-height: 0; color: #374151; }
.mobile-menu-icon svg { width: 22px; height: 22px; }
.mobile-menu-icon--close { display: none; }
.mobile-menu-btn.active .mobile-menu-icon--open { display: none; }
.mobile-menu-btn.active .mobile-menu-icon--close { display: inline-flex; }

.mobile-menu,
.mobile-menu-cta-wrap {
  display: none;
  list-style: none;
  margin: 0;
  padding: .75rem 0 1rem;
  border-top: 1px solid #e5e7eb;
}
.mobile-menu.active,
.mobile-menu-cta-wrap.active { display: block; }
.mobile-link {
  display: block;
  text-decoration: none;
  color: #374151;
  padding: .7rem .8rem;
  border-radius: .45rem;
}
.mobile-link:hover { background: #f3f4f6; color: #0b5563; }
.mobile-link--button {
  background: #0b5563;
  color: #fff;
  margin-top: .25rem;
  text-align: center;
  font-weight: 600;
}

.mobile-menu .sub-menu {
  display: block;
  list-style: none;
  margin: .25rem 0 .5rem .65rem;
  padding: 0 0 0 .5rem;
  border-left: 2px solid #d1d5db;
}
.mobile-menu .sub-menu a {
  display: block;
  padding: .45rem .6rem;
  color: #4b5563;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-background,
.hero-background img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay-half {
  position: absolute;
  inset: 0;
  width: 60%;
  background: linear-gradient(to right, rgba(11,85,99,.95), rgba(11,85,99,.78), rgba(11,85,99,0));
}
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 5rem 0; }
.hero-title { color: #fff; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.15; margin: 0 0 1rem; }
.hero-subtitle { color: rgba(255,255,255,.95); font-size: 1.15rem; margin: 0 0 1.5rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: .8rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: .5rem; padding: .85rem 1.2rem; text-decoration: none; font-weight: 600; }
.btn-primary { background: #fff; color: #0b5563; }
.btn-secondary { border: 2px solid #fff; color: #fff; }

.section { padding: 4.5rem 0; }
.section-gray { background: #f9fafb; }
.section-header { text-align: center; max-width: 820px; margin: 0 auto 2rem; }
.section-title { margin: 0 0 1rem; font-size: var(--richfolds-h2-size); line-height: 1.2; }
.section-title.center { text-align: center; }
.grid-2 { display: grid; gap: 2rem; }
.feature-list { padding-left: 1rem; }
.image-wrapper { border-radius: 1rem; overflow: hidden; box-shadow: 0 18px 34px rgba(0,0,0,.15); }

.services-grid { display: grid; gap: 1.2rem; }
.service-card { background: #fff; border: 1px solid #eef0f3; border-radius: .9rem; padding: 1.5rem; box-shadow: 0 10px 16px rgba(0,0,0,.06); }
.service-card h3 { margin-top: 0; }

.contact-grid { display: grid; gap: 1.2rem; }
.contact-card { background: #fff; border: 1px solid #eef0f3; border-radius: .9rem; padding: 1.25rem; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rf-global-cta {
  --rf-global-cta-brand: #268b8a;
  --rf-global-cta-button: #161b22;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: clamp(5rem, 8vw, 6rem) 1.5rem 0;
  margin-bottom: calc(var(--rf-global-cta-overlap) * -1);
  isolation: isolate;
}

.rf-global-cta,
.rf-global-cta * {
  box-sizing: border-box;
}

.rf-global-cta__frame {
  width: min(100%, 1400px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.rf-global-cta__banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(22rem, 32vw, 26.25rem);
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--rf-global-cta-brand);
  box-shadow: 0 20px 40px -10px rgba(38, 139, 138, 0.3);
  isolation: isolate;
}

.rf-global-cta__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  max-width: 55%;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem);
}

.rf-global-cta__title {
  display: grid;
  gap: 0.08em;
  margin: 0 0 2.5rem;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: var(--richfolds-h2-size);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rf-global-cta__title-line {
  display: block;
}

.rf-global-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
  border-radius: 9999px;
  background: var(--rf-global-cta-button);
  color: #ffffff;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s ease;
}

.rf-global-cta__button:hover,
.rf-global-cta__button:focus {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(22, 27, 34, 0.4);
}

.rf-global-cta__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: #ffffff;
  color: var(--rf-global-cta-button);
  transition: transform 0.35s ease;
}

.rf-global-cta__button-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.rf-global-cta__button:hover .rf-global-cta__button-icon,
.rf-global-cta__button:focus .rf-global-cta__button-icon {
  transform: rotate(45deg);
}

.rf-global-cta__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
}

.rf-global-cta__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.rf-global-cta__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, var(--rf-global-cta-brand) 0%, transparent 25%);
  pointer-events: none;
}

.rf-global-cta__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.rf-global-cta + .site-footer--style-1 {
  padding-top: calc(clamp(3rem, 6vw, 4.75rem) + var(--rf-global-cta-overlap) + var(--rf-global-cta-footer-top-padding));
}

.rf-global-cta + .site-footer--style-2 {
  padding-top: calc(clamp(3.25rem, 6vw, 5rem) + var(--rf-global-cta-overlap) + var(--rf-global-cta-footer-top-padding));
}

.rf-global-cta + .site-footer--style-3 {
  padding-top: calc(clamp(3rem, 6vw, 4.75rem) + var(--rf-global-cta-overlap) + var(--rf-global-cta-footer-top-padding));
}

.rf-back-to-top {
  position: fixed;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 9999px;
  background: #268b8a;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(5, 30, 40, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem) scale(0.92);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.rf-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.rf-back-to-top:hover,
.rf-back-to-top:focus-visible {
  background: #161b22;
  transform: translateY(-2px) scale(1);
  outline: none;
}

.rf-back-to-top svg {
  width: 1.15rem;
  height: 1.15rem;
}

.site-footer {
  width: 100%;
  position: relative;
}
.site-footer__frame {
  max-width: min(100%, 1380px);
  margin: 0 auto;
}
.site-footer--style-1 {
  padding: clamp(3rem, 6vw, 4.75rem) 0 2rem;
  background: radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 26%), linear-gradient(180deg, #11213d 0%, var(--richfolds-footer-bg, #1f4b68) 100%);
  color: #e2e8f0;
}
.site-footer--style-1 .site-footer__frame,
.site-footer--style-3 .site-footer__frame {
  max-width: min(100%, var(--richfolds-footer-max-width, 1280px));
}
.site-footer--style-2 {
  padding: clamp(3.25rem, 6vw, 5rem) 0 2rem;
  background: #e7f6ff;
  color: #111827;
}
.site-footer--style-3 {
  padding: clamp(3rem, 6vw, 4.75rem) 0 2rem;
  background: linear-gradient(180deg, #152238 0%, var(--richfolds-footer-bg, #1f4b68) 100%);
  color: #f8fafc;
}
.site-footer--style-2 .site-footer__top {
  display: grid;
  gap: clamp(2rem, 4vw, 5rem);
  padding-bottom: 3rem;
}
.site-footer--style-2 .site-footer__brand,
.site-footer--style-2 .site-footer__column {
  min-width: 0;
}
.site-footer--style-2 .site-footer__brand {
  display: grid;
  align-content: start;
  gap: 1.5rem;
}
.site-footer--style-2 .site-footer__logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  text-decoration: none;
}
.site-footer--style-2 .site-footer__logo-image--custom {
  max-width: 220px;
}
.site-footer__logo-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-footer--style-2 .site-footer__logo-text,
.site-footer--style-2 .site-footer__logo-fallback {
  margin: 0;
  color: #111827;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}
.site-footer--style-2 .site-footer__brand-copy {
  margin: 0;
  color: #64748b;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.6;
  max-width: 27ch;
}
.site-footer--style-2 .site-footer__highlights,
.site-footer--style-2 .site-footer__menu,
.site-footer--style-2 .site-footer__social,
.site-footer--style-2 .site-footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer--style-2 .site-footer__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
}
.site-footer--style-2 .site-footer__highlight {
  display: inline-flex;
  align-items: center;
  color: #7c8aa5;
  font-size: .95rem;
  line-height: 1.4;
}
.site-footer--style-2 .site-footer__title {
  margin: 0;
  color: #111827;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.25;
}
.site-footer--style-2 .site-footer__menu {
  display: grid;
  gap: 1rem;
  padding-top: 1.4rem;
}
.site-footer--style-2 .site-footer__menu a {
  color: #111827;
  font-size: 1rem;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
.site-footer--style-2 .site-footer__menu a:hover,
.site-footer--style-2 .site-footer__menu a:focus {
  color: #1f4ed8;
}
.site-footer--style-2 .site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.35rem;
  border-top: 1px solid #e5e7eb;
}
.site-footer--style-2 .site-footer__legal {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.site-footer--style-2 .site-footer__copyright,
.site-footer--style-2 .site-footer__legal a {
  color: #475569;
  font-size: .98rem;
  line-height: 1.5;
  text-decoration: none;
}
.site-footer--style-2 .site-footer__legal a:hover,
.site-footer--style-2 .site-footer__legal a:focus {
  color: #111827;
}
.site-footer--style-2 .site-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .7rem;
}
.site-footer--style-2 .site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: #111827;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease, opacity .2s ease;
}
.site-footer--style-2 .site-footer__social-link:hover,
.site-footer--style-2 .site-footer__social-link:focus {
  color: #1f4ed8;
  transform: translateY(-1px);
}
.site-footer--style-2 .site-footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer--style-2 .site-footer__social-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.site-footer-classic {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 1.6rem;
  background: rgba(5, 12, 27, .28);
  box-shadow: 0 24px 56px rgba(2,6,23,.22);
  backdrop-filter: blur(10px);
}
.site-footer-classic__top {
  display: grid;
  gap: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-footer-classic__brand,
.site-footer-classic__column {
  min-width: 0;
}
.site-footer-classic__brand {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.site-footer-classic__logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 210px;
  text-decoration: none;
}
.site-footer-classic__logo-fallback {
  color: #ffffff;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}
.site-footer-classic__tagline {
  margin: 0;
  color: rgba(226,232,240,.8);
  font-size: 1rem;
  line-height: 1.7;
}
.site-footer-classic__title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}
.site-footer-classic__menu,
.site-footer-classic__contact,
.site-footer-classic__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-classic__menu,
.site-footer-classic__contact {
  display: grid;
  gap: .8rem;
}
.site-footer-classic__menu a,
.site-footer-classic__contact a,
.site-footer-classic__contact span {
  color: rgba(226,232,240,.82);
  text-decoration: none;
  line-height: 1.55;
}
.site-footer-classic__menu a:hover,
.site-footer-classic__menu a:focus,
.site-footer-classic__contact a:hover,
.site-footer-classic__contact a:focus {
  color: #ffffff;
}
.site-footer-classic__social {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.site-footer-classic__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}
.site-footer-classic__social-link:hover,
.site-footer-classic__social-link:focus {
  transform: translateY(-1px);
  background: rgba(255,255,255,.16);
}
.site-footer-classic__social-icon,
.site-footer-classic__social-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.site-footer-classic__bottom {
  padding-top: 1.25rem;
  color: rgba(226,232,240,.86);
}
.site-footer-classic__bottom a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer-contrast {
  padding: clamp(1.75rem, 3vw, 2.8rem);
  border-radius: 1.8rem;
  background: rgba(3, 9, 22, .24);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 56px rgba(2,6,23,.3);
}
.site-footer-contrast__top {
  display: grid;
  gap: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-footer-contrast__brand {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.site-footer-contrast__logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  text-decoration: none;
}
.site-footer-contrast__logo-fallback {
  color: #ffffff;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}
.site-footer-contrast__copy {
  margin: 0;
  color: rgba(248,250,252,.78);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 34ch;
}
.site-footer-contrast__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.9rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.site-footer-contrast__button:hover,
.site-footer-contrast__button:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(255,255,255,.12);
}
.site-footer-contrast__menus {
  display: grid;
  gap: 1.5rem;
}
.site-footer-contrast__column,
.site-footer-contrast__menu {
  min-width: 0;
}
.site-footer-contrast__title {
  margin: 0 0 .95rem;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}
.site-footer-contrast__menu,
.site-footer-contrast__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-contrast__menu {
  display: grid;
  gap: .82rem;
}
.site-footer-contrast__menu a {
  color: rgba(248,250,252,.78);
  text-decoration: none;
  line-height: 1.5;
}
.site-footer-contrast__menu a:hover,
.site-footer-contrast__menu a:focus {
  color: #ffffff;
}
.site-footer-contrast__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}
.site-footer-contrast__bottom-text {
  color: rgba(248,250,252,.76);
  font-size: .95rem;
  line-height: 1.6;
}
.site-footer-contrast__social {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.site-footer-contrast__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255,255,255,.08);
  transition: transform .2s ease, background-color .2s ease;
}
.site-footer-contrast__social-link:hover,
.site-footer-contrast__social-link:focus {
  transform: translateY(-1px);
  background: rgba(255,255,255,.16);
}
.site-footer-contrast__social-icon,
.site-footer-contrast__social-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.site-content--full { width: 100%; padding: 1.25rem 1rem; }
.site-content--constrained { width: min(100%, var(--richfolds-page-max-width, 1080px)); margin-inline: auto; }
.site-content--full__header h1 { margin: 0 0 1rem; font-size: 2rem; }

article {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .container { padding: 0 1.5rem; }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer--style-2 .site-footer__top {
    grid-template-columns: minmax(320px, 1.55fr) repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .site-footer-classic__top {
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .site-footer-contrast__top {
    grid-template-columns: minmax(260px, 1.15fr) minmax(0, 2fr);
    align-items: start;
  }
  .site-footer-contrast__menus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nav-actions { display: flex; }
  .nav-links { display: flex; margin: 0; }
  .nav-cta--desktop { display: flex; }
  .nav-btn--desktop { display: inline-flex; }
  .mobile-menu-btn,
  .mobile-menu,
  .mobile-menu-cta-wrap { display: none !important; }
}

@media (max-width: 767px) {
  .hero-overlay-half { width: 100%; background: linear-gradient(to bottom, rgba(11,85,99,.92), rgba(11,85,99,.8)); }

  .announcement-bar {
    max-height: 220px;
    padding: .65rem 1rem;
  }

  .announcement-bar__text,
  .announcement-bar__text > div,
  .announcement-bar__text > p,
  .announcement-bar__text > span {
    gap: 10px;
  }

  .announcement-bar__text .rf-top-txt-address,
  .announcement-bar__text .rf-top-txt-phone {
    white-space: normal;
    text-align: center;
  }

  .navbar--style2,
  .navbar--style2.scrolled {
    position: sticky;
    top: 0;
    background: var(--richfolds-sticky-header-bg, #ffffff);
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
  }

  body .navbar--style2:not(.scrolled) .logo a,
  body .navbar--style2:not(.scrolled) .nav-link,
  body .navbar--style2:not(.scrolled) .mobile-menu-icon,
  body .navbar--style2:not(.scrolled) .submenu-toggle,
  body .navbar--style2.scrolled .logo a,
  body .navbar--style2.scrolled .nav-links > .menu-item > .nav-link,
  body .navbar--style2.scrolled .mobile-menu-icon,
  body .navbar--style2.scrolled .submenu-toggle {
    color: var(--richfolds-sticky-header-text, #1f2937);
  }

  body .navbar--style2:not(.scrolled) .mobile-menu-btn,
  body .navbar--style2.scrolled .mobile-menu-btn {
    background: #ffffff;
    border-color: #d1d5db;
  }

  body .navbar--style2:not(.scrolled) .nav-btn,
  body .navbar--style2.scrolled .nav-btn {
    background: #0b5563;
    border: 1px solid #0b5563;
    color: #ffffff;
  }

  .mobile-menu,
  .mobile-menu-cta-wrap {
    background: var(--richfolds-sticky-header-bg, #ffffff);
  }

  .mobile-menu.active {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

.navbar--style2:not(.scrolled) .logo a,
.navbar--style2:not(.scrolled) .nav-link,
.navbar--style2:not(.scrolled) .mobile-menu-icon { color: #ffffff; }

.navbar--style2:not(.scrolled) .nav-btn { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.65); color: #fff; }
.navbar--style2:not(.scrolled) .mobile-menu-btn { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.65); }

.navbar--classic .logo a,
.navbar--classic .nav-link,
.navbar--classic .mobile-menu-icon { color: #1f2937; }

.navbar--style2 .nav-links > .menu-item-has-children {
  position: relative;
  padding-bottom: 1.1rem;
  margin-bottom: -1.1rem;
}
.navbar--style2 .nav-links > .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 100%;
  height: 1.35rem;
}
.navbar--style2 .nav-links > .menu-item-has-children > .submenu-panel {
  left: 50%;
  top: 100%;
  margin: 0;
  transform: translateX(-50%);
  min-width: 520px;
  max-width: min(560px, calc(100vw - 2rem));
  padding: 1.15rem 1.45rem 1.1rem;
  border: 0;
  border-radius: 1.4rem;
  box-shadow: 0 22px 44px rgba(15, 23, 42, .18);
}
.navbar--style2 .nav-links > .menu-item-has-children > .submenu-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,.98);
}
.navbar--style2 .nav-links > .menu-item-has-children > .submenu-panel > li {
  position: relative;
  z-index: 1;
}
.navbar--style2 .submenu-panel__header {
  margin-bottom: .65rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #d7dde5;
  list-style: none;
}
.navbar--style2 .submenu-panel__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--richfolds-submenu-text, #24303c);
}
.navbar--style2 .submenu-panel > .menu-item {
  list-style: none;
}
.navbar--style2 .submenu-panel > .menu-item:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.navbar--style2 .submenu-panel > .menu-item > a {
  padding: .85rem 1rem;
  border-radius: .8rem;
  font-size: 1rem;
  letter-spacing: .03em;
}
.navbar--style2 .submenu-panel > .menu-item > a:hover,
.navbar--style2 .submenu-panel > .menu-item > a:focus {
  background: #f3f5f7;
}

.nav-actions {
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-cta--desktop {
  display: none;
  flex-shrink: 0;
  margin-left: 1rem;
}

.nav-links {
  align-items: center;
}

.nav-content--menu-center .nav-actions {
  margin-left: 0;
  justify-content: center;
}

.nav-content--menu-center .nav-links {
  justify-content: center;
}


@media (min-width: 768px) {
  .nav-cta--desktop {
    display: flex;
  }
}

.navbar--style2 .submenu-panel a,
.navbar--style2 .submenu-panel .nav-link {
  color: var(--richfolds-submenu-text, #1f2937);
}

.navbar--style2 .submenu-panel a:hover,
.navbar--style2 .submenu-panel a:focus,
.navbar--style2 .submenu-panel .nav-link:hover,
.navbar--style2 .submenu-panel .nav-link:focus {
  color: #0b5563;
}
.navbar--style2.scrolled .logo a,
.navbar--style2.scrolled .nav-links > .menu-item > .nav-link,
.navbar--style2.scrolled .mobile-menu-icon,
.navbar--style2.scrolled .submenu-toggle {
  color: var(--richfolds-sticky-header-text, #1f2937);
}

.navbar--style2.scrolled .nav-links > .menu-item > .nav-link:hover,
.navbar--style2.scrolled .nav-links > .menu-item > .nav-link:focus,
.navbar--style2.scrolled .logo a:hover,
.navbar--style2.scrolled .logo a:focus,
.navbar--style2.scrolled .submenu-toggle:hover,
.navbar--style2.scrolled .submenu-toggle:focus {
  color: var(--richfolds-sticky-header-text, #1f2937);
  opacity: .82;
}
.nav-links .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.submenu-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform .2s ease;
  transform-origin: center;
}

.submenu-indicator svg {
  width: .95rem;
  height: .95rem;
}

.nav-links .menu-item-has-children:hover > a .submenu-indicator,
.nav-links .menu-item-has-children:focus-within > a .submenu-indicator {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .site-footer--style-2 {
    padding: 2.5rem 0 1.75rem;
  }
  .site-footer--style-1,
  .site-footer--style-3 {
    padding: 2.4rem 0 1.75rem;
  }
  .site-footer--style-2 .site-footer__top {
    gap: 2rem;
    padding-bottom: 2.2rem;
  }
  .site-footer--style-2 .site-footer__logo-link {
    max-width: 100%;
  }
  .site-footer--style-2 .site-footer__brand-copy,
  .site-footer--style-2 .site-footer__copyright {
    font-size: .96rem;
  }
  .site-footer--style-2 .site-footer__highlights {
    gap: .8rem 1rem;
  }
  .site-footer--style-2 .site-footer__highlight {
    font-size: .9rem;
  }
  .site-footer--style-2 .site-footer__title {
    font-size: 1.08rem;
  }
  .site-footer--style-2 .site-footer__menu {
    gap: .72rem;
    padding-top: 1rem;
  }
  .site-footer--style-2 .site-footer__menu a {
    font-size: .98rem;
  }
  .site-footer--style-2 .site-footer__bottom {
    justify-content: center;
    text-align: center;
  }
  .site-footer--style-2 .site-footer__legal {
    justify-content: center;
  }
  .site-footer--style-2 .site-footer__social {
    justify-content: center;
    width: 100%;
  }
  .site-footer-classic,
  .site-footer-contrast {
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .site-footer-classic__top,
  .site-footer-contrast__top {
    gap: 1.5rem;
  }
  .site-footer-classic__logo-link,
  .site-footer-contrast__logo-link {
    max-width: 100%;
  }
  .site-footer-contrast__menus {
    gap: 1.2rem;
  }
  .site-footer-classic__bottom,
  .site-footer-contrast__bottom {
    justify-content: center;
    text-align: center;
  }
  .site-footer-contrast__social,
  .site-footer-classic__social {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .rf-global-cta__banner {
    align-items: flex-start;
    min-height: 34rem;
  }

  .rf-global-cta__content {
    max-width: 100%;
    padding: 4rem 3rem 18rem;
  }

  .rf-global-cta__visual {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
  }

  .rf-global-cta__image-wrap::before {
    background: linear-gradient(to bottom, var(--rf-global-cta-brand) 0%, transparent 35%);
  }
}

@media (max-width: 767px) {
  :root {
    --rf-global-cta-footer-top-padding: 2rem;
  }

  .rf-global-cta {
    padding: 4rem 1rem 0;
  }

  .rf-global-cta__banner {
    min-height: 31rem;
    border-radius: 1rem;
  }

  .rf-global-cta__content {
    padding: 3rem 2rem 15rem;
  }

  .rf-global-cta__title {
    margin-bottom: 2rem;
  }

  .rf-global-cta__button {
    gap: 1rem;
    padding-left: 1.4rem;
    font-size: 0.98rem;
  }

  .rf-global-cta + .site-footer--style-2 {
    padding-top: calc(2.5rem + var(--rf-global-cta-overlap) + var(--rf-global-cta-footer-top-padding));
  }

  .rf-global-cta + .site-footer--style-1,
  .rf-global-cta + .site-footer--style-3 {
    padding-top: calc(2.4rem + var(--rf-global-cta-overlap) + var(--rf-global-cta-footer-top-padding));
  }
}
