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

:root {
  --primary: hsl(57, 28%, 37%);
  --secondary: hsl(71, 27%, 23%);
  --accent: hsl(237, 53%, 61%);
  --color-primary: hsl(57, 28%, 37%);
  --color-secondary: hsl(71, 27%, 23%);
  --color-accent: hsl(237, 53%, 61%);
}

body{
font-family:'Lora', serif;
color:#222;
background-color:#fff;
}
h1,h2,h3,h4,h5,h6{
font-family:'Oswald', sans-serif;
}
.navbar{
background-color:#fff;
border-bottom:1px solid #eee;
}
.navbar-brand{
font-family:'Oswald', sans-serif;
font-weight:600;
color:var(--secondary);
font-size:1.4rem;
display:flex;
align-items:center;
gap:10px;
}
.navbar-brand:hover{
color:var(--accent);
}
.nav-link{
font-family:'Lora', serif;
color:#222 !important;
font-weight:600;
padding:8px 14px !important;
border-radius:16px;
}
.nav-link:hover{
color:#fff !important;
background-color:var(--accent);
}
.navbar-toggler{
border-radius:12px;
}

.hero-section{background:#f8f9fa;color:#222;padding:56px 0;font-family:'Lora',serif;}
.hero-section h1{font-family:'Oswald',sans-serif;font-weight:700;color:hsl(71,27%,23%);}
.hero-section h2{font-family:'Oswald',sans-serif;font-weight:500;color:hsl(57,28%,37%);font-size:1.3rem;}
.hero-img{aspect-ratio:3/2;width:100%;height:auto;object-fit:cover;border-radius:20px;}
.hero-list{list-style:none;padding-left:0;}
.hero-list li{margin-bottom:10px;font-size:1.02rem;}
.hero-list i{color:hsl(237,53%,61%);margin-right:8px;}
.hours-box{background:#fff;border:1px solid #ddd;border-radius:20px;padding:18px 20px;margin-bottom:24px;}
.hours-box strong{color:hsl(71,27%,23%);}
.btn-primary-custom{background:hsl(237,53%,61%);border:none;color:#fff;border-radius:18px;padding:12px 28px;font-family:'Oswald',sans-serif;transition:background 0.3s ease;}
.btn-primary-custom:hover{background:hsl(237,53%,45%);color:#fff;}
.btn-outline-custom{background:transparent;border:2px solid hsl(57,28%,37%);color:hsl(57,28%,37%);border-radius:18px;padding:10px 26px;font-family:'Oswald',sans-serif;transition:all 0.3s ease;}
.btn-outline-custom:hover{background:hsl(57,28%,37%);color:#fff;}
@media (max-width:767px){
.hero-section{padding:40px 0;}
.hero-img{margin-top:24px;}
}

#about-us {
  background-color: #f8f9fa;
  color: #222;
  font-family: 'Lora', serif;
  padding: 52px 0;
}
#about-us h2, #about-us h3, #about-us h4 {
  font-family: 'Oswald', sans-serif;
}
#about-us .section-title {
  color: hsl(71, 27%, 23%);
  font-weight: 600;
  margin-bottom: 24px;
}
#about-us p {
  line-height: 1.7;
  font-size: 1.02rem;
}
#about-us .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
#about-us .img-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#about-us .values-card {
  background-color: hsl(57, 28%, 37%);
  color: #fff;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
#about-us .values-card h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#about-us .values-card p {
  color: #f5f5f5;
  font-size: 0.95rem;
  margin-bottom: 0;
}
#about-us .team-card {
  background-color: #fff;
  border: 1px solid #e0ddd0;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
}
#about-us .team-card h5 {
  font-family: 'Oswald', sans-serif;
  color: hsl(237, 53%, 61%);
  margin-bottom: 4px;
}
#about-us .team-role {
  font-size: 0.88rem;
  color: hsl(71, 27%, 23%);
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#about-us .stat-block {
  border-left: 3px solid hsl(237, 53%, 61%);
  padding-left: 14px;
  margin-bottom: 16px;
}
#about-us .stat-block strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  color: hsl(71, 27%, 23%);
}

