@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap');

body {
  font-family: 'Playfair Display', serif;
  color: #222;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
}
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(268, 33%, 31%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
}
.navbar-brand img {
  width: 61px;
  height: 61px;
  object-fit: cover;
}
.navbar-nav .nav-link {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(282, 31%, 16%);
  font-weight: 600;
  padding: 8px 16px;
}
.navbar-nav .nav-link:hover {
  color: hsl(88, 40%, 45%);
}
.navbar-toggler {
  border-color: hsl(268, 33%, 31%);
}

.site-footer {
    background: hsl(282, 31%, 16%);
    color: #f5f5f5;
    padding: 80px 0 32px;
    font-family: 'Playfair Display', serif;
  }
  .site-footer h5, .site-footer h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .site-footer p, .site-footer a {
    color: #e6e0ec;
    text-decoration: none;
  }
  .site-footer a:hover {
    color: hsl(88, 40%, 45%);
    text-decoration: underline;
  }
  .site-footer .footer-divider {
    border-color: rgba(255,255,255,0.15);
    margin: 40px 0 24px;
  }
  .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: hsl(268, 33%, 31%);
    color: #ffffff;
    margin-right: 10px;
    border-radius: 0;
    font-size: 1.1rem;
    transition: background 0.2s ease;
  }
  .footer-social a:hover {
    background: hsl(88, 40%, 45%);
    color: hsl(282, 31%, 16%);
  }
  .footer-bottom {
    font-size: 0.9rem;
    color: #cfc7d8;
  }
  .footer-list li {
    margin-bottom: 10px;
  }

  #cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: hsl(282, 31%, 16%);
    color: #f5f5f5;
    border-top: 3px solid hsl(88, 40%, 45%);
    padding: 18px 0;
    max-height: 60vh;
    overflow-y: auto;
    font-family: 'Playfair Display', serif;
  }
  #cookieNotice h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 1.05rem;
  }
  #cookieNotice p, #cookieNotice li {
    font-size: 0.88rem;
    color: #e6e0ec;
    margin-bottom: 6px;
  }
  .cookie-btn {
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    padding: 8px 18px;
    font-size: 0.9rem;
    width: 100%;
    border: 2px solid transparent;
    transition: all 0.2s ease;
  }
  .btn-accept-all {
    background: hsl(88, 40%, 45%);
    color: hsl(282, 31%, 16%);
  }
  .btn-accept-all:hover {
    background: transparent;
    border-color: hsl(88, 40%, 45%);
    color: #ffffff;
  }
  .btn-reject-optional {
    background: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .btn-reject-optional:hover {
    background: #f5f5f5;
    color: hsl(282, 31%, 16%);
  }
  .cookie-manage-link {
    color: hsl(88, 40%, 45%);
    font-size: 0.85rem;
    text-decoration: underline;
  }
  .cookie-manage-link:hover {
    color: #ffffff;
  }

#about-section {
  font-family: 'Playfair Display', serif;
  color: #2a2a2a;
  background-color: #fdfdfb;
  padding: 96px 0;
}
#about-section h1, #about-section h2, #about-section h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(282, 31%, 16%);
}
#about-section .intro-lead {
  font-size: 1.15rem;
  color: hsl(268, 33%, 31%);
  margin-bottom: 48px;
}
#about-section .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
#about-section section + section,
#about-section .block-spacing {
  margin-top: 88px;
}
#about-section .value-card {
  background-color: #fff;
  border: 1px solid #e2ddea;
  padding: 24px;
  height: 100%;
}
#about-section .value-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#about-section .accent-line {
  width: 60px;
  height: 4px;
  background-color: hsl(88, 40%, 45%);
  margin-bottom: 20px;
}
#about-section .team-card {
  background-color: hsl(282, 31%, 16%);
  color: #f5f5f5;
  padding: 28px;
  height: 100%;
  border-radius: 0;
}
#about-section .team-card h3 {
  color: #f5f5f5;
  margin-bottom: 4px;
}
#about-section .team-card .role {
  color: hsl(88, 40%, 45%);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 12px;
  display: block;
}
#about-section .stats-row {
  background-color: #fff;
  border: 1px solid #e2ddea;
  padding: 32px;
}
#about-section .stat-number {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  color: hsl(268, 33%, 31%);
  font-weight: 700;
}
#about-section .cta-box {
  background-color: hsl(268, 33%, 31%);
  color: #f5f5f5;
  padding: 48px 32px;
  text-align: center;
}
#about-section .cta-box h2 {
  color: #f5f5f5;
}
#about-section .cta-box p {
  color: #e9e5f1;
}
#about-section .btn-accent {
  background-color: hsl(88, 40%, 45%);
  color: #1c1c1c;
  border: none;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}
