body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
.navbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand:hover {
  color: hsl(151, 58%, 33%);
}
.nav-link {
  color: #222;
  font-weight: 600;
}
.nav-link:hover {
  color: hsl(151, 58%, 33%);
}
.navbar-toggler {
  border-radius: 0;
}

#faq-body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f9fa;
  color: #222;
  padding: 96px 0;
}
#faq-body h1, #faq-body h2, #faq-body h3 {
  font-family: 'Roboto', sans-serif;
}
#faq-body .faq-header {
  margin-bottom: 64px;
}
#faq-body .faq-header p {
  max-width: 720px;
}
#faq-body .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 12px;
}
#faq-body .accordion-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  border-radius: 0;
  color: #222;
  background-color: #fff;
}
#faq-body .accordion-button:not(.collapsed) {
  background-color: hsl(151, 58%, 33%);
  color: #fff;
  box-shadow: none;
}
#faq-body .accordion-button:focus {
  box-shadow: none;
  border-color: #ddd;
}
#faq-body .accordion-button::after {
  filter: none;
}
#faq-body .accordion-body {
  background-color: #fff;
  color: #333;
  line-height: 1.7;
}
#faq-body .details-table {
  margin-top: 80px;
}
#faq-body .details-table table {
  border: 1px solid #ddd;
}
#faq-body .details-table th {
  font-family: 'Roboto', sans-serif;
  background-color: hsl(301, 54%, 17%);
  color: #fff;
  font-weight: 600;
}
#faq-body .details-table td, #faq-body .details-table th {
  padding: 14px 16px;
  border: 1px solid #ddd;
}
#faq-body .cta-box {
  margin-top: 88px;
  background-color: hsl(151, 58%, 33%);
  color: #fff;
  padding: 48px 40px;
  border-radius: 0;
}
#faq-body .cta-box h2 {
  color: #fff;
}
#faq-body .cta-box p {
  color: #f0f0f0;
}
#faq-body .btn-accent {
  background-color: hsl(1, 83%, 57%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-body .btn-accent:hover {
  background-color: hsl(1, 83%, 47%);
  color: #fff;
}
#faq-body .breadcrumb-nav a {
  color: hsl(151, 58%, 33%);
  text-decoration: none;
}
#faq-body .breadcrumb-nav a:hover {
  text-decoration: underline;
}

footer {
  background: hsl(301, 54%, 17%);
  color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  padding: 80px 0 24px;
  border-radius: 0;
}
footer h5, footer h6 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}
footer p, footer a {
  color: #e6e6e6;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: hsl(1, 83%, 57%);
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: hsl(151, 58%, 33%);
  color: #ffffff;
  border-radius: 0;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: background 0.3s ease;
}
.footer-social a:hover {
  background: hsl(1, 83%, 57%);
  color: #ffffff;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #cccccc;
}
#privacyBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
  color: #222222;
  border-top: 3px solid hsl(151, 58%, 33%);
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}
#privacyBox h5 {
  font-family: 'Roboto', sans-serif;
  color: hsl(301, 54%, 17%);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#privacyBox p, #privacyBox li {
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: #333333;
}
#privacyBox ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 8px 16px;
  font-size: 0.9rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(151, 58%, 33%);
  color: #ffffff;
}
.btn-accept-all:hover {
  background: hsl(151, 58%, 25%);
  color: #ffffff;
}
.btn-reject {
  background: #ffffff;
  color: hsl(301, 54%, 17%);
  border-color: hsl(301, 54%, 17%);
}
.btn-reject:hover {
  background: hsl(301, 54%, 17%);
  color: #ffffff;
}
.btn-manage {
  color: hsl(1, 83%, 57%);
  font-size: 0.85rem;
  text-decoration: underline;
}
.btn-manage:hover {
  color: hsl(1, 83%, 45%);
}

