:root {
  --cream: #f5efe0;
  --dark-brown: #3b1c0a;
  --medium-brown: #7a3b1e;
  --gold: #c9952a;
  --gold-light: #e8b84b;
  --rust: #b84c1e;
  --light-cream: #fdf6e9;
  --border-gold: #c9952a55;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--light-cream);
  font-family: "Lato", sans-serif;
  color: var(--dark-brown);
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select:none;
}

/* ── NAVBAR ── */
.navbar {
  background: #deac6d;
  border-bottom: 3px solid var(--gold);
  padding: 0.6rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-dark .navbar-nav .nav-link{
  color: #fff;
}
.navbar-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--dark-brown);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar-brand span {
  color: #fff;
}
.navbar-nav .nav-link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.8rem 1rem !important;
  transition: color 0.25s;
}

.navbar-toggler {
  border-color: var(--gold);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201%2C149%2C42%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.cart-btn {
  background: var(--dark-brown);
  color: #fff;
  border-radius: 20px;
  padding: 0.4rem;
  font-weight: 700;
  font-size: 0.8rem;
  transition: background 0.25s;
  position: relative;
  border: 2px solid var(--dark-brown);
}
.cart-btn:hover {
  background: none;
  color: var(--dark-brown) !important;

  border: 2px solid var(--);
}
.activelink .nav-link:hover,
.activelink .nav-link.active {
  color: var(--dark-brown) !important;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--rust);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Ensure the parent container is the reference point */
.design {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-design img{
  position: absolute;
  top: 0;
  left: 20px; 
}
.right-design img{
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(90deg);
}

.bottomleft-design img{
  position: absolute;
  bottom: 0px;
  left: 20px;
  transform: rotate(270deg);
}

.ornament-divider{
  text-align: center;
}

.bottom-design img{
  position: absolute;
  bottom: 0px;
  right: 20px;
  transform: rotate(180deg);
}







/* ── HERO CAROUSEL ── */
.hero-carousel {
  position: relative;
}
.carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* .slide-1 { background: linear-gradient(135deg, #3b1c0a 0%, #7a3b1e 40%, #b84c1e 100%); }
    .slide-2 { background: linear-gradient(135deg, #1a3a2a 0%, #2d6a4f 40%, #52b788 100%); }
    .slide-3 { background: linear-gradient(135deg, #4a1942 0%, #7b2d8b 40%, #c77dff 100%); } */

.banner-section {
  position: relative;
}

.banner-section img {
  width: 100%;
}

.banner-section .mobileview{
  display: none;
}

.banner-section .button-margin {
  position: absolute;
  bottom: 30px; /* Distance from bottom */
  left: 50%; /* Move to horizontal center */
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.carousel-caption-custom {
  position: absolute;
}
/* .button-margin{
      margin-top: 420px;

    } */

.slide-texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 50%,
      rgba(255, 255, 255, 0.06) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.04) 0%,
      transparent 40%
    );
}
.slide-spice-decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.slide-spice-decor::before,
.slide-spice-decor::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}
/* .slide-spice-decor::before {
      width: 400px; height: 400px;
      background: var(--gold);
      top: -100px; right: -100px;
    }
    .slide-spice-decor::after {
      width: 250px; height: 250px;
      background: var(--gold-light);
      bottom: -80px; left: -50px;
    } */

.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 700px;
  z-index: 5;
}
.carousel-badge {
  display: inline-block;
  /* background: var(--gold); */
  background: var(--dark-brown);
  /* color: var(--dark-brown); */
  color: var(--light-cream);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.carousel-caption-custom h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  margin-bottom: 0.8rem;
}
.carousel-caption-custom h1 span {
  color: var(--gold-light);
  color: var(--dark-brown);
}
.carousel-caption-custom p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin-bottom: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.btn-hero-primary {
  background: var(--gold);
  color: var(--dark-brown);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0.3rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-primary:hover {
  background: var(--gold-light);
  color: var(--dark-brown);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 149, 42, 0.4);
  text-decoration: none;
}
.btn-hero-outline {
  background: var(--dark-brown);
  color: var(--gold);
  border: 2px solid var(--border-gold);
  padding: 0.75rem 15px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0.3rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-outline:hover {
  border-color: var(--dark-brown);
  color: var(--light-cream);
  text-decoration: none;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(201, 149, 42, 0.7);
  border-radius: 50%;
  margin: 0 1rem;
}
.carousel-indicators li {
  background: var(--gold);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}



/* ── SECTION TITLE ── */
.section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-brown);
  text-align: center;
  margin-bottom: 0.4rem;
}
.section-subtitle {
  text-align: center;
  color: var(--medium-brown);
  font-size: 0.95rem;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}
.gold-line {
  width: 60px;
  height: 3px;
  /* transform: translateX(-50%); */
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 0.5rem auto 0.8rem;
  border-radius: 2px;
}

.aboutus-flex{
  display: flex;
  flex-direction: row;
  gap: 50px;
}

/* ── PRODUCT SECTION ── */
.products-section {
  background: var(--light-cream);
  padding: 4rem 0;
  position: relative;
}
/* .products-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold),
    var(--gold-light),
    var(--gold),
    transparent
  );
} */

/* ── PRODUCT SLIDER ── */
.product-slider-shell {
  display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.5rem;
    justify-content: space-between;
}
.product-slider-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 0.25rem 0.15rem 1rem;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-slider-track::-webkit-scrollbar {
  display: none;
}
.product-col {
  flex: 0 0 calc((100% - 3rem) / 4);
  max-width: calc((100% - 3rem) / 4);
  scroll-snap-align: start;
}
.product-slider-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--dark-brown);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(59, 28, 10, 0.2);
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.product-slider-btn:hover {
  background: var(--gold);
  color: var(--dark-brown);
  transform: translateY(-2px);
}
.product-slider-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ── PRODUCT CARD ── */
.product-card {
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(59, 28, 10, 0.08);
  height: 100%;
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(59, 28, 10, 0.18);
  border-color: var(--gold);
}
.product-img-wrap {
  background: linear-gradient(145deg, #f5ead0, #ead5a8);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 30%,
    rgba(201, 149, 42, 0.15) 0%,
    transparent 70%
  );
}
.product-img-wrap img {
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: transform 0.35s;
}
.product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--rust);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  z-index: 2;
}
.product-body {
  padding: 1.2rem;
}
.product-name {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark-brown);
  margin-bottom: 0.2rem;
}
.product-variant {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.6rem;
}
.product-tags {
  margin-bottom: 0.8rem;
}
.tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
  border-radius: 8px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.tag-green {
  background: #e8f5e9;
  color: #2e7d32;
}
.tag-orange {
  background: #fff3e0;
  color: #e65100;
}
.tag-blue {
  background: #e3f2fd;
  color: #0277bd;
}

