@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Nunito:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Nunito:wght@400;600;700&display=swap');

:root {
  --primary: hsl(198, 52%, 39%);
  --secondary: hsl(348, 41%, 22%);
  --accent: hsl(48, 62%, 41%);
}

body{
  font-family: 'Nunito', sans-serif;
  color: #222;
  background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}
.navbar{
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-brand{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand img{
  border-radius: 0;
}
.navbar-nav .nav-link{
  color: #222;
  font-weight: 600;
  padding-left: 14px;
  padding-right: 14px;
}
.navbar-nav .nav-link:hover{
  color: var(--primary);
}
.navbar-toggler{
  border-radius: 0;
}

footer {
  background-color: hsl(348, 41%, 22%);
  color: #f5f5f5;
  font-family: 'Nunito', sans-serif;
  padding: 48px 0 24px;
  border-radius: 0;
}
footer h5, footer h6 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}
footer p, footer li, footer a {
  color: #e8e0e0;
  font-size: 0.95rem;
}
footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a:hover {
  color: hsl(48, 62%, 41%);
}
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-color: hsl(198, 52%, 39%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.2rem;
  border-radius: 0;
  transition: background-color 0.2s ease;
}
.footer-social a:hover {
  background-color: hsl(48, 62%, 41%);
  color: #222;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 32px;
  padding-top: 16px;
  font-size: 0.85rem;
  color: #d9cfcf;
}
#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1055;
  background-color: #ffffff;
  color: #222222;
  border-top: 3px solid hsl(198, 52%, 39%);
  font-family: 'Nunito', sans-serif;
  max-height: 60vh;
  overflow-y: auto;
  padding: 16px 0;
}
#cookieNotice h5 {
  font-family: 'Poppins', sans-serif;
  color: hsl(348, 41%, 22%);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#cookieNotice p, #cookieNotice li {
  font-size: 0.88rem;
  margin-bottom: 6px;
  color: #333333;
}
#cookieNotice ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  width: 100%;
  transition: opacity 0.2s ease, transform 0.15s ease;
}
.cookie-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.btn-accept-all {
  background-color: hsl(198, 52%, 39%);
  color: #ffffff;
}
.btn-reject-optional {
  background-color: hsl(348, 41%, 22%);
  color: #ffffff;
}
.cookie-manage-link {
  color: hsl(198, 52%, 39%);
  font-size: 0.85rem;
  text-decoration: underline;
}
.cookie-manage-link:hover {
  color: hsl(48, 62%, 41%);
}

#about-body {
  font-family: 'Nunito', sans-serif;
  color: #2b2b2b;
  background-color: #ffffff;
  padding: 52px 0;
}
#about-body h1, #about-body h2, #about-body h3 {
  font-family: 'Poppins', sans-serif;
}
#about-body .hero-about {
  background-color: hsl(198, 52%, 39%);
  color: #ffffff;
  padding: 40px 0;
  margin-bottom: 50px;
}
#about-body .hero-about h1 {
  color: #ffffff;
  font-weight: 600;
}
#about-body .hero-about p {
  color: #f0f0f0;
  font-size: 1.05rem;
}
#about-body img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
#about-body .section-block {
  margin-bottom: 48px;
}
#about-body h2 {
  color: hsl(348, 41%, 22%);
  font-weight: 600;
  margin-bottom: 18px;
}
#about-body .values-list {
  list-style: none;
  padding-left: 0;
}
#about-body .values-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
#about-body .values-list li strong {
  color: hsl(198, 52%, 39%);
  display: block;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 4px;
}
#about-body .step-card {
  background-color: #f8f9fa;
  border-left: 4px solid hsl(48, 62%, 41%);
  padding: 18px 20px;
  margin-bottom: 16px;
}
#about-body .step-card h3 {
  font-size: 1.1rem;
  color: hsl(348, 41%, 22%);
  margin-bottom: 8px;
}
#about-body .stat-box {
  background-color: hsl(348, 41%, 22%);
  color: #ffffff;
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 16px;
}
#about-body .stat-box .stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(48, 62%, 41%);
  display: block;
}
#about-body .stat-box .stat-label {
  font-size: 0.9rem;
  color: #f0f0f0;
}
#about-body .cta-final {
  background-color: hsl(198, 52%, 39%);
  color: #ffffff;
  padding: 36px;
  text-align: center;
  margin-top: 40px;
}
#about-body .cta-final h2 {
  color: #ffffff;
}
#about-body .cta-final p {
  color: #f0f0f0;
}
#about-body .btn-cta {
  background-color: hsl(48, 62%, 41%);
  color: #2b2b2b;
  border: none;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
