:root {
  --primary: hsl(77, 32%, 29%);
  --secondary: hsl(227, 23%, 14%);
  --accent: hsl(287, 44%, 52%);
  --surface: #f4f4f1;
}

body{
  font-family: 'Playfair Display', serif;
  background-color: var(--surface);
  color: #222;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Ubuntu', sans-serif;
}
.navbar{
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcd6;
}
.navbar-brand{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand:hover{
  color: var(--primary);
}
.navbar-nav .nav-link{
  font-family: 'Ubuntu', sans-serif;
  color: var(--secondary);
  font-weight: 600;
  padding: 8px 14px;
}
.navbar-nav .nav-link:hover{
  color: var(--accent);
}
.navbar-toggler{
  border-color: var(--secondary);
}

.hero-section{background:#f4f4f1;padding:56px 0;}
.hero-img{aspect-ratio:3/2;width:100%;height:auto;object-fit:cover;border:1px solid #ddd;box-shadow:0 4px 10px rgba(0,0,0,0.08);}
.hero-section h1{font-family:'Ubuntu',sans-serif;color:hsl(227,23%,14%);font-weight:700;}
.hero-section h2{font-family:'Ubuntu',sans-serif;color:hsl(77,32%,29%);font-size:1.3rem;font-weight:500;}
.hero-section p.desc{font-family:'Playfair Display',serif;color:#333;font-size:1.05rem;}
.hero-list{list-style:none;padding:0;margin:0 0 28px 0;}
.hero-list li{font-family:'Playfair Display',serif;color:#222;margin-bottom:10px;font-size:1rem;display:flex;align-items:flex-start;gap:10px;}
.hero-list i{color:hsl(287,44%,52%);font-size:1.1rem;margin-top:3px;}
.btn-primary-custom{background:hsl(77,32%,29%);border:none;color:#fff;font-family:'Ubuntu',sans-serif;padding:12px 28px;border-radius:0;font-weight:500;transition:background 0.3s ease;}
.btn-primary-custom:hover{background:hsl(287,44%,52%);color:#fff;}
.btn-outline-custom{background:transparent;border:2px solid hsl(227,23%,14%);color:hsl(227,23%,14%);font-family:'Ubuntu',sans-serif;padding:10px 26px;border-radius:0;font-weight:500;transition:all 0.3s ease;}
.btn-outline-custom:hover{background:hsl(227,23%,14%);color:#fff;}
@media(max-width:767px){.hero-section h1{font-size:1.8rem;}}

.services-section{background:#f7f6f3;padding:56px 0;font-family:'Playfair Display',serif;}
.services-section h2{font-family:'Ubuntu',sans-serif;color:hsl(227,23%,14%);font-weight:700;}
.services-section .lead-text{color:#333;max-width:700px;}
.service-card{background:#fff;border:1px solid #dcdcd6;border-radius:0;box-shadow:0 2px 6px rgba(0,0,0,0.06);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 20px rgba(0,0,0,0.12);border-color:hsl(287,44%,52%);}
.service-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:hsl(77,32%,29%);color:#fff;border-radius:0;font-size:1.6rem;margin-bottom:18px;}
.service-card:hover .service-icon{background:hsl(287,44%,52%);}
.service-card h3{font-family:'Ubuntu',sans-serif;font-size:1.2rem;color:hsl(227,23%,14%);margin-bottom:12px;}
.service-card p{color:#333;font-size:0.98rem;line-height:1.5;margin-bottom:16px;}
.service-price{font-family:'Ubuntu',sans-serif;font-weight:700;color:hsl(287,44%,52%);font-size:1.15rem;border-top:1px solid #e2e2dc;padding-top:12px;}
.service-terms{font-size:0.85rem;color:#555;margin-top:4px;}

#advantages {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Playfair Display', serif;
}
#advantages h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  font-weight: 700;
}
#advantages .lead-text {
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}
#advantages .adv-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 32px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#advantages .adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
  border-color: hsl(287, 44%, 52%);
}
#advantages .adv-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(77, 32%, 29%);
  color: #f7f6f3;
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-radius: 0;
}
#advantages .adv-card:hover .adv-icon {
  background-color: hsl(287, 44%, 52%);
}
#advantages .adv-card h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.15rem;
  color: hsl(227, 23%, 14%);
  margin-bottom: 12px;
  font-weight: 700;
}
#advantages .adv-card p {
  color: #444;
  font-size: 0.98rem;
  line-height: 1.55;
  margin-bottom: 0;
}

#story {
  font-family: 'Playfair Display', serif;
  background: #f4f4f1;
  padding: 52px 0;
  color: #222;
}
#story h2, #story h3, #story h4 {
  font-family: 'Ubuntu', sans-serif;
}
#story .section-title {
  color: hsl(227, 23%, 14%);
  font-weight: 700;
  margin-bottom: 20px;
}
#story .lead-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}
#story .card-block {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border-radius: 0;
  padding: 28px;
  height: 100%;
}
#story .card-block h3 {
  color: hsl(77, 32%, 29%);
  font-size: 1.3rem;
  margin-bottom: 12px;
}
#story .values-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#story .values-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
  color: #333;
}
#story .values-list li:last-child {
  border-bottom: none;
}
#story .values-list strong {
  color: hsl(287, 44%, 52%);
}
#story img.team-photo {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
#story .team-card {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 0;
  height: 100%;
}
#story .team-card .team-body {
  padding: 22px;
}
#story .team-card h4 {
  color: hsl(227, 23%, 14%);
  margin-bottom: 4px;
  font-size: 1.15rem;
}
#story .team-card .role {
  color: hsl(287, 44%, 52%);
  font-weight: 700;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  display: block;
}
#story .team-card p {
  color: #444;
  font-size: 0.98rem;
  margin-bottom: 0;
}
#story .stat-strip {
  background: hsl(227, 23%, 14%);
  color: #f7f6f3;
  padding: 20px 24px;
  margin-top: 40px;
}
#story .stat-strip .stat-num {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: hsl(287, 44%, 52%);
}
#story .stat-strip .stat-label {
  font-size: 0.88rem;
  color: #d8d8de;
}