.product-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--medium-brown);
}
.product-price-old {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #bbb;
  margin-left: 4px;
}
.btn-add-cart {
  background: var(--dark-brown);
  color: var(--gold);
  border: none;
  border-radius: 25px;
  padding: 0.55rem 1.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
  /* margin-top: 0.8rem; */
}
.btn-add-cart:hover {
  background: var(--gold);
  color: var(--dark-brown);
  transform: scale(1.02);
}
.btn-add-cart.added {
  background: #2e7d32;
  color: #fff;
}

/* ── FEATURES STRIP ── */
.features-strip {
  background: var(--dark-brown);
  padding: 2.5rem 0;
}
.feature-item {
  text-align: center;
  padding: 1rem;
}


.feature-icon {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.feature-item h5 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.feature-item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  margin: 0;
}

/* ── TOAST ── */
.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.cart-toast {
  background: var(--dark-brown);
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 10px;
  padding: 0.9rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  display: none;
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ── CART SIDEBAR ── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  backdrop-filter: blur(3px);
}
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: 95vw;
  height: 100vh;
  background: var(--light-cream);
  z-index: 2001;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.2);
}
.cart-sidebar.open {
  right: 0;
}
.cart-overlay.open {
  display: block;
}
.cart-header {
  background: var(--dark-brown);
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-header h4 {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  margin: 0;
}
.cart-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}
.cart-item {
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 0.9rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-item-name {
  font-weight: 700;
  color: var(--dark-brown);
  font-size: 0.9rem;
}
.cart-item-price {
  color: var(--medium-brown);
  font-size: 0.85rem;
}
.cart-item-remove {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 1rem;
  margin-left: auto;
}
.cart-item-remove:hover {
  color: var(--rust);
}
.cart-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.qty-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: none;
  color: var(--dark-brown);
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-btn:hover {
  background: var(--gold);
}
.qty-val {
  font-size: 0.85rem;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
}
.cart-footer {
  padding: 1.2rem 1.5rem;
  border-top: 2px solid var(--border-gold);
  background: #fff;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-brown);
  margin-bottom: 1rem;
}
.btn-checkout {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark-brown);
  border: none;
  border-radius: 25px;
  padding: 0.75rem;
  width: 100%;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 149, 42, 0.4);
}



