:root {
  --primary: #7689A9;
  --primary-dark: #6f85a8;
  --dark: #1f1f22;
  --muted: #59606a;
  --light-bg: #f3f6fb;
  --footer: #020b24;
  --serif: "Recoleta", "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", Arial, sans-serif;
  --header-height: 110px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--dark);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.container {
  max-width: 1720px;
}

.section {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  color: #fff;
  font-size: 86px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 34px;
}

p {
  margin: 0 0 18px;
}

.btn {
  --bs-btn-border-radius: 0;
  min-width: 188px;
  padding: 18px 29px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-active-bg: var(--primary-dark);
  --bs-btn-active-border-color: var(--primary-dark);
}

.btn-light {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: var(--primary-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
}

.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: var(--dark);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
}

.btn-outline-muted {
  --bs-btn-color: var(--primary-dark);
  --bs-btn-border-color: var(--primary-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 9px;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
}

.eyebrow::before,
.eyebrow::after {
  display: block;
  width: 70px;
  height: 13px;
  flex: 0 0 70px;
  content: "";
  opacity: .85;
}

.eyebrow::before {
  background:
    radial-gradient(circle at 4px center, currentColor 0 3px, transparent 3.5px),
    linear-gradient(currentColor, currentColor) right center / calc(100% - 8px) 1px no-repeat;
  transform: none;
}

.eyebrow::after {
  background:
    radial-gradient(circle at calc(100% - 4px) center, currentColor 0 3px, transparent 3.5px),
    linear-gradient(currentColor, currentColor) left center / calc(100% - 8px) 1px no-repeat;
  transform: none;
}

.eyebrow-light {
  color: #fff;
}

.eyebrow.text-start::before,
.hero-content .eyebrow-light::before,
.story-copy-card .eyebrow-light::before,
.blue-info-card .eyebrow-light::before,
.environment-copy .eyebrow-light::before {
  display: none;
}

.alw-qualifications-copy .eyebrow,
.alw-why-card .eyebrow {
  color: var(--primary-dark);
}

.story-intro-copy .eyebrow {
  color: var(--primary-dark);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 42px;
}

.section-heading p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow .3s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

.navbar {
  min-height: var(--header-height);
  padding: 0;
}

.navbar-brand img {
  width: 266px;
  max-height: 78px;
  object-fit: contain;
}

.navbar-brand {
  flex: 0 0 auto;
}

.navbar-nav {
  gap: 24px;
}

.navbar .nav-link {
  padding: 0;
  color: #22252a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--primary-dark);
}

.navbar .dropdown {
  position: relative;
}

.navbar .dropdown::after {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 24px;
  content: "";
}

.navbar .dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: .12em;
  border-top-width: .34em;
  border-right-width: .34em;
  border-left-width: .34em;
  color: var(--primary-dark);
}

.navbar .dropdown-menu {
  min-width: 270px;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid rgba(129, 150, 184, .22);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 42px rgba(2, 11, 36, .13);
}