#about-body .btn-cta:hover {
  background-color: #ffffff;
  color: hsl(348, 41%, 22%);
}
#about-body a {
  color: hsl(198, 52%, 39%);
}



  .thankyou-section {
    font-family: 'Nunito', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, hsl(198, 52%, 96%) 0%, #ffffff 60%);
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 1rem 3rem rgba(20, 60, 80, 0.12);
    padding: 3rem 2.5rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .thankyou-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    background: hsl(48, 62%, 41%, 0.15);
    border-radius: 50%;
  }

  .thankyou-card::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 180px;
    height: 180px;
    background: hsl(198, 52%, 39%, 0.10);
    border-radius: 50%;
  }

  .success-icon-wrap {
    width: 96px;
    height: 96px;
    margin: 0 auto 1.75rem;
    border-radius: 50%;
    background: hsl(198, 52%, 39%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1.5rem hsla(198, 52%, 39%, 0.35);
    position: relative;
    z-index: 1;
    animation: popIn 0.5s ease-out;
  }

  .success-icon-wrap svg {
    width: 48px;
    height: 48px;
    stroke: #ffffff;
  }

  @keyframes popIn {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }

  .thankyou-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: hsl(348, 41%, 22%);
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-text {
    color: #5a5a5a;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: hsl(48, 62%, 41%, 0.12);
    color: hsl(348, 41%, 22%);
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 0.75rem;
    margin: 1.25rem 0;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
  }

  .btn-home {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: hsl(198, 52%, 39%);
    border: none;
    color: #ffffff;
    padding: 0.75rem 2.25rem;
    border-radius: 50rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
  }

  .btn-home:hover {
    background-color: hsl(198, 52%, 30%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.25rem hsla(198, 52%, 39%, 0.35);
  }

  .divider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: hsl(48, 62%, 41%);
    display: inline-block;
    margin: 1.5rem 0;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2.25rem 1.5rem;
    }
    .thankyou-heading {
      font-size: 1.5rem;
    }
    .success-icon-wrap {
      width: 80px;
      height: 80px;
    }
    .success-icon-wrap svg {
      width: 40px;
      height: 40px;
    }
  }

#faq-main {
  font-family: 'Nunito', sans-serif;
  background-color: #ffffff;
  color: #222222;
  padding: 52px 0;
}
#faq-main h1, #faq-main h2, #faq-main h3 {
  font-family: 'Poppins', sans-serif;
}
#faq-main .faq-header {
  margin-bottom: 40px;
}
#faq-main .faq-header h1 {
  color: hsl(198, 52%, 39%);
  font-weight: 700;
  font-size: 2.2rem;
}
#faq-main .faq-header p {
  color: #333333;
  max-width: 720px;
  font-size: 1.05rem;
}
#faq-main .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 12px;
}
#faq-main .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: hsl(348, 41%, 22%);
  background-color: #f8f9fa;
  border-radius: 0;
  box-shadow: none;
}
#faq-main .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: hsl(198, 52%, 39%);
}
#faq-main .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(198, 52%, 39%);
}
#faq-main .accordion-button::after {
  filter: none;
}
#faq-main .accordion-body {
  background-color: #ffffff;
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
}
#faq-main .steps-section {
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
#faq-main .steps-section h2 {
  color: hsl(348, 41%, 22%);
  font-weight: 700;
  margin-bottom: 24px;
}
#faq-main .step-card {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 20px;
  height: 100%;
}
#faq-main .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: hsl(48, 62%, 41%);
  color: #222222;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
  margin-bottom: 10px;
}
#faq-main .step-card h3 {
  font-size: 1.05rem;
  color: hsl(198, 52%, 39%);
  margin-bottom: 8px;
}
#faq-main .step-card p {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 0;
}
#faq-main .cta-box {
  margin-top: 52px;
  background-color: hsl(198, 52%, 39%);
  color: #ffffff;
  padding: 36px;
  text-align: center;
  border-radius: 0;
}
#faq-main .cta-box h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}
#faq-main .cta-box p {
  color: #f0f0f0;
  margin-bottom: 20px;
}
#faq-main .cta-box .btn-cta {
  background-color: hsl(48, 62%, 41%);
  color: #222222;
  font-weight: 700;
  border: none;
  padding: 12px 32px;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
}
#faq-main .cta-box .btn-cta:hover {
  background-color: #ffffff;
  color: hsl(198, 52%, 39%);
}
@media (max-width: 767px) {
  #faq-main .cta-box {
    padding: 24px;
  }
}



