/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* CSS Document */
body {
  font-size: 1.1rem;
  line-height: 1.9rem;
}
h1 {
  font-size: 2.4rem;
  line-height: 2.5rem;
}
/* Book Now Button */
.book-now-btn {
  display: inline-flex;
  /* so text aligns nicely with logo */
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #5A2CA0, #8A4FFF);
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.book-now-btn:hover {
  background: linear-gradient(135deg, #8A4FFF, #5A2CA0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  color: #fff;
}
.book-now-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.book-now-btn::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-color: #fff;
  /* icon colour */
  -webkit-mask: url('../../../../images/Logo/fresha.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask: url('../../../../images/Logo/fresha.svg') no-repeat center;
  mask-size: contain;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  line-height: 1.6rem;
}
/* --- Basics --- */
#home-hero {
  text-align: center;
  margin: 2rem 0 1.5rem;
}
#home-hero .lead {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0.5rem auto 1rem;
  max-width: 48rem;
}
/* Buttons */
.btn {
  display: inline-block;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
}
.btn-primary {
  background: #184766;
  color: #fff;
  border: 1px solid transparent;
}
.btn-primary:hover {
  filter: brightness(0.95);
}
.btn-outline {
  background: transparent;
  color: #184766;
  border: 1px solid #184766;
}
.btn-outline:hover {
  background: #184766;
  color: #fff;
}
.btn-link {
  background: none;
  border: 0;
  color: #184766;
  text-decoration: underline;
  padding: 0;
}
/* Intro paragraph spacing */
#intro {
  margin: 1.5rem 0 2rem;
}
#intro p {
  margin: 0;
}
/* Cards grid */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
/* Individual card */
.cards .card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.cards .card h3 {
  margin: 0.25rem 0 0.5rem;
  font-size: 1.1rem;
}
.cards .card p {
  margin: 0.35rem 0;
  line-height: 1.5;
}
.cards .card .price {
  margin-top: 0.25rem;
  font-weight: 600;
}
/* Links inside cards */
.text-link {
  text-decoration: underline;
}
/* Make lists neat if Gantry defaults are heavy */
.benefit-list, .trust-list {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 0;
}
.benefit-list li, .trust-list li {
  margin: 0.35rem 0;
}
/* Small tweaks for mobile spacing */
#final-cta {
  text-align: center;
  margin: 2rem 0;
}
#final-cta .btn {
  margin: 0.25rem 0.25rem;
}
/* Optional: soften default table look if any plugin outputs tables on home */
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.6rem;
}
th {
  background: #fafafa;
  text-align: left;
}
/* ===== Treatments page styles ===== */
#treatments {
  margin: 1rem 0 2rem;
  display: block;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#treatments h1 {
  margin: 0 0 0.75rem;
}
#treatments > p {
  line-height: 1.7;
  margin: 0.25rem 0 1.25rem;
}
#treatments .card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
}
#treatments .card p {
  margin: 0.45rem 0;
  line-height: 1.7;
}
#treatments .card ul {
  margin: 0.5rem 0 0.25rem 1.1rem;
}
#treatments .card li {
  margin: 0.25rem 0;
}
#treatments .card p strong {
  font-weight: 700;
  display: inline-block;
  margin-top: 0.25rem;
}
#treatments a {
  color: #184766;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#treatments a:hover {
  filter: brightness(1.1);
}
#treatments a:focus {
  outline: 2px dashed #184766;
  outline-offset: 2px;
}
#treatments hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 1rem 0;
}
@media (min-width: 720px) {
  #treatments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1120px) {
  #treatments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#treatments .cta {
  text-align: center;
  margin-top: 1.25rem;
}
#treatments .cta .btn {
  margin: 0.25rem;
}
/* Buttons (re-affirm accent to match page) */
#treatments .btn {
  display: inline-block;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  line-height: 1;
}
#treatments .btn-primary {
  background: #184766;
  color: #fff;
  border: 1px solid transparent;
}
#treatments .btn-primary:hover {
  filter: brightness(1.08);
}
#treatments .btn-outline {
  background: transparent;
  color: #184766;
  border: 1px solid #184766;
}
#treatments .btn-outline:hover {
  background: #184766;
  color: #fff;
}
/*# sourceMappingURL=custom_19.css.map */