.hero-section {
  background-color: #f8f9fa;
  padding: 64px 0;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
.hero-section h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 2.1rem;
}
.hero-section h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: hsl(151, 58%, 33%);
  font-size: 1.3rem;
}
.hero-desc {
  font-size: 1.05rem;
  color: #333;
  max-width: 540px;
}
.info-strip {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  margin: 24px 0;
}
.info-strip .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #222;
  margin-bottom: 8px;
}
.info-strip .info-item i {
  color: hsl(1, 83%, 57%);
  font-size: 1.1rem;
}
.btn-primary-custom {
  background-color: hsl(151, 58%, 33%);
  border: 2px solid hsl(151, 58%, 33%);
  color: #fff;
  border-radius: 0;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.btn-primary-custom:hover {
  background-color: #fff;
  color: hsl(151, 58%, 33%);
  border-color: hsl(151, 58%, 33%);
}
.btn-secondary-custom {
  background-color: transparent;
  border: 2px solid hsl(301, 54%, 17%);
  color: hsl(301, 54%, 17%);
  border-radius: 0;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.btn-secondary-custom:hover {
  background-color: hsl(301, 54%, 17%);
  color: #fff;
}
.hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 1.6rem;
  }
  .hero-section h2 {
    font-size: 1.1rem;
  }
}

#company {
  padding: 96px 0;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
#company h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(151, 58%, 33%);
  border-radius: 0;
}
#company h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: hsl(301, 54%, 17%);
}
#company p {
  line-height: 1.7;
  font-size: 1rem;
}
#company img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
#company .values-list {
  list-style: none;
  padding-left: 0;
}
#company .values-list li {
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
#company .values-list li:last-child {
  border-bottom: none;
}
#company .values-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 10px;
  color: hsl(1, 83%, 57%);
  font-weight: bold;
}
#company .stat-box {
  background-color: #f5f5f5;
  border-left: 4px solid hsl(151, 58%, 33%);
  padding: 16px 20px;
  border-radius: 0;
}
#company .stat-box strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: hsl(151, 58%, 33%);
}
@media (max-width: 767px) {
  #company {
    padding: 64px 0;
  }
}

.services-section{background:#f8f9fa;padding:96px 0;font-family:'Open Sans',sans-serif;color:#222;}
.services-section h2{font-family:'Roboto',sans-serif;color:hsl(151,58%,33%);font-weight:700;}
.services-section .lead-text{color:#333;max-width:700px;}
.service-card{background:#fff;border:1px solid #e0e0e0;border-radius:0;padding:32px 24px;height:100%;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;}
.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px rgba(0,0,0,0.12);border-color:hsl(151,58%,33%);}
.service-icon{width:56px;height:56px;background:hsl(151,58%,33%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:20px;border-radius:0;}
.service-card h3{font-family:'Roboto',sans-serif;font-size:1.2rem;font-weight:700;color:#222;margin-bottom:12px;}
.service-card p{font-size:0.95rem;color:#444;line-height:1.6;margin-bottom:16px;}
.service-price{display:inline-block;font-weight:700;color:hsl(1,83%,57%);font-size:1.05rem;border-top:1px solid #eee;padding-top:12px;width:100%;}
@media (max-width:767px){.services-section{padding:64px 0;}}

#how-we-work {
  padding: 96px 0;
  background-color: #f8f9fa;
  font-family: 'Open Sans', sans-serif;
}
#how-we-work h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}
#how-we-work .section-sub {
  color: #444;
  margin-bottom: 40px;
  max-width: 640px;
}
#how-we-work .work-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 24px 20px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#how-we-work .work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
#how-we-work .icon-wrap {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(151, 58%, 33%);
  color: #fff;
  border-radius: 0;
  margin-bottom: 16px;
  font-size: 1.2rem;
}
#how-we-work .work-card p {
  color: #333;
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

#feedback {
  padding: 96px 0;
  background: #f8f9fa;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
#feedback h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(151, 58%, 33%);
}
#feedback .lead-text {
  max-width: 720px;
  color: #333;
}
#feedback .review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#feedback .review-card.dark {
  background: hsl(301, 54%, 17%);
  color: #f8f9fa;
  border: none;
}
#feedback .review-card.accent-border {
  border-left: 4px solid hsl(1, 83%, 57%);
}
#feedback .review-card.primary-border {
  border-left: 4px solid hsl(151, 58%, 33%);
}
#feedback .review-stars {
  color: hsl(1, 83%, 57%);
  font-size: 0.95rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#feedback .review-card.dark .review-stars {
  color: hsl(1, 83%, 67%);
}
#feedback .review-text {
  flex-grow: 1;
  margin-bottom: 16px;
  font-size: 0.98rem;
  line-height: 1.6;
}
#feedback .review-author {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  color: hsl(151, 58%, 33%);
}
#feedback .review-card.dark .review-author {
  color: #fff;
}
#feedback .review-location {
  font-size: 0.85rem;
  color: #666;
}
#feedback .review-card.dark .review-location {
  color: #ddd;
}
#feedback .review-card.small-card {
  padding: 18px;
}
#feedback .review-card.small-card .review-text {
  font-size: 0.92rem;
}
#feedback .feedback-summary {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 24px;
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
#feedback .feedback-summary .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: hsl(151, 58%, 33%);
}
#feedback .feedback-summary .num-label {
  font-size: 0.85rem;
  color: #555;
}
@media (max-width: 767px) {
  #feedback { padding: 64px 0; }
}