.hero-section {
  background-color: #f8f9fa;
  color: #222;
  padding: 52px 0;
}

.hero-section h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: hsl(198, 52%, 39%);
  font-size: 2.2rem;
}

.hero-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: hsl(348, 41%, 22%);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hero-section p.desc {
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
}

.info-strip {
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
  border-left: 4px solid hsl(48, 62%, 41%);
  padding: 14px 18px;
  margin: 20px 0;
}

.info-strip .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-weight: 600;
  font-size: 0.95rem;
}

.info-strip .info-item i {
  color: hsl(198, 52%, 39%);
  font-size: 1.1rem;
}

.btn-hero-primary {
  background-color: hsl(198, 52%, 39%);
  color: #fff;
  border: 2px solid hsl(198, 52%, 39%);
  border-radius: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  transition: all 0.25s ease;
}

.btn-hero-primary:hover {
  background-color: #fff;
  color: hsl(198, 52%, 39%);
  border-color: hsl(198, 52%, 39%);
}

.btn-hero-secondary {
  background-color: transparent;
  color: hsl(348, 41%, 22%);
  border: 2px solid hsl(348, 41%, 22%);
  border-radius: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  transition: all 0.25s ease;
}

.btn-hero-secondary:hover {
  background-color: hsl(348, 41%, 22%);
  color: #fff;
}

.hero-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 1.7rem;
  }
  .info-strip {
    padding: 12px 14px;
  }
  .info-strip .info-item {
    font-size: 0.85rem;
  }
}

#who-we-are {
  padding: 50px 0;
  background-color: #ffffff;
  font-family: 'Nunito', sans-serif;
  color: #2b2b2b;
}
#who-we-are h2 {
  font-family: 'Poppins', sans-serif;
  color: hsl(198, 52%, 39%);
  font-weight: 700;
  margin-bottom: 20px;
}
#who-we-are h3 {
  font-family: 'Poppins', sans-serif;
  color: hsl(348, 41%, 22%);
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
#who-we-are p {
  line-height: 1.7;
  font-size: 1.02rem;
  margin-bottom: 14px;
}
#who-we-are .img-block {
  border-radius: 0;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}
#who-we-are .fact-strip {
  background-color: hsl(198, 52%, 39%);
  color: #ffffff;
  padding: 20px;
  margin-top: 30px;
  border-radius: 0;
}
#who-we-are .fact-strip .fact-item {
  text-align: center;
  padding: 10px 0;
}
#who-we-are .fact-strip .fact-number {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: hsl(48, 62%, 41%);
  display: block;
}
#who-we-are .fact-strip .fact-label {
  font-size: 0.9rem;
  color: #ffffff;
}
#who-we-are .values-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#who-we-are .values-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}
#who-we-are .values-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: hsl(48, 62%, 41%);
}

