@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(27, 21%, 42%);
  --secondary: hsl(33, 11%, 25%);
  --accent: hsl(19, 42%, 56%);
  --surface: #f4f4f1;
}

body{
  font-family:'Lora', serif;
  background-color: var(--surface);
  color:#2a2a2a;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Oswald', sans-serif;
}
.navbar{
  background-color:#ffffff;
  border-bottom:1px solid #e2e0db;
}
.navbar-brand{
  font-family:'Oswald', sans-serif;
  font-weight:600;
  color: var(--secondary) !important;
  font-size:1.4rem;
  display:flex;
  align-items:center;
  gap:10px;
}
.navbar-nav .nav-link{
  color: var(--secondary) !important;
  font-weight:600;
  padding:0.5rem 1rem !important;
}
.navbar-nav .nav-link:hover{
  color: var(--accent) !important;
}
.navbar-toggler{
  border-color: var(--primary) !important;
}

.hero-section{background:#f4f4f1;padding:56px 0;font-family:'Lora',serif;}
.hero-section h1{font-family:'Oswald',sans-serif;color:hsl(33, 11%, 25%);font-weight:700;}
.hero-section h2{font-family:'Oswald',sans-serif;color:hsl(27, 21%, 42%);font-size:1.3rem;font-weight:500;}
.hero-section p.desc{color:#333;font-size:1.05rem;}
.hero-img{aspect-ratio:3/2;width:100%;height:auto;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);border:1px solid #e0ddd8;}
.hero-list{list-style:none;padding-left:0;margin-bottom:1.8rem;}
.hero-list li{margin-bottom:0.7rem;color:#333;font-size:1rem;display:flex;align-items:flex-start;}
.hero-list li i{color:hsl(19, 42%, 56%);margin-right:0.6rem;font-size:1.2rem;margin-top:0.15rem;}
.btn-primary-custom{background:hsl(19, 42%, 56%);border:none;color:#fff;font-family:'Oswald',sans-serif;padding:0.7rem 1.6rem;border-radius:8px;transition:all 0.25s ease;}
.btn-primary-custom:hover{background:hsl(27, 21%, 42%);color:#fff;transform:translateY(-2px);}
.btn-outline-custom{background:transparent;border:2px solid hsl(27, 21%, 42%);color:hsl(27, 21%, 42%);font-family:'Oswald',sans-serif;padding:0.65rem 1.5rem;border-radius:8px;transition:all 0.25s ease;}
.btn-outline-custom:hover{background:hsl(27, 21%, 42%);color:#fff;transform:translateY(-2px);}
@media(max-width:767px){
.hero-section h1{font-size:2rem;}
.hero-section h2{font-size:1.1rem;}
}

#value {
  background-color: #f7f6f3;
  padding: 52px 0;
  font-family: 'Lora', serif;
}
#value .section-heading {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-weight: 600;
  margin-bottom: 10px;
}
#value .section-sub {
  color: hsl(33, 11%, 25%);
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
}
#value .adv-card {
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 28px 22px;
  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 20px rgba(0,0,0,0.12);
  border-color: hsl(19, 42%, 56%);
}
#value .adv-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: hsl(27, 21%, 42%);
  color: #f7f6f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
#value .adv-title {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#value .adv-text {
  color: #4a4540;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0;
}

#about .about-section {
  background-color: #f7f6f3;
  padding: 52px 0;
  font-family: 'Lora', serif;
  color: #2b2622;
}
#about .about-section h2, #about .about-section h3 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
}
#about .about-section .lead-text {
  font-size: 1.05rem;
  line-height: 1.75;
}
#about .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e0dcd5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
#about .about-card {
  background-color: #ffffff;
  border: 1px solid #e5e1da;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  height: 100%;
}
#about .about-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#about .stat-strip {
  background-color: hsl(27, 21%, 42%);
  border-radius: 8px;
  padding: 24px;
  color: #f7f6f3;
}
#about .stat-strip .stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #ffffff;
}
#about .stat-strip .stat-label {
  font-size: 0.9rem;
  color: #f0e9e1;
}
#about .accent-text {
  color: hsl(19, 42%, 56%);
}