.navbar .dropdown-menu::before {
  position: absolute;
  top: -8px;
  left: 34px;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(129, 150, 184, .22);
  border-left: 1px solid rgba(129, 150, 184, .22);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.navbar .dropdown-item {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 16px 12px 42px;
  color: #22252a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .7px;
  line-height: 1.35;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, padding-left .25s ease;
}

.navbar .dropdown-item::before {
  position: absolute;
  left: 16px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
  content: "";
  opacity: .65;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
  color: var(--primary-dark);
  background: #f3f6fb;
  padding-left: 46px; 
}

@media (min-width: 1200px) {
  .navbar .dropdown::after {
    display: block;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown:hover > .dropdown-toggle {
    color: var(--primary-dark);
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .container {
    max-width: 1450px;
  }
}

.navbar-toggler {
  display: flex !important;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 28px;
  height: 20px;
  background-image: linear-gradient(#22252a, #22252a), linear-gradient(#22252a, #22252a), linear-gradient(#22252a, #22252a);
  background-position: left top, left center, left bottom;
  background-size: 28px 2px;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none !important;
  }
}

.header-cta {
  margin-left: 48px;
  min-width: 204px;
  padding: 24px 28px;
}

@media (max-width: 1199.98px) {
  .navbar-toggler {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1200;
    margin-left: auto;
    background: #fff !important;
  }

  .navbar-toggler::before {
    display: block;
    width: 28px;
    height: 20px;
    background-image: linear-gradient(#22252a, #22252a), linear-gradient(#22252a, #22252a), linear-gradient(#22252a, #22252a);
    background-position: left top, left center, left bottom;
    background-size: 28px 2px;
    background-repeat: no-repeat;
    content: "";
  }

  .navbar-toggler-icon {
    display: none;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 800px;
  background: url("../../images/home-page/banner.png") center/cover no-repeat;
}

.hero-section::before {
  display: none;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  pointer-events: none;
}

.hero-content {
  display: flex;
  width: min(100%, 720px);
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14px;
  text-align: left;
}

.home-page .hero-content h1,
.home-page .hero-copy,
.home-page .hero-actions {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.hero-copy {
  margin: 38px 0 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.alw-intro {
  padding: 118px 0 114px;
}

.story-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.image-overlay-card {
  position: relative;
  overflow: hidden;
  background: #111;
}

.image-overlay-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.image-overlay-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .82) 100%);
  content: "";
  transition: opacity .3s ease;
}

.image-overlay-card:hover img {
  transform: scale(1.05);
}

.image-overlay-card:hover::after {
  opacity: .9;
}

.overlay-content {
  position: absolute;
  right: 38px;
  bottom: 33px;
  left: 38px;
  z-index: 2;
  color: #fff;
}

.overlay-content p,
.service-card-description {
  margin: 8px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.service-card-description .check-list {
  gap: 4px;
  margin: 8px 0 0;
}

.service-card-description .check-list li {
  min-height: 0;
  padding-left: 24px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.service-card-description .check-list li::before {
  top: 3px;
  width: 15px;
  height: 15px;
  font-size: 10px;
}

.story-image-card {
  min-height: 550px;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color .25s ease, transform .25s ease;
}

.video-play-button:hover,
.video-play-button:focus {
  background: var(--primary);
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #fff;
}

.video-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 38px;
  line-height: 1;
}

.video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.story-copy-card {
  position: relative;
  min-height: 550px;
  padding: 66px 58px 56px;
  color: #fff;
  background: var(--primary);
  overflow: hidden;
}

.story-copy-card::after,
.testimonials-section::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 390px;
  height: 390px;
  border: 28px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.story-copy-card h2,
.story-copy-card p {
  position: relative;
  z-index: 1;
}

.story-copy-card p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.story-copy-card .btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.services-section {
  background: var(--light-bg);
}

.service-card {
  display: block;
  height: 563px;
  color: inherit;
  text-decoration: none;
}

.service-card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.services-swiper,
.partners-swiper,
.testimonials-swiper {
  width: 100%;
}

.services-swiper .swiper-slide {
  height: auto;
}

.slider-row {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.slider-arrows {
  display: flex;
  gap: 14px;
}

.slider-arrows button,
.partner-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid #333b45;
  color: #111;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  transition: all .3s ease;
}

.slider-arrows button.active,
.partner-arrow.active,
.slider-arrows button:hover,
.partner-arrow:hover {
  border-color: var(--primary);
  color: #fff;
  background: var(--primary);
}

.slider-line {
  height: 1px;
  flex: 1;
  background: #d6dde8;
}

.alw-resident-section {
  padding: 142px 0 94px;
}

.alw-resident-section h2 {
  max-width: 560px;
  margin-bottom: 26px;
}

.alw-resident-section p:not(.eyebrow) {
  max-width: 590px;
  color: var(--dark);
  font-weight: 500;
}

.wide-image {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.admissions-section {
  padding-top: 64px;
  padding-bottom: 110px;
}

.admission-card {
  height: 390px;
}

.admission-card .overlay-content {
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.admission-card h3 {
  font-size: 30px;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 115px 0 112px;
  color: #fff;
  background: var(--primary);
}

.testimonial-content {
  position: relative;
  z-index: 1;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-text {
  margin: 34px auto 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.35;
}

.testimonial-content strong {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.quote {
  position: absolute;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 132px;
  line-height: 1;
}

.quote-left {
  top: 108px;
  left: -82px;
}

.quote-right {
  right: -90px;
  bottom: 28px;
}

.testimonials-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff;
  opacity: .95;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  outline: 2px solid rgba(255, 255, 255, .8);
  outline-offset: 4px;
}

.partners-section {
  padding: 118px 0 88px;
}

.partners-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 28px;
  align-items: center;
}

.partners-swiper {
  min-width: 0;
}

.partner-logo {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.partner-logo img {
  max-height: 62px;
  object-fit: contain;
}

.cta-band-section {
  position: relative;
  z-index: 2;
  margin-bottom: -74px;
}

.cta-band {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 50px;
  color: #fff;
  background: var(--primary);
}

.cta-band h2 {
  color: #fff;
}

.site-footer {
  padding: 150px 0 34px;
  color: #fff;
  background: var(--footer);
}

.footer-main {
  row-gap: 42px;
  padding-bottom: 78px;
}

.footer-brand img {
  width: 289px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 34px;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}

.site-footer .social-link-facebook,
.site-footer .social-link-x,
.site-footer .social-links a:nth-child(2),
.site-footer .social-links a:nth-child(4) {
  display: none;
}

.social-links a:first-child,
.social-links a:hover {
  color: var(--footer);
  background: #fff;
}

.social-links svg {
  display: block;
  flex: 0 0 auto;
}

.social-links svg path {
  transition: fill .3s ease;
}

.social-links a:hover svg path {
  fill: var(--footer);
}

.site-footer h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
}

.site-footer ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li,
.site-footer a,
.footer-bottom p,
.footer-credentials p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.site-footer a:hover {
  color: #cbd7ea;
}

.footer-credentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  text-align: center;
}

.footer-credentials p {
  margin: 0;
  padding: 0 32px;
}

.footer-credentials p + p {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 14px;
  align-items: center;
}

.our-story-page {
  background: #fff;
}

.our-story-page .cta-band-section {
  margin-top: 72px;
}

.our-story-page .cta-band {
  margin: 0 auto;
  min-height: 150px;
}

/* Our Story page */
.page-hero {
  position: relative;
  height: 419px;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .28);
  content: "";
}

.story-page-hero {
  background-image: url("../../images/our-story-page/The Family Ties Story Banner/The Family Ties Story Banner.png");
}

.page-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-hero h1 {
  font-size: 86px;
}

.story-intro-section {
  padding: 118px 0 70px;
}

.story-intro-row {
  --bs-gutter-x: 56px;
}

.story-intro-image,
.team-image,
.environment-image {
  width: 100%;
  object-fit: cover;
}

.story-intro-image {
  height: 550px;
}

.story-intro-copy {
  max-width: 610px;
  margin-left: auto;
}

.story-intro-copy h2,
.environment-copy h2 {
  margin-bottom: 28px;
}

.story-intro-copy p {
  color: #464646;
  font-weight: 500;
  line-height: 1.75;
}

.team-section {
  padding: 48px 0 48px;
}

.blue-info-card {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  padding: 100px 150px;
  color: #fff;
  background: var(--primary);
}

.blue-info-card::after,
.environment-section::after {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 385px;
  height: 385px;
  border: 28px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.blue-info-card > * {
  position: relative;
  z-index: 1;
}

.blue-info-card h2 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 52px;
}

.blue-info-card p,
.environment-copy p {
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
}

.check-list {
  display: grid;
  gap: 19px;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 23px;
  padding-left: 36px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
  background: #fff;
  content: "✓";
  font-size: 13px;
  font-weight: 700;
}

.team-image {
  height: 570px;
}

.why-choose-section {
  padding: 48px 0 118px;
}

.why-card {
  height: 494px;
}

.why-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, .82) 100%);
}

.why-card .overlay-content {
  right: 44px;
  bottom: 36px;
  left: 44px;
  text-align: center;
}

.why-card h3 {
  color: #fff;
  font-size: 36px;
}

.environment-section {
  position: relative;
  overflow: hidden;
  padding: 133px 0;
  color: #fff;
  background: var(--primary);
}

.environment-section .container {
  position: relative;
  z-index: 1;
}

.environment-copy {
  max-width: 630px;
}

.environment-copy h2 {
  color: #fff;
  font-size: 54px;
}

.environment-image {
  height: 550px;
}

/* Assisted Living Waiver page */
.alw-page {
  background: #fff;
}

.alw-page-hero {
  height: 419px;
  background-image: url("../../images/Assisted%20Living%20Waiver%20%28ALW%29-Banner.png");
  background-position: center 44%;
}

.alw-page-hero::before {
  background: rgba(0, 0, 0, .46);
}

.alw-hero-content {
  flex-direction: column;
}

.alw-hero-content h1 {
  max-width: 900px;
  font-size: 86px;
}

.alw-hero-content p {
  margin: 22px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.alw-overview-section {
  padding: 112px 0 46px;
}

.alw-overview-section h2 {
  margin-bottom: 26px;
}

.alw-overview-copy {
  max-width: 1330px;
  margin: 0 auto;
}

.alw-overview-copy p {
  color: #464646;
  font-weight: 500;
  line-height: 1.78;
}

.alw-qualifications-section {
  padding: 54px 0 82px;
}

.alw-qualifications-row {
  --bs-gutter-x: 62px;
}

.alw-qualifications-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.alw-qualifications-copy {
  max-width: 650px;
  margin-left: auto;
}

.alw-qualifications-copy h2 {
  margin-bottom: 28px;
  font-size: 54px;
}

.alw-qualifications-copy p,
.alw-why-card p {
  color: #464646;
  font-weight: 500;
  line-height: 1.75;
}

.check-list-dark li {
  color: #464646;
}

.check-list-dark li::before {
  color: #fff;
  background: var(--primary-dark);
}

.alw-process-section {
  padding: 66px 0 84px;
}

.process-card {
  min-height: 330px;
  padding: 52px 30px 42px;
  border: 1px solid #e6e8ec;
  background: #fff;
}

.process-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary-dark);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.process-card h3 {
  min-height: 118px;
  margin-bottom: 22px;
  color: var(--dark);
  font-size: 34px;
  line-height: 1.1;
}

.process-card p,
.process-card a {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.process-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alw-details-section {
  padding: 0 0 90px;
}

.alw-cover-card {
  min-height: 608px;
  padding: 68px 42px 52px;
}

.alw-cover-card h2 {
  margin-bottom: 28px;
  color: #fff;
  font-size: 52px;
}

.alw-cover-card .check-list {
  gap: 18px;
  margin-bottom: 26px;
}

.alw-why-card {
  min-height: 608px;
  padding: 74px 52px 52px;
  border: 1px solid #e6e8ec;
  background: #fff;
}

.alw-why-card h2 {
  max-width: 860px;
  margin-bottom: 30px;
  font-size: 56px;
}

.alw-why-card .check-list {
  gap: 18px;
  margin-bottom: 26px;
}

/* Living At Family Ties page */
.living-page {
  background: #fff;
}

.living-page-hero {
  height: 419px;
  background-image: url("../../images/living-at-family-ties-page/Living%20at%20Family%20Ties%20Banner/Living%20at%20Family%20Ties%20Banner.png");
  background-position: center;
}

.living-page-hero::before {
  background: rgba(0, 0, 0, .43);
}

.living-intro-section {
  padding: 114px 0 64px;
}

.living-intro-section .section-heading {
  max-width: 1050px;
  margin-bottom: 0;
}

.living-intro-section h2 {
  margin-bottom: 20px;
}

.onsite-section {
  padding: 58px 0 116px;
}

.onsite-row,
.daily-care-row,
.lifestyle-row {
  --bs-gutter-x: 62px;
}

.onsite-image,
.daily-care-image {
  width: 100%;
  height: 560px;
  object-fit: contain;
}

.onsite-copy,
.lifestyle-copy {
  max-width: 650px;
  margin-left: auto;
}

.living-full-copy {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.onsite-copy h2,
.daily-care-copy h2,
.lifestyle-copy h2 {
  margin-bottom: 28px;
  font-size: 54px;
}

.onsite-copy p,
.lifestyle-copy p {
  color: #464646;
  font-weight: 500;
  line-height: 1.75;
}

.daily-care-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  background: var(--primary);
}

.daily-care-section::after {
  position: absolute;
  right: -60px;
  bottom: -95px;
  width: 385px;
  height: 385px;
  border: 28px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.daily-care-section .container {
  position: relative;
  z-index: 1;
}

.daily-care-copy {
  width: 100%;
}

.daily-care-copy:not(.living-full-copy) {
  max-width: 650px;
}

.daily-care-copy h2,
.daily-care-copy p {
  color: #fff;
}

.daily-care-copy p {
  font-weight: 500;
  line-height: 1.75;
}

.lifestyle-section {
  padding: 120px 0 130px;
}

.lifestyle-collage {
  display: grid;
  grid-template-columns: 1.035fr 1fr;
  gap: 16px;
}

.lifestyle-collage-single {
  grid-template-columns: 1fr;
}

.lifestyle-collage img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.lifestyle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

/* Activities page */
.activities-page {
  background: #fff;
}

.activities-page-hero {
  height: 419px;
  background-image: url("../../images/activities-page/Activities%20Banner/activities-banner.png");
  background-position: center;
}

.activities-page-hero::before {
  background: rgba(0, 0, 0, .43);
}

.activities-section {
  padding: 114px 0 70px;
}

.activities-heading {
  max-width: 1180px;
  margin-bottom: 44px;
}

.activities-heading h2 {
  margin-bottom: 22px;
}

.activities-heading p:not(.eyebrow) {
  color: #464646;
  font-weight: 500;
}

.activity-card {
  height: 494px;
}

.activity-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .82) 100%);
}

.activity-card .overlay-content {
  right: 38px;
  bottom: 33px;
  left: 38px;
  text-align: center;
}

.activity-card h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1.05;
}