.services-section{padding:52px 0;background:#f8f9fa;font-family:'Nunito',sans-serif;}
.services-section h2{font-family:'Poppins',sans-serif;color:hsl(198,52%,39%);font-weight:700;}
.services-section .lead-text{color:#333;max-width:700px;}
.service-card{display:flex;align-items:flex-start;gap:20px;background:#fff;border:1px solid #e0e0e0;border-radius:0;padding:24px;height:100%;transition:box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;}
.service-card:hover{box-shadow:0 8px 20px rgba(0,0,0,0.12);transform:translateY(-4px);border-color:hsl(198,52%,39%);}
.service-icon{flex-shrink:0;width:64px;height:64px;border-radius:0;background:hsl(198,52%,39%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;}
.service-body h3{font-family:'Poppins',sans-serif;font-size:1.15rem;color:hsl(348,41%,22%);margin-bottom:6px;}
.service-body p{color:#333;font-size:0.95rem;margin-bottom:10px;}
.service-price{display:inline-block;background:hsl(48,62%,41%);color:#fff;font-weight:700;padding:4px 12px;font-family:'Poppins',sans-serif;font-size:0.95rem;}

#value{
  padding:52px 0;
  background:#f8f9fa;
  font-family:'Nunito',sans-serif;
}
#value h2{
  font-family:'Poppins',sans-serif;
  color:hsl(348,41%,22%);
  font-weight:700;
}
#value .lead-text{
  color:#333;
  max-width:700px;
  margin:0 auto;
}
#value .adv-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:0;
  padding:32px 24px;
  height:100%;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#value .adv-card:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 22px rgba(0,0,0,0.12);
  border-color:hsl(198,52%,39%);
}
#value .adv-icon{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:hsl(198,52%,39%);
  color:#fff;
  font-size:28px;
  margin-bottom:18px;
  border-radius:0;
}
#value .adv-card:nth-child(odd) .adv-icon{
  background:hsl(348,41%,22%);
}
#value .adv-card h3{
  font-family:'Poppins',sans-serif;
  font-size:1.15rem;
  color:hsl(348,41%,22%);
  font-weight:600;
  margin-bottom:12px;
}
#value .adv-card p{
  color:#333;
  font-size:0.97rem;
  margin-bottom:0;
}
#value .accent-underline{
  width:60px;
  height:4px;
  background:hsl(48,62%,41%);
  margin:14px auto 0;
}

#clients {background:#f8f9fa;padding:52px 0;font-family:'Nunito',sans-serif;color:#222;}
#clients h2 {font-family:'Poppins',sans-serif;color:hsl(348,41%,22%);font-weight:700;}
#clients .sub {color:#444;max-width:640px;margin:0 auto 36px;}
#clients .review-card {background:#fff;border:1px solid #e2e2e2;padding:22px 20px;height:100%;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,0.04);}
#clients .review-card .stars {color:hsl(48,62%,41%);font-size:0.95rem;margin-bottom:8px;letter-spacing:1px;}
#clients .review-card .stars .empty {color:#d8d8d8;}
#clients .review-card p.text {margin-bottom:14px;color:#333;line-height:1.5;}
#clients .review-card .author {font-family:'Poppins',sans-serif;font-weight:600;color:hsl(198,52%,39%);font-size:0.95rem;}
#clients .review-card .loc {color:#666;font-size:0.85rem;}
#clients .review-card.tall {min-height:100%;}
#clients .badge-value {display:inline-block;background:hsl(198,52%,39%);color:#fff;padding:4px 10px;font-size:0.8rem;margin-top:10px;}
#clients .stats-row {margin-top:44px;border-top:1px solid #ddd;padding-top:28px;}
#clients .stat-block {text-align:center;}
#clients .stat-num {font-family:'Poppins',sans-serif;font-weight:700;font-size:1.7rem;color:hsl(348,41%,22%);}
#clients .stat-label {color:#555;font-size:0.9rem;}
@media(max-width:767px){#clients .review-card {margin-bottom:4px;}}

#contact {
  background-color: #f8f9fa;
  padding: 52px 0;
  font-family: 'Nunito', sans-serif;
  color: #333;
}
#contact h2 {
  font-family: 'Poppins', sans-serif;
  color: hsl(198, 52%, 39%);
  font-weight: 700;
}
#contact p {
  color: #333;
}
#contact .contact-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#contact .form-label {
  font-weight: 600;
  color: #333;
}
#contact .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
}
#contact .form-control:focus {
  border-color: hsl(198, 52%, 39%);
  box-shadow: 0 0 0 0.2rem hsla(198, 52%, 39%, 0.25);
}
#contact .btn-primary-custom {
  background-color: hsl(198, 52%, 39%);
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 12px 30px;
}
#contact .btn-primary-custom:hover {
  background-color: hsl(198, 52%, 30%);
  color: #fff;
}
#contact .info-block {
  margin-bottom: 24px;
}
#contact .info-block h5 {
  font-family: 'Poppins', sans-serif;
  color: hsl(348, 41%, 22%);
  font-weight: 700;
  margin-bottom: 8px;
}
#contact .info-block a {
  color: hsl(198, 52%, 39%);
  text-decoration: none;
  font-weight: 600;
}
#contact .info-block a:hover {
  color: hsl(348, 41%, 22%);
  text-decoration: underline;
}
#contact .info-icon {
  color: hsl(48, 62%, 41%);
  font-weight: 700;
  margin-right: 8px;
}
#contact .map-link {
  display: inline-block;
  margin-top: 6px;
  color: hsl(198, 52%, 39%);
  font-weight: 600;
  text-decoration: underline;
}
#contact .map-link:hover {
  color: hsl(348, 41%, 22%);
}
#contact .hours-box {
  background-color: hsl(198, 52%, 39%);
  color: #fff;
  padding: 16px 20px;
  margin-top: 16px;
}
#contact .hours-box strong {
  color: #fff;
}