/* ── CATEGORY FILTER ── */
.filter-wrap {
  text-align: center;
  margin-bottom: 2rem;
}
.filter-btn {
  background: transparent;
  border: 2px solid var(--border-gold);
  color: var(--medium-brown);
  border-radius: 20px;
  padding: 0.4rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0.2rem;
  cursor: pointer;
  transition: all 0.25s;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dark-brown);
}

/* ── contact card ── */

.about-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://images.unsplash.com/photo-1596040033229-a9821ebd058d?auto=format&fit=crop&q=80&w=1500");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: white;
  text-align: center;
}
.heritage-img {
  border-radius: 15px;
  box-shadow: 20px 20px 0px var(--gold); /* Use your CSS variable gold */
  margin-bottom: 30px;
  height: 200px;
  width: 1000px;
}

.ourvision{
  text-align: center;
  margin: 20px 0;
}
.process-step {
  text-align: center;
  /* padding: 20px; */
}

.process-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.process-grid .item{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.process-step i {
  font-size: 2.5rem;
  color: #c9952a;
  margin-bottom: 15px;
}

/* ── contact card ── */

.contact-card {
  background: #fff;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}
.form-control {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 8px;
}
.form-control:focus {
  border-color: #c9952a;
  box-shadow: none;
}
.contact-info-icon {
  width: 50px;
  height: 50px;
  background: #fdf8ef;
  color: #c9952a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .carousel-item {
    height: 420px;
  }
  .carousel-caption-custom h1 {
    font-size: 1.8rem;
  }
}

 .co-tab {
      flex: 1; text-align: center; padding: 12px 6px;
      font-size: 0.85rem; font-weight: 600; color: #999;
      cursor: pointer; border-bottom: 3px solid transparent;
      transition: all .2s;
    }
    .co-tab-active { color: #3b1c0a; border-bottom-color: #c9952a; }
    .co-pay-option {
      display: flex; align-items: center; gap: 14px;
      border: 2px solid #e0e0e0; border-radius: 10px; padding: 14px 16px;
      cursor: pointer; transition: border-color .2s; margin: 0;
    }
    .co-pay-option:has(input:checked) { border-color: #3b1c0a; background: #fdf6ec; }
    .co-pay-option input { accent-color: #3b1c0a; width: 18px; height: 18px; }
    .co-pay-icon { font-size: 1.6rem; }
    .co-pay-option p { margin: 0; font-size: 0.8rem; color: #888; }
    /* ── TESTIMONIALS ── */
    .testimonials-section {
      background: #f5efe0;
      padding: 60px 20px 50px;
      overflow: hidden;
    }
    .testimonials-heading {
      font-family: 'Playfair Display', serif;
      font-size: 2.8rem;
      text-align: center;
      color: #1a0a00;
      margin-bottom: 36px;
      letter-spacing: 1px;
    }
    .testi-track-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      max-width: 1100px;
      margin: 0 auto;
    }
    .testi-viewport {
      overflow: hidden;
      flex: 1;
    }
    .testi-track {
      display: flex;
      gap: 24px;
      transition: transform 0.5s cubic-bezier(.4,0,.2,1);
    }
    .testi-card {
      flex: 0 0 calc((100% - 48px) / 3);
      min-width: calc((100% - 48px) / 3);
    }
    @media(max-width:767px) {
      .testi-card { flex: 0 0 100%; min-width: 100%; }
    }
    .testi-frame {
      background: #7b1010;
      background: linear-gradient(145deg, #8b1a1a 0%, #5a0d0d 60%, #7b1010 100%);
      border: 5px solid #b8850a;
      border-radius: 8px;
      /* padding: 36px 22px 0 22px; */
      position: relative;
      box-shadow: 0 8px 32px rgba(90,13,13,0.35), inset 0 1px 0 rgba(255,220,120,0.15);
      /* min-height: 310px; */
     
    }

    .border-inside{
      border: 2px solid var(--gold);
      margin: 3px;
      padding: 16px 22px 0 22px;
       display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .border-inside img.top{
      position: absolute;
      width: 70px;
      top: 0px;
      left: 0px;
    }
    .border-inside img.right{
      position: absolute;
      width: 70px;
      top: 0px;
      right: 0px;
      transform: rotate(90deg);
    }

    .border-inside img.bottom{
      position: absolute;
      width: 70px;
      bottom: 0px;
      right: 0px;
      transform: rotate(180deg);
    }

    .border-inside img.left{
      position: absolute;
      width: 70px;
      bottom: 0px;
      left: 0px;
      transform: rotate(270deg);
    }
   
    
    .testi-avatar-wrap {
      width: 72px; height: 72px;
      border-radius: 50%;
      border: 3px solid #c9952a;
      overflow: hidden;
      margin-bottom: 14px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.4);
      flex-shrink: 0;
    }
    .testi-avatar { width: 100%; height: 100%; object-fit: cover; }
    .testi-quote {
      color: #f5e6cc;
      font-size: 0.88rem;
      line-height: 1.65;
      text-align: center;
      font-style: italic;
      margin-bottom: 14px;
      flex: 1;
    }
    .testi-name {
      color: #c9952a;
      font-family: 'Playfair Display', serif;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      margin-bottom: 6px;
    }
    .testi-stars {
      color: #f5c518;
      font-size: 1.05rem;
      letter-spacing: 2px;
    }
    /* Arrows */
    .testi-arrow {
      background: #3b1c0a;
      border: 2px solid #c9952a;
      color: #c9952a;
      font-size: 2rem;
      width: 44px; height: 44px;
      border-radius: 50%;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      transition: background .2s;
      line-height: 1;
    }
    .testi-arrow:hover { background: #5a2a0e; }
    /* Dots */
    .testi-dots {
      display: flex; justify-content: center; gap: 8px;
      margin-top: 22px;
    }
    .testi-dot {
      width: 10px; height: 10px;
      border-radius: 50%;
      background: #c9b07a;
      cursor: pointer;
      transition: background .2s, transform .2s;
    }
    .testi-dot.active {
      background: #3b1c0a;
      transform: scale(1.3);
      border-radius: 6px;
      width: 22px;
    }

    footer img.top{
      position: absolute;
      width: 100px;
      top: 0px;
      left: 0px;
    }
    footer img.right{
      position: absolute;
      width: 100px;
      top: 0px;
      right: 0px;
      transform: rotate(90deg);
    }
    footer img.bottom{
      position: absolute;
      width: 100px;
      bottom: 0px;
      right: 0px;
      transform: rotate(180deg);
    }
    footer img.left{
      position: absolute;
      width: 100px;
      bottom: 0px;
      left: 0px;
      transform: rotate(270deg);
    }

/* ── WHATSAPP FLOATING BUTTON ── */
#waBtn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  z-index: 1500;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.25s;
  pointer-events: none;
}
#waBtn.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
#waBtn:hover {
  background: #1ebe5d;
  box-shadow: 0 8px 32px rgba(37,211,102,0.6);
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}
/* pulse ring */
#waBtn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid #25D366;
  opacity: 0;
  animation: waPulse 2.2s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ── WHATSAPP POPUP ── */
#waPopup {
  position: fixed;
  bottom: 98px;
  right: 28px;
  width: 260px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  z-index: 1499;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-left: 4px solid #25D366;
}
#waPopup.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
#waPopupClose {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 0.85rem;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 2px 4px;
}
#waPopupClose:hover { color: #555; }

/* ════════════════════════════════════════════════════════════
   CUSTOMER REVIEWS + SOCIAL MEDIA SECTION
   ════════════════════════════════════════════════════════════ */
.cr-section {
  background: #faf6f0;
  padding: 52px 0 44px;
}
.cr-inner {
  /* max-width: 1200px; */
  /* padding: 0 24px;  */
  display: flex;
  gap: 40px;
  align-items: center;
}

#about{
  padding: 4rem 0;
}

/* ── Shared heading ── */
.cr-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a0a00;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
  text-align: center;
}