.activities-note {
  max-width: 1200px;
  margin: 38px auto 0;
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.difference-section {
  padding: 60px 0 152px;
}

.difference-section h2 {
  margin-bottom: 18px;
  font-size: 54px;
}

.difference-section p {
  margin-bottom: 30px;
  color: #464646;
  font-weight: 500;
}

/* Culinary Experience page */
.culinary-page {
  background: #fff;
}

.culinary-page-hero {
  height: 419px;
  background-image: url("../../images/Culinary%20Experience%20Page/Culinary%20Experience%20Banner/Culinary%20Experience%20Page%20Banner.png");
  background-position: center;
}

.culinary-page-hero::before {
  background: rgba(0, 0, 0, .43);
}

.culinary-intro-section {
  padding: 114px 0 70px;
}

.culinary-heading {
  max-width: 1130px;
  margin-bottom: 0;
}

.culinary-heading h2 {
  margin-bottom: 22px;
}

.culinary-heading p:not(.eyebrow),
.culinary-copy p {
  color: #464646;
  font-weight: 500;
  line-height: 1.75;
}

.culinary-heading p:not(.eyebrow) {
  margin-bottom: 14px;
}

.culinary-personalized-section {
  padding: 68px 0 136px;
}

.culinary-row {
  --bs-gutter-x: 62px;
}

.culinary-image-pair {
  display: grid;
  gap: 24px;
}

.culinary-image-pair-personalized {
  grid-template-columns: 394fr 527fr;
}

.culinary-image-pair-dining {
  /* grid-template-columns: 403fr 536fr; */
}

.culinary-image-pair-comfort {
  grid-template-columns: 398fr 524fr;
}

.culinary-image-pair img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.culinary-copy {
  max-width: 650px;
  margin-left: auto;
}

.culinary-copy h2 {
  margin-bottom: 28px;
  font-size: 54px;
}

.culinary-dining-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  background: var(--primary);
}