#testimonials {
  background: #f4f4f1;
  padding: 56px 0;
  font-family: 'Lora', serif;
}
#testimonials h2 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-weight: 600;
}
#testimonials .lead-text {
  color: hsl(33, 11%, 25%);
  max-width: 700px;
}
#testimonials .review-card {
  background: #fff;
  border: 1px solid #e2ded8;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#testimonials .review-card.tinted {
  background: #f7f6f3;
}
#testimonials .review-card .stars {
  color: hsl(19, 42%, 56%);
  font-size: 0.95rem;
  margin-bottom: 10px;
}
#testimonials .review-card .review-text {
  color: #333;
  font-size: 0.98rem;
  flex-grow: 1;
}
#testimonials .review-card .reviewer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eae6e0;
}
#testimonials .review-card .reviewer-name {
  font-family: 'Oswald', sans-serif;
  color: hsl(27, 21%, 42%);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 2px;
}
#testimonials .review-card .reviewer-loc {
  color: hsl(33, 11%, 25%);
  font-size: 0.85rem;
}
#testimonials .review-card.compact {
  padding: 18px 24px;
}
#testimonials .review-card.wide .review-text {
  font-size: 1.02rem;
}
#testimonials .stat-strip {
  border-top: 1px solid #e2ded8;
  border-bottom: 1px solid #e2ded8;
  padding: 20px 0;
  margin-top: 40px;
}
#testimonials .stat-strip .stat-num {
  font-family: 'Oswald', sans-serif;
  color: hsl(19, 42%, 56%);
  font-size: 1.9rem;
  font-weight: 600;
}
#testimonials .stat-strip .stat-label {
  color: hsl(33, 11%, 25%);
  font-size: 0.88rem;
}
@media (max-width: 767px) {
  #testimonials .review-card { padding: 18px; }
}

#portfolio {
  background-color: #f7f6f3;
  padding: 52px 0;
  font-family: 'Lora', serif;
}
#portfolio h2 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-weight: 600;
}
#portfolio .lead-text {
  color: #4a4a4a;
  max-width: 700px;
  margin: 0 auto;
}
#portfolio .badge-category {
  background-color: hsl(19, 42%, 56%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
}
#portfolio .card {
  border: 1px solid #e0ddd6;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.2s ease;
}
#portfolio .card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
#portfolio .card-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #eee;
}
#portfolio .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio .card-body {
  padding: 20px;
}
#portfolio .card-title {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-size: 1.15rem;
  margin: 10px 0 8px;
}
#portfolio .card-text {
  color: #4f4b45;
  font-size: 0.95rem;
  line-height: 1.5;
}
#portfolio .btn-view {
  background-color: hsl(27, 21%, 42%);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  padding: 8px 18px;
}
#portfolio .btn-view:hover {
  background-color: hsl(19, 42%, 56%);
  color: #fff;
}
#portfolio .modal-content {
  border-radius: 8px;
  border: none;
}
#portfolio .modal-header {
  background-color: hsl(33, 11%, 25%);
  color: #f7f6f3;
  border-radius: 8px 8px 0 0;
}
#portfolio .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#portfolio .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
}
#portfolio .modal-body p {
  color: #3d3a35;
  line-height: 1.6;
}
#portfolio .modal-title {
  font-family: 'Oswald', sans-serif;
}

#offer .offer-section {
  background: linear-gradient(135deg, hsl(27, 21%, 42%) 0%, hsl(19, 42%, 56%) 100%);
  padding: 52px 0;
  font-family: 'Lora', serif;
}
#offer .offer-section h2, #offer .offer-section h3 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
#offer .offer-card {
  background: #fdfcfb;
  border: 1px solid #e2ddd6;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  padding: 40px;
}
#offer .offer-badge {
  display: inline-block;
  background: hsl(33, 11%, 25%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#offer .offer-title {
  color: hsl(33, 11%, 25%);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
}
#offer .offer-text {
  color: #3a352f;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
