/* =========================
   TOP BAR
========================= */
.topbar-rwf {
  background: #ffffff;
  border-bottom: 1px solid #e7e2db;
  padding: 10px 0 8px;
  position: relative;
  z-index: 50;
}

.topbar-rwf .topbar-offer {
  font-size: 0.95rem;
  font-weight: 700;
  color: #9a5a1a;
  margin-right: 14px;
  letter-spacing: 0.2px;
}

.topbar-rwf .topbar-phone {
  font-size: 1.18rem;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
  white-space: nowrap;
}

.topbar-rwf .topbar-phone:hover {
  color: #9a5a1a;
  text-decoration: none;
}

/* =========================
   HEADER / NAV
========================= */
.site-header-rwf {
  background: #ffffff;
  position: relative;
  z-index: 1040;
}

.navbar-rwf {
  background: #ffffff;
  min-height: 92px;
  border-bottom: 1px solid #ece7df;
}

.navbar-rwf .container {
  position: relative;
}

.navbar-rwf .navbar-brand {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: 0.3px;
}

.navbar-rwf .navbar-brand:hover {
  color: #9a5a1a;
}

.navbar-rwf .navbar-nav {
  gap: 0.2rem;
}

.navbar-rwf .nav-link {
  color: #2f2f2f;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.85rem 0.95rem;
  letter-spacing: 0.2px;
}

.navbar-rwf .nav-link:hover,
.navbar-rwf .nav-link:focus,
.navbar-rwf .nav-item.show > .nav-link {
  color: #9a5a1a;
}

.navbar-rwf .dropdown-menu {
  border: 1px solid #e5ddd2;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  padding: 0.55rem 0;
  margin-top: 0.35rem;
}

.navbar-rwf .dropdown-item {
  font-size: 0.96rem;
  padding: 0.6rem 1rem;
  color: #2f2f2f;
}

.navbar-rwf .dropdown-item:hover,
.navbar-rwf .dropdown-item:focus {
  background: #f7f3ee;
  color: #9a5a1a;
}

.nav-contact-btn {
  border: 1px solid #9a5a1a;
  color: #9a5a1a !important;
  margin-left: 0.55rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.nav-contact-btn:hover {
  background: #9a5a1a;
  color: #ffffff !important;
}

/* =========================
   FLOATING LOGO
========================= */
.floating-logo-rwf {
  position: absolute;
  top: -28px !important;
  left: 40px;
  width: 200px !important;
  z-index: 60;
}

.floating-logo-rwf a {
  display: block;
  text-decoration: none;
}

.floating-logo-rwf img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,0.14));
}