#enquiry .enquiry-section {padding:96px 0;background:#f8f9fa;font-family:'Open Sans',sans-serif;color:#222;}
#enquiry .enquiry-section h2 {font-family:'Roboto',sans-serif;color:hsl(151,58%,33%);font-weight:700;}
#enquiry .enquiry-section .lead-text {color:#333;font-size:1.05rem;}
#enquiry .contact-card {background:#fff;border:1px solid #ddd;border-radius:0;padding:32px;}
#enquiry .form-control {border-radius:0;border:1px solid #ccc;font-family:'Open Sans',sans-serif;}
#enquiry .form-control:focus {border-color:hsl(151,58%,33%);box-shadow:0 0 0 0.2rem hsla(151,58%,33%,0.2);}
#enquiry .btn-primary-custom {background:hsl(151,58%,33%);border-color:hsl(151,58%,33%);color:#fff;border-radius:0;font-family:'Roboto',sans-serif;font-weight:600;padding:12px 32px;}
#enquiry .btn-primary-custom:hover {background:hsl(1,83%,57%);border-color:hsl(1,83%,57%);color:#fff;}
#enquiry .info-block {background:hsl(301,54%,17%);color:#fff;padding:32px;border-radius:0;height:100%;}
#enquiry .info-block h3 {font-family:'Roboto',sans-serif;color:#fff;font-weight:700;margin-bottom:20px;}
#enquiry .info-block a {color:#fff;text-decoration:underline;}
#enquiry .info-block a:hover {color:hsl(1,83%,57%);}
#enquiry .info-item {margin-bottom:18px;display:flex;align-items:flex-start;gap:12px;}
#enquiry .info-item i {font-size:1.2rem;color:hsl(1,83%,57%);margin-top:3px;}
#enquiry .hours-list {list-style:none;padding:0;margin:0;font-size:0.95rem;}
#enquiry .hours-list li {display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.15);padding:4px 0;}
#enquiry .map-link {display:inline-block;margin-top:8px;font-size:0.9rem;}
#enquiry .required-note {font-size:0.85rem;color:#555;margin-bottom:20px;}
@media(max-width:767px){#enquiry .enquiry-section {padding:64px 0;}#enquiry .contact-card, #enquiry .info-block {padding:24px;}}

#disclaimer {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
#disclaimer h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(151, 58%, 33%);
  font-weight: 700;
  margin-bottom: 24px;
}
#disclaimer .disclaimer-box {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  padding: 32px;
}
#disclaimer .bi-info-circle-fill {
  color: hsl(151, 58%, 33%);
  font-size: 2rem;
  flex-shrink: 0;
}
#disclaimer p {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#services-page {
  background: #f8f9fa;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  padding: 96px 0;
}
#services-page h1, #services-page h2, #services-page h3, #services-page h4 {
  font-family: 'Roboto', sans-serif;
}
#services-page .page-intro {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}
#services-page .page-intro h1 {
  color: hsl(151, 58%, 33%);
  font-weight: 700;
  margin-bottom: 16px;
}
#services-page .page-intro p {
  color: #333;
  font-size: 1.05rem;
}
#services-page .service-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 28px;
  margin-bottom: 28px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