#promo .promo-section {
  background: linear-gradient(135deg, hsl(227, 23%, 14%) 0%, hsl(287, 44%, 22%) 100%);
  padding: 52px 0;
  border-radius: 0;
}
#promo .promo-card {
  background: #f7f6f3;
  border: 1px solid #ddd8cf;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  border-radius: 0;
  padding: 40px;
}
#promo .promo-heading {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(227, 23%, 14%);
  margin-bottom: 18px;
}
#promo .promo-text {
  font-family: 'Playfair Display', serif;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.6;
}
#promo .promo-date-box {
  background: hsl(77, 32%, 29%);
  color: #f7f6f3;
  border-radius: 0;
  padding: 18px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 20px 0;
}
#promo .promo-date-box i {
  font-size: 1.8rem;
}
#promo .promo-list {
  list-style: none;
  padding-left: 0;
  margin: 24px 0;
}
#promo .promo-list li {
  font-family: 'Playfair Display', serif;
  color: #333;
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #e5e1d8;
}
#promo .promo-list li:last-child {
  border-bottom: none;
}
#promo .promo-list i {
  color: hsl(287, 44%, 52%);
  font-size: 1.2rem;
  margin-top: 3px;
}
#promo .promo-cta-btn {
  background: hsl(287, 44%, 52%);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: background 0.25s ease;
}
#promo .promo-cta-btn:hover {
  background: hsl(287, 44%, 40%);
  color: #fff;
}
#promo .promo-badge {
  background: hsl(227, 23%, 14%);
  color: #f7f6f3;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 8px 18px;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
@media (max-width: 576px){
  #promo .promo-card { padding: 26px; }
  #promo .promo-date-box { font-size: 1.05rem; padding: 14px 18px; }
}