/* =========================
   HERO OFFSET
   Add this class to your hero section
========================= */
.hero-rwf {
  margin-top: -28px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

/* =========================
   DESKTOP NAV SPACING
   Gives room for floating logo on left
========================= */
@media (min-width: 992px) {
  .navbar-rwf .navbar-collapse {
    padding-left: 170px;
  }
}

/* =========================
   LARGE DESKTOP
========================= */
@media (min-width: 1200px) {
  .floating-logo-rwf {
    width: 165px;
    top: 14px;
    left: 40px;
  }

  .navbar-rwf .navbar-collapse {
    padding-left: 185px;
  }
}

/* =========================
   TABLET / SMALL DESKTOP
========================= */
@media (max-width: 1199.98px) {
  .floating-logo-rwf {
    width: 135px;
    left: 20px;
  }

  .navbar-rwf .navbar-collapse {
    padding-left: 145px;
  }

  .navbar-rwf .nav-link {
    font-size: 0.92rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 991.98px) {
  .topbar-rwf .d-flex {
    justify-content: center !important;
    text-align: center !important;
  }

  .topbar-rwf .topbar-offer {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
    font-size: 0.95rem;
  }

  .topbar-rwf .topbar-phone {
    font-size: 1.1rem;
  }

  .floating-logo-rwf {
    display: none;
  }

  .navbar-rwf {
    min-height: auto;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .navbar-rwf .navbar-collapse {
    padding-left: 0;
    margin-top: 0.8rem;
    border-top: 1px solid #ece7df;
    padding-top: 0.7rem;
  }

  .navbar-rwf .nav-link {
    padding: 0.7rem 0;
  }

  .nav-contact-btn {
    margin-left: 0;
    margin-top: 0.4rem;
    display: inline-block;
    text-align: center;
  }

  .hero-rwf {
    margin-top: 0;
    padding-top: 70px;
  }
}


.hero-rwf {
  position: relative;
  min-height: 640px;
  padding: 140px 0 110px;
  background: url("../_images/hero-hardwood-floor.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay-rwf {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(20, 15, 10, 0.72) 0%,
    rgba(20, 15, 10, 0.55) 42%,
    rgba(20, 15, 10, 0.22) 100%
  );
  z-index: 1;
}

.hero-rwf .container {
  z-index: 2;
}

.hero-content-rwf {
  color: #ffffff;
  max-width: 820px;
}

.hero-kicker-rwf {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 0.85rem;
  color: #e0c39c;
}

.hero-content-rwf h1 {
  font-size: clamp(2.3rem, 4.8vw, 4.3rem);
  line-height: 1.06;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.hero-subheadline-rwf {
  font-size: 1.12rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
  color: rgba(255,255,255,0.94);
  max-width: 620px;
}

.hero-buttons-rwf .btn {
  padding: 0.9rem 1.35rem;
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 0;
}

.btn-rwf-primary {
  background: #9a5a1a;
  border: 1px solid #9a5a1a;
  color: #ffffff;
}

.btn-rwf-primary:hover {
  background: #7f4914;
  border-color: #7f4914;
  color: #ffffff;
}

.btn-rwf-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.8);
  color: #ffffff;
}

.btn-rwf-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #2f2f2f;
}

.hero-buttons-rwf .btn {
  padding: 0.9rem 1.35rem;
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .hero-content-rwf {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .hero-buttons-rwf .btn {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-rwf {
    min-height: auto;
    padding: 95px 0 85px;
    background-position: center center;
  }
  

  .hero-content-rwf h1 {
    font-size: 2.35rem;
  }

  .hero-subheadline-rwf {
    font-size: 1.02rem;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .hero-rwf {
    padding: 80px 0 70px;
  }

  .hero-content-rwf h1 {
    font-size: 2rem;
  }

  .hero-buttons-rwf .btn {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* =========================
   HERO TEXT MOTION
========================= */

.hero-kicker-rwf,
.hero-content-rwf h1,
.hero-buttons-rwf {
  opacity: 0;
  transform: translateY(14px);
  animation: heroTextRiseRWF 2s ease forwards;
}

.hero-kicker-rwf {
  animation-delay: 0.1s;
}

.hero-content-rwf h1 {
  animation-delay: 1s;
}

.hero-subheadline-rwf {
  opacity: 0;
  transform: translateY(2px);
  animation: heroTextRiseRWF 2s ease forwards;  animation-delay: 1.5s;
}

.hero-buttons-rwf {
  animation-delay: 4s;
}



@keyframes heroTextRiseRWF {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-kicker-rwf,
  .hero-content-rwf h1,
  .hero-subheadline-rwf,
  .hero-buttons-rwf {
    animation: none;
    opacity: 1;
    transform: none;
  }
}



/* =========================
   INTRO SECTION
========================= */
.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.intro-rwf {
  background: #ffffff;
}

.section-kicker-rwf {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #9a5a1a;
}

.section-title-rwf {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
  color: #2b2b2b;
}

.section-intro-rwf {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #5a5a5a;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.service-card-rwf {
  background: #ffffff;
  border: 1px solid #e9e2d8;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card-rwf:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.07);
  border-color: #d9c4aa;
}

.service-card-body-rwf {
  padding: 2rem 1.6rem 1.8rem;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card-body-rwf h3 {
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.95rem;
}

.service-card-body-rwf p {
  font-size: 1rem;
  line-height: 1.75;
  color: #616161;
  margin-bottom: 1.15rem;
}

.service-link-rwf {
  margin-top: auto; /* 👈 this is the magic */
  
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #9a5a1a;
  text-decoration: none;
  margin-top: auto;
  padding-top: 10px;
}

.service-link-rwf:hover {
  color: #7f4914;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .py-lg-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-intro-rwf {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media (max-width: 575.98px) {
  .service-card-body-rwf {
    padding: 1.5rem 1.25rem;
  }

  .section-title-rwf {
    font-size: 1.8rem;
  }
}

/* =========================
   TRUST SECTION
========================= */
.trust-rwf {
  background: #f8f4ef;
}

.trust-card-rwf {
  background: #ffffff;
  border: 1px solid #e8dfd4;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.trust-card-rwf:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
  border-color: #d9c4aa;
}

.trust-card-body-rwf {
  padding: 2rem 1.5rem 1.75rem;
}

.trust-number-rwf {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #9a5a1a;
  margin-bottom: 0.85rem;
}

.trust-card-body-rwf h3 {
  font-size: 1.28rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.9rem;
}

.trust-card-body-rwf p {
  font-size: 1rem;
  line-height: 1.75;
  color: #616161;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .trust-card-body-rwf {
    padding: 1.5rem 1.25rem;
  }
}

/* =========================
   PRODUCTS SECTION
========================= */
.products-rwf {
  background: #ffffff;
}

.product-card-rwf {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8dfd4;
  box-shadow: 0 10px 26px rgba(0,0,0,0.04);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.product-card-rwf:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.07);
  border-color: #d9c4aa;
  text-decoration: none;
}

.product-image-rwf {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3eee8;
}

.product-image-rwf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.product-card-rwf:hover .product-image-rwf img {
  transform: scale(1.04);
}

.product-body-rwf {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 1.35rem 1.4rem;
}

.product-body-rwf h3 {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.85rem;
}

.product-body-rwf p {
  font-size: 1rem;
  line-height: 1.75;
  color: #616161;
  margin-bottom: 1rem;
}

.product-link-rwf {
  margin-top: auto;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #9a5a1a;
}

@media (max-width: 575.98px) {
  .product-body-rwf {
    padding: 1.35rem 1.2rem 1.25rem;
  }
}

/* =========================
   SERVICES DETAIL SECTION
========================= */
.services-detail-rwf {
  background: #ffffff;
}

/* LEFT SIDE GROUPS */
.service-group-rwf {
  margin-bottom: 2rem;
}

.service-group-rwf h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.75rem;
}

.service-group-rwf ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service-group-rwf li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.6rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #5f5f5f;
}

/* custom bullet */
.service-group-rwf li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #9a5a1a;
  border-radius: 50%;
}

/* RIGHT IMAGE */
.services-image-rwf {
  overflow: hidden;
  border: 1px solid #e8dfd4;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.services-image-rwf img {
  width: 100%;
  height: auto;
  display: block;
}

/* SPACING */
@media (max-width: 991.98px) {
  .services-detail-rwf .row {
    text-align: left;
  }

  .services-image-rwf {
    margin-top: 1.5rem;
  }
}

/* =========================
   PAST PROJECTS SECTION
========================= */
.projects-rwf {
  background: #f8f4ef;
}

.projects-image-rwf {
  overflow: hidden;
  border: 1px solid #e8dfd4;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.projects-image-rwf img {
  width: 100%;
  height: auto;
  display: block;
}

.projects-content-rwf h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 1rem;
}

.projects-list-rwf {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}

.projects-list-rwf li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.7rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #5f5f5f;
}