#about-section .btn-accent:hover {
  background-color: hsl(88, 40%, 38%);
  color: #1c1c1c;
}
@media (max-width: 767px) {
  #about-section { padding: 64px 0; }
  #about-section .block-spacing { margin-top: 56px; }
}

.hero-section{
  background:#f8f9fa;
  padding:80px 0;
}
.hero-section h1{
  font-family:'Ubuntu',sans-serif;
  color:hsl(282, 31%, 16%);
  font-weight:700;
  font-size:2.4rem;
}
.hero-section h2{
  font-family:'Ubuntu',sans-serif;
  color:hsl(268, 33%, 31%);
  font-weight:400;
  font-size:1.3rem;
  margin-bottom:1rem;
}
.hero-section p.lead-text{
  font-family:'Playfair Display',serif;
  color:#333;
  font-size:1.1rem;
  margin-bottom:1.5rem;
}
.info-strip{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-bottom:1.5rem;
}
.info-strip .info-item{
  display:flex;
  align-items:center;
  gap:0.5rem;
  font-family:'Playfair Display',serif;
  color:hsl(282, 31%, 16%);
  font-size:0.98rem;
  background:#fff;
  border:1px solid hsl(268, 33%, 31%);
  padding:8px 14px;
}
.info-strip .info-item i{
  color:hsl(88, 40%, 45%);
  font-size:1.1rem;
}
.btn-primary-custom{
  background-color:hsl(268, 33%, 31%);
  color:#fff;
  border:none;
  padding:12px 28px;
  font-family:'Ubuntu',sans-serif;
  font-weight:600;
  border-radius:0;
  transition:background-color 0.3s ease, color 0.3s ease;
}
.btn-primary-custom:hover{
  background-color:hsl(88, 40%, 45%);
  color:hsl(282, 31%, 16%);
}
.btn-outline-custom{
  background-color:transparent;
  color:hsl(268, 33%, 31%);
  border:2px solid hsl(268, 33%, 31%);
  padding:12px 28px;
  font-family:'Ubuntu',sans-serif;
  font-weight:600;
  border-radius:0;
  transition:background-color 0.3s ease, color 0.3s ease;
}
.btn-outline-custom:hover{
  background-color:hsl(268, 33%, 31%);
  color:#fff;
}
.hero-img{
  aspect-ratio: 3 / 2;
  width:100%;
  height:auto;
  object-fit:cover;
  border:1px solid #ddd;
}
@media (max-width:767px){
  .hero-section h1{font-size:1.9rem;}
  .info-strip{flex-direction:column;}
}

#who-we-are {
  background: #f8f9fa;
  color: #222;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
}
#who-we-are h2, #who-we-are h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(268, 33%, 31%);
}
#who-we-are img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
#who-we-are .lead-text {
  font-size: 1.05rem;
  line-height: 1.75;
}
#who-we-are .values-list {
  list-style: none;
  padding-left: 0;
}
#who-we-are .values-list li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.7rem;
}
#who-we-are .values-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: hsl(88, 40%, 45%);
  font-weight: bold;
}
#who-we-are .team-card {
  background: hsl(282, 31%, 16%);
  color: #f8f9fa;
  padding: 28px;
  border-radius: 0;
  height: 100%;
}
#who-we-are .team-card h4 {
  font-family: 'Ubuntu', sans-serif;
  color: #f8f9fa;
  margin-bottom: 4px;
}
#who-we-are .team-card span {
  display: block;
  color: hsl(88, 40%, 45%);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#who-we-are .stat-box {
  border-left: 3px solid hsl(88, 40%, 45%);
  padding-left: 14px;
}
#who-we-are .stat-box strong {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  color: hsl(268, 33%, 31%);
}
@media (max-width: 767px) {
  #who-we-are { padding: 64px 0; }
}