#offer .deadline-box {
  background: #f4f4f1;
  border: 1px solid hsl(19, 42%, 56%);
  border-radius: 8px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
#offer .deadline-box i {
  font-size: 1.8rem;
  color: hsl(19, 42%, 56%);
}
#offer .deadline-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  color: hsl(33, 11%, 25%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
#offer .deadline-date {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(33, 11%, 25%);
}
#offer .offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
#offer .offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #3a352f;
  font-size: 1rem;
  line-height: 1.5;
}
#offer .offer-list li i {
  color: hsl(19, 42%, 56%);
  font-size: 1.2rem;
  margin-top: 3px;
  flex-shrink: 0;
}
#offer .offer-cta {
  background: hsl(19, 42%, 56%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 14px 36px;
  border-radius: 7px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
}
#offer .offer-cta:hover {
  background: hsl(33, 11%, 25%);
  color: #fff;
}
@media (max-width: 767px){
  #offer .offer-card { padding: 26px; }
  #offer .offer-title { font-size: 1.5rem; }
  #offer .deadline-date { font-size: 1.2rem; }
}

#updates .newsletter-updates-section {
  background-color: hsl(33, 11%, 25%);
  padding: 52px 0;
}
#updates .newsletter-updates-section h2 {
  font-family: 'Oswald', sans-serif;
  color: #f7f6f3;
  font-weight: 600;
}
#updates .newsletter-updates-section p {
  font-family: 'Lora', serif;
  color: #e8e4de;
}
#updates .newsletter-updates-section .updates-card {
  background-color: hsl(27, 21%, 42%);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  padding: 40px 32px;
}
#updates .newsletter-updates-section .form-control {
  border-radius: 6px;
  border: 1px solid #c9c0b5;
  font-family: 'Lora', serif;
  padding: 12px 16px;
}
#updates .newsletter-updates-section .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 42, 56, 0.25);
  border-color: hsl(19, 42%, 56%);
}
#updates .newsletter-updates-section .btn-subscribe {
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  transition: background-color 0.2s ease-in-out;
}
#updates .newsletter-updates-section .btn-subscribe:hover {
  background-color: hsl(19, 42%, 46%);
  color: #ffffff;
}
#updates .newsletter-updates-section small {
  color: #d8d2c8;
  font-family: 'Lora', serif;
}