/* ════════════ LEFT — Reviews ════════════ */
.cr-reviews-col {
  flex: 0 0 55%;
  max-width: 55%;
}

.cr-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cr-viewport {
  overflow: hidden;
  flex: 1;
}

.cr-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
}

/* 3 cards visible → each card = (100% - 2*gap) / 3 */
.cr-card {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: calc((100% - 32px) / 3);
  background: #fff;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  border: 1px solid #ece4d8;
}

.cr-stars {
  color: #c9952a;
  font-size: 1.05rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cr-text {
  font-size: 0.84rem;
  color: #444;
  line-height: 1.65;
  margin-bottom: 12px;
  font-style: italic;
}

.cr-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: #3b1c0a;
  font-family: 'Playfair Display', serif;
}

/* Arrows */
.cr-arrow {
  background: #fff;
  border: 1.5px solid #c9952a;
  color: #3b1c0a;
  font-size: 1.6rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cr-arrow:hover {
  background: #3b1c0a;
  color: #c9952a;
}

/* Dots */
.cr-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.cr-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4bfa0;
  cursor: pointer;
  transition: background .2s, width .2s, border-radius .2s;
}
.cr-dot.active {
  background: #3b1c0a;
  width: 22px;
  border-radius: 4px;
}

/* ════════════ RIGHT — Social Media ════════════ */
.cr-social-col {
  flex: 0 0 45%;
  max-width: 45%;
}