.projects-list-rwf li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #9a5a1a;
  border-radius: 50%;
}

.projects-content-rwf p {
  font-size: 1rem;
  line-height: 1.75;
  color: #616161;
  margin-bottom: 1.4rem;
}

@media (max-width: 991.98px) {
  .projects-image-rwf {
    margin-bottom: 0.5rem;
  }
}

/* =========================
   CONTACT / MAP / CTA
========================= */
.contact-cta-rwf {
  background: #ffffff;
}

.contact-card-rwf {
  background: #f8f4ef;
  border: 1px solid #e8dfd4;
  box-shadow: 0 10px 26px rgba(0,0,0,0.04);
  padding: 2rem 1.75rem;
}

.contact-text-rwf {
  font-size: 1rem;
  line-height: 1.8;
  color: #616161;
  margin-bottom: 1.5rem;
}

.contact-info-rwf {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item-rwf {
  color: #4f4f4f;
}

.contact-label-rwf {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #9a5a1a;
  margin-bottom: 0.3rem;
}

.contact-item-rwf a {
  color: #2f2f2f;
  text-decoration: none;
  font-weight: 600;
}

.contact-item-rwf a:hover {
  color: #9a5a1a;
}

.map-wrap-rwf {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #e8dfd4;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  background: #f3eee8;
}

.map-wrap-rwf iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-rwf-outline {
  background: transparent;
  border: 1px solid #9a5a1a;
  color: #9a5a1a;
}

.btn-rwf-outline:hover {
  background: #9a5a1a;
  border-color: #9a5a1a;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .contact-card-rwf {
    padding: 1.75rem 1.4rem;
  }

  .map-wrap-rwf {
    min-height: 340px;
  }
}

@media (max-width: 575.98px) {
  .contact-card-rwf {
    padding: 1.5rem 1.2rem;
  }

  .map-wrap-rwf {
    min-height: 280px;
  }
}

/* =========================
   CONTACT FORM SECTION
========================= */
.contact-form-rwf {
  background: #f8f4ef;
}

.form-card-rwf {
  background: #ffffff;
  border: 1px solid #e8dfd4;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  padding: 2rem;
}

.form-label-rwf {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #2f2f2f;
  margin-bottom: 0.55rem;
}

.form-control-rwf {
  border: 1px solid #d8cec2;
  border-radius: 0;
  min-height: 52px;
  padding: 0.85rem 0.95rem;
  font-size: 1rem;
  color: #2f2f2f;
  background: #ffffff;
  box-shadow: none;
}

textarea.form-control-rwf {
  min-height: auto;
  resize: vertical;
}