.services-section {
  background: #f7f6f3;
  padding: 52px 0;
  font-family: 'Lora', serif;
}
.services-section h2 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-weight: 600;
}
.services-section .lead-text {
  color: hsl(33, 11%, 25%);
  max-width: 700px;
  margin: 0 auto;
}
.services-list {
  border-top: 1px solid #ddd6cf;
}
.service-item {
  padding: 26px 20px;
  border-bottom: 1px solid #ddd6cf;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #ffffff;
  transition: background 0.25s ease, transform 0.25s ease;
  border-radius: 8px;
}
.service-item:hover {
  background: #fbf4ee;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.service-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 8px;
  background: hsl(19, 42%, 56%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.service-title {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-size: 1.15rem;
  margin-bottom: 6px;
  font-weight: 600;
}
.service-desc {
  color: #4a4340;
  font-size: 0.96rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.service-price {
  display: inline-block;
  background: hsl(27, 21%, 42%);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .service-item {
    padding: 20px 14px;
  }
}

#reach-us {
  font-family: 'Lora', serif;
  background-color: #f7f6f3;
  padding: 52px 0;
}
#reach-us h2, #reach-us h3 {
  font-family: 'Oswald', sans-serif;
}
#reach-us .section-heading {
  color: hsl(33, 11%, 25%);
  font-weight: 600;
  margin-bottom: 12px;
}
#reach-us .section-sub {
  color: #444;
  margin-bottom: 40px;
  max-width: 680px;
}
#reach-us .contact-card {
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 32px;
  height: 100%;
}
#reach-us .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#reach-us .info-list li {
  margin-bottom: 16px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#reach-us .info-list li i {
  color: hsl(19, 42%, 56%);
  font-size: 1.1rem;
  margin-top: 3px;
}
#reach-us .info-list a {
  color: hsl(27, 21%, 42%);
  text-decoration: none;
  font-weight: 500;
}
#reach-us .info-list a:hover {
  text-decoration: underline;
  color: hsl(19, 42%, 56%);
}
#reach-us .hours-box {
  background-color: #f4f4f1;
  border-radius: 6px;
  padding: 16px 18px;
  margin-top: 20px;
  font-size: 0.95rem;
  color: #333;
}
#reach-us .hours-box strong {
  color: hsl(33, 11%, 25%);
}
#reach-us .find-us {
  margin-top: 18px;
  font-size: 0.95rem;
  color: #444;
}
#reach-us .find-us a {
  color: hsl(19, 42%, 56%);
  font-weight: 600;
  text-decoration: none;
}
#reach-us .find-us a:hover {
  text-decoration: underline;
}
#reach-us .form-label {
  color: hsl(33, 11%, 25%);
  font-weight: 500;
}
#reach-us .form-control {
  border-radius: 6px;
  border: 1px solid #d8d3cb;
  padding: 10px 14px;
  font-family: 'Lora', serif;
}
#reach-us .form-control:focus {
  border-color: hsl(27, 21%, 42%);
  box-shadow: 0 0 0 0.2rem rgba(140, 110, 80, 0.15);
}
#reach-us .btn-send {
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 6px;
  padding: 12px 30px;
  transition: background-color 0.2s ease-in-out;
}
#reach-us .btn-send:hover {
  background-color: hsl(27, 21%, 42%);
  color: #ffffff;
}
@media (max-width: 767px) {
  #reach-us .contact-card {
    padding: 22px;
  }
}

#legal-notice {
  background-color: #f4f4f1;
  padding: 48px 0;
  font-family: 'Lora', serif;
}
#legal-notice .disclaimer-card {
  background-color: #ffffff;
  border: 1px solid #e0ddd8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 32px 28px;
}
#legal-notice h2 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-weight: 600;
  margin-bottom: 16px;
}
#legal-notice .bi-info-circle-fill {
  color: hsl(19, 42%, 56%);
  font-size: 1.8rem;
  margin-right: 12px;
}
#legal-notice p {
  color: #333333;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 0;
}
#legal-notice .icon-title-wrap {
  display: flex;
  align-items: center;
}

footer {
  background: hsl(33, 11%, 25%);
  color: #f4f4f1;
  font-family: 'Lora', serif;
  padding: 48px 0 24px;
}
footer h5 {
  font-family: 'Oswald', sans-serif;
  color: #f4f4f1;
  margin-bottom: 16px;
}
footer p, footer a {
  color: #e5e1db;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: hsl(19, 42%, 56%);
  text-decoration: underline;
}
footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: hsl(27, 21%, 42%);
  color: #f4f4f1;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background 0.3s ease;
}
footer .footer-social a:hover {
  background: hsl(19, 42%, 56%);
  text-decoration: none;
}
footer hr {
  border-color: rgba(244,244,241,0.2);
  margin: 32px 0 16px;
}
footer .footer-bottom {
  font-size: 0.9rem;
  color: #cfc9c0;
}
footer .footer-bottom a {
  color: #cfc9c0;
}
footer .footer-bottom a:hover {
  color: hsl(19, 42%, 56%);
}

#privacyNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #f4f4f1;
  border-top: 3px solid hsl(19, 42%, 56%);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
  font-family: 'Lora', serif;
  color: hsl(33, 11%, 25%);
  padding: 16px 0;
  max-height: 60vh;
  overflow-y: auto;
}
#privacyNotice h6 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#privacyNotice p, #privacyNotice li {
  font-size: 0.88rem;
  margin-bottom: 6px;
}
#privacyNotice ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.consent-btn {
  font-family: 'Oswald', sans-serif;
  border-radius: 7px;
  padding: 9px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(19, 42%, 56%);
  color: #fff;
}
.btn-accept-all:hover {
  background: hsl(19, 42%, 46%);
  color: #fff;
}
.btn-reject-optional {
  background: transparent;
  color: hsl(27, 21%, 42%);
  border-color: hsl(27, 21%, 42%);
}
.btn-reject-optional:hover {
  background: hsl(27, 21%, 42%);
  color: #fff;
}
.btn-manage-settings {
  color: hsl(33, 11%, 25%);
  text-decoration: underline;
  font-size: 0.85rem;
  font-family: 'Lora', serif;
}
.btn-manage-settings:hover {
  color: hsl(19, 42%, 56%);
}

#portfolio-page {
  background-color: #f7f6f3;
  font-family: 'Lora', serif;
  color: #2b2622;
  padding: 52px 0;
}
#portfolio-page h1, #portfolio-page h2, #portfolio-page h3, #portfolio-page h4 {
  font-family: 'Oswald', sans-serif;
}
#portfolio-page .intro-block {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}
#portfolio-page .intro-block h1 {
  color: hsl(33, 11%, 25%);
  font-size: 2.3rem;
  margin-bottom: 16px;
}
#portfolio-page .intro-block p {
  color: #3a352f;
  font-size: 1.05rem;
  line-height: 1.65;
}
#portfolio-page .project-card {
  background-color: #ffffff;
  border: 1px solid #e2ded8;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
#portfolio-page .project-card:hover {
  transform: translateY(-4px);
}
#portfolio-page .project-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #eae7e2;
}
#portfolio-page .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-page .project-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#portfolio-page .badge-category {
  display: inline-block;
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  align-self: flex-start;
}
#portfolio-page .project-body h3 {
  color: hsl(33, 11%, 25%);
  font-size: 1.25rem;
  margin-bottom: 10px;
}
#portfolio-page .project-body p {
  color: #3a352f;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
#portfolio-page .btn-details {
  background-color: hsl(27, 21%, 42%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 9px 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
  align-self: flex-start;
  text-decoration: none;
}
#portfolio-page .btn-details:hover {
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
}
#portfolio-page .modal-content {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e2ded8;
}
#portfolio-page .modal-header {
  background-color: hsl(33, 11%, 25%);
  color: #f7f6f3;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
#portfolio-page .modal-title {
  font-family: 'Oswald', sans-serif;
}
#portfolio-page .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
}
#portfolio-page .modal-body p {
  color: #2b2622;
  line-height: 1.65;
}
#portfolio-page .btn-close {
  filter: invert(1);
}
#portfolio-page .stats-strip {
  background-color: #ffffff;
  border: 1px solid #e2ded8;
  border-radius: 8px;
  padding: 28px 20px;
  margin: 48px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
#portfolio-page .stats-strip h4 {
  color: hsl(27, 21%, 42%);
  font-size: 1.9rem;
  margin-bottom: 4px;
}
#portfolio-page .stats-strip span {
  color: #3a352f;
  font-size: 0.9rem;
}
#portfolio-page .qa-block {
  max-width: 860px;
  margin: 48px auto 0;
}
#portfolio-page .qa-block h2 {
  color: hsl(33, 11%, 25%);
  font-size: 1.8rem;
  margin-bottom: 24px;
  text-align: center;
}
#portfolio-page .qa-item {
  background-color: #ffffff;
  border: 1px solid #e2ded8;
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
#portfolio-page .qa-item h3 {
  color: hsl(19, 42%, 56%);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#portfolio-page .qa-item p {
  color: #3a352f;
  margin-bottom: 0;
  line-height: 1.6;
}
#portfolio-page .cta-block {
  background-color: hsl(27, 21%, 42%);
  border-radius: 8px;
  padding: 40px 24px;
  text-align: center;
  margin-top: 48px;
}
#portfolio-page .cta-block h2 {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
#portfolio-page .cta-block p {
  color: #f2ede8;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio-page .cta-block a.btn-cta {
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.5px;
  display: inline-block;
}
#portfolio-page .cta-block a.btn-cta:hover {
  background-color: #ffffff;
  color: hsl(27, 21%, 42%);
}