#reviews {background:#f4f4f1;padding:56px 0;font-family:'Playfair Display',serif;}
#reviews h2 {font-family:'Ubuntu',sans-serif;color:hsl(227,23%,14%);font-weight:700;}
#reviews .lead-sub {color:#4a4a4a;max-width:640px;margin:0 auto;}
#reviews .review-card {background:#fff;border:1px solid #ddd;border-radius:0;box-shadow:0 2px 6px rgba(0,0,0,0.06);padding:24px;height:100%;display:flex;flex-direction:column;}
#reviews .review-card .stars {color:hsl(287,44%,52%);font-size:1rem;letter-spacing:2px;margin-bottom:10px;}
#reviews .review-card .stars .empty {color:#ccc;}
#reviews .review-card .review-text {color:#2b2b2b;flex-grow:1;font-size:0.98rem;line-height:1.55;}
#reviews .review-card .reviewer {margin-top:16px;padding-top:12px;border-top:1px solid #eee;display:flex;align-items:center;gap:12px;}
#reviews .reviewer-avatar {width:44px;height:44px;border-radius:50%;background:hsl(77,32%,29%);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Ubuntu',sans-serif;font-weight:700;flex-shrink:0;aspect-ratio:1/1;object-fit:cover;}
#reviews .reviewer-name {font-family:'Ubuntu',sans-serif;font-weight:700;color:hsl(227,23%,14%);font-size:0.95rem;margin:0;}
#reviews .reviewer-loc {font-size:0.82rem;color:#666;margin:0;}
#reviews .review-card.dark {background:hsl(227,23%,14%);color:#f4f4f1;}
#reviews .review-card.dark .review-text {color:#e6e6e6;}
#reviews .review-card.dark .reviewer-name {color:#fff;}
#reviews .review-card.dark .reviewer-loc {color:#c9c9c9;}
#reviews .review-card.dark .reviewer {border-top:1px solid #3a3d4e;}
#reviews .review-card.accent-border {border-left:4px solid hsl(287,44%,52%);}
#reviews .review-card.tight {padding:18px;}
#reviews .badge-tag {display:inline-block;background:hsl(77,32%,29%);color:#fff;font-family:'Ubuntu',sans-serif;font-size:0.72rem;padding:3px 9px;margin-bottom:10px;letter-spacing:0.3px;}
#reviews .review-card.dark .badge-tag {background:hsl(287,44%,52%);}
#reviews .stats-strip {border-top:1px solid #ddd;margin-top:48px;padding-top:24px;text-align:center;color:#4a4a4a;font-size:0.92rem;}

#reach-us {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#reach-us h2, #reach-us h3 {
  font-family: 'Ubuntu', sans-serif;
}
#reach-us .contact-card {
  background: #ffffff;
  border: 1px solid #dcdcd5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#reach-us .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: 'Playfair Display', serif;
}
#reach-us .form-control:focus {
  border-color: hsl(77, 32%, 29%);
  box-shadow: 0 0 0 0.2rem hsla(77, 32%, 29%, 0.2);
}
#reach-us label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: hsl(227, 23%, 14%);
  margin-bottom: 4px;
}
#reach-us .btn-submit {
  background-color: hsl(287, 44%, 52%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
#reach-us .btn-submit:hover {
  background-color: hsl(287, 44%, 40%);
  color: #ffffff;
}
#reach-us .info-block {
  margin-bottom: 24px;
}
#reach-us .info-block h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  color: hsl(77, 32%, 29%);
  margin-bottom: 6px;
}
#reach-us .info-block a {
  color: hsl(227, 23%, 14%);
  text-decoration: none;
  font-weight: 500;
}
#reach-us .info-block a:hover {
  color: hsl(287, 44%, 52%);
  text-decoration: underline;
}
#reach-us .map-link {
  display: inline-block;
  margin-top: 6px;
  color: hsl(287, 44%, 52%);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid hsl(287, 44%, 52%);
}
#reach-us .map-link:hover {
  color: hsl(77, 32%, 29%);
  border-color: hsl(77, 32%, 29%);
}
#reach-us .section-title {
  color: hsl(227, 23%, 14%);
  margin-bottom: 10px;
}
#reach-us .section-sub {
  color: #555;
  margin-bottom: 40px;
  max-width: 640px;
}
#reach-us hr {
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