.services-section {
  padding: 52px 0;
  background-color: #f8f9fa;
  font-family: 'Lora', serif;
  color: #222;
}
.services-section h2, .services-section h3 {
  font-family: 'Oswald', sans-serif;
}
.services-header {
  margin-bottom: 40px;
}
.services-header h2 {
  color: hsl(71, 27%, 23%);
  font-weight: 600;
}
.services-header p {
  color: #333;
  max-width: 700px;
}
.services-list {
  border-top: 1px solid #ddd;
}
.service-row {
  display: flex;
  gap: 18px;
  padding: 24px 12px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.25s ease, transform 0.25s ease;
  border-radius: 16px;
}
.service-row:hover {
  background-color: #fff;
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.service-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background-color: hsl(57, 28%, 37%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.service-content h3 {
  font-size: 1.15rem;
  color: hsl(71, 27%, 23%);
  margin-bottom: 6px;
  font-weight: 600;
}
.service-content p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 8px;
}
.service-price {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: hsl(237, 53%, 61%);
  padding: 4px 14px;
  border-radius: 16px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .service-row {
    padding: 18px 8px;
  }
}

#common-questions {
  background:#f8f9fa;
  padding:52px 0;
}
#common-questions h2 {
  font-family:'Oswald',sans-serif;
  color:#222;
  font-weight:600;
}
#common-questions .lead-text {
  font-family:'Lora',serif;
  color:#333;
  max-width:720px;
}
#common-questions .accordion-item {
  border:1px solid #e0e0d8;
  border-radius:16px !important;
  overflow:hidden;
  margin-bottom:16px;
}
#common-questions .accordion-button {
  font-family:'Oswald',sans-serif;
  font-weight:500;
  color:#fff;
  background:hsl(71, 27%, 23%);
  border-radius:16px;
}
#common-questions .accordion-button:not(.collapsed) {
  background:hsl(237, 53%, 61%);
  color:#fff;
  box-shadow:none;
}
#common-questions .accordion-button:focus {
  box-shadow:none;
  border-color:hsl(237, 53%, 61%);
}
#common-questions .accordion-button::after {
  filter:brightness(0) invert(1);
}
#common-questions .accordion-body {
  font-family:'Lora',serif;
  color:#333;
  background:#fff;
  line-height:1.7;
}
#common-questions .accordion-body p {
  margin-bottom:0;
}

#enquiry .contact-section {background:#f8f9fa;padding:52px 0;font-family:'Lora',serif;color:#222;}
#enquiry .contact-section h2 {font-family:'Oswald',sans-serif;color:hsl(71, 27%, 23%);}
#enquiry .contact-card {background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 10px rgba(0,0,0,0.06);height:100%;}
#enquiry .contact-section .form-control {border-radius:14px;border:1px solid #ccc;font-family:'Lora',serif;}
#enquiry .contact-section .form-control:focus {border-color:hsl(237, 53%, 61%);box-shadow:0 0 0 0.2rem hsla(237, 53%, 61%, 0.25);}
#enquiry .contact-section label {font-weight:600;color:#222;}
#enquiry .btn-submit {background:hsl(237, 53%, 61%);color:#fff;border:none;border-radius:16px;padding:12px 32px;font-family:'Oswald',sans-serif;font-weight:600;letter-spacing:0.5px;}
#enquiry .btn-submit:hover {background:hsl(237, 53%, 50%);color:#fff;}
#enquiry .info-list {list-style:none;padding:0;margin:0;}
#enquiry .info-list li {margin-bottom:18px;font-size:1rem;}
#enquiry .info-list a {color:hsl(237, 53%, 61%);text-decoration:none;font-weight:600;}
#enquiry .info-list a:hover {text-decoration:underline;}
#enquiry .info-icon {display:inline-block;width:24px;color:hsl(57, 28%, 37%);font-weight:700;margin-right:8px;}
#enquiry .hours-box {background:hsl(57, 28%, 37%);color:#fff;border-radius:16px;padding:20px;margin-top:20px;}
#enquiry .hours-box h3 {font-family:'Oswald',sans-serif;font-size:1.1rem;margin-bottom:10px;color:#fff;}
#enquiry .hours-box p {margin-bottom:4px;color:#fff;font-size:0.95rem;}
#enquiry .map-link {display:inline-block;margin-top:10px;color:hsl(237, 53%, 61%);font-weight:600;text-decoration:none;}
#enquiry .map-link:hover {text-decoration:underline;}
@media(max-width:767px){#enquiry .contact-card {margin-bottom:24px;}}

#disclaimer {
  background-color: #f8f9fa;
  padding: 52px 0;
  font-family: 'Lora', serif;
  color: #222;
}
#disclaimer h2 {
  font-family: 'Oswald', sans-serif;
  color: hsl(71, 27%, 23%);
  font-weight: 600;
}
#disclaimer .disclaimer-card {
  background-color: #fff;
  border: 1px solid #e0e0da;
  border-radius: 20px;
  padding: 32px;
}
#disclaimer .bi-info-circle-fill {
  color: hsl(237, 53%, 61%);
  font-size: 2rem;
  flex-shrink: 0;
}
#disclaimer p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 0;
}

