:root {
  --title-color: #8a2e98;
  --subtitle-color: #6c1f78;
  --background-color: #cccfdb;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.bg-custom {
  min-height: 100vh;
  background-image: url("src/background-strong.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-custom {
  background-color: transparent !important;
}
.offcanvas-custom {
  color: var(--subtitle-color);
  background-color: var(--background-color);
}
.offcanvas-custom .nav-item .nav-link {
  color: var(--subtitle-color);
}
.nav-link.a-custom {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.nav-link.a-custom.active {
  font-weight: 900;
  color: var(--title-color) !important;
  text-shadow: 0 0 8px rgba(138, 46, 152, 0.15);
}

.nav-link.a-custom:hover {
  color: var(--title-color) !important;
  transform: translateY(-1px);
}

h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  color: var(--title-color);
  text-shadow: 0px 2px 10px rgba(138, 46, 152, 0.12);
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  color: var(--subtitle-color);
}

h4 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: var(--subtitle-color);
}

h3.judson-regular {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subtitle-color);
  font-size: 20px;
}

h3.judson-bold {
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
}

h3.judson-regular-italic {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: italic;
}

.btn-custom {
  background-color: var(--title-color);
  color: var(--background-color);
  border: none;
  padding: 10px 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.btn-custom:hover {
  background-color: var(--subtitle-color);
  color: var(--background-color);
}

body {
  background-color: #f5f2fe;
}
.hero {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.text-limit {
  max-width: 500px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  h1 {
    font-size: 56px;
    text-align: center;
  }
  h2 {
    font-size: 20px;
    text-align: center;
  }
  .text-limit {
    max-width: 100%;
    padding: 0 13px;
  }
  h3.judson-regular {
    font-size: 15px;
    text-align: center;
  }
  h4 {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
  }
  .btn {
    font-size: 14px;
  }
  .content-container {
    text-align: center;
    padding: 0;
  }
}

.content-container {
  padding: 150px 40px;
}
.content {
  line-height: 1.6;
  margin: 20px;
}

.content h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  color: var(--title-color);
}
.content h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: var(--subtitle-color);
  margin: 20px 0 0 0;
}
.content h4 {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subtitle-color);
  font-size: 20px;
  line-height: 1.6;
}
.content p {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subtitle-color);
  font-size: 16px;
  margin-top: 0;
}

@media (max-width: 700px) {
  .content-container {
    padding: 40px 10px;
  }
  .content h1 {
    font-size: 32px;
    text-align: center;
  }
  .content h2 {
    font-size: 18px;
    text-align: center;
  }
  .content h4 {
    font-size: 16px;
    text-align: center;
  }
  .content p {
    font-size: 14px;
    text-align: center;
  }
  .contact-box {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    width: 60%;
  }
  .contact-box h4 {
    font-size: 25px;
  }
}
.a-custom {
  font-family: quicksand, sans-serif;
  color: var(--subtitle-color);
}
.a-custom:hover {
  color: var(--title-color) !important;
}
.a-custom.a-custom:visited {
  color: var(--subtitle-color);
  text-decoration: none;
}
.logo {
  max-width: 60px;
}

footer {
  padding: 40px 0;
}
.contact-box {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto 50px;
  box-shadow: 0 10px 30px rgba(138, 46, 152, 0.08);
  width: 80%;
  text-align: center;
}

.contact-box h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-box p {
  margin: 0;
  color: var(--subtitle-color);
  font-family: "Judson", serif;
}
.contact-page {
  min-height: 100vh;

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;

  text-align: center;

  padding: 40px 20px;
}

.contact-description {
  max-width: 600px;
  font-size: 22px;
  color: var(--subtitle-color);
  margin-bottom: 50px;
  font-family: "Quicksand", sans-serif;
}
.email-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: var(--subtitle-color);
  text-decoration: none;

  transition: all 0.3s ease;
}

.email-link:hover {
  color: var(--title-color);
}

.social-links {
  text-align: center;
}

.social-links a {
  color: var(--subtitle-color);
  font-size: 24px;
  margin: 0 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  color: var(--title-color);
  transform: translateY(-2px);
}

.copyright {
  text-align: center;
  color: var(--subtitle-color);
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.copyright a {
  color: var(--subtitle-color) !important;
  text-decoration: none;
}