.services-section {
  background: #f8f9fa;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
.services-section h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(268, 33%, 31%);
  font-weight: 700;
}
.services-section .lead-text {
  color: #333;
  max-width: 720px;
  margin: 0 auto 56px;
}
.service-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 32px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(40, 20, 60, 0.18);
  border-color: hsl(88, 40%, 45%);
}
.service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(268, 33%, 31%);
  color: #fff;
  border-radius: 0;
  font-size: 1.6rem;
  margin-bottom: 20px;
  transition: background 0.25s ease;
}
.service-card:hover .service-icon {
  background: hsl(88, 40%, 45%);
}
.service-card h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.15rem;
  color: hsl(282, 31%, 16%);
  margin-bottom: 12px;
  font-weight: 600;
}
.service-card p {
  color: #444;
  font-size: 0.96rem;
  line-height: 1.55;
  margin-bottom: 18px;
}
.service-price {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(268, 33%, 31%);
  font-size: 1.05rem;
  border-top: 1px solid #eee;
  padding-top: 14px;
  display: block;
}
@media (max-width: 767px) {
  .services-section { padding: 64px 0; }
}

#what-to-expect {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#what-to-expect h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(282, 31%, 16%);
  font-weight: 700;
  margin-bottom: 12px;
}
#what-to-expect .lead {
  font-family: 'Playfair Display', serif;
  color: #333;
  margin-bottom: 40px;
}
#what-to-expect .expect-card {
  border: 1px solid #dcd7e2;
  border-radius: 0;
  background-color: #fff;
  padding: 24px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#what-to-expect .expect-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
#what-to-expect .expect-icon {
  font-size: 1.6rem;
  color: hsl(88, 40%, 45%);
  flex-shrink: 0;
}
#what-to-expect .expect-text {
  font-family: 'Playfair Display', serif;
  color: #222;
  font-size: 1.02rem;
  margin: 0;
  line-height: 1.5;
}

#questions {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#questions h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(268, 33%, 31%);
  font-weight: 700;
}
#questions .lead-text {
  color: #333;
  max-width: 720px;
  margin: 0 auto 48px auto;
}
#questions .accordion-item {
  border: 1px solid hsl(268, 33%, 31%);
  border-radius: 0;
  margin-bottom: 16px;
  background-color: #fff;
}
#questions .accordion-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: hsl(282, 31%, 16%);
  background-color: #fff;
  border-radius: 0;
}
#questions .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: hsl(268, 33%, 31%);
  box-shadow: none;
}
#questions .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(88, 40%, 45%);
}
#questions .accordion-button::after {
  filter: none;
}
#questions .accordion-body {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
  background-color: #fff;
}
#questions .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

#special {
  padding: 96px 0;
  background-color: #f8f9fa;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#special h2, #special h3 {
  font-family: 'Ubuntu', sans-serif;
}
#special .special-card {
  background-color: hsl(268, 33%, 31%);
  color: #f8f9fa;
  border-radius: 0;
  padding: 48px;
}
#special .special-card h2 {
  color: #f8f9fa;
  font-weight: 700;
  margin-bottom: 20px;
}
#special .special-card p {
  color: #f0eef4;
  font-size: 1.05rem;
  line-height: 1.7;
}
#special .special-badge {
  background-color: hsl(88, 40%, 45%);
  color: hsl(282, 31%, 16%);
  display: inline-block;
  padding: 6px 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#special .deadline-box {
  background-color: hsl(282, 31%, 16%);
  border: 1px solid hsl(88, 40%, 45%);
  padding: 24px;
  border-radius: 0;
  text-align: center;
  color: #f8f9fa;
}
#special .deadline-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  color: #d9d4e3;
  margin-bottom: 8px;
}
#special .deadline-date {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: hsl(88, 40%, 45%);
}
#special .benefit-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
#special .benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #f0eef4;
  font-size: 1rem;
}
#special .benefit-list li i {
  color: hsl(88, 40%, 45%);
  font-size: 1.2rem;
  margin-top: 3px;
}
#special .btn-special {
  background-color: hsl(88, 40%, 45%);
  color: hsl(282, 31%, 16%);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 14px 36px;
  border: none;
  border-radius: 0;
  font-size: 1.05rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}