#disclaimer {
  background-color: #f4f4f1;
  padding: 48px 0;
  font-family: 'Playfair Display', serif;
}
#disclaimer .disclaimer-card {
  background-color: #ffffff;
  border: 1px solid #d9d9d3;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 32px 28px;
  border-radius: 0;
}
#disclaimer .icon-wrap {
  width: 56px;
  height: 56px;
  background-color: hsl(77, 32%, 29%);
  color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
#disclaimer h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  font-weight: 700;
  margin-bottom: 16px;
}
#disclaimer p {
  color: #333333;
  line-height: 1.7;
  font-size: 1.02rem;
  margin-bottom: 0;
}

footer {
  background: hsl(227, 23%, 14%);
  color: #f4f4f1;
  font-family: 'Playfair Display', serif;
  padding: 48px 0 24px;
  border-top: 4px solid hsl(77, 32%, 29%);
}
footer h5 {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 1.1rem;
}
footer p, footer li, footer a {
  color: #d9d9d6;
  font-size: 0.95rem;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: hsl(287, 44%, 52%);
}
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(77, 32%, 29%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background 0.3s;
}
.footer-social a:hover {
  background: hsl(287, 44%, 52%);
  color: #ffffff;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 32px;
  padding-top: 20px;
  font-size: 0.85rem;
  color: #b5b5b2;
}
.footer-bottom a {
  color: #b5b5b2;
}
.footer-bottom a:hover {
  color: hsl(287, 44%, 52%);
}

#cookiePanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #f4f4f1;
  border-top: 3px solid hsl(77, 32%, 29%);
  box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
  padding: 18px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Playfair Display', serif;
}
#cookiePanel h5 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#cookiePanel p {
  color: #333333;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
#cookiePanel ul {
  font-size: 0.82rem;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 18px;
}
.cookie-btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  padding: 10px 18px;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  width: 100%;
}
.btn-accept-all {
  background: hsl(77, 32%, 29%);
  color: #ffffff;
}
.btn-accept-all:hover {
  background: hsl(287, 44%, 52%);
  color: #ffffff;
}
.btn-reject {
  background: hsl(227, 23%, 14%);
  color: #ffffff;
}
.btn-reject:hover {
  background: hsl(287, 44%, 52%);
  color: #ffffff;
}
.cookie-manage-link {
  font-size: 0.82rem;
  color: hsl(227, 23%, 14%);
  text-decoration: underline;
}
.cookie-manage-link:hover {
  color: hsl(287, 44%, 52%);
}

#about-main {
  background: #f7f6f3;
  font-family: 'Playfair Display', serif;
  color: #222;
  padding: 52px 0;
}
#about-main h1, #about-main h2, #about-main h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
}
#about-main .top-banner {
  background: hsl(227, 23%, 14%);
  color: #f8f9fa;
  padding: 44px 0;
  margin-bottom: 48px;
}
#about-main .top-banner p {
  color: #e6e6e6;
}
#about-main .section-block {
  padding: 24px 0;
}
#about-main .white-bg {
  background: #ffffff;
}
#about-main .tint-bg {
  background: #eef0e6;
}
#about-main .card-box {
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
  border-radius: 0;
  padding: 22px;
  height: 100%;
}
#about-main .value-title {
  color: hsl(287, 44%, 52%);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
#about-main img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
}
#about-main .step-number {
  background: hsl(77, 32%, 29%);
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
}
#about-main .step-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
#about-main .team-card {
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 20px;
  height: 100%;
}
#about-main .team-card h4 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  margin-bottom: 2px;
}
#about-main .team-role {
  color: hsl(287, 44%, 52%);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
#about-main .btn-cta {
  background: hsl(77, 32%, 29%);
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  display: inline-block;
}
#about-main .btn-cta:hover {
  background: hsl(287, 44%, 52%);
  color: #ffffff;
}
#about-main .stat-strip {
  background: hsl(287, 44%, 52%);
  color: #ffffff;
  padding: 30px 0;
  margin: 48px 0;
}
#about-main .stat-strip .stat-num {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
}
#about-main .stat-strip .stat-label {
  color: #f0e6f0;
  font-size: 0.9rem;
}
#about-main .cta-final {
  background: hsl(227, 23%, 14%);
  color: #f8f9fa;
  padding: 40px;
  text-align: center;
  margin-top: 48px;
}
#about-main .cta-final p {
  color: #dcdcdc;
}