.culinary-dining-section::after {
  position: absolute;
  right: -60px;
  bottom: -95px;
  width: 385px;
  height: 385px;
  border: 28px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.culinary-dining-section .container {
  position: relative;
  z-index: 1;
}

.culinary-copy-light {
  max-width: 630px;
  margin-right: auto;
  margin-left: 0;
}

.culinary-copy-light h2,
.culinary-copy-light p {
  color: #fff;
}

.culinary-copy-light .check-list {
  gap: 20px;
  margin-top: 22px;
}

.culinary-comfort-section {
  padding: 142px 0 132px;
}

/* Gallery page */
.gallery-page {
  background: #fff;
}

.gallery-page-hero {
  height: 419px;
  background-image: url("../../images/Our-Gallery-Page/Our%20Gallery%20Banner/Our%20Gallery%20Banner.png");
  background-position: center;
}

.gallery-page-hero::before {
  background: rgba(0, 0, 0, .43);
}

.gallery-section {
  padding: 114px 0 132px;
}

.gallery-heading {
  margin-bottom: 22px;
}

.gallery-category {
  margin-top: 24px;
}

.gallery-category h3 {
  margin-bottom: 16px;
  color: var(--dark);
  font-size: 34px;
  line-height: 1.1;
}

.gallery-card {
  display: block;
  width: 100%;
  height: 340px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  filter: brightness(.92);
  transform: scale(1.04);
}

.gallery-card:focus-visible {
  outline: 2px solid var(--primary-dark);
  outline-offset: 4px;
}

.gallery-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.gallery-modal img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: #fff;
}