.form-control-rwf:focus {
  border-color: #9a5a1a;
  box-shadow: 0 0 0 0.15rem rgba(154, 90, 26, 0.12);
}

.form-select.form-control-rwf {
  background-position: right 0.95rem center;
}

@media (max-width: 991.98px) {
  .form-card-rwf {
    padding: 1.75rem 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .form-card-rwf {
    padding: 1.4rem 1.15rem;
  }
}

/* =========================
   FOOTER
========================= */
.site-footer-rwf {
  background: #1f1a16;
  color: rgba(255,255,255,0.82);
}

.footer-main-rwf {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-brand-rwf {
  max-width: 320px;
}

.footer-logo-rwf {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-logo-rwf img {
  width: 170px;
  height: auto;
  display: block;
  filter: brightness(1.08);
}

.footer-title-rwf {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #d7b488;
  margin-bottom: 1rem;
}

.footer-text-rwf,
.footer-contact-rwf p,
.footer-bottom-text-rwf {
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
}

.footer-links-rwf {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links-rwf li {
  margin-bottom: 0.55rem;
}

.footer-links-rwf a,
.footer-contact-rwf a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-rwf a:hover,
.footer-contact-rwf a:hover {
  color: #d7b488;
}

.footer-btn-rwf {
  margin-top: 0.5rem;
}

.footer-bottom-rwf {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 0;
  background: #181310;
}

.footer-bottom-text-rwf {
  font-size: 0.92rem;
}

@media (max-width: 991.98px) {
  .footer-brand-rwf {
    max-width: 100%;
  }

  .footer-logo-rwf img {
    width: 105px;
  }
}

@media (max-width: 575.98px) {
  .footer-main-rwf {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .footer-logo-rwf img {
    width: 95px;
  }
}

/* =========================
   Update to the Service Area and fancy fonts
========================= */

.font-script-rwf {
  font-family: 'Courgette', cursive;
}

.section-kicker-rwf {
  font-family: 'Courgette', cursive;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.service-card-rwf {
	background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-card-rwf:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* wood-tone top strip */
.service-card-rwf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #8b5a2b, #c89f6a, #8b5a2b);
  z-index: 2;
}

/* subtle wood texture behind content */
.service-card-rwf::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../_images/wood-texture-light.png");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* keep actual content above texture */
.service-card-body-rwf {
  position: relative;
  z-index: 1;
}

.service-card-rwf h3 {
  font-family: 'Courgette', cursive;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #2f2f2f;
}

.service-card-body-rwf p {
  color: #555;
  line-height: 1.6;
}

/* =========================
   Map fixes on City Pages
========================= */

.map-wrap-rwf {
  min-height: 420px;
  height: 420px;
}

.map-wrap-rwf iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .map-wrap-rwf {
    min-height: 340px;
    height: 340px;
  }
}

@media (max-width: 575.98px) {
  .map-wrap-rwf {
    min-height: 280px;
    height: 280px;
  }
}



/* =========================
   FOOTER BADGES (COLUMN)
========================= */

.footer-badges-column-rwf {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}

.footer-badges-column-rwf img {
  max-width: 150px;
  height: auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 5px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-badges-column-rwf img:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

/* =========================
   FOOTER RESPONSIVE TWEAKS
========================= */

/* Center logo + text nicely on tablet */
@media (max-width: 991.98px) {
  .footer-brand-rwf {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-rwf {
    display: flex;
    justify-content: center;
  }

  .footer-logo-rwf img {
    width: 100%;
    max-width: 260px; /* adjust this */
      }
}

/* Center badges on smaller screens */
@media (max-width: 767.98px) {
  .footer-badges-column-rwf {
    align-items: center;
  }
}

.footer-bottom-rwf {
  text-align: center;
}
.footer-social-rwf {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}

.social-tile-rwf {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1a16;
  background:
  linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.08)),
       url("../_images/wood-texture-light.png");
  background-size: 200% 200%;
  background-position: center;
  background-blend-mode: overlay;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 4px 10px rgba(0,0,0,0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}

.social-tile-rwf svg {
  width: 52px;
  height: 52px;
  fill: currentColor;
}

.social-tile-rwf:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    0 8px 18px rgba(0,0,0,0.22);
  color: #000;
}

.social-tile-rwf svg {
  opacity: 0.9;
}

.social-tile-rwf {
  position: relative;
  overflow: hidden;
}

.social-tile-rwf::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.15) 45%,
    rgba(255,255,255,0.15) 55%,
    transparent 70%
  );

  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

.social-tile-rwf:hover::after {
  left: 140%;
}

.social-tile-rwf:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 10px 22px rgba(0,0,0,0.25);
}

.navbar-rwf .nav-link.active-rwf {
  color: tan;
  pointer-events: none;
  cursor: default;
}