#important{
  font-family:'Nunito',sans-serif;
  padding:48px 0;
  background:#f5f5f5;
  color:#333;
}
#important h2{
  font-family:'Poppins',sans-serif;
  color:hsl(198, 52%, 39%);
  font-weight:600;
  margin-bottom:20px;
}
#important .disclaimer-box{
  background:#fff;
  border:1px solid #ddd;
  border-left:4px solid hsl(48, 62%, 41%);
  padding:28px 24px;
  border-radius:0;
}
#important .disclaimer-box i{
  color:hsl(198, 52%, 39%);
  font-size:1.8rem;
  margin-right:12px;
}
#important p{
  font-size:1rem;
  line-height:1.7;
  color:#333;
  margin:0;
}

#contact-page {
  font-family: 'Nunito', sans-serif;
  color: #262626;
  background-color: #f8f9fa;
  padding: 50px 0;
}
#contact-page h1, #contact-page h2, #contact-page h3 {
  font-family: 'Poppins', sans-serif;
}
#contact-page .intro-block {
  max-width: 760px;
  margin: 0 auto 40px auto;
  text-align: center;
}
#contact-page .intro-block h1 {
  color: hsl(198, 52%, 39%);
  font-weight: 700;
  margin-bottom: 14px;
}
#contact-page .intro-block p {
  font-size: 1.05rem;
  line-height: 1.6;
}
#contact-page .form-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 32px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
#contact-page .form-card h2 {
  color: hsl(348, 41%, 22%);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
#contact-page .form-label {
  font-weight: 600;
  color: #262626;
}
#contact-page .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
#contact-page .form-control:focus {
  border-color: hsl(198, 52%, 39%);
  box-shadow: 0 0 0 0.2rem hsla(198, 52%, 39%, 0.2);
}
#contact-page .btn-submit {
  background-color: hsl(198, 52%, 39%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.2s ease;
}
#contact-page .btn-submit:hover {
  background-color: hsl(348, 41%, 22%);
  color: #fff;
}
#contact-page .info-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#contact-page .info-card h2 {
  color: hsl(348, 41%, 22%);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
#contact-page .info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
#contact-page .info-item .icon-box {
  background-color: hsl(198, 52%, 39%);
  color: #fff;
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
}
#contact-page .info-item a {
  color: hsl(198, 52%, 39%);
  text-decoration: none;
  font-weight: 700;
}
#contact-page .info-item a:hover {
  text-decoration: underline;
  color: hsl(348, 41%, 22%);
}
#contact-page .info-item p {
  margin-bottom: 0;
  line-height: 1.5;
}
#contact-page .find-us-note {
  background-color: #f5f5f5;
  border-left: 4px solid hsl(48, 62%, 41%);
  padding: 14px 16px;
  margin-top: 10px;
  font-size: 0.95rem;
}
#contact-page .find-us-note a {
  color: hsl(198, 52%, 39%);
  font-weight: 700;
  text-decoration: none;
}
#contact-page .find-us-note a:hover {
  text-decoration: underline;
}
#contact-page .reply-badge {
  background-color: hsl(48, 62%, 41%);
  color: #262626;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 700;
  margin-top: 24px;
  font-size: 0.95rem;
}
#contact-page .cta-strip {
  margin-top: 48px;
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid #ddd;
}
#contact-page .cta-strip a.btn-cta {
  background-color: hsl(348, 41%, 22%);
  color: #fff;
  border-radius: 0;
  padding: 14px 36px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
}
#contact-page .cta-strip a.btn-cta:hover {
  background-color: hsl(198, 52%, 39%);
  color: #fff;
}
@media (max-width: 767px) {
  #contact-page .form-card, #contact-page .info-card {
    padding: 22px;
  }
}