#special .btn-special:hover {
  background-color: #f8f9fa;
  color: hsl(282, 31%, 16%);
}
@media (max-width: 767px) {
  #special .special-card {
    padding: 28px;
  }
  #special .deadline-date {
    font-size: 1.4rem;
  }
}

#reviews {
  padding: 96px 0;
  background-color: #f8f9fa;
}
#reviews h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(282, 31%, 16%);
  font-weight: 700;
}
#reviews .lead-text {
  font-family: 'Playfair Display', serif;
  color: #333;
  max-width: 700px;
}
#reviews .review-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#reviews .review-card.accent-border {
  border-left: 4px solid hsl(88, 40%, 45%);
}
#reviews .review-card.primary-border {
  border-left: 4px solid hsl(268, 33%, 31%);
}
#reviews .review-name {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(282, 31%, 16%);
  margin-bottom: 2px;
}
#reviews .review-location {
  font-family: 'Playfair Display', serif;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#reviews .review-text {
  font-family: 'Playfair Display', serif;
  color: #333;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.6;
}
#reviews .stars {
  color: hsl(88, 40%, 45%);
  font-size: 1.1rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#reviews .stars .empty {
  color: #ccc;
}
#reviews .review-card.wide {
  background: hsl(268, 33%, 31%);
  color: #fff;
}
#reviews .review-card.wide .review-name, #reviews .review-card.wide .review-text {
  color: #fff;
}
#reviews .review-card.wide .review-location {
  color: #d9d0e8;
}
#reviews .review-card.wide .stars {
  color: hsl(88, 40%, 45%);
}
#reviews .summary-box {
  background: hsl(282, 31%, 16%);
  color: #fff;
  padding: 24px 28px;
  font-family: 'Ubuntu', sans-serif;
}
#reviews .summary-box .num {
  font-size: 1.9rem;
  font-weight: 700;
  color: hsl(88, 40%, 45%);
}
#reviews .summary-box p {
  font-family: 'Playfair Display', serif;
  color: #eae4f2;
  font-size: 0.95rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #reviews {
    padding: 64px 0;
  }
}

#get-in-touch {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#get-in-touch h2, #get-in-touch h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(282, 31%, 16%);
}
#get-in-touch .lead-text {
  color: #333;
  font-size: 1.05rem;
}
#get-in-touch .contact-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#get-in-touch .info-card {
  background-color: hsl(268, 33%, 31%);
  color: #fff;
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#get-in-touch .info-card h3 {
  color: #fff;
}
#get-in-touch .info-card a {
  color: hsl(88, 40%, 55%);
  text-decoration: none;
}
#get-in-touch .info-card a:hover {
  text-decoration: underline;
  color: #fff;
}
#get-in-touch .info-card p {
  color: #f1f1f1;
  margin-bottom: 6px;
}
#get-in-touch .form-label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #222;
}
#get-in-touch .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
#get-in-touch .form-control:focus {
  border-color: hsl(268, 33%, 31%);
  box-shadow: 0 0 0 0.2rem hsla(268, 33%, 31%, 0.2);
}
#get-in-touch .btn-send {
  background-color: hsl(88, 40%, 45%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#get-in-touch .btn-send:hover {
  background-color: hsl(88, 40%, 38%);
  color: #fff;
}
#get-in-touch .divider-line {
  width: 48px;
  height: 3px;
  background-color: hsl(88, 40%, 45%);
  margin-bottom: 20px;
}
#get-in-touch .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#get-in-touch .hours-list li {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 6px 0;
  color: #f1f1f1;
}
#get-in-touch .map-link {
  display: inline-block;
  margin-top: 10px;
  color: hsl(88, 40%, 60%);
  font-size: 0.95rem;
}
#get-in-touch .map-link:hover {
  color: #fff;
}
@media (max-width: 767px) {
  #get-in-touch {
    padding: 64px 0;
  }
}