#services-page .service-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border-color: hsl(151, 58%, 33%);
  transform: translateY(-4px);
}
#services-page .service-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: hsl(151, 58%, 33%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border-radius: 0;
}
#services-page .service-content h3 {
  color: hsl(301, 54%, 17%);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
}
#services-page .service-content p {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
#services-page .service-price {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: hsl(1, 83%, 57%);
  padding: 4px 14px;
  font-size: 0.95rem;
}
#services-page .process-section {
  margin-top: 96px;
}
#services-page .process-section h2 {
  color: hsl(151, 58%, 33%);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
#services-page .process-step {
  background: #fff;
  border-left: 4px solid hsl(151, 58%, 33%);
  padding: 20px 24px;
  height: 100%;
}
#services-page .process-step .step-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(1, 83%, 57%);
  font-size: 1.6rem;
  margin-bottom: 8px;
}
#services-page .process-step h4 {
  font-size: 1.05rem;
  color: hsl(301, 54%, 17%);
  margin-bottom: 8px;
}
#services-page .process-step p {
  font-size: 0.92rem;
  color: #333;
  margin: 0;
}
#services-page .cta-box {
  margin-top: 96px;
  background: hsl(301, 54%, 17%);
  color: #fff;
  padding: 48px 32px;
  text-align: center;
}
#services-page .cta-box h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
#services-page .cta-box p {
  color: #f1f1f1;
  margin-bottom: 24px;
}
#services-page .cta-box .btn-cta {
  background: hsl(1, 83%, 57%);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-weight: 700;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}
#services-page .cta-box .btn-cta:hover {
  background: #c81f13;
  color: #fff;
}
@media (max-width: 576px) {
  #services-page .service-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

#about-main {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background: #fff;
}
#about-main h1, #about-main h2, #about-main h3 {
  font-family: 'Roboto', sans-serif;
  color: hsl(151, 58%, 33%);
}
#about-main .section-block {
  padding: 80px 0;
}
#about-main .section-block-sm {
  padding: 56px 0;
}
#about-main img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
#about-main .bg-secondary-custom {
  background: hsl(301, 54%, 17%);
  color: #f8f9fa;
}
#about-main .bg-secondary-custom h2,
#about-main .bg-secondary-custom h3 {
  color: #f8f9fa;
}
#about-main .bg-light-custom {
  background: #f5f5f5;
}
#about-main .value-card {
  border: 1px solid #ddd;
  padding: 24px;
  height: 100%;
  background: #fff;
}
#about-main .value-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#about-main .step-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
#about-main .step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: hsl(151, 58%, 33%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
#about-main .cta-box {
  background: hsl(151, 58%, 33%);
  color: #fff;
  padding: 48px;
  text-align: center;
}
#about-main .cta-box h2 {
  color: #fff;
}
#about-main .cta-box p {
  color: #f0f0f0;
}
#about-main .btn-accent-custom {
  background: hsl(1, 83%, 57%);
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  display: inline-block;
}
#about-main .btn-accent-custom:hover {
  background: hsl(1, 83%, 47%);
  color: #fff;
}
#about-main .stat-num {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: hsl(1, 83%, 57%);
}
#about-main a {
  color: hsl(151, 58%, 33%);
}
@media (max-width: 767px) {
  #about-main .section-block {
    padding: 56px 0;
  }
  #about-main .cta-box {
    padding: 32px 20px;
  }
}