.gallery-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  background: rgba(0, 0, 0, .28);
  font-size: 30px;
  line-height: 1;
}

/* FAQ page */
.faq-page {
  background: #fff;
}

.faq-page-hero {
  height: 419px;
  background-image: url("../../images/Our%20Faq%20Page/Our%20Faq%20Page%20Banner/Our%20Faq%20Banner.png");
  background-position: center;
}

.faq-page-hero::before {
  background: rgba(0, 0, 0, .43);
}

.faq-section {
  padding: 114px 0 124px;
}

/* Contact page */
.contact-page {
  background: #fff;
}

.contact-page-hero {
  height: 419px;
  background-image: url("../../images/Contact%20Us%20page/Contact%20Us%20page%20Banner/contact-us-banner.png");
  background-position: center;
}

.contact-page-hero::before {
  background: rgba(0, 0, 0, .45);
}

.contact-intro-section {
  padding: 118px 0 60px;
}

.contact-heading {
  margin-bottom: 48px;
}

.contact-heading h2 {
  margin-bottom: 20px;
  font-size: 46px;
}

.contact-heading p:not(.eyebrow) {
  color: #22252a;
  font-size: 16px;
  font-weight: 500;
}

.contact-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
}

.contact-info-card {
  display: flex;
  min-height: 164px;
  align-items: center;
  gap: 30px;
  padding: 38px 40px;
  border: 1px solid #e5e7eb;
  color: var(--dark);
  background: #fff;
}

.contact-info-card-active {
  border-color: var(--primary);
  color: #fff;
  background: var(--primary);
}