#contact-content {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#contact-content h1, #contact-content h2, #contact-content h3 {
  font-family: 'Ubuntu', sans-serif;
}
#contact-content .page-header {
  margin-bottom: 40px;
}
#contact-content .page-header h1 {
  color: hsl(227, 23%, 14%);
  font-weight: 700;
}
#contact-content .page-header p {
  color: #444;
  max-width: 700px;
}
#contact-content .card {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background-color: #fff;
}
#contact-content .info-card {
  background-color: hsl(227, 23%, 14%);
  color: #f4f4f1;
  border: none;
  padding: 32px;
  height: 100%;
}
#contact-content .info-card h2 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#contact-content .info-card p, #contact-content .info-card li {
  color: #e0e0e0;
}
#contact-content .info-card a {
  color: hsl(287, 44%, 65%);
  text-decoration: none;
}
#contact-content .info-card a:hover {
  text-decoration: underline;
}
#contact-content .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-content .info-list li {
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}
#contact-content .info-list li strong {
  display: block;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
#contact-content .info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: hsl(287, 44%, 52%);
}
#contact-content .map-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
#contact-content .map-note a {
  font-weight: 700;
}
#contact-content .form-card {
  padding: 32px;
}
#contact-content .form-card h2 {
  color: hsl(227, 23%, 14%);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
#contact-content .form-card .form-sub {
  color: #555;
  margin-bottom: 24px;
}
#contact-content label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  color: hsl(227, 23%, 14%);
  margin-bottom: 4px;
}
#contact-content .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
#contact-content .form-control:focus {
  border-color: hsl(77, 32%, 29%);
  box-shadow: 0 0 0 0.2rem rgba(107, 118, 45, 0.15);
}
#contact-content .btn-submit {
  background-color: hsl(77, 32%, 29%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#contact-content .btn-submit:hover {
  background-color: hsl(287, 44%, 52%);
  color: #fff;
}
#contact-content .cta-strip {
  margin-top: 48px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 28px;
  text-align: center;
}
#contact-content .cta-strip h3 {
  color: hsl(227, 23%, 14%);
  margin-bottom: 10px;
}
#contact-content .cta-strip .btn-cta {
  background-color: hsl(287, 44%, 52%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 30px;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
#contact-content .cta-strip .btn-cta:hover {
  background-color: hsl(77, 32%, 29%);
  color: #fff;
}

#services-section {
  background-color: #f7f6f3;
  padding: 56px 0;
  font-family: 'Playfair Display', serif;
  color: #222;
}
#services-section .section-heading {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  font-weight: 700;
}
#services-section .section-sub {
  color: #444;
  max-width: 720px;
  margin: 0 auto;
}
#services-section .process-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 32px;
  margin-bottom: 48px;
}
#services-section .process-box h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(77, 32%, 29%);
  margin-bottom: 20px;
}
#services-section .process-step {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
}
#services-section .process-step .num {
  background-color: hsl(77, 32%, 29%);
  color: #fff;
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
#services-section .process-step p {
  margin-bottom: 0;
  color: #333;
}
#services-section .card {
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  height: 100%;
  padding: 32px 20px;
  text-align: center;
}
#services-section .card:hover {
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
  transform: translateY(-6px);
  border-color: hsl(287, 44%, 52%);
}
#services-section .icon-wrap {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(77, 32%, 29%);
  color: #fff;
}
#services-section .card:hover .icon-wrap {
  background-color: hsl(287, 44%, 52%);
}
#services-section .icon-wrap i {
  font-size: 1.9rem;
}
#services-section .card h4 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  font-size: 1.15rem;
  margin-bottom: 12px;
}
#services-section .card p.desc {
  color: #444;
  font-size: 0.96rem;
  margin-bottom: 16px;
}
#services-section .price-tag {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(287, 44%, 52%);
  font-size: 1.2rem;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
