body {
  background-color: #f8f5f1;
}
.header-index {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)),
    url("../src/images/bg-white.jpg");
  filter: sepia(13%);
  background-size: cover;
  background-position: center;
  background-position: center 75%;
  padding: 240px 30px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
}

h1 {
  color: #55624e;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 66px;
}
h2 {
  color: #c68d6b;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
}
h3 {
  color: #a58a72;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  color: #55624e;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 18px;
}
p {
  color: #55624e;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.5;
  margin: 20px;
  text-align: center;
}
/*table of contents*/
.container-table {
  width: 73%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.wellness-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  background-color: #f3eee7;
  border-radius: 20px;
  overflow: hidden;
}
.wellness-table th {
  background-color: #e5ddd2;
  color: #55624e;
  padding: 18px;
  font-weight: 500;
}
.wellness-table td {
  padding: 18px;
  border-bottom: 1px solid #e6dfd7;
  color: #6f6f6f;
}
/*Card styles just in index page*/
.card-box {
  display: block;
  padding: 25px;
  border-radius: 15px;
  text-decoration: none;
  color: black;
  transition: 0.2s ease;
  border: 1px solid #dee2e6;
  height: 100%;
  text-align: center;
}
.card-box:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.margin-top-index {
  margin-top: 80px;
}

.table-icon {
  width: 30px;
  height: 30px;
  opacity: 0.3;
}
.health-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  width: 73%;
  margin: 0 auto;
  gap: 30px;
}
.health-video iframe {
  border-radius: 15px;
  width: 100%;
}
.health-grid ul {
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
  color: #55624e;
  margin-top: 10px;
  line-height: 2.5;
  font-weight: 300;
}
.health-grid p {
  text-align: left;
  margin-bottom: 50px;
  line-height: 2;
  font-weight: 300;
}
.health-grid h3 {
  font-family: "Poppins", sans-serif;
  color: #c68d6b;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-left: 20px;
  text-align: left;
}
.health-video {
  display: flex;
  justify-content: center;
  border-radius: 15px;
  height: auto;
}

.massage-subtitle {
  text-align: center;
  margin: 60px auto;
  width: 73%;
}
.massage-subtitle h2 {
  color: #55624e;
}
.grid-4-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 73%;
  margin: 0 auto;
}

.grid-item {
  background-color: #f3eee7;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.massage-images {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
footer {
  background-color: #f8f5f1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #6f6f6f;
  font-size: 14px;
  background: linear-gradient(to bottom, #f8f5f1, #f3eee7);
  padding-bottom: 120px;
}

footer a {
  color: #6f6f6f;
  text-decoration: none;
  font-weight: 500;
}
footer a:hover {
  color: #c68d6b;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.container-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 10px;
  width: 73%;
  align-items: center;
  align-items: start;
  background-color: #482020;
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 50px;
  padding-bottom: 10px;
  padding-top: 30px;
}
.spotify-embed {
  padding: 20px;
}
.social-box {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #b9896d;
  align-items: flex-start;
  padding: 20px;
}
.social-box a {
  text-decoration: none;
  font-weight: 300;
}
.social-box a:hover {
  color: #c68d6b;
}

@media screen and (max-width: 768px) {
  header {
    padding: 60px 20px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 12px;
  }
  h4 {
    font-size: 16px;
  }

  .grid-4-col {
    grid-template-columns: 1fr;
    width: 70%;
  }

  .container-footer {
    display: grid;
    grid-template-columns: 1fr !important;
    width: 70%;
    padding-top: 30px;
    margin: auto !important;
    text-align: center;
  }
  .spotify-embed iframe {
    width: 100%;
    min-width: 0;
  }
  .social-box {
    align-items: center;
    text-align: center;
  }

  .health-grid {
    grid-template-columns: 1fr;
  }
  .health-video iframe {
    width: 100%;
    height: 220px;
  }
  .health-grid p {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 15px;
  }

  .health-grid h3 {
    letter-spacing: 4px;
    font-size: 16px;
    text-align: center;
  }
  .health-grid ul {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    list-style: none;
    line-height: normal;
  }
  .wellness-table {
    font-size: 14px;
  }
}