.contact-icon {
  display: inline-flex;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-dark);
  background: #f7f8fb;
}

.contact-info-card-active .contact-icon {
  color: var(--primary-dark);
  background: #fff;
}

.contact-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-info-card h3 {
  margin-bottom: 14px;
  color: currentColor;
  font-size: 34px;
  line-height: 1;
}

.contact-info-card p {
  margin: 0;
  color: currentColor;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-form-section {
  padding: 8px 0 118px;
}

.contact-form-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 32px;
}

.contact-form-image {
  width: 100%;
  height: 671px;
  object-fit: cover;
}

.contact-form-card {
  display: flex;
  height: 671px;
  flex-direction: column;
  justify-content: center;
  padding: 58px 54px 56px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .09);
}

.contact-form-card h2 {
  margin-bottom: 24px;
  font-size: 46px;
}

.contact-form-card > p {
  margin-bottom: 34px;
  color: #22252a;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-card:has(.gform_confirmation_message) > p {
  display: none;
}

.contact-form .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 24px;
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
  color: #22252a;
  font-size: 15px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  min-height: 26px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid #d9dce2;
  border-radius: 0;
  color: var(--dark);
  background-color: transparent;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.4;
  outline: 0;
  transition: border-color .25s ease;
}

.contact-form textarea {
  min-height: 46px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--primary-dark);
}

.contact-form input[type="date"] {
  color: transparent;
}

.contact-form input[type="date"]:focus,
.contact-form input[type="date"]:valid {
  color: var(--dark);
}

.contact-form input[type="date"]::-webkit-calendar-picker-indicator {
  width: 23px;
  height: 23px;
  margin: 0;
  cursor: pointer;
  opacity: .9;
}

.contact-form .btn {
  margin-top: 38px;
  min-width: 203px;
  padding: 22px 32px;
}

.response-note {
  margin: 30px 0 0;
  color: #22252a;
  font-size: 16px;
  font-weight: 500;
}

.contact-cta-section {
  margin-top: 0;
}

/* 404 page */
.not-found-page {
  background: #fff;
}

.not-found-section {
  padding: 112px 0 126px;
}

.not-found-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: 620px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .08);
}

.not-found-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 62px;
}

.not-found-copy .eyebrow {
  justify-content: flex-start;
  color: var(--primary-dark);
}

.not-found-copy .eyebrow::before {
  display: none;
}

.not-found-copy strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--serif);
  font-size: 150px;
  font-weight: 400;
  line-height: .82;
}

.not-found-copy h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--dark);
  font-size: 64px;
}

.not-found-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.not-found-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.not-found-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 11, 36, .32), rgba(2, 11, 36, .02));
  content: "";
}

.not-found-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-heading {
  margin-bottom: 54px;
}

.faq-accordion {
  max-width: 1720px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #d5d9df;
  background: #fff;
}

.faq-accordion .accordion-item:has(.accordion-collapse.show) {
  margin-bottom: 24px;
  border-bottom: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .11);
}

.faq-accordion .accordion-button {
  min-height: 120px;
  padding: 34px 72px 34px 66px;
  color: var(--dark);
  background: #fff;
  box-shadow: none;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
}

.faq-accordion .accordion-button:not(.collapsed) {
  min-height: auto;
  padding-bottom: 12px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #73777b;
  content: "\2304";
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\2303";
}

