@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Hind Siliguri", sans-serif;
  background: #f5ede4;
  color: #2e1608;
  overflow-x: hidden;
  padding-top: 86px;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-section {
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#f4ede5), color-stop(50%, #f4ede5), to(#f7f1ea));
  background: linear-gradient(to right, #f4ede5 0%, #f4ede5 50%, #f7f1ea 100%);
  overflow: visible;
  padding-bottom: 18px;
}

/* =========================
   Navbar
========================= */
.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  background: rgba(244, 237, 229, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 10px 24px rgba(46, 22, 8, 0.06);
          box-shadow: 0 10px 24px rgba(46, 22, 8, 0.06);
}

.navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.navbar-brand {
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.navbar-brand img {
  display: block;
  width: 122px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar-brand .brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ef6c11;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.navbar-brand .brand-text {
  font-size: 24px;
  font-weight: 700;
  color: #2e1608;
}

.nav-order-btn {
  background: #ef6c11;
  color: #fff;
  border-radius: 14px;
  padding: 10px 26px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.nav-order-btn:hover {
  background: rgb(215.9803149606, 97.1003937008, 14.5196850394);
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* =========================
   Hero Wrapper
========================= */
.hero-wrapper {
  min-height: calc(100vh - 82px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

/* =========================
   Left Content
========================= */
.hero-content {
  max-width: 540px;
}

.seller-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #f6e5d4;
  color: #ef6c11;
  padding: 9px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}
.seller-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef6c11;
}

.hero-title {
  font-size: 58px;
  line-height: 1.15;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero-title span {
  color: #ef6c11;
}

.hero-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #6f6259;
  margin-bottom: 32px;
  max-width: 520px;
}

/* =========================
   Buttons
========================= */
.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-btns .btn {
  border-radius: 16px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-order {
  background: #ef6c11;
  color: #fff;
}
.btn-order:hover {
  background: rgb(215.9803149606, 97.1003937008, 14.5196850394);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-whatsapp {
  background: #16a34a;
  color: #fff;
}
.btn-whatsapp:hover {
  background: rgb(18.9675675676, 140.5324324324, 63.8);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* =========================
   Feature Pills
========================= */
.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.feature-item {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(239, 108, 17, 0.12);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.15;
  color: #444;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}
.feature-item i {
  color: #ef6c11;
  margin-right: 4px;
  font-size: 10px;
}

/* =========================
   Right Image Area
========================= */
.hero-image-wrap {
  position: relative;
  padding-left: 30px;
}

.image-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 50px rgba(175, 121, 69, 0.18);
          box-shadow: 0 30px 50px rgba(175, 121, 69, 0.18);
}
.image-box img {
  width: 100%;
}

/* =========================
   Floating Badges
========================= */
.customer-badge {
  position: absolute;
  top: -24px;
  left: 0;
  background: #fff;
  border-radius: 22px;
  padding: 14px 20px;
  -webkit-box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.customer-badge small {
  display: block;
  color: #777;
  font-size: 12px;
  margin-bottom: 3px;
}
.customer-badge strong {
  font-size: 16px;
  color: #2e1608;
  font-weight: 700;
}

.discount-badge {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #ef6c11;
  color: #fff;
  border-radius: 22px;
  padding: 14px 18px;
  text-align: center;
  z-index: 5;
}
.discount-badge small {
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
}
.discount-badge strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

@-webkit-keyframes badge-float-up {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(1deg);
            transform: translateY(-8px) rotate(1deg);
  }
}

@keyframes badge-float-up {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(1deg);
            transform: translateY(-8px) rotate(1deg);
  }
}
@-webkit-keyframes badge-float-down {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(-1deg);
            transform: translateY(8px) rotate(-1deg);
  }
}
@keyframes badge-float-down {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(-1deg);
            transform: translateY(8px) rotate(-1deg);
  }
}
@media (min-width: 768px) {
  .customer-badge {
    -webkit-animation: badge-float-up 4.8s ease-in-out infinite;
            animation: badge-float-up 4.8s ease-in-out infinite;
    will-change: transform;
  }
  .discount-badge {
    -webkit-animation: badge-float-down 5.4s ease-in-out infinite;
            animation: badge-float-down 5.4s ease-in-out infinite;
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .customer-badge,
  .discount-badge {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.hero-image-wrap,
.premium-card,
.product-card,
.order-form-wrapper,
.faq-item {
  background-clip: padding-box;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 50px;
  }
  .image-box {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper {
    padding: 60px 0;
    row-gap: 60px;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-title {
    font-size: 42px;
  }
  .hero-desc {
    font-size: 16px;
  }
  .hero-image-wrap {
    padding-left: 0;
  }
  .customer-badge {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    text-align: center;
  }
  .seller-badge {
    margin-inline: auto;
  }
  .hero-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-desc {
    margin-inline: auto;
  }
  .customer-badge {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 74px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand img {
    width: 102px;
  }
  .nav-order-btn {
    padding: 9px 18px;
    font-size: 14px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }
  .hero-desc {
    font-size: 15px;
    line-height: 1.8;
  }
  .hero-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-btns .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-item {
    width: 100%;
    padding: 6px 10px;
    font-size: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-box {
    padding: 22px;
    border-radius: 24px;
  }
  .customer-badge {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 16px;
  }
  .discount-badge {
    position: static;
    margin-top: 14px;
    padding: 12px 14px;
  }
  .discount-badge strong {
    font-size: 14px;
  }
}
/* =========================
   Multi Purpose Section
========================= */
.multi-purpose-section {
  padding: 90px 0;
  background: #f6f0e7;
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

/* Header */
.section-header {
  margin-bottom: 48px;
}

.section-subtitle {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #ef6c11;
  margin-bottom: 10px;
}

.section-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.section-desc {
  font-size: 14px;
  color: #6f6259;
  margin-bottom: 0;
}

/* Grid */
.multi-purpose-section .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
}

/* Cards */
.purpose-card {
  background: #f8f8f8;
  border: 1px solid #e6d8cb;
  border-radius: 24px;
  padding: 28px 28px 24px;
  height: 100%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.purpose-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.purpose-card h4 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #2e1608;
  margin-bottom: 10px;
}
.purpose-card p {
  font-size: 13px;
  line-height: 1.8;
  color: #6f6259;
  margin-bottom: 0;
}

.purpose-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 18px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .multi-purpose-section {
    padding: 70px 0;
  }
  .section-title {
    font-size: 30px;
  }
  .purpose-card {
    padding: 24px;
  }
  .purpose-card h4 {
    font-size: 16px;
  }
  .purpose-card p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .multi-purpose-section {
    padding: 60px 0;
  }
  .section-header {
    margin-bottom: 34px;
  }
  .section-title {
    font-size: 26px;
  }
  .section-desc {
    font-size: 13px;
  }
  .purpose-card {
    border-radius: 18px;
    padding: 22px 20px;
  }
  .purpose-card h4 {
    font-size: 15px;
  }
  .purpose-card p {
    font-size: 12px;
    line-height: 1.7;
  }
  .purpose-icon {
    font-size: 34px;
    margin-bottom: 14px;
  }
}
/* =========================
   Video Showcase Section
========================= */
.video-showcase-section {
  padding: 90px 0 80px;
  background: #f3ece2;
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

/* Header */
.video-section-header {
  margin-bottom: 34px;
}

.video-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  background: #f5e4d3;
  color: #ef6c11;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}
.video-badge i {
  font-size: 12px;
}

.video-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.video-title span {
  color: #ef6c11;
}

.video-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #6f6259;
  margin-bottom: 0;
}

/* Video */
.video-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.video-box {
  overflow: hidden;
  border-radius: 28px;
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  background: #000;
}
.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer Text */
.video-footer-text {
  margin-top: 20px;
  font-size: 13px;
  color: #7a6d64;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .video-showcase-section {
    padding: 75px 0;
  }
  .video-title {
    font-size: 30px;
  }
  .video-desc {
    font-size: 14px;
  }
  .video-box {
    border-radius: 22px;
  }
}
@media (max-width: 575px) {
  .video-showcase-section {
    padding: 60px 0;
  }
  .video-section-header {
    margin-bottom: 26px;
  }
  .video-badge {
    font-size: 11px;
    padding: 7px 14px;
  }
  .video-title {
    font-size: 25px;
    line-height: 1.3;
  }
  .video-desc {
    font-size: 13px;
    line-height: 1.7;
  }
  .video-box {
    border-radius: 18px;
  }
  .video-footer-text {
    font-size: 12px;
  }
}
/* =========================
   Premium Build Section
========================= */
.premium-build-section {
  padding: 90px 0;
  background: radial-gradient(circle at left, rgba(232, 217, 196, 0.45), transparent 40%), -webkit-gradient(linear, left top, right top, from(#f4ede3), to(#f7f1e8));
  background: radial-gradient(circle at left, rgba(232, 217, 196, 0.45), transparent 40%), linear-gradient(to right, #f4ede3 0%, #f7f1e8 100%);
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

/* Header */
.premium-header {
  margin-bottom: 42px;
}

.premium-subtitle {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #ef6c11;
  margin-bottom: 12px;
}

.premium-title {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.premium-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #6f6259;
  margin-bottom: 0;
}

/* Grid */
.premium-build-section .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

/* Cards */
.premium-card {
  background: #fafafa;
  border: 1px solid #e7d8ca;
  border-radius: 22px;
  padding: 20px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 100%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}
.premium-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
}

/* Icon */
.premium-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 16px;
  background: #ef6c11;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.premium-icon i {
  font-size: 18px;
}

/* Content */
.premium-content h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #2e1608;
  margin-bottom: 5px;
}
.premium-content p {
  font-size: 13px;
  line-height: 1.7;
  color: #6f6259;
  margin-bottom: 0;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .premium-build-section {
    padding: 75px 0;
  }
  .premium-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .premium-build-section {
    padding: 60px 0;
  }
  .premium-header {
    margin-bottom: 32px;
  }
  .premium-title {
    font-size: 26px;
    line-height: 1.25;
  }
  .premium-desc {
    font-size: 13px;
  }
  .premium-card {
    padding: 18px;
    border-radius: 18px;
    gap: 14px;
  }
  .premium-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .premium-icon i {
    font-size: 16px;
  }
  .premium-content h4 {
    font-size: 15px;
  }
  .premium-content p {
    font-size: 12px;
  }
}
/* =========================
   Collection Section
========================= */
.collection-section {
  padding: 90px 0;
  background: #f8f3eb;
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

/* Header */
.collection-header {
  margin-bottom: 42px;
}

.collection-subtitle {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ef6c11;
  margin-bottom: 10px;
}

.collection-title {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.collection-desc {
  font-size: 14px;
  color: #6f6259;
  margin-bottom: 0;
}

/* Product Card */
.product-card {
  background: #fafafa;
  border: 1px solid #e6d8ca;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.03);
}
.product-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}
.product-card.featured {
  border-color: #ef6c11;
}

/* Badge */
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.product-badge.dark {
  background: #2b1205;
}
.product-badge.orange {
  background: #ef6c11;
}

/* Image */
.product-image {
  background: #fff;
  padding: 26px 26px 0;
}
.product-image img {
  width: 100%;
  display: block;
}

/* Content */
.product-content {
  padding: 18px 20px 22px;
}

.wood-type {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #ef6c11;
  margin-bottom: 8px;
}

.product-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 12px;
}

.product-price {
  font-size: 24px;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 2px;
}
.product-price span {
  font-size: 13px;
  font-weight: 600;
  color: #6f6259;
}

.warranty {
  font-size: 12px;
  color: #6f6259;
  margin-bottom: 18px;
}

/* Features */
.feature-list-price {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}
.feature-list-price li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #4d4038;
}
.feature-list-price li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #f4a261;
  font-size: 13px;
}

/* COD Badge */
.cod-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #dff3e5;
  color: #2b9348;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 18px;
}
.cod-badge i {
  font-size: 11px;
}

/* Button */
.product-order-btn {
  width: 100%;
  height: 50px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.product-order-btn.dark-btn {
  background: #2b1205;
  color: #fff;
}
.product-order-btn.dark-btn:hover {
  background: #1f0d03;
  color: #fff;
}
.product-order-btn.orange-btn {
  background: #ef6c11;
  color: #fff;
}
.product-order-btn.orange-btn:hover {
  background: rgb(215.9803149606, 97.1003937008, 14.5196850394);
  color: #fff;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .collection-section {
    padding: 75px 0;
  }
  .collection-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .collection-section {
    padding: 60px 0;
  }
  .collection-header {
    margin-bottom: 32px;
  }
  .collection-title {
    font-size: 26px;
  }
  .collection-desc {
    font-size: 13px;
  }
  .product-card {
    border-radius: 20px;
  }
  .product-content {
    padding: 16px 16px 18px;
  }
  .product-title {
    font-size: 18px;
  }
  .product-price {
    font-size: 22px;
  }
  .feature-list-price li {
    font-size: 12px;
  }
  .product-order-btn {
    height: 46px;
    font-size: 14px;
  }
}
/* =========================
   FAQ Section
========================= */
.faq-section {
  padding: 90px 0;
  background: #f6f0e7;
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

/* Header */
.faq-header {
  margin-bottom: 38px;
}

.faq-subtitle {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ef6c11;
  margin-bottom: 10px;
}

.faq-title {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

/* Wrapper */
.faq-wrapper {
  max-width: 740px;
  margin: 0 auto;
}

/* Accordion */
.faq-item {
  background: #fafafa;
  border: 1px solid #e6d8ca !important;
  border-radius: 22px !important;
  overflow: hidden;
  margin-bottom: 14px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
}
.faq-item:last-child {
  margin-bottom: 0;
}

.accordion-button {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #2e1608;
  border-radius: 22px !important;
}
.accordion-button::after {
  display: none;
}
.accordion-button:not(.collapsed) {
  color: #2e1608;
}

/* Custom Icon */
.accordion-button.collapsed {
  position: relative;
}
.accordion-button.collapsed::before {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: #ef6c11;
  line-height: 1;
}

.accordion-button:not(.collapsed) {
  position: relative;
}
.accordion-button:not(.collapsed)::before {
  content: "×";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: #ef6c11;
  line-height: 1;
}

/* Body */
.accordion-body {
  padding: 0 24px 22px;
  font-size: 14px;
  line-height: 1.9;
  color: #6f6259;
  max-width: 92%;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .faq-section {
    padding: 75px 0;
  }
  .faq-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-header {
    margin-bottom: 28px;
  }
  .faq-title {
    font-size: 26px;
  }
  .faq-item {
    border-radius: 18px !important;
  }
  .accordion-button {
    padding: 18px 18px;
    font-size: 14px;
    line-height: 1.6;
  }
  .accordion-button.collapsed::before,
  .accordion-button:not(.collapsed)::before {
    right: 18px;
    font-size: 24px;
  }
  .accordion-body {
    padding: 0 18px 18px;
    font-size: 13px;
    max-width: 100%;
  }
}
/* =========================
   Order Section
========================= */
.order-section {
  padding: 90px 0;
  background: #f3ece2;
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

/* Header */
.order-header {
  margin-bottom: 38px;
}

.order-subtitle {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ef6c11;
  margin-bottom: 10px;
}

.order-title {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.order-desc {
  font-size: 14px;
  color: #6f6259;
  margin-bottom: 0;
}

/* Form Wrapper */
.order-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: #fafafa;
  border: 1px solid #e6d8ca;
  border-radius: 28px;
  padding: 34px;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

/* Labels */
.form-label {
  font-size: 14px;
  font-weight: 700;
  color: #2e1608;
  margin-bottom: 8px;
}

/* Inputs */
.custom-input {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #dfd2c4;
  background: #f7f2ea;
  padding: 0 16px;
  font-size: 14px;
  color: #2e1608;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.custom-input::-webkit-input-placeholder {
  color: #9b8d82;
}
.custom-input::-moz-placeholder {
  color: #9b8d82;
}
.custom-input:-ms-input-placeholder {
  color: #9b8d82;
}
.custom-input::-ms-input-placeholder {
  color: #9b8d82;
}
.custom-input::placeholder {
  color: #9b8d82;
}
.custom-input:focus {
  border-color: #ef6c11;
  background: #fff;
}

.custom-textarea {
  height: 84px;
  resize: none;
  padding-top: 14px;
}

/* Select */
.form-select.custom-input {
  background-position: right 16px center;
}

/* Quantity */
.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dfd2c4;
  background: #f7f2ea;
  color: #2e1608;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.qty-btn:hover {
  background: #fff;
  border-color: #ef6c11;
}

.qty-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  border-radius: 14px;
  border: 1px solid #dfd2c4;
  background: #f7f2ea;
  text-align: center;
  font-size: 14px;
  color: #2e1608;
  outline: none;
}

/* Summary */
.order-summary {
  margin-top: 22px;
  background: #f4ebdf;
  border: 1px solid #e6d8ca;
  border-radius: 22px;
  padding: 18px 18px 14px;
}

.summary-item,
.summary-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.summary-item {
  margin-bottom: 10px;
}
.summary-item span,
.summary-item strong {
  font-size: 14px;
  color: #2e1608;
  font-weight: 500;
}

.summary-total {
  border-top: 1px solid #dfd2c4;
  padding-top: 12px;
  margin-top: 10px;
}
.summary-total span {
  font-size: 15px;
  font-weight: 700;
  color: #2e1608;
}
.summary-total strong {
  font-size: 28px;
  font-weight: 800;
  color: #ef6c11;
  line-height: 1;
}

/* Button */
.submit-order-btn {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f97316), to(#ea580c));
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.submit-order-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* Footer */
.order-footer {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6f6259;
}
.footer-item i {
  color: #ef6c11;
  font-size: 12px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .order-section {
    padding: 75px 0;
  }
  .order-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .order-section {
    padding: 60px 0;
  }
  .order-header {
    margin-bottom: 30px;
  }
  .order-title {
    font-size: 26px;
  }
  .order-desc {
    font-size: 13px;
  }
  .order-form-wrapper {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .form-label {
    font-size: 13px;
  }
  .custom-input {
    height: 48px;
    font-size: 13px;
  }
  .custom-textarea {
    height: 80px;
  }
  .summary-item span,
  .summary-item strong {
    font-size: 13px;
  }
  .summary-total span {
    font-size: 14px;
  }
  .summary-total strong {
    font-size: 24px;
  }
  .submit-order-btn {
    height: 50px;
    font-size: 15px;
    border-radius: 16px;
  }
  .order-footer {
    gap: 14px;
  }
  .footer-item {
    font-size: 11px;
  }
}
/* =========================
   CTA Section
========================= */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0 88px;
  background: radial-gradient(circle at top left, rgba(255, 115, 0, 0.16), transparent 30%), -webkit-gradient(linear, left top, right top, from(#2b0f03), color-stop(35%, #3d1404), to(#1f0a02));
  background: radial-gradient(circle at top left, rgba(255, 115, 0, 0.16), transparent 30%), linear-gradient(90deg, #2b0f03 0%, #3d1404 35%, #1f0a02 100%);
}

/* Wood Overlay */
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0px, rgba(255, 255, 255, 0.012) 2px, transparent 2px, transparent 40px);
  opacity: 0.4;
  pointer-events: none;
}

/* Content */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

/* Badge */
.cta-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 136, 0, 0.3);
  background: rgba(255, 136, 0, 0.07);
  color: #ff8c1a;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 22px;
}
.cta-badge i {
  font-size: 10px;
}

/* Title */
.cta-title {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.cta-title span {
  color: #ff7b17;
}

/* Description */
.cta-desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 30px;
}

/* Buttons */
.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-btn {
  height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.cta-btn i {
  font-size: 14px;
}
.cta-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* Orange Button */
.cta-order-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7a16), to(#ea5a0c));
  background: linear-gradient(180deg, #ff7a16 0%, #ea5a0c 100%);
  color: #fff;
  -webkit-box-shadow: 0 10px 22px rgba(255, 115, 0, 0.18);
          box-shadow: 0 10px 22px rgba(255, 115, 0, 0.18);
}
.cta-order-btn:hover {
  color: #fff;
}

/* WhatsApp Button */
.cta-btn.whatsapp-btn {
  background: #18a84f;
  color: #fff;
  -webkit-box-shadow: 0 10px 22px rgba(24, 168, 79, 0.16);
          box-shadow: 0 10px 22px rgba(24, 168, 79, 0.16);
}
.cta-btn.whatsapp-btn:hover {
  color: #fff;
}

/* =========================
   Footer
========================= */
.footer-section {
  padding: 42px 0 36px;
  background: #efe8df;
  border-top: 1px solid rgba(46, 22, 8, 0.04);
}

.footer-content {
  text-align: center;
}

.footer-logo {
  font-size: 18px;
  font-weight: 800;
  color: #2e1608;
  margin-bottom: 10px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #6f6259;
  margin-bottom: 10px;
}

.footer-copy {
  font-size: 12px;
  color: #85776c;
  margin-bottom: 0;
}

.scroll-top-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1045;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7a16), to(#ea5a0c));
  background: linear-gradient(180deg, #ff7a16 0%, #ea5a0c 100%);
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 22px rgba(255, 115, 0, 0.18);
          box-shadow: 0 10px 22px rgba(255, 115, 0, 0.18);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
}
.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.scroll-top-btn i {
  font-size: 14px;
}
.scroll-top-btn:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .cta-section {
    padding: 80px 0;
  }
  .cta-title {
    font-size: 30px;
  }
  .cta-desc {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cta-section {
    padding: 65px 0;
  }
  .cta-badge {
    font-size: 10px;
    padding: 7px 13px;
    margin-bottom: 18px;
  }
  .cta-title {
    font-size: 27px;
    line-height: 1.35;
  }
  .cta-desc {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-radius: 14px;
  }
  .footer-section {
    padding: 34px 0 28px;
  }
  .footer-logo {
    font-size: 17px;
  }
  .footer-text {
    font-size: 13px;
  }
  .footer-copy {
    font-size: 11px;
  }
  .scroll-top-btn {
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 16px;
  }
  .scroll-top-btn i {
    font-size: 13px;
  }
}
/*# sourceMappingURL=landing.css.map */