#legal-notice {
  background-color: #f8f9fa;
  padding: 80px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#legal-notice h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(268, 33%, 31%);
  font-weight: 700;
  margin-bottom: 24px;
}
#legal-notice .disclaimer-box {
  background-color: #ffffff;
  border: 1px solid hsl(268, 33%, 85%);
  border-radius: 0;
  padding: 32px;
}
#legal-notice .icon-wrapper {
  color: hsl(268, 33%, 31%);
  font-size: 2rem;
  flex-shrink: 0;
}
#legal-notice p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#contact-body {
  background-color: #f8f9fa;
  color: #222;
  font-family: 'Playfair Display', serif;
  padding: 96px 0;
}
#contact-body h1, #contact-body h2, #contact-body h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(282, 31%, 16%);
}
#contact-body .intro-text {
  font-size: 1.1rem;
  max-width: 700px;
  margin-bottom: 48px;
}
#contact-body .form-card {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 32px;
  border-radius: 0;
}
#contact-body .form-label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: hsl(282, 31%, 16%);
}
#contact-body .form-control {
  border-radius: 0;
  border: 1px solid #999;
  padding: 10px 12px;
}
#contact-body .form-control:focus {
  border-color: hsl(268, 33%, 31%);
  box-shadow: 0 0 0 0.2rem hsla(268, 33%, 31%, 0.25);
}
#contact-body .btn-submit {
  background-color: hsl(268, 33%, 31%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
#contact-body .btn-submit:hover {
  background-color: hsl(282, 31%, 16%);
  color: #fff;
}
#contact-body .info-card {
  background-color: hsl(282, 31%, 16%);
  color: #f8f9fa;
  padding: 32px;
  border-radius: 0;
  height: 100%;
}
#contact-body .info-card h3 {
  color: #f8f9fa;
}
#contact-body .info-card a {
  color: hsl(88, 40%, 65%);
  text-decoration: none;
}
#contact-body .info-card a:hover {
  color: #fff;
  text-decoration: underline;
}
#contact-body .info-card p {
  margin-bottom: 8px;
}
#contact-body .info-icon {
  color: hsl(88, 40%, 65%);
  margin-right: 8px;
}
#contact-body .map-link {
  color: hsl(268, 33%, 31%);
  font-weight: 500;
  text-decoration: underline;
}
#contact-body .map-link:hover {
  color: hsl(282, 31%, 16%);
}
#contact-body .cta-box {
  background-color: hsl(88, 40%, 45%);
  color: hsl(282, 31%, 16%);
  padding: 40px;
  text-align: center;
  margin-top: 96px;
  border-radius: 0;
}
#contact-body .cta-box h2 {
  color: hsl(282, 31%, 16%);
}
#contact-body .cta-box .btn-cta {
  background-color: hsl(282, 31%, 16%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
#contact-body .cta-box .btn-cta:hover {
  background-color: hsl(268, 33%, 31%);
  color: #fff;
}
@media (max-width: 767px) {
  #contact-body {
    padding: 56px 0;
  }
  #contact-body .cta-box {
    margin-top: 56px;
  }
}