.faq-accordion .accordion-body {
  padding: 0 66px 42px;
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.still-questions-section {
  padding: 118px 0 166px;
  background: #f4f7fb;
}

.still-questions-section h2 {
  margin-bottom: 22px;
  font-size: 54px;
}

.still-questions-section p {
  max-width: 1000px;
  margin: 0 auto 30px;
  color: #464646;
  font-weight: 500;
}


/* WordPress dynamic theme additions */
.admin-bar .site-header { top: 32px; }
.current-menu-item > .nav-link,
.current-menu-ancestor > .nav-link,
.current-menu-parent > .nav-link { color: var(--primary-dark); }
.page-hero::before { background: rgba(0, 0, 0, var(--hero-overlay-opacity, .28)); }
.navbar .dropdown-menu .current-menu-item > .dropdown-item { color: var(--primary-dark); background: #f3f6fb; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form-card .gform_wrapper,
.contact-form-card .gform_wrapper.gravity-theme {
  margin: 0;
}
.contact-form-card .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.contact-form-card .gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 24px;
}
.contact-form-card .gform_wrapper.gravity-theme .gfield {
  min-width: 0;
}
.contact-form-card .gform_wrapper.gravity-theme .gfield--width-half,
.contact-form-card .gform_wrapper.gravity-theme .gf_left_half,
.contact-form-card .gform_wrapper.gravity-theme .gf_right_half {
  grid-column: span 6;
}
.contact-form-card .gform_wrapper.gravity-theme .gfield:not(.gfield--width-half):not(.gf_left_half):not(.gf_right_half) {
  grid-column: 1 / -1;
}
.contact-form-card .gform_wrapper.gravity-theme .gfield_label,
.contact-form-card .gform_wrapper.gravity-theme .gform-field-label {
  display: block;
  margin: 0 0 10px;
  color: #22252a;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.contact-form-card .gform_wrapper.gravity-theme .gfield_required {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  margin-left: 0;
}
.contact-form-card .gform_wrapper.gravity-theme input[type="text"],
.contact-form-card .gform_wrapper.gravity-theme input[type="email"],
.contact-form-card .gform_wrapper.gravity-theme input[type="tel"],
.contact-form-card .gform_wrapper.gravity-theme input[type="url"],
.contact-form-card .gform_wrapper.gravity-theme input[type="number"],
.contact-form-card .gform_wrapper.gravity-theme textarea,
.contact-form-card .gform_wrapper.gravity-theme select {
  display: block;
  width: 100%;
  min-height: 26px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid #d9dce2;
  border-radius: 0;
  color: var(--dark);
  background-color: transparent;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.4;
  outline: 0;
  box-shadow: none;
  transition: border-color .25s ease;
}
.contact-form-card .gform_wrapper.gravity-theme textarea {
  min-height: 46px;
  height: 58px;
  resize: vertical;
}
.contact-form-card .gform_wrapper.gravity-theme input:focus,
.contact-form-card .gform_wrapper.gravity-theme textarea:focus,
.contact-form-card .gform_wrapper.gravity-theme select:focus {
  border-bottom-color: var(--primary-dark);
  box-shadow: none;
}
.contact-form-card .gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
}
.contact-form-card .gform_wrapper.gravity-theme .gform-datepicker,
.contact-form-card .gform_wrapper.gravity-theme .datepicker {
  padding-right: 34px !important;
}
.contact-form-card .gform_wrapper.gravity-theme .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  padding: 0;
  border: 0;
  background: transparent;
}
.contact-form-card .gform_wrapper.gravity-theme .gform_footer,
.contact-form-card .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 38px 0 0;
  padding: 0;
}
.contact-form-card .gform_wrapper.gravity-theme .gform_button,
.contact-form-card .gform_wrapper.gravity-theme input[type="submit"].gform_button {
  min-width: 203px;
  padding: 22px 32px;
  border: 1px solid var(--primary);
  border-radius: 0;
  color: #fff;
  background: var(--primary);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: none;
}
.contact-form-card .gform_wrapper.gravity-theme .gform_button:hover,
.contact-form-card .gform_wrapper.gravity-theme .gform_button:focus {
  border-color: var(--primary-dark);
  background: var(--primary-dark);
  color: #fff;
}
.contact-form-card .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 0;
}

div#gform_1_validation_container {
  display: none;
}

.contact-form-card .gform_wrapper.gravity-theme .gfield_validation_message,
.contact-form-card .gform_wrapper.gravity-theme .validation_message {
  padding: 6px 0 0;
  border: 0;
  background: transparent;
  font-size: 13px;
}

/* Kaushik 05-05-2026 start */
.footer-brand img,
.navbar-brand img {
  height: auto;
}
/* Kaushik 05-05-2026 end */
@media (max-width: 575.98px) {
  .admin-bar .site-header { top: 0; }
  .contact-form-card .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 0;
    row-gap: 30px;
  }
  .contact-form-card .gform_wrapper.gravity-theme .gfield--width-half,
  .contact-form-card .gform_wrapper.gravity-theme .gf_left_half,
  .contact-form-card .gform_wrapper.gravity-theme .gf_right_half {
    grid-column: 1 / -1;
  }
  .contact-form-card .gform_wrapper.gravity-theme .gfield_label,
  .contact-form-card .gform_wrapper.gravity-theme .gform-field-label {
    font-size: 14px;
  }
  .contact-form-card .gform_wrapper.gravity-theme .gform_button { width: 100%; }
}

/* Gravity Forms Orbital markup mapped to the approved static contact form design. */
.contact-form-card .gform_wrapper.gform-theme,
.contact-form-card .gform_wrapper.gform-theme--framework,
.contact-form-card .gform_wrapper.gform-theme--orbital {
  margin: 0 !important;
}
.contact-form-card .gform_wrapper.gform-theme .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  column-gap: 32px !important;
  row-gap: 24px !important;
}
.contact-form-card .gform_wrapper.gform-theme .gfield--width-half,
.contact-form-card .gform_wrapper.gform-theme .gf_left_half,
.contact-form-card .gform_wrapper.gform-theme .gf_right_half {
  grid-column: span 6 !important;
}
.contact-form-card .gform_wrapper.gform-theme .gfield:not(.gfield--width-half):not(.gf_left_half):not(.gf_right_half) {
  grid-column: 1 / -1 !important;
}
.contact-form-card .gform_wrapper.gform-theme .gfield_label,
.contact-form-card .gform_wrapper.gform-theme .gform-field-label {
  display: block !important;
  margin: 0 0 10px !important;
  color: #22252a !important;
  font-family: var(--sans) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}