#contact-page {
  background: #f4f4f1;
  padding: 52px 0;
  font-family: 'Lora', serif;
  color: #2a2420;
}
#contact-page h1, #contact-page h2, #contact-page h3 {
  font-family: 'Oswald', sans-serif;
}
#contact-page .page-header {
  margin-bottom: 40px;
}
#contact-page .page-header h1 {
  color: hsl(33, 11%, 25%);
  font-weight: 600;
}
#contact-page .page-header p {
  color: #4a4038;
  max-width: 680px;
}
#contact-page .card {
  border: 1px solid #e0dcd5;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  background: #ffffff;
}
#contact-page .info-card {
  background: hsl(33, 11%, 25%);
  color: #f7f6f3;
  border-radius: 8px;
  padding: 32px;
  border: 1px solid hsl(33, 11%, 20%);
}
#contact-page .info-card h2 {
  color: #f7f6f3;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#contact-page .info-card p,
#contact-page .info-card a {
  color: #f0ece6;
}
#contact-page .info-card a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
#contact-page .info-card a:hover {
  color: hsl(19, 42%, 70%);
  border-color: hsl(19, 42%, 70%);
}
#contact-page .info-item {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#contact-page .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contact-page .info-item strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: hsl(19, 42%, 72%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
#contact-page .directions-note {
  font-size: 0.92rem;
  color: #e6e1da;
  margin-top: 8px;
}
#contact-page .hours-table td {
  padding: 3px 0;
  font-size: 0.93rem;
  color: #f0ece6;
}
#contact-page .hours-table td:last-child {
  text-align: right;
}
#contact-page .form-wrap {
  padding: 32px;
}
#contact-page .form-wrap h2 {
  color: hsl(33, 11%, 25%);
  font-size: 1.5rem;
  margin-bottom: 8px;
}
#contact-page .form-wrap p.lead-text {
  color: #5a5049;
  font-size: 0.98rem;
  margin-bottom: 24px;
}
#contact-page .form-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: hsl(33, 11%, 25%);
  margin-bottom: 5px;
}
#contact-page .form-control {
  border: 1px solid #d8d3cb;
  border-radius: 6px;
  padding: 10px 14px;
  font-family: 'Lora', serif;
  background: #fbfaf8;
}
#contact-page .form-control:focus {
  border-color: hsl(19, 42%, 56%);
  box-shadow: 0 0 0 0.2rem hsla(19, 42%, 56%, 0.2);
  background: #fff;
}
#contact-page .btn-submit {
  background: hsl(19, 42%, 56%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}
#contact-page .btn-submit:hover {
  background: hsl(19, 42%, 46%);
  color: #fff;
}
#contact-page .reply-note {
  background: #f7f6f3;
  border: 1px solid #e0dcd5;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 0.9rem;
  color: #4a4038;
  margin-top: 20px;
}
#contact-page .reply-note strong {
  color: hsl(27, 21%, 42%);
}
#contact-page .cta-strip {
  background: #efe9e1;
  border: 1px solid #e0dcd5;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  margin-top: 48px;
}
#contact-page .cta-strip h3 {
  color: hsl(33, 11%, 25%);
  margin-bottom: 12px;
}
#contact-page .cta-strip a.btn-cta {
  background: hsl(27, 21%, 42%);
  color: #fff;
  border-radius: 6px;
  padding: 12px 30px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.92rem;
  display: inline-block;
}
#contact-page .cta-strip a.btn-cta:hover {
  background: hsl(27, 21%, 32%);
  color: #fff;
}

