@font-face {
  font-family: Lora;
  src: url(../fonts/Lora/Lora-VariableFont_wght.ttf);
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: Inter;
  line-height: 1;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* Home page styles */

.home-hero {
  position: relative;
  padding: 7rem 6rem;
  overflow: hidden;
  background: #fdf8f7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  place-items: center;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(74, 44, 64, 0.18) 2px,
    transparent 2px
  );
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.home-hero-bottom-blur {
  position: absolute;
  width: 31.25rem;
  height: 31.25rem;
  left: -15rem;
  bottom: 0;
  border-radius: 999rem;
  background: #e8d5d1;
  opacity: 0.5;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.home-hero-top-blur {
  position: absolute;
  width: 37.5rem;
  height: 37.5rem;
  right: 0;
  top: 5rem;
  border-radius: 999rem;
  background: #f1f5f2;
  opacity: 0.4;
  filter: blur(50px);
  z-index: 0;
  pointer-events: none;
}

.home-hero-content,
.home-hero .eport-container,
.home-hero h1,
.home-hero p,
.home-hero a,
.home-hero-conservatory {
  position: relative;
  z-index: 1;
}

.home-hero .eport-container {
  padding: 0.5rem 1rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-hero .eport-container .green-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #10b981;
}

.home-hero .eport-container p {
  color: #4a2c40;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.home-hero h1 {
  margin-top: 2rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: -0.1125rem;
  max-width: 36rem;
  width: 100%;
}

.home-hero h1 span {
  color: #6b405c;
  font-style: italic;
}

.home-hero-body-text {
  margin-top: 1.5rem;
  color: #5c5c5c;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.home-hero .find-out-more-btn {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 624.9375rem;
  background: #4a2c40;
  box-shadow: 0 8px 24px -4px rgba(74, 44, 64, 0.3);
  margin-top: 2.5rem;
  width: fit-content;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.003rem;
}

.home-hero .home-hero-features {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(74, 44, 64, 0.1);
  display: flex;
  gap: 1.5rem;
}

.home-hero .home-hero-features .feature {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.home-hero .home-hero-features .feature .feature-icon {
  width: 2rem;
  height: 2rem;
}

.home-hero .home-hero-features .feature .feature-text {
  color: #2d2d2d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.00169rem;
}

.home-hero .image-section {
  width: 100%;
  position: relative;
}

.home-hero .image-section .top-square {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 10px 40px -10px rgba(74, 44, 64, 0.08);
}

.home-hero-conservatory {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transform: translate(-2rem, 2rem);
  border-radius: 2rem;
}

.home-hero .environment-container {
  position: absolute;
  left: -4rem;
  bottom: -4rem;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 40px -10px rgba(74, 44, 64, 0.08);
  z-index: 3;
}

.home-hero .environment-container .leaf-icon {
  width: 3rem;
  height: 3rem;
}

.home-hero .environment-container .right-side .top {
  color: #5c5c5c;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.home-hero .environment-container .right-side .bottom {
  margin-top: 0.25rem;
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.003rem;
}

.home-welcome-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem;
}

.home-welcome-section .quotes-icon {
  width: 4rem;
  height: 4rem;
}

.home-welcome-section .quote {
  max-width: 56rem;
  margin-top: 2rem;
  padding-bottom: 2rem;
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 500;
}

.home-welcome-section .welcome-text {
  max-width: 42rem;
  color: #5c5c5c;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.philosophy-section {
  padding: 6rem;
  border-top: 1px solid #f4f4f5;
  background: #fafafa;
}

.philosophy-section .top-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.philosophy-section .top-section .approach {
  color: rgba(74, 44, 64, 0.6);
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}

.philosophy-section .top-section .philosophy-heading {
  margin-top: 0.75rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 400;
}

.philosophy-section .top-section .line {
  margin-top: 1.5rem;
  height: 0.0625rem;
  background: linear-gradient(
    90deg,
    rgba(74, 44, 64, 0.2) 0%,
    rgba(74, 44, 64, 0) 100%
  );
}

.philosophy-section .right-side p {
  color: #5c5c5c;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.philosophy-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.philosophy-grid .philosophy-item {
  padding: 2.5rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
}

.philosophy-grid .philosophy-item img,
.philosophy-grid .philosophy-item .icon-container {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background-color: #fdf8f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.philosophy-grid .philosophy-item h3 {
  margin-top: 1.5rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.philosophy-grid .philosophy-item p {
  margin-top: 0.75rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.home-about-section {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(241, 245, 242, 0.5);
}

.home-about-section h2 {
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 400;
}

.home-about-section .heading-text {
  margin-top: 1rem;
  color: #5c5c5c;
  text-align: center;
  line-height: 1.5rem;
}

.home-about-section .about-container {
  margin-top: 3.5rem;
  padding: 4rem 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(193, 209, 197, 0.2);
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.home-about-section .about-container .left-side .top-section {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.home-about-section .about-container .left-side .top-section .house-icon {
  width: 3rem;
  height: 3rem;
}

.home-about-section .about-container .left-side .top-section h4 {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.001rem;
}

.home-about-section .about-container .left-side .top-section p {
  color: #5c5c5c;
  font-size: 0.75rem;
  letter-spacing: 0.00369rem;
  line-height: 1rem;
}

.home-about-section .about-container .body-text {
  margin-top: 1.5rem;
  color: #5c5c5c;
  line-height: 1.625rem;
}

.home-about-section .staff-container {
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about-section .staff-container.staff-manager {
  border-radius: 1rem;
  border: 1px solid #fdf8f7;
  background: rgba(253, 248, 247, 0.5);
}

.home-about-section .staff-container.staff-lead {
  border-radius: 1rem;
  border: 1px solid rgba(193, 209, 197, 0.2);
  background: rgba(241, 245, 242, 0.5);
}

.home-about-section .staff-container .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.home-about-section .staff-container h5 {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.00169rem;
}

.home-about-section .staff-container .job {
  color: #5c5c5c;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.00219rem;
}

.home-about-section .facilities-container {
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #f4f4f5;
  background: #fafafa;
}

.home-about-section .facilities-container h3 {
  color: #4a2c40;
  font-size: 1.5rem;
  font-family: Lora;
  font-weight: 400;
  line-height: 2rem;
}

.home-about-section .facilities-container .facilities-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-about-section .facilities-container .facilities-list .facility {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.home-about-section .facilities-container .facilities-list .facility img {
  width: 1.5rem;
  height: 1.5rem;
}

.home-about-section .facilities-container .facilities-list .facility p {
  color: #2d2d2d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: -0.00169rem;
}

/* Care page styles */

.care-hero {
  padding: 7rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4ebe8;
}

.care-hero .space {
  color: rgba(74, 44, 64, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.care-hero h1 {
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.care-hero .care-hero-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  place-items: center;
}

.care-hero .care-hero-grid .bottom-square {
  width: 100%;
  aspect-ratio: 1.3;
  border-radius: 1.5rem;
  background: rgba(232, 213, 209, 0.4);
  position: relative;
}

.care-hero .care-hero-grid .care-hero-image {
  width: 100%;
  aspect-ratio: 1.3;
  border-radius: 1.5rem;
  transform: translate(1rem, 1rem);
  position: relative;
}

.care-hero .private-room-container {
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  right: -1rem;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.care-hero .private-room-container img {
  width: 2rem;
  height: 2rem;
}

.care-hero .private-room-container p {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.care-hero .valuables-container {
  background-color: #fff;
  position: absolute;
  top: 3rem;
  right: -3rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
}

.care-hero .valuables-container img {
  width: 2.5rem;
  height: 2.5rem;
}

.care-hero .valuables-container h5 {
  color: #5c5c5c;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.care-hero .valuables-container p {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.care-hero .care-hero-grid .feel-at-home-container {
  padding: 0.5rem 1rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
}

.care-hero .care-hero-grid .feel-at-home-container p {
  color: #4a2c40;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.care-hero .quote {
  margin-top: 2rem;
  color: #2d2d2d;
  font-family: Lora;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.care-hero .home-items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.care-hero .home-items .home-item {
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 1rem;
}

.care-hero .home-items .home-item img {
  width: 2.5rem;
  height: 2.5rem;
}

.care-hero .home-items .home-item h5 {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.00169rem;
}

.care-hero .home-items .home-item p {
  margin-top: 0.25rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.person-centered-section {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2d2d2d;
}

.person-centered-section .how {
  color: rgba(253, 248, 247, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.person-centered-section h2 {
  margin-top: 0.75rem;
  color: #fdf8f7;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.75rem; /* 125% */
}

.person-centered-section .heading-text {
  margin-top: 2.5rem;
  color: rgba(253, 248, 247, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.82813rem; /* 162.5% */
  width: 100%;
  max-width: 40rem;
}

.person-centered-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.person-centered-grid .person-centered-item {
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(253, 248, 247, 0.12);
  background: rgba(253, 248, 247, 0.07);
}

.person-centered-grid .person-centered-item img {
  width: 3.5rem;
  height: 3.5rem;
}

.person-centered-grid .person-centered-item h3 {
  margin-top: 1.25rem;
  color: #fdf8f7;
  font-family: Lora;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.person-centered-grid .person-centered-item ul {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
}

.person-centered-grid .person-centered-item ul li {
  color: rgba(253, 248, 247, 0.7);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42188rem; /* 162.5% */
}

.daily-life-section {
  padding: 6rem;
  background-color: #f1f5f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.daily-life-section .everyday {
  color: rgba(74, 44, 64, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.daily-life-section h2 {
  margin-top: 0.75rem;
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.75rem;
}

.daily-life-section .heading-text {
  margin-top: 2rem;
  color: #5c5c5c;
  text-align: center;

  font-size: 1.125rem;

  line-height: 1.82813rem;
  letter-spacing: -0.00113rem;
}

.daily-life-section .activities-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.daily-life-section .activities-grid .activity {
  padding: 2rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 1rem;
}

.daily-life-section .activities-grid .activity img {
  width: 3.5rem;
  height: 3.5rem;
}

.daily-life-section .activities-grid .activity h4 {
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.00113rem;
}

.daily-life-section .activities-grid .activity p {
  margin-top: 0.5rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 0.00344rem;
}

.choice-visitor-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.choice-visitor-grid .choice,
.choice-visitor-grid .visitor {
  padding: 2rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
}

.choice-visitor-grid .top-section {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.choice-visitor-grid .top-section .choice-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.choice-visitor-grid .top-section h3 {
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.00244rem;
}

.choice-visitor-grid .body-text {
  margin-top: 1.25rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.choice-visitor-grid .religious-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(232, 213, 209, 0.3);
  background: rgba(245, 232, 228, 0.4);
}

.choice-visitor-grid .religious-container img {
  height: 0.875rem;
}

.choice-visitor-grid .religious-container p {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.00088rem;
}

.choice-visitor-grid .visitor-rule {
  margin-top: 1rem;
  padding: 0.75rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(193, 209, 197, 0.2);
  background: #f1f5f2;
}

.choice-visitor-grid .visitor-rule img {
  height: 0.75rem;
}

.choice-visitor-grid .visitor-rule p {
  color: #2d2d2d;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00256rem;
}

.independence-section {
  padding: 7rem 6rem;
  background-color: #f4ebe8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 4rem;
}

.independence-section .quotes-icon {
  width: 4rem;
  height: 4rem;
}

.independence-section h2 {
  margin-top: 2rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.independence-section h2 span {
  color: #6b405c;
  font-style: italic;
}

.independence-section .small-line {
  margin-top: 2rem;
  width: 4rem;
  height: 0.25rem;
  background-color: #e8d5d1;
}

.independence-section .body-text {
  margin-top: 2rem;
  color: #5c5c5c;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.independence-section .kitchen-photo {
  width: 90%;
  margin-top: 2rem;
  border-radius: 1.25rem;
}

.independence-section .small-text {
  color: rgba(74, 44, 64, 0.6);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.independence-section .right-side h3 {
  margin-top: 0.75rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.independence-section .right-side .rights-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.independence-section .right-side .right-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
}

.independence-section .right-item img {
  width: 2.5rem;
  height: 2.5rem;
}

.independence-section .right-item h5 {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.00888rem;
}

.independence-section .right-item p {
  margin-top: 0.25rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.additional-services-section {
  padding: 5rem 6rem;
  background-color: #e8d5d1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.additional-services-section .small-text {
  color: rgba(74, 44, 64, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.additional-services-section h2 {
  margin-top: 0.75rem;
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.00219rem;
}

.additional-services-section .heading-text {
  margin-top: 0.75rem;
  color: #5c5c5c;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.additional-services-section .services-container {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.additional-services-section .services-container .service-item {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 624.9375rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
}

.additional-services-section .services-container .service-item img {
  width: 2rem;
  height: 2rem;
}

.additional-services-section .services-container .service-item p {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.additional-services-section .professionals-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  margin-top: 2.5rem;
}

.additional-services-section .professionals-container img {
  width: 0.75rem;
  height: 0.75rem;
}

.additional-services-section .professionals-container p {
  color: #5c5c5c;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Safety and Contact page styles */

.safety-security-section {
  padding: 7rem 6rem;
  background-color: #f4ebe8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  place-items: center;
}

.safety-security-section .small-text {
  color: rgba(74, 44, 64, 0.6);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.safety-security-section h2 {
  margin-top: 1.5rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.safety-security-section .small-line {
  margin-top: 0.75rem;
  width: 4rem;
  height: 0.125rem;
  background-color: #e8d5d1;
}

.safety-security-section .heading-text {
  margin-top: 2rem;
  color: #5c5c5c;
  line-height: 1.625rem;
}

.safety-security-section .safety-items {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.safety-security-section .safety-items .safety-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
}

.safety-security-section .safety-item img {
  width: 2.5rem;
  height: 2.5rem;
}

.safety-security-section .safety-item h5 {
  color: #4a2c40;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.00344rem;
}

.safety-security-section .safety-item p {
  margin-top: 0.25rem;
  color: #5c5c5c;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.safety-security-section .procedure {
  padding: 2rem 2rem 0 2rem;
  border-radius: 1rem;
}

.safety-security-section .procedure .top-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.safety-security-section .procedure .top-section img {
  width: 3rem;
  height: 3rem;
}

.safety-security-section .procedure .top-section h3 {
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.00488rem;
}

.safety-security-section .procedure .top-section p {
  color: #5c5c5c;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.00294rem;
}

.safety-security-section .procedure .body-text {
  margin-top: 2.5rem;
  color: #2d2d2d;
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.safety-security-section .procedure .body-text span {
  color: #4a2c40;
  font-weight: 600;
}

.safety-security-section .procedure .procedure-items {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.safety-security-section .procedure.fire .procedure-items .procedure-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(232, 213, 209, 0.3);
  background: rgba(255, 255, 255, 0.6);
}

.safety-security-section .procedure.smoke .procedure-items .procedure-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(193, 209, 197, 0.3);
  background: rgba(255, 255, 255, 0.6);
}

.safety-security-section .procedure .procedure-item img {
  height: 0.75rem;
}

.safety-security-section .procedure .procedure-item p {
  color: #2d2d2d;
  font-size: 0.875rem;
}

.safety-security-section .fire {
  background-color: #f5e8e4;
}

.safety-security-section .smoke {
  background-color: #e2ede5;
  margin-top: 2rem;
}

.safety-security-section .bottom-section {
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  display: flex;
  gap: 0.5rem;
  background: rgba(74, 44, 64, 0.05);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: calc(100% + 2 * 2rem);
  margin-left: -2rem;
}

.safety-security-section .bottom-section img {
  width: 0.75rem;
}

.safety-security-section .bottom-section p {
  color: rgba(74, 44, 64, 0.6);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.quality-section {
  padding: 7rem 6rem;
  background-color: #2d2d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quality-section .small-text {
  color: rgba(253, 248, 247, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.quality-section h2 {
  margin-top: 0.75rem;
  color: #fdf8f7;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
  letter-spacing: 0.00294rem;
  font-family: Lora;
}

.quality-section .small-line {
  margin-top: 0.75rem;
  width: 5rem;
  height: 0.125rem;
  border-radius: 624.9375rem;
  background: rgba(253, 248, 247, 0.25);
}

.quality-section .heading-text {
  margin-top: 1rem;
  width: 100%;
  max-width: 40rem;
  text-align: center;
  color: rgba(253, 248, 247, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.82813rem;
}

.quality-section .quality-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.quality-grid .quality-item {
  min-width: 14rem;
  padding: 1.75rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(253, 248, 247, 0.12);
  background: rgba(253, 248, 247, 0.07);
}

.quality-grid .quality-item img {
  width: 3.5rem;
  height: 3.5rem;
}

.quality-grid .quality-item h3 {
  margin-top: 1.25rem;
  color: #fdf8f7;
  font-family: Lora;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.00588rem;
}

.quality-grid .quality-item p {
  margin-top: 0.5rem;
  color: rgba(253, 248, 247, 0.6);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.21875rem;
}

.cqc-inspection {
  margin-top: 3.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(253, 248, 247, 0.1);
  background: rgba(253, 248, 247, 0.05);
}

.cqc-inspection img {
  width: 3rem;
  height: 3rem;
}

.cqc-inspection p {
  color: rgba(253, 248, 247, 0.8);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}

.cqc-inspection p span {
  color: #fdf8f7;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  letter-spacing: -0.00588rem;
}

.who-we-are-section {
  padding: 7rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4ebe8;
}

.who-we-are-section .small-text {
  color: rgba(74, 44, 64, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.who-we-are-section h2 {
  margin-top: 0.75rem;
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.who-we-are-section .small-line-top {
  margin-top: 0.75rem;
  width: 5rem;
  height: 0.125rem;
  background-color: #e8d5d1;
}

.who-we-are-section .who-we-are-grid {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.who-we-are-grid .who-item {
  padding: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
}

.who-item img {
  width: 3.5rem;
  height: 3.5rem;
}

.who-item h3 {
  margin-top: 1.5rem;
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.who-item .small-line {
  margin-top: 1rem;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #e8d5d1;
}

.who-item .body-text {
  margin-top: 1.5rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.who-item .values-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.who-item .values-list .value-item {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.who-item .values-list .value-item img {
  width: 1.5rem;
  height: 1.5rem;
}

.who-item .values-list .value-item p {
  color: #4a2c40;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: 0.00344rem;
}

.value-item.respect,
.value-item.independence,
.value-item.fulfilment,
.value-item.partnership {
  border-radius: 0.75rem;
  border: 1px solid rgba(232, 213, 209, 0.3);
  background: rgba(245, 232, 228, 0.4);
}

.value-item.dignity,
.value-item.choice,
.value-item.privacy {
  border-radius: 0.75rem;
  border: 1px solid rgba(193, 209, 197, 0.2);
  background: rgba(226, 237, 229, 0.4);
}

.feedback-section {
  padding: 7rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdf8f7;
  width: 100%;
}

.feedback-section .small-text {
  color: rgba(74, 44, 64, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.feedback-section h2 {
  margin-top: 0.75rem;
  color: #4a2c40;
  text-align: center;
  font-family: Lora;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.feedback-section .small-line {
  margin-top: 0.75rem;
  width: 5rem;
  height: 0.125rem;
  background-color: #e8d5d1;
}

.feedback-section .heading-text {
  margin-top: 1.5rem;
  max-width: 30rem;
  width: 100%;
  color: #5c5c5c;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.concern-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.concern-item {
  display: flex;
  gap: 2.75rem;
  width: 100%;
  flex: 1;
}

.concern-item .concern-container {
  display: flex;
  gap: 1rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.06);
  padding: 1.75rem;
}

.concern-item .concern-container .concern-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.concern-item .concern-container .concern-icon.astrid {
  border-radius: 50%;
}

.concern-item .concern-container h4 {
  color: #4a2c40;
  font-family: Lora;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.00113rem;
}

.concern-item .concern-container .body-text {
  margin-top: 0.25rem;
  color: #5c5c5c;
  font-family: 0.875rem;
  line-height: 1.4rem;
}

.concern-item .concern-container .body-text span {
  color: #4a2c40;
  font-weight: 700;
}

.acknowledge-container {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(232, 213, 209, 0.4);
  background: #f5e8e4;
  width: fit-content;
}

.acknowledge-container img,
.external-container img {
  width: 0.75rem;
  height: 0.75rem;
}

.acknowledge-container p,
.external-container p {
  color: #4a2c40;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.00075rem;
}

.external-container {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(193, 209, 197, 0.3);
  background: #e2ede5;
  width: fit-content;
}

.ombudsman-container {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(232, 213, 209, 0.3);
  background: #fff;
}

.ombudsman-container h5 {
  color: #4a2c40;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.ombudsman-container p {
  margin-top: 0.25rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.ombudsman-container p span {
  color: #4a2c40;
  font-weight: 700;
}

.concern-item.five .concern-container {
  background-color: #e8d5d14d;
}

.concern-item .num-container {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #2d2d2d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 40px -10px rgba(74, 44, 64, 0.1);
}

.concern-item.five .num-container {
  background-color: #fff;
  border: 2px solid #2d2d2d;
  color: #2d2d2d;
}

/* Responsive home page */

@media (max-width: 1100px) {
  .home-hero,
  .philosophy-section,
  .home-about-section,
  .home-welcome-section {
    padding: 5rem 3rem;
  }

  .home-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-hero .text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-hero h1 {
    font-size: 3.75rem;
  }

  .home-hero .home-hero-features {
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-hero .image-section {
    max-width: 34rem;
  }

  .home-hero-conservatory {
    transform: none;
  }

  .home-hero .environment-container {
    left: 1rem;
    bottom: 1rem;
  }

  .philosophy-section .top-section,
  .home-about-section .about-container {
    grid-template-columns: 1fr;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-hero,
  .philosophy-section,
  .home-about-section,
  .home-welcome-section {
    padding: 4rem 1.25rem;
  }

  .home-hero {
    gap: 3rem;
  }

  .home-hero h1 {
    font-size: 2.75rem;
    letter-spacing: -0.05rem;
  }

  .home-hero-body-text {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .home-hero .home-hero-features {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .home-hero .image-section .top-square,
  .home-hero-conservatory {
    border-radius: 1.25rem;
  }

  .home-hero .environment-container {
    position: static;
    margin-top: 1rem;
    justify-content: center;
  }

  .home-welcome-section .quote,
  .philosophy-section .top-section .philosophy-heading,
  .home-about-section h2 {
    font-size: 2.25rem;
  }

  .home-welcome-section .welcome-text,
  .philosophy-section .right-side p {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .philosophy-grid {
    margin-top: 3rem;
  }

  .philosophy-grid .philosophy-item {
    padding: 2rem;
  }

  .home-about-section .about-container {
    padding: 2rem 1.25rem;
    gap: 2rem;
  }

  .home-about-section .facilities-container {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }

  .home-about-section .staff-container,
  .home-about-section .facilities-container .facilities-list .facility {
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .home-hero h1 {
    font-size: 2.25rem;
  }

  .home-welcome-section .quote,
  .philosophy-section .top-section .philosophy-heading,
  .home-about-section h2 {
    font-size: 2rem;
  }

  .home-hero .find-out-more-btn {
    width: 100%;
    justify-content: center;
  }

  .home-about-section .staff-container {
    flex-direction: column;
  }
}

/* Responsive care page */

@media (max-width: 1100px) {
  .care-hero,
  .person-centered-section,
  .daily-life-section,
  .independence-section,
  .additional-services-section {
    padding: 5rem 3rem;
  }

  .care-hero .care-hero-grid,
  .independence-section {
    grid-template-columns: 1fr;
  }

  .person-centered-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .daily-life-section .activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .choice-visitor-grid {
    grid-template-columns: 1fr;
  }

  .care-hero .valuables-container {
    right: 1rem;
  }

  .care-hero .care-hero-grid .care-hero-image {
    transform: none;
  }

  .care-hero .private-room-container {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .independence-section .kitchen-photo {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .care-hero,
  .person-centered-section,
  .daily-life-section,
  .independence-section,
  .additional-services-section {
    padding: 4rem 1.25rem;
  }

  .care-hero h1,
  .person-centered-section h2,
  .daily-life-section h2,
  .independence-section h2 {
    font-size: 2.25rem;
    line-height: 2.8rem;
  }

  .care-hero .care-hero-grid {
    margin-top: 3rem;
    gap: 3rem;
  }

  .person-centered-grid,
  .daily-life-section .activities-grid {
    grid-template-columns: 1fr;
  }

  .care-hero .home-items .home-item,
  .daily-life-section .activities-grid .activity,
  .independence-section .right-side .right-item {
    align-items: flex-start;
  }

  .care-hero .valuables-container {
    position: static;
    margin-top: 1rem;
    width: fit-content;
  }

  .care-hero .private-room-container {
    position: static;
    margin-top: 1rem;
    border-radius: 1rem;
  }

  .choice-visitor-grid .choice,
  .choice-visitor-grid .visitor,
  .person-centered-grid .person-centered-item,
  .daily-life-section .activities-grid .activity {
    padding: 1.5rem;
  }

  .choice-visitor-grid .top-section {
    align-items: flex-start;
  }

  .additional-services-section .professionals-container {
    border-radius: 1rem;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .care-hero h1,
  .person-centered-section h2,
  .daily-life-section h2,
  .independence-section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .care-hero .home-items .home-item,
  .daily-life-section .activities-grid .activity,
  .independence-section .right-side .right-item {
    flex-direction: column;
  }

  .additional-services-section .services-container {
    width: 100%;
  }

  .additional-services-section .services-container .service-item {
    width: 100%;
    border-radius: 1rem;
  }
}

/* Responsive safety/contact page */

@media (max-width: 1200px) {
  .safety-security-section,
  .quality-section,
  .who-we-are-section,
  .feedback-section {
    padding: 5rem 3rem;
  }

  .safety-security-section {
    grid-template-columns: 1fr;
  }

  .quality-section .quality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .who-we-are-section .who-we-are-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .safety-security-section,
  .quality-section,
  .who-we-are-section,
  .feedback-section {
    padding: 4rem 1.25rem;
  }

  .safety-security-section h2,
  .quality-section h2,
  .who-we-are-section h2,
  .feedback-section h2 {
    font-size: 2.25rem;
    line-height: 2.8rem;
  }

  .quality-section .quality-grid {
    grid-template-columns: 1fr;
  }

  .quality-grid .quality-item {
    min-width: 0;
  }

  .safety-security-section .safety-items .safety-item,
  .safety-security-section .procedure .procedure-item,
  .cqc-inspection,
  .concern-item,
  .concern-item .concern-container {
    align-items: flex-start;
  }

  .cqc-inspection {
    flex-direction: column;
  }

  .concern-item {
    gap: 1rem;
  }

  .concern-item .concern-container {
    padding: 1.25rem;
  }

  .acknowledge-container,
  .external-container {
    border-radius: 1rem;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .safety-security-section h2,
  .quality-section h2,
  .who-we-are-section h2,
  .feedback-section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .safety-security-section .safety-items .safety-item,
  .safety-security-section .procedure .procedure-item,
  .concern-item .concern-container {
    flex-direction: column;
  }

  .concern-item {
    flex-direction: column;
  }

  .concern-item .num-container {
    width: 2.5rem;
    height: 2.5rem;
  }

  .safety-security-section .procedure {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

  .safety-security-section .bottom-section {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 1rem 1.5rem;
  }

  .who-we-are-grid .who-item {
    padding: 1.5rem;
  }
}

/* Header styles */

/* Header styles */

header {
  padding: 1rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  z-index: 999;
}

.header-logo {
  width: 10rem;
}

header nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

header nav a {
  color: #2d2d2d;
}

header nav a.active {
  color: purple;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: purple;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}

.hamburger {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.hamburger span {
  display: block;
  width: 1.75rem;
  height: 2px;
  background: #2d2d2d;
  transition: 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
  header {
    padding: 1rem 1.25rem;
  }

  .header-logo {
    width: 8rem;
  }

  .hamburger {
    display: flex;
  }

  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: none;
  }

  header nav.active {
    display: flex;
  }

  header nav a {
    width: 100%;
    font-size: 1rem;
  }
}

/* Footer styles */

footer {
  padding: 5rem 6rem;
  background-color: #4a2c40;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}

footer .footer-section-one {
  max-width: 30rem;
}

footer .footer-section-one h2,
footer .footer-section-two h2 {
  color: #fdf8f7;
  font-family: Lora;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.00125rem;
}

footer .footer-section-one .body-text {
  color: rgba(253, 248, 247, 0.6);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42188rem;
  margin-top: 1.75rem;
}

footer .footer-section-one .contact-details-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer .footer-section-one .contact-details-container .contact-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

footer .footer-section-one .contact-details-container .contact-item img {
  width: 2rem;
  height: 2rem;
}

footer .contact-item p,
footer .contact-item a {
  color: rgba(253, 248, 247, 0.8);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
}

.footer-section-two .small-text {
  color: rgba(253, 248, 247, 0.4);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

footer .footer-section-two h2 {
  margin-top: 2rem;
}

footer .footer-section-two form {
  margin-top: 2rem;
}

footer form label {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: rgba(253, 248, 247, 0.5);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

footer form input,
footer form textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(253, 248, 247, 0.15);
  background: rgba(253, 248, 247, 0.1);
}

footer form textarea {
  height: 6rem;
}

footer button {
  padding: 1rem;
  margin-top: 1.5rem;
  width: 100%;
  border-radius: 1rem;
  background: #e8d5d1;
  color: #4a2c40;
  font-weight: 700;
}

/* Responsive footer */

@media (max-width: 1000px) {
  footer {
    padding: 4rem 3rem;
    flex-direction: column;
  }

  footer .footer-section-one,
  footer .footer-section-two {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 3rem 1.25rem;
    gap: 3rem;
  }

  footer .footer-section-one h2,
  footer .footer-section-two h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  footer .footer-section-one .contact-details-container .contact-item {
    align-items: flex-start;
  }

  footer .contact-item p,
  footer .contact-item a {
    word-break: break-word;
  }

  footer form input,
  footer form textarea {
    padding: 0.875rem 1rem;
  }
}