.contact-form-card .gform_wrapper.gform-theme .gfield_required {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-left: 0 !important;
}
.contact-form-card .gform_wrapper.gform-theme input[type="text"],
.contact-form-card .gform_wrapper.gform-theme input[type="email"],
.contact-form-card .gform_wrapper.gform-theme input[type="tel"],
.contact-form-card .gform_wrapper.gform-theme textarea,
.contact-form-card .gform_wrapper.gform-theme select {
  display: block !important;
  width: 100% !important;
  min-height: 26px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  border-bottom: 1px solid #d9dce2 !important;
  border-radius: 0 !important;
  color: var(--dark) !important;
  background: transparent !important;
  font-family: var(--sans) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.contact-form-card .gform_wrapper.gform-theme textarea {
  min-height: 46px !important;
  height: 58px !important;
  resize: vertical !important;
}
.contact-form-card .gform_wrapper.gform-theme input:focus,
.contact-form-card .gform_wrapper.gform-theme textarea:focus,
.contact-form-card .gform_wrapper.gform-theme select:focus {
  border-bottom-color: var(--primary-dark) !important;
  box-shadow: none !important;
}
.contact-form-card .gform_wrapper.gform-theme .ginput_container_date {
  position: relative !important;
}
.contact-form-card .gform_wrapper.gform-theme .gform-datepicker,
.contact-form-card .gform_wrapper.gform-theme .datepicker {
  padding-right: 34px !important;
}
.contact-form-card .gform_wrapper.gform-theme .gform-datepicker::placeholder,
.contact-form-card .gform_wrapper.gform-theme .datepicker::placeholder {
  color: transparent !important;
}
.contact-form-card .gform_wrapper.gform-theme .ui-datepicker-trigger {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 23px !important;
  height: 23px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.contact-form-card .gform_wrapper.gform-theme .gform_footer,
.contact-form-card .gform_wrapper.gform-theme .gform_page_footer {
  margin: 38px 0 0 !important;
  padding: 0 !important;
}
.contact-form-card .gform_wrapper.gform-theme .gform_button,
.contact-form-card .gform_wrapper.gform-theme input[type="submit"].gform_button {
  min-width: 203px !important;
  padding: 22px 32px !important;
  border: 1px solid var(--primary) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--primary) !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}
.contact-form-card .gform_wrapper.gform-theme .gform_button:hover,
.contact-form-card .gform_wrapper.gform-theme .gform_button:focus {
  border-color: var(--primary-dark) !important;
  background: var(--primary-dark) !important;
  color: #fff !important;
}
@media (max-width: 575.98px) {
  .contact-form-card .gform_wrapper.gform-theme .gform_fields {
    column-gap: 0 !important;
    row-gap: 30px !important;
  }
  .contact-form-card .gform_wrapper.gform-theme .gfield--width-half,
  .contact-form-card .gform_wrapper.gform-theme .gf_left_half,
  .contact-form-card .gform_wrapper.gform-theme .gf_right_half {
    grid-column: 1 / -1 !important;
  }
  .contact-form-card .gform_wrapper.gform-theme .gfield_label,
  .contact-form-card .gform_wrapper.gform-theme .gform-field-label {
    font-size: 14px !important;
  }
  .contact-form-card .gform_wrapper.gform-theme .gform_button {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .hero-copy,
  .section-heading p:not(.eyebrow),
  .overlay-content p,
  .story-copy-card p,
  .alw-resident-section p:not(.eyebrow),
  .story-intro-copy p,
  .blue-info-card p,
  .environment-copy p,
  .alw-hero-content p,
  .alw-overview-copy p,
  .alw-qualifications-copy p,
  .alw-why-card p,
  .process-card p,
  .process-card a,
  .onsite-copy p,
  .lifestyle-copy p,
  .daily-care-copy p,
  .activities-note,
  .difference-section p,
  .culinary-copy p,
  .contact-heading p:not(.eyebrow),
  .contact-form-card > p,
  .response-note,
  .not-found-copy p:not(.eyebrow),
  .faq-accordion .accordion-body,
  .still-questions-section p {
    font-size: 19px;
  }
}