.cr-social-inner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* PHOTO GRID */

.cr-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 120px);
  gap: 6px;
  flex: 1;
}

/* BIG LEFT IMAGE */

.cr-photo-item:nth-child(1){
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

/* TOP RIGHT */

.cr-photo-item:nth-child(2){
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

/* MIDDLE RIGHT */

.cr-photo-item:nth-child(3){
   grid-row: 3 / 4;
  grid-column: 1 / 2;
}

/* FULL BOTTOM IMAGE */

.cr-photo-item:nth-child(4){
  grid-row: 2 / 4;
  grid-column: 2 / 3;
}

.cr-photo-item {
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}


.cr-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.cr-photo-item:hover img { transform: scale(1.06); }

/* Follow panel */
.cr-follow-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 130px;
  width: 130px;
}

.cr-follow-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cr-follow-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #3b1c0a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.cr-featured-img {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #c9952a;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.cr-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cr-insta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1.5px solid #d4bfa0;
  border-radius: 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3b1c0a;
  transition: background .2s, border-color .2s;
}
.cr-insta-btn:hover {
  background: #fdf6ec;
  border-color: #c9952a;
  text-decoration: none;
  color: #3b1c0a;
}
.cr-insta-btn .fab {
  font-size: 1.6rem;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cr-insta-btn span {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .cr-inner { flex-direction: column; gap: 32px; }
  .cr-reviews-col, .cr-social-col { flex: 0 0 100%; max-width: 100%; }
  .cr-card {
    flex: 0 0 calc((100% - 16px) / 2);
    min-width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 639px) {
  .cr-card { flex: 0 0 100%; min-width: 100%; }
  .cr-heading { font-size: 1.6rem; }
  .cr-photo-grid { grid-template-rows: repeat(3, 70px); }
  .cr-featured-img { width: 100px; height: 100px; }
  .cr-follow-panel { flex: 0 0 100px; width: 100px; }
}

/* ════════════════════════════════════════════════════════════
   RECIPES SECTION
   ════════════════════════════════════════════════════════════ */
.recipe-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(59,28,10,0.10);
  border: 1px solid #ece4d8;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.recipe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(59,28,10,0.16);
}
.recipe-img-wrap {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.recipe-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.recipe-card:hover .recipe-img-wrap img { transform: scale(1.06); }
.recipe-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c9952a;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.recipe-body {
  padding: 18px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recipe-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #3b1c0a;
  margin-bottom: 8px;
}
.recipe-desc {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.55;
  margin-bottom: 12px;
}
.recipe-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.74rem;
  color: #888;
  margin-bottom: 12px;
}
.recipe-level {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.recipe-level.easy   { background: #e0f5e0; color: #1a7a1a; }
.recipe-level.medium { background: #fff3cd; color: #8b6914; }
.recipe-level.hard   { background: #ffe0e0; color: #cc0000; }
.recipe-steps {
  font-size: 0.78rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
  flex: 1;
}
.recipe-steps ol {
  padding-left: 16px;
  margin: 6px 0 0;
}
.recipe-steps li { margin-bottom: 4px; }

/* ════════════════════════════════════════════════════════════
   SHOP SECTION
   ════════════════════════════════════════════════════════════ */
.shop-section { background: #fdf6ec; }

/* How to order steps */
.shop-step { padding: 16px 8px; }
.shop-step-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #3b1c0a;
  color: #c9952a;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 4px 14px rgba(59,28,10,0.20);
  transition: transform .25s;
}
.shop-step:hover .shop-step-icon { transform: scale(1.1); }
.shop-step-label {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #3b1c0a;
  margin-bottom: 6px;
}
.shop-step-text { font-size: 0.78rem; color: #777; line-height: 1.5; }

/* Offers heading */
.shop-offers-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: #3b1c0a;
  margin-bottom: 20px;
  border-left: 4px solid #c9952a;
  padding-left: 12px;
}

/* Combo cards */
.combo-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px 22px;
  box-shadow: 0 4px 18px rgba(59,28,10,0.10);
  border: 1px solid #ece4d8;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.combo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(59,28,10,0.16);
}
.combo-badge {
  position: absolute;
  top: -1px;
  right: 18px;
  background: #3b1c0a;
  color: #c9952a;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 0 0 8px 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.combo-imgs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.combo-imgs img {
  flex: 1;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  min-width: 0;
}
.combo-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #3b1c0a;
  margin-bottom: 8px;
}
.combo-desc { font-size: 0.8rem; color: #666; line-height: 1.55; flex: 1; margin-bottom: 12px; }
.combo-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
}
.combo-new {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3b1c0a;
}
.combo-old {
  font-size: 0.85rem;
  color: #bbb;
  text-decoration: line-through;
}

/* Shipping info bar */
.shop-info-bar {
  background: #3b1c0a;
  border-radius: 12px;
  padding: 14px 0;
}
.shop-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #c9952a;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 0;
}
.shop-info-item i { font-size: 1rem; }

/* ════════════════════════════════════════════════════════════
   NEW FOOTER
   ════════════════════════════════════════════════════════════ */
/* ── FOOTER ── */
footer {
  background: var(--dark-brown);
  color: rgba(255, 255, 255, 0.7);
  /* padding: 3rem 0 1.5rem; */
  border-top: 3px solid var(--gold);
  border: 2px solid var(--gold);
  position: relative;
}
footer h5 {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  margin-bottom: 1rem;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 0.4rem;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
footer ul li a:hover {
  color: var(--gold-light);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-new {
  /* background: #1a0d05; */
  color: #d4b896;
  /* padding: 52px 0 0; */
  position: relative;
}

.footer-main-row{
  position: absolute;
  top: 50px;
  /* z-index: -1; */
}

.footer-main-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 36px;
}

/* ── Logo col ── */
.footer-col-logo {
  flex: 0 0 180px;
}
.footer-logo-img {
  width: 260px;
  max-width: 100%;
  /* circular emblem treatment matching screenshot */
  /* background: rgba(201,149,42,0.08); */
  /* border-radius: 50%; */
  padding: 8px;
  height: auto;
}

/* ── Generic col ── */
.footer-col {
  flex: 1;
  min-width: 150px;
}

/* ── Headings ── */
.footer-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

/* ── Contact list ── */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list li {
  font-size: 0.86rem;
  color: #c0a882;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-contact-list li i {
  color: #c9952a;
  width: 16px;
}

/* ── Quick links ── */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 8px;
}
.footer-links-list li a {
  color: #c0a882;
  font-size: 0.86rem;
  text-decoration: none;
  transition: color .2s;
}
.footer-links-list li a:hover { color: #c9952a; }

/* ── Social icons — round coloured circles matching screenshot ── */
.footer-social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  flex-shrink: 0;
}
.footer-social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  color: #fff;
  text-decoration: none;
}
.footer-social-btn.facebook  { background: #1877f2; }
.footer-social-btn.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footer-social-btn.pinterest  { background: #e60023; }



/* ── Bottom bar ── */
.footer-bottom {
  background: #110801;
  color: #7a5c3a;
  text-align: center;
  font-size: 0.78rem;
  padding: 14px 0;
  letter-spacing: 0.3px;
  margin-top: 0;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .footer-main-row { gap: 28px; }
  .footer-col-logo { flex: 0 0 100%; text-align: center; }
  .footer-logo-img { width: 130px; }
  .footer-col { flex: 0 0 calc(50% - 14px); min-width: unset; }
  .footer-social-icons { justify-content: flex-start; }
}
@media (max-width: 479px) {
  .footer-col { flex: 0 0 100%; }
  .footer-new { padding-top: 36px; }
}

/* ════════════════════════════════════════════════════════════
   CONTACT SECTION — STYLISH REDESIGN
   ════════════════════════════════════════════════════════════ */
.contact-section {
  padding: 60px 0 70px;
  background: linear-gradient(160deg, #faf6f0 0%, #fdf3e0 50%, #f5ece0 100%);
  position: relative;
  overflow: hidden;
}

/* Layout wrapper */
.contact-new-wrap {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.contact-info-col  { flex: 0 0 300px; display: flex; flex-direction: column; gap: 16px; }
.contact-form-col  { flex: 1; 
width: 100%;
}

/* ── Info cards ── */
.cni-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 3px 18px rgba(59,28,10,0.09);
  border-left: 4px solid #c9952a;
  transition: transform .22s, box-shadow .22s;
}
.cni-card:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 24px rgba(59,28,10,0.15);
}
.cni-icon {
  width: 44px; height: 44px; min-width: 44px;
  border-radius: 50%;
  background: #3b1c0a;
  color: #c9952a;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  box-shadow: 0 3px 10px rgba(59,28,10,0.25);
}
.cni-text h5 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #3b1c0a;
  margin-bottom: 4px;
}
.cni-text p {
  font-size: 0.82rem;
  color: #777;
  line-height: 1.55;
  margin: 0;
}

/* Social buttons */
.cni-social { display: flex; gap: 10px; padding: 6px 0; }
.cni-soc-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.cni-soc-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,0.2); color: #fff; text-decoration: none; }
.cni-soc-btn.insta { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.cni-soc-btn.fb    { background: #1877f2; }
.cni-soc-btn.wa    { background: #25d366; }

/* ── Form card ── */
.contact-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 38px 36px 40px;
  box-shadow: 0 8px 40px rgba(59,28,10,0.12);
  border-top: 5px solid #c9952a;
  position: relative;
  overflow: hidden;
}
.contact-form-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,149,42,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.contact-form-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #3b1c0a;
  margin-bottom: 4px;
}
.contact-form-sub { font-size: 0.83rem; color: #aaa; margin-bottom: 24px; }

/* Form row */
.cfrow { display: flex; gap: 16px; }
.cfrow .cfgroup { flex: 1; }

.cfgroup { margin-bottom: 18px; }

.cflabel {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #3b1c0a;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.cfinput-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.cfinput-wrap > i {
  position: absolute;
  left: 14px;
  color: #c9952a;
  font-size: 0.85rem;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.cfinput-wrap.cfinput-ta > i { top: 14px; transform: none; }

.cfinput {
  width: 100%;
  border: 1.5px solid #e0d5c8;
  border-radius: 10px;
  padding: 11px 14px 11px 38px;
  font-size: 0.88rem;
  color: #333;
  background: #fdfaf6;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  resize: none;
  font-family: 'Lato', sans-serif;
}
.cfinput:focus {
  border-color: #c9952a;
  box-shadow: 0 0 0 3px rgba(201,149,42,0.12);
  background: #fff;
}
.cfinput::placeholder { color: #bbb; }

/* Submit button */
.cf-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #3b1c0a 0%, #6b3216 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
.cf-submit-btn:hover {
  background: linear-gradient(135deg, #5a2a0e 0%, #8b4520 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(59,28,10,0.35);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .contact-new-wrap { flex-direction: column; gap: 28px; }
  .contact-info-col { flex: 0 0 auto; width: 100%; flex-direction: row; flex-wrap: wrap; }
  .cni-card { flex: 0 0 calc(50% - 8px); }
  .cni-social { flex: 0 0 100%; }
}
@media (max-width: 639px) {
  .cfrow { flex-direction: column; gap: 0; }
  .cni-card { flex: 0 0 100%; }
  .contact-form-card { padding: 24px 18px 28px; }
}