#services-section .cta-box {
  background-color: hsl(227, 23%, 14%);
  padding: 44px 24px;
  text-align: center;
  margin-top: 56px;
}
#services-section .cta-box h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  margin-bottom: 14px;
}
#services-section .cta-box p {
  color: #d8d8d8;
  max-width: 600px;
  margin: 0 auto 22px auto;
}
#services-section .cta-box a.btn {
  background-color: hsl(287, 44%, 52%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 34px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
#services-section .cta-box a.btn:hover {
  background-color: hsl(77, 32%, 29%);
  color: #ffffff;
}



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

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

.thankyou-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: var(--accent);
  opacity: 0.12;
  border-radius: 50%;
}

.thankyou-card::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -70px;
  width: 200px;
  height: 200px;
  background: var(--primary);
  opacity: 0.12;
  border-radius: 50%;
}

.success-icon-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(112, 122, 42, 0.35);
  animation: popIn 0.6s ease-out;
}

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

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

.thankyou-heading {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.thankyou-text {
  font-family: 'Playfair Display', serif;
  color: #4a4f5a;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.thankyou-note {
  background: hsla(77, 32%, 29%, 0.08);
  border-left: 4px solid var(--primary);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;
  text-align: left;
  font-size: 0.98rem;
  color: var(--secondary);
  position: relative;
  z-index: 1;
}

.btn-thankyou {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  background-color: var(--primary);
  border: none;
  color: #ffffff;
  padding: 0.75rem 2.25rem;
  border-radius: 50px;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-thankyou:hover {
  background-color: var(--accent);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px hsla(287, 44%, 52%, 0.35);
}

@media (max-width: 576px) {
  .thankyou-card {
    padding: 2rem 1.5rem;
  }
  .thankyou-heading {
    font-size: 1.5rem;
  }
  .thankyou-text {
    font-size: 1rem;
  }
}

#faq-section {
  background: #f4f4f1;
  font-family: 'Playfair Display', serif;
  color: #222;
  padding: 52px 0;
}
#faq-section .faq-header {
  text-align: center;
  margin-bottom: 40px;
}
#faq-section .faq-header h1 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(227, 23%, 14%);
  font-weight: 700;
  margin-bottom: 16px;
}
#faq-section .faq-header p {
  color: #333;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
}
#faq-section .faq-intro-box {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border-radius: 0;
  padding: 28px;
  margin-bottom: 40px;
}
#faq-section .faq-intro-box h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(77, 32%, 29%);
  font-size: 1.4rem;
  margin-bottom: 14px;
}
#faq-section .faq-intro-box ol {
  padding-left: 20px;
  margin-bottom: 0;
}
#faq-section .faq-intro-box li {
  margin-bottom: 8px;
  color: #333;
  line-height: 1.55;
}
#faq-section .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  background: #fff;
}
#faq-section .accordion-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: hsl(227, 23%, 14%);
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#faq-section .accordion-button:not(.collapsed) {
  color: #fff;
  background: hsl(77, 32%, 29%);
  box-shadow: none;
}
#faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: #ddd;
}
#faq-section .accordion-button::after {
  filter: none;
}
#faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#faq-section .accordion-body {
  color: #333;
  line-height: 1.7;
  background: #fdfdfc;
}
#faq-section .cta-box {
  background: hsl(227, 23%, 14%);
  color: #f4f4f1;
  padding: 36px;
  text-align: center;
  margin-top: 48px;
  border: 1px solid #000;
}
#faq-section .cta-box h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  margin-bottom: 12px;
}
#faq-section .cta-box p {
  color: #e6e6e6;
  margin-bottom: 20px;
}
#faq-section .cta-box a.btn {
  background: hsl(287, 44%, 52%);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}
#faq-section .cta-box a.btn:hover {
  background: hsl(287, 44%, 42%);
  color: #fff;
}
#faq-section .faq-nav-links {
  text-align: center;
  margin-top: 18px;
}
#faq-section .faq-nav-links a {
  color: hsl(77, 32%, 29%);
  text-decoration: underline;
  margin: 0 10px;
  font-weight: 600;
}
#faq-section .faq-nav-links a:hover {
  color: hsl(287, 44%, 52%);
}