footer {
  background: hsl(71, 27%, 23%);
  color: #f5f5f5;
  border-radius: 24px 24px 0 0;
  padding: 48px 0 24px;
  font-family: 'Lora', serif;
}
footer h5 {
  font-family: 'Oswald', sans-serif;
  color: #f5f5f5;
  margin-bottom: 16px;
}
footer a {
  color: #e8e8d8;
  text-decoration: none;
}
footer a:hover {
  color: hsl(237, 53%, 75%);
  text-decoration: underline;
}
footer p, footer li {
  color: #e8e8d8;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: hsl(57, 28%, 37%);
  color: #fff;
  border-radius: 16px;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: background 0.2s ease;
}
.footer-social a:hover {
  background: hsl(237, 53%, 61%);
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(245,245,245,0.2);
  margin-top: 32px;
  padding-top: 16px;
  font-size: 0.9rem;
  color: #d8d8c8;
}
#cookiePanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #f8f9fa;
  border-top: 3px solid hsl(57, 28%, 37%);
  border-radius: 20px 20px 0 0;
  padding: 16px 0;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
  font-family: 'Lora', serif;
}
#cookiePanel h5 {
  font-family: 'Oswald', sans-serif;
  color: hsl(71, 27%, 23%);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#cookiePanel p, #cookiePanel li {
  color: #333;
  font-size: 0.85rem;
  margin-bottom: 6px;
}
#cookiePanel .cookie-cat {
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  margin-bottom: 6px;
}
.cookie-btn {
  border-radius: 16px;
  padding: 10px 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  border: none;
  transition: all 0.2s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(237, 53%, 61%);
  color: #fff;
}
.btn-accept-all:hover {
  background: hsl(237, 53%, 50%);
  color: #fff;
}
.btn-reject {
  background: hsl(57, 28%, 37%);
  color: #fff;
}
.btn-reject:hover {
  background: hsl(57, 28%, 28%);
  color: #fff;
}
.btn-manage {
  background: transparent;
  color: hsl(71, 27%, 23%);
  border: 1px solid hsl(71, 27%, 23%);
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-manage:hover {
  background: hsl(71, 27%, 23%);
  color: #fff;
}

#about-page {
  font-family: 'Lora', serif;
  color: #222;
  background: #f8f9fa;
  padding: 52px 0;
}
#about-page h1, #about-page h2, #about-page h3 {
  font-family: 'Oswald', sans-serif;
}
#about-page .about-hero {
  background: hsl(57, 28%, 37%);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 52px;
}
#about-page .about-hero h1 {
  color: #fff;
}
#about-page .about-hero p {
  color: #f5f5f5;
}
#about-page .content-block {
  margin-bottom: 48px;
}
#about-page img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
#about-page .values-card {
  background: #fff;
  border: 1px solid #e0e0dc;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
}
#about-page .values-card h3 {
  color: hsl(71, 27%, 23%);
  font-size: 1.15rem;
}
#about-page .stat-box {
  background: hsl(71, 27%, 23%);
  color: #fff;
  border-radius: 18px;
  padding: 24px;
  text-align: center;
}
#about-page .stat-box .stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  display: block;
  color: #fff;
}
#about-page .stat-box .stat-label {
  color: #f0f0e8;
  font-size: 0.9rem;
}
#about-page .steps-list {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
}
#about-page .steps-list li {
  counter-increment: step;
  position: relative;
  padding-left: 56px;
  margin-bottom: 24px;
}
#about-page .steps-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: hsl(237, 53%, 61%);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
#about-page .team-card {
  background: #fff;
  border: 1px solid #e0e0dc;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
}
#about-page .team-card .role {
  color: hsl(237, 53%, 61%);
  font-weight: 600;
  font-size: 0.95rem;
}
#about-page .cta-box {
  background: hsl(237, 53%, 61%);
  color: #fff;
  border-radius: 20px;
  padding: 36px;
  text-align: center;
}
#about-page .cta-box h2 {
  color: #fff;
}
#about-page .cta-box .btn {
  background: #fff;
  color: hsl(237, 53%, 61%);
  border: none;
  border-radius: 14px;
  font-family: 'Oswald', sans-serif;
  padding: 12px 28px;
}
#about-page .cta-box .btn:hover {
  background: #f0f0f0;
  color: hsl(237, 53%, 61%);
}



  

  .thankyou-section {
    font-family: 'Lora', serif;
    background: linear-gradient(135deg, hsl(57, 28%, 96%) 0%, hsl(71, 27%, 94%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 4rem 1rem;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 3rem 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    border-top: 6px solid var(--color-primary);
  }

  .success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: hsl(57, 28%, 92%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pop-in 0.5s ease-out;
  }

  .success-icon-wrapper svg {
    width: 52px;
    height: 52px;
    stroke: var(--color-primary);
  }

  @keyframes pop-in {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    70% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .thankyou-heading {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
  }

  .thankyou-text {
    color: hsl(71, 15%, 30%);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }

  .thankyou-divider {
    width: 60px;
    height: 3px;
    background: var(--color-accent);
    margin: 1.5rem auto;
    border-radius: 2px;
  }

  .info-list {
    text-align: left;
    display: inline-block;
    margin: 1.5rem 0 2rem;
    padding: 0;
    list-style: none;
  }

  .info-list li {
    font-family: 'Lora', serif;
    color: hsl(71, 15%, 28%);
    margin-bottom: 0.75rem;
    padding-left: 1.75rem;
    position: relative;
    font-size: 0.98rem;
  }

  .info-list li svg {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    stroke: var(--color-accent);
  }

  .btn-home {
    font-family: 'Oswald', sans-serif;
    background-color: var(--color-primary);
    border: none;
    color: #fff;
    padding: 0.75rem 2.25rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .btn-home:hover {
    background-color: var(--color-secondary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem hsla(237, 53%, 61%, 0.25);
  }

  .btn-home:focus {
    box-shadow: 0 0 0 0.25rem hsla(237, 53%, 61%, 0.35);
  }

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

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

    .success-icon-wrapper {
      width: 84px;
      height: 84px;
    }

    .success-icon-wrapper svg {
      width: 44px;
      height: 44px;
    }
  }

#faq-page {
  background: #f8f9fa;
  color: #222;
  font-family: 'Lora', serif;
  padding: 52px 0;
}
#faq-page h1, #faq-page h2, #faq-page h3 {
  font-family: 'Oswald', sans-serif;
}
#faq-page .faq-hero {
  background: hsl(57, 28%, 37%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  margin-bottom: 48px;
}
#faq-page .faq-hero h1 {
  color: #fff;
}
#faq-page .faq-hero p {
  color: #f5f5f5;
  margin-bottom: 0;
}
#faq-page .intro-block {
  margin-bottom: 48px;
}
#faq-page .intro-block h2 {
  color: hsl(71, 27%, 23%);
  margin-bottom: 16px;
}
#faq-page .intro-block h3 {
  color: hsl(237, 53%, 61%);
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.15rem;
}
#faq-page .accordion-item {
  border: 1px solid #ddd;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 14px;
}
#faq-page .accordion-button {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  color: hsl(71, 27%, 23%);
  background: #fff;
}
#faq-page .accordion-button:not(.collapsed) {
  background: hsl(57, 28%, 37%);
  color: #fff;
  box-shadow: none;
}
#faq-page .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(237, 53%, 61%);
}
#faq-page .accordion-body {
  background: #fff;
  color: #222;
  line-height: 1.65;
}
#faq-page .accordion-button::after {
  filter: none;
}
#faq-page .cta-block {
  background: hsl(237, 53%, 61%);
  color: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  margin-top: 48px;
}
#faq-page .cta-block h2 {
  color: #fff;
}
#faq-page .cta-block p {
  color: #f0f0ff;
}
#faq-page .cta-block .btn {
  background: hsl(57, 28%, 37%);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 12px 30px;
  font-family: 'Oswald', sans-serif;
}
#faq-page .cta-block .btn:hover {
  background: hsl(71, 27%, 23%);
  color: #fff;
}
#faq-page .section-label {
  color: hsl(237, 53%, 61%);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