.thankyou-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsl(151, 58%, 33%, 0.06) 0%, hsl(301, 54%, 17%, 0.06) 100%);
    font-family: 'Open Sans', sans-serif;
    padding: 2rem 1rem;
  }

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

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

  .success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(151, 58%, 33%, 0.1);
    border-radius: 50%;
    animation: pulseIcon 1.8s ease-in-out infinite;
  }

  @keyframes pulseIcon {
    0%, 100% {
      box-shadow: 0 0 0 0 hsl(151, 58%, 33%, 0.25);
    }
    50% {
      box-shadow: 0 0 0 15px hsl(151, 58%, 33%, 0);
    }
  }

  .success-icon-wrapper svg {
    width: 55px;
    height: 55px;
    stroke: hsl(151, 58%, 33%);
  }

  .thankyou-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: hsl(301, 54%, 17%);
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .thankyou-text {
    color: #4a4a4a;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }

  .thankyou-highlight {
    color: hsl(151, 58%, 33%);
    font-weight: 600;
  }

  .thankyou-note {
    background: hsl(1, 83%, 57%, 0.08);
    border-left: 4px solid hsl(1, 83%, 57%);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    text-align: left;
    font-size: 0.95rem;
    color: #333;
  }

  .thankyou-note i {
    color: hsl(1, 83%, 57%);
    margin-right: 0.5rem;
  }

  .btn-home {
    background-color: hsl(151, 58%, 33%);
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px hsl(151, 58%, 33%, 0.3);
  }

  .btn-home:hover {
    background-color: hsl(151, 58%, 27%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px hsl(151, 58%, 33%, 0.4);
  }

  .btn-home:active {
    transform: translateY(0);
  }

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

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

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

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

#contact-section {
  font-family: 'Open Sans', sans-serif;
  background: #f8f9fa;
  color: #222;
  padding: 96px 0;
}
#contact-section h1, #contact-section h2, #contact-section h3 {
  font-family: 'Roboto', sans-serif;
}
#contact-section .intro-text {
  max-width: 720px;
}
#contact-section .form-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 32px;
}
#contact-section .form-control {
  border-radius: 0;
  border: 1px solid #999;
}
#contact-section .form-control:focus {
  border-color: hsl(151, 58%, 33%);
  box-shadow: 0 0 0 0.2rem hsla(151, 58%, 33%, 0.25);
}
#contact-section label {
  font-weight: 600;
  margin-bottom: 4px;
}
#contact-section .btn-primary-custom {
  background-color: hsl(151, 58%, 33%);
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 12px 28px;
  font-weight: 600;
}
#contact-section .btn-primary-custom:hover {
  background-color: hsl(151, 58%, 25%);
  color: #fff;
}
#contact-section .info-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 28px;
  margin-bottom: 24px;
}
#contact-section .info-card h3 {
  color: hsl(301, 54%, 17%);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
#contact-section .info-card p {
  margin-bottom: 6px;
}
#contact-section .info-card a {
  color: hsl(151, 58%, 33%);
  text-decoration: none;
  font-weight: 600;
}
#contact-section .info-card a:hover {
  text-decoration: underline;
}
#contact-section .hours-table td {
  padding: 4px 8px;
  border-bottom: 1px solid #eee;
}
#contact-section .directions-note {
  background: hsl(151, 58%, 33%, 0.07);
  border-left: 4px solid hsl(151, 58%, 33%);
  padding: 14px 18px;
  font-size: 0.95rem;
}
#contact-section .map-link {
  color: hsl(1, 83%, 57%);
  font-weight: 600;
  text-decoration: none;
}
#contact-section .map-link:hover {
  text-decoration: underline;
}
#contact-section .cta-strip {
  background: hsl(301, 54%, 17%);
  color: #fff;
  padding: 28px;
  margin-top: 40px;
  text-align: center;
}
#contact-section .cta-strip h3 {
  color: #fff;
  margin-bottom: 12px;
}
#contact-section .cta-strip .btn-accent {
  background-color: hsl(1, 83%, 57%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 26px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#contact-section .cta-strip .btn-accent:hover {
  background-color: hsl(1, 83%, 45%);
  color: #fff;
}