#faq-section {
  background: #f8f9fa;
  color: #222;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
}
#faq-section h1, #faq-section h2, #faq-section h3 {
  font-family: 'Ubuntu', sans-serif;
}
#faq-section .intro-box {
  max-width: 760px;
  margin: 0 auto 56px auto;
  text-align: center;
}
#faq-section .intro-box h1 {
  color: hsl(282, 31%, 16%);
  font-weight: 700;
  margin-bottom: 20px;
}
#faq-section .intro-box p {
  color: #333;
  font-size: 1.05rem;
}
#faq-section .accordion-item {
  border: 1px solid hsl(268, 33%, 31%, 0.25);
  border-radius: 0;
  margin-bottom: 12px;
}
#faq-section .accordion-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: hsl(282, 31%, 16%);
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#faq-section .accordion-button:not(.collapsed) {
  background: hsl(268, 33%, 31%);
  color: #fff;
}
#faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(88, 40%, 45%);
}
#faq-section .accordion-button::after {
  filter: none;
}
#faq-section .accordion-body {
  background: #fff;
  color: #333;
  line-height: 1.7;
}
#faq-section .extra-qa {
  margin-top: 88px;
}
#faq-section .extra-qa h2 {
  color: hsl(282, 31%, 16%);
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
#faq-section .qa-block {
  background: #fff;
  border-left: 4px solid hsl(88, 40%, 45%);
  padding: 20px 24px;
  margin-bottom: 20px;
}
#faq-section .qa-block h3 {
  font-size: 1.05rem;
  color: hsl(268, 33%, 31%);
  font-weight: 700;
  margin-bottom: 8px;
}
#faq-section .qa-block p {
  color: #333;
  margin: 0;
}
#faq-section .cta-box {
  margin-top: 88px;
  background: hsl(282, 31%, 16%);
  padding: 48px 32px;
  text-align: center;
}
#faq-section .cta-box h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
#faq-section .cta-box p {
  color: #f1f1f1;
  margin-bottom: 24px;
}
#faq-section .cta-box a.btn {
  background: hsl(88, 40%, 45%);
  color: #1a1a1a;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-section .cta-box a.btn:hover {
  background: hsl(88, 40%, 38%);
  color: #fff;
}
@media (max-width: 576px) {
  #faq-section {
    padding: 64px 0;
  }
  #faq-section .cta-box {
    padding: 32px 20px;
  }
}



  .thankyou-section {
    background: linear-gradient(135deg, hsl(282, 31%, 16%) 0%, hsl(268, 33%, 31%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    font-family: 'Playfair Display', serif;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 3rem 2rem;
    max-width: 640px;
    width: 100%;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.35);
    text-align: center;
    animation: fadeInUp 0.7s ease-out;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .thankyou-icon-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 auto 1.75rem;
    border-radius: 50%;
    background: hsl(88, 40%, 45%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px hsla(88, 40%, 45%, 0.18);
    animation: popIn 0.5s ease-out 0.2s both;
  }

  @keyframes popIn {
    from {
      transform: scale(0.6);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .thankyou-icon-wrapper svg {
    width: 56px;
    height: 56px;
    stroke: #ffffff;
  }

  .thankyou-heading {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: hsl(282, 31%, 16%);
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .thankyou-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }

  .thankyou-note {
    background: hsla(268, 33%, 31%, 0.07);
    border-left: 4px solid hsl(268, 33%, 31%);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: hsl(282, 31%, 16%);
    margin-bottom: 2rem;
  }

  .thankyou-note ul {
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
  }

  .thankyou-note ul li {
    margin-bottom: 0.4rem;
  }

  .btn-thankyou {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    background-color: hsl(268, 33%, 31%);
    border: none;
    color: #ffffff;
    padding: 0.75rem 2.25rem;
    border-radius: 50px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px hsla(268, 33%, 31%, 0.4);
  }

  .btn-thankyou:hover {
    background-color: hsl(282, 31%, 16%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px hsla(282, 31%, 16%, 0.5);
  }

  .btn-thankyou:focus {
    box-shadow: 0 0 0 4px hsla(88, 40%, 45%, 0.4);
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2rem 1.25rem;
    }

    .thankyou-heading {
      font-size: 1.6rem;
    }

    .thankyou-icon-wrapper {
      width: 90px;
      height: 90px;
    }

    .thankyou-icon-wrapper svg {
      width: 46px;
      height: 46px;
    }
  }