#services-body {
  background: #f8f9fa;
  padding: 52px 0;
  font-family: 'Lora', serif;
  color: #222;
}
#services-body h1, #services-body h2, #services-body h3 {
  font-family: 'Oswald', sans-serif;
}
#services-body .page-intro {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}
#services-body .page-intro h1 {
  color: hsl(71, 27%, 23%);
  font-size: 2rem;
  margin-bottom: 16px;
}
#services-body .page-intro p {
  color: #333;
  font-size: 1.05rem;
}
#services-body .service-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#services-body .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  border-color: hsl(237, 53%, 61%);
}
#services-body .service-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsl(57, 28%, 37%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
#services-body .service-content {
  flex: 1;
}
#services-body .service-content h3 {
  font-size: 1.15rem;
  color: hsl(71, 27%, 23%);
  margin-bottom: 6px;
}
#services-body .service-content p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 8px;
}
#services-body .service-price {
  display: inline-block;
  background: hsl(237, 53%, 61%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  padding: 6px 14px;
  border-radius: 999px;
}
#services-body .details-table {
  margin-top: 44px;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e2e2e2;
}
#services-body .details-table h2 {
  color: hsl(71, 27%, 23%);
  font-size: 1.5rem;
  margin-bottom: 18px;
}
#services-body table {
  width: 100%;
  font-size: 0.92rem;
}
#services-body table th {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  background: hsl(57, 28%, 37%);
  padding: 10px 12px;
}
#services-body table td {
  padding: 10px 12px;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
}
#services-body .cta-box {
  margin-top: 48px;
  background: hsl(71, 27%, 23%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 36px;
  text-align: center;
}
#services-body .cta-box h2 {
  color: #f8f9fa;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