#services-content {
  background-color: #f7f6f3;
  font-family: 'Lora', serif;
  color: #2b2622;
  padding: 52px 0;
}
#services-content h1, #services-content h2, #services-content h3, #services-content h4 {
  font-family: 'Oswald', sans-serif;
  color: hsl(33, 11%, 25%);
}
#services-content .intro-block {
  max-width: 820px;
  margin: 0 auto 44px auto;
}
#services-content .steps-section {
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 52px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
#services-content .step-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
#services-content .step-item:last-child {
  margin-bottom: 0;
}
#services-content .step-number {
  flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
#services-content .step-text h4 {
  margin-bottom: 4px;
  font-size: 18px;
}
#services-content .step-text p {
  margin-bottom: 0;
  color: #4a433c;
  font-size: 15px;
}
#services-content .card {
  border: 1px solid #e2ddd6;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}
#services-content .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  border-color: hsl(19, 42%, 56%);
}
#services-content .card-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}
#services-content .icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background-color: hsl(27, 21%, 42%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#services-content .icon-wrap i {
  font-size: 26px;
  color: #ffffff;
}
#services-content .card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#services-content .card p {
  font-size: 15px;
  color: #4a433c;
  flex-grow: 1;
  margin-bottom: 16px;
}
#services-content .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e9e4dd;
  padding-top: 14px;
}
#services-content .price-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: hsl(19, 42%, 56%);
}
#services-content .price-label {
  font-size: 13px;
  color: #6b6259;
}
#services-content .cta-box {
  background-color: hsl(33, 11%, 25%);
  border-radius: 8px;
  padding: 44px 32px;
  text-align: center;
  margin-top: 52px;
}
#services-content .cta-box h2 {
  color: #ffffff;
  margin-bottom: 12px;
}
#services-content .cta-box p {
  color: #e5ddd2;
  max-width: 600px;
  margin: 0 auto 24px auto;
}
#services-content .cta-box .btn {
  background-color: hsl(19, 42%, 56%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 6px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
}
#services-content .cta-box .btn:hover {
  background-color: hsl(19, 42%, 46%);
  color: #ffffff;
}
#services-content .section-tag {
  display: inline-block;
  background-color: hsl(27, 21%, 42%);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #services-content .steps-section {
    padding: 22px;
  }
}





.thankyou-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, hsl(27, 21%, 96%) 0%, hsl(19, 42%, 94%) 100%);
  padding: 3rem 1rem;
  font-family: 'Lora', serif;
}

.thankyou-card {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2.5rem;
  max-width: 640px;
  width: 100%;
  text-align: center;
  box-shadow: 0 1rem 3rem rgba(58, 45, 34, 0.15);
  border-top: 5px solid var(--accent);
}

.icon-wrapper {
  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 0.5rem 1.5rem hsla(19, 42%, 56%, 0.35);
  animation: popIn 0.5s ease-out;
}

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

.icon-wrapper svg {
  width: 52px;
  height: 52px;
  stroke: #fff;
}

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

.thankyou-message {
  color: hsl(33, 11%, 35%);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.thankyou-note {
  background: hsl(27, 21%, 96%);
  border-left: 4px solid var(--primary);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;
  text-align: left;
  color: var(--secondary);
  font-size: 0.98rem;
}

.thankyou-note i,
.thankyou-note svg {
  color: var(--accent);
  margin-right: 0.5rem;
}

.btn-home {
  font-family: 'Oswald', sans-serif;
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  padding: 0.75rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-home:hover,
.btn-home:focus {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem hsla(19, 42%, 56%, 0.4);
}

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

@media (max-width: 576px) {
  .thankyou-card {
    padding: 2rem 1.5rem;
  }
  .thankyou-heading {
    font-size: 1.6rem;
  }
  .icon-wrapper {
    width: 80px;
    height: 80px;
  }
  .icon-wrapper svg {
    width: 42px;
    height: 42px;
  }
}