#services-body .cta-box p {
  color: #f0f0f0;
  margin-bottom: 20px;
}
#services-body .cta-box .btn-cta {
  background: hsl(237, 53%, 61%);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  display: inline-block;
}
#services-body .cta-box .btn-cta:hover {
  background: #fff;
  color: hsl(237, 53%, 61%);
}
@media (max-width: 576px) {
  #services-body .service-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

#contact-body {
  font-family: 'Lora', serif;
  background: #f8f9fa;
  color: #222;
  padding: 52px 0;
}
#contact-body h1, #contact-body h2, #contact-body h3 {
  font-family: 'Oswald', sans-serif;
}
#contact-body .page-header {
  margin-bottom: 40px;
}
#contact-body .page-header h1 {
  color: hsl(71, 27%, 23%);
  font-weight: 600;
}
#contact-body .lead-text {
  color: #333;
  max-width: 720px;
}
#contact-body .card {
  border: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
#contact-body .form-card {
  padding: 32px;
}
#contact-body .form-label {
  font-weight: 600;
  color: #222;
}
#contact-body .form-control {
  border-radius: 16px;
  border: 1px solid #ccc;
  padding: 10px 14px;
}
#contact-body .form-control:focus {
  border-color: hsl(237, 53%, 61%);
  box-shadow: 0 0 0 0.2rem hsla(237, 53%, 61%, 0.2);
}
#contact-body .btn-submit {
  background: hsl(237, 53%, 61%);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 12px 32px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
}
#contact-body .btn-submit:hover {
  background: hsl(237, 53%, 50%);
  color: #fff;
}
#contact-body .info-card {
  padding: 28px;
  background: hsl(71, 27%, 23%);
  color: #fff;
}
#contact-body .info-card h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#contact-body .info-card p,
#contact-body .info-card a {
  color: #f0f0e8;
}
#contact-body .info-card a {
  text-decoration: underline;
}
#contact-body .info-card a:hover {
  color: #fff;
}
#contact-body .info-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#contact-body .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contact-body .info-item strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: hsl(57, 28%, 70%);
  margin-bottom: 4px;
}
#contact-body .map-note {
  font-size: 0.95rem;
  margin-top: 8px;
}
#contact-body .map-note a {
  color: #fff;
  font-weight: 600;
}
#contact-body .response-badge {
  background: hsl(57, 28%, 37%);
  color: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  font-size: 0.95rem;
  margin-top: 24px;
}
@media (max-width: 767px) {
  #contact-body .form-card, #contact-body .info-card {
    padding: 22px;
  }
}
