.elementor-25 .elementor-element.elementor-element-59da1a8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-c98ed3d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-f10eb93{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-d835aa4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-6a9727f{padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-4083791 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-8d3eeab > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-6c8a5d3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-cee7556 > .elementor-element-populated{margin:-24px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:25px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-7bc211e{margin:-46px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-806a4f8 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-cb25a4f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-25 .elementor-element.elementor-element-f10eb93{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-f10eb93{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f10eb93 *//* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

/* Main Container Setup */
.woodcraft-hero-section {
  --bg-dark: #19100c;
  --bg-light: #f5eedf;
  --text-light: #f3ede2;
  --text-muted: #a69888;
  --accent-gold: #d4a373;
  --border-color: rgba(243, 237, 226, 0.2);
  
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-light);
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.woodcraft-hero-section *,
.woodcraft-hero-section *::before,
.woodcraft-hero-section *::after {
  box-sizing: inherit;
}

.woodcraft-hero-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .woodcraft-hero-container {
    flex-direction: row;
  }
}

/* LEFT COLUMN - CONTENT */
.woodcraft-content-col {
  flex: 1;
  background-color: var(--bg-dark);
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .woodcraft-content-col {
    padding: 4rem 5rem 3rem 5rem;
    max-width: 50%;
  }
}

.woodcraft-tagline {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 2rem;
}

.woodcraft-headline {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1.05;
  font-weight: 400;
  color: var(--text-light);
  margin: 0 0 2rem 0;
}

.woodcraft-headline em {
  font-style: italic;
  font-weight: 400;
}

.woodcraft-description {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 480px;
  margin-bottom: 2.5rem;
}

/* BUTTONS */
.woodcraft-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3srem;
}

.woodcraft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 2px;
}

.woodcraft-btn-primary {
  background-color: var(--text-light);
  color: var(--bg-dark);
  border: 1px solid var(--text-light);
}

.woodcraft-btn-primary:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}

.woodcraft-btn-outline {
  background-color: transparent;
  color: var(--text-light);
  border: 1px solid var(--border-color);
}

.woodcraft-btn-outline:hover {
  border-color: var(--text-light);
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.woodcraft-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* STATS FOOTER BAR */
.woodcraft-stats-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
  border-top: 1px solid rgba(243, 237, 226, 0.1);
  padding-top: 1.5rem;
  margin-top: auto;
}

.woodcraft-stats-bar .dot {
  font-size: 0.5rem;
  opacity: 0.5;
}

/* RIGHT COLUMN - VISUAL DISPLAY */
.woodcraft-visual-col {
  flex: 1;
  position: relative;
  background-color: var(--bg-light);
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .woodcraft-visual-col {
    max-width: 50%;
    min-height: 100vh;
  }
}

.woodcraft-main-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.woodcraft-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* OVERLAY INSET CARDS */
.woodcraft-inset-card {
  position: absolute;
  border: 4px solid #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.3s ease;
}

.woodcraft-inset-card:hover {
  transform: scale(1.03);
}

.woodcraft-inset-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Top Right Placement */
.inset-top-right {
  top: 2rem;
  right: 2rem;
  width: 110px;
  height: 110px;
}

/* Card Bottom Placement */
.inset-bottom-center {
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 110px;
}

.inset-bottom-center:hover {
  transform: translateX(-50%) scale(1.03);
}

@media (min-width: 768px) {
  .inset-top-right {
    top: 2.5rem;
    right: 2.5rem;
    width: 140px;
    height: 140px;
  }

  .inset-bottom-center {
    bottom: 2.5rem;
    left: 40%;
    width: 220px;
    height: 130px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a9727f *//* Google Fonts Load */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

/* SCOPED VARIABLES & RESET */
.woodcraft-craft-standalone {
  --wc-bg: #efece6;
  --wc-circle-bg: #f8f6f2;
  --wc-text-dark: #1f1a17;
  --wc-text-muted: #736a61;
  --wc-line-color: #d6d0c6;

  background-color: var(--wc-bg);
  color: var(--wc-text-dark);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
  padding: 5rem 1.5rem;
  box-sizing: border-box;
  overflow: hidden;
}

.woodcraft-craft-standalone *,
.woodcraft-craft-standalone *::before,
.woodcraft-craft-standalone *::after {
  box-sizing: border-box;
}

.woodcraft-craft-inner {
  max-width: 1260px;
  margin: 0 auto;
}

/* TOP ROW LAYOUT */
.woodcraft-top-block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .woodcraft-top-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
  }
}

/* LEFT TEXT COLUMN */
.woodcraft-text-content {
  flex: 1;
  max-width: 560px;
}

.woodcraft-sub-heading {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--wc-text-muted);
  margin: 0 0 1.5rem 0;
}

.woodcraft-main-heading {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 1.06;
  font-weight: 400;
  color: var(--wc-text-dark);
  margin: 0 0 1.8rem 0;
}

.woodcraft-body-text {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--wc-text-muted);
  margin: 0;
}

/* RIGHT IMAGE COLUMN */
.woodcraft-image-content {
  flex: 1;
  width: 100%;
}

.woodcraft-artisan-card {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.woodcraft-artisan-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .woodcraft-artisan-card img {
    height: 380px;
  }
}

/* PIPELINE PROCESS ROW */
.woodcraft-pipeline-container {
  position: relative;
  width: 100%;
  padding-top: 1rem;
}

/* CONNECTING HORIZONTAL LINE */
.woodcraft-pipeline-line {
  display: none;
}

@media (min-width: 992px) {
  .woodcraft-pipeline-line {
    display: block;
    position: absolute;
    top: 32px; /* Centers in 64px circle */
    left: 32px;
    right: 32px;
    height: 1px;
    background-color: var(--wc-line-color);
    z-index: 1;
  }
}

/* GRID SETUP FOR 5 STEPS */
.woodcraft-pipeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .woodcraft-pipeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .woodcraft-pipeline-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
}

/* INDIVIDUAL STEP CARD */
.woodcraft-pipeline-item {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.woodcraft-pipeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* CIRCLE BADGES (W, C, P, P, B) */
.woodcraft-badge-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--wc-circle-bg);
  color: var(--wc-text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.woodcraft-badge-circle span {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.woodcraft-step-name {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--wc-text-dark);
  margin: 0 0 0.4rem 0;
}

.woodcraft-step-details {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--wc-text-muted);
  margin: 0;
  max-width: 200px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2573e2a *//* --- Global Resets & Base Configuration --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fbf9f5;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Main Section Styling --- */
.ga-brand-section {
  width: 100%;
  background-color: #fcfaf7; /* Warm luxury off-white background */
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Class added by JS on scroll */
.ga-brand-section.ga-visible {
  opacity: 1;
  transform: translateY(0);
}

.ga-container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* --- Subtitle with Surrounding Lines --- */
.ga-subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 35px;
}

.ga-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #9d7350; /* Muted warm brown/bronze accent */
  text-transform: uppercase;
}

.ga-line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e2d7c9; /* Soft subtle divider line */
}

/* --- Main Heading Typography --- */
.ga-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.18;
  color: #262320; /* Deep off-black */
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}

.ga-heading-italic {
  font-style: italic;
  font-weight: 400;
  color: #9a7350; /* Distinct bronze tone for the italic line */
}

/* --- Body Description Text --- */
.ga-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #726052; /* Soft warm readable body text */
  max-width: 760px;
  margin: 0 auto;
}

/* --- Device Optimization & Responsiveness --- */

/* Laptops & Tablets (Max-width: 992px) */
@media screen and (max-width: 992px) {
  .ga-brand-section {
    padding: 80px 20px;
  }

  .ga-heading {
    font-size: 42px;
  }

  .ga-description {
    font-size: 16px;
  }
}

/* Mobile Devices (Max-width: 600px) */
@media screen and (max-width: 600px) {
  .ga-brand-section {
    padding: 60px 16px;
  }

  .ga-subtitle-wrapper {
    gap: 12px;
    margin-bottom: 25px;
  }

  .ga-subtitle {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .ga-line {
    width: 25px;
  }

  .ga-heading {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 25px;
  }

  .ga-description {
    font-size: 15px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8df4312 *//* --- Global Resets --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f5f2; /* Creamish background as seen in screenshot */
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* --- Section Container --- */
.category-section {
  width: 100%;
  padding: 80px 40px;
  background-color: #f6f5f2;
}

.category-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* --- Header & Subtitle --- */
.category-header {
  margin-bottom: 50px;
}

.category-subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.subtitle-line {
  width: 32px;
  height: 1px;
  background-color: #9d8e7d;
}

.subtitle-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #7a6e60;
  text-transform: uppercase;
}

.category-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

/* --- Category Cards Grid --- */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* --- Individual Card Styling --- */
.category-card {
  position: relative;
  height: 480px;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  z-index: 1;
}

.category-card:hover .card-bg {
  transform: scale(1.05);
}

/* Gradient overlay to make light/white text readable over any image */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 2;
}

.card-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.card-description {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

/* --- Responsive Optimization --- */

/* Desktop / Laptop Small Screens */
@media screen and (max-width: 1024px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .category-card {
    height: 420px;
  }

  .category-title {
    font-size: 42px;
  }
}

/* Mobile Devices */
@media screen and (max-width: 600px) {
  .category-section {
    padding: 50px 20px;
  }

  .category-header {
    margin-bottom: 30px;
  }

  .category-title {
    font-size: 34px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .category-card {
    height: 380px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f8380c *//* --- Global Resets --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0f0f0f;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* --- Section Container --- */
.b2b-section {
  position: relative;
  width: 100%;
  padding: 90px 40px;
  background-color: #121110;
  background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&q=80&w=1600');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.b2b-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 13, 12, 0.92);
  backdrop-filter: blur(4px);
  z-index: 1;
}

.b2b-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* --- Left Column Content --- */
.b2b-left-content {
  flex: 1.1;
}

.b2b-tagline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.b2b-tagline-line {
  width: 28px;
  height: 1px;
  background-color: #a88258;
}

.b2b-tagline-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #a88258;
  text-transform: uppercase;
}

.b2b-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.b2b-title-italic {
  font-style: italic;
  font-weight: 400;
  color: #c59d5f;
}

.b2b-description {
  font-size: 15px;
  line-height: 1.7;
  color: #b5b0a8;
  margin-bottom: 32px;
  max-width: 540px;
  font-weight: 300;
}

/* Feature Checkbox Grid */
.b2b-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-bottom: 40px;
  max-width: 520px;
}

.b2b-feature-item {
  font-size: 14px;
  color: #e0dad1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}

.b2b-check {
  color: #c59d5f;
  font-size: 13px;
}

/* CTAs */
.b2b-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #c59d5f;
  color: #0d0c0a;
  padding: 14px 22px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #b38b4d;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1fbe59;
}

.whatsapp-icon {
  width: 16px;
  height: 16px;
}

/* --- Right Column Grid --- */
.b2b-right-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.b2b-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 24px 20px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.b2b-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.b2b-card-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #928d84;
  font-weight: 300;
}

/* --- Responsive Adjustments --- */
@media screen and (max-width: 1024px) {
  .b2b-container {
    flex-direction: column;
    gap: 40px;
  }

  .b2b-left-content {
    width: 100%;
  }

  .b2b-right-grid {
    width: 100%;
  }

  .b2b-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 600px) {
  .b2b-section {
    padding: 60px 20px;
  }

  .b2b-title {
    font-size: 36px;
  }

  .b2b-right-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .b2b-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary, .btn-whatsapp {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c458f99 *//* --- Global Resets & Body --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f7f5;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* --- Customer Voices Section Layout --- */
.customer-voices-section {
  width: 100%;
  background-color: #fbf9f6; /* Soft elegant cream tint as in screenshot */
  padding: 90px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.customer-voices-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- Tagline with Side Lines --- */
.customer-voices-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
}

.tagline-line {
  width: 45px;
  height: 1px;
  background-color: #d1c8bd; /* Fine subtle border line */
}

.tagline-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #a67c52; /* Warm gold/bronze tone */
  text-transform: uppercase;
}

/* --- Main Heading --- */
.customer-voices-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.customer-voices-heading em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: #b58d59; /* Soft golden tint for 'India' */
}

/* --- Paragraph Description --- */
.customer-voices-description {
  font-size: 15px;
  line-height: 1.65;
  color: #666059;
  font-weight: 400;
  max-width: 620px;
  margin: 0 auto;
}

/* --- Mobile Responsiveness --- */
@media screen and (max-width: 768px) {
  .customer-voices-section {
    padding: 60px 20px;
  }

  .customer-voices-heading {
    font-size: 38px;
  }

  .customer-voices-description {
    font-size: 14px;
    max-width: 100%;
  }

  .tagline-line {
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
  .customer-voices-heading {
    font-size: 32px;
  }

  .tagline-text {
    font-size: 10px;
    letter-spacing: 2px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4932b7 *//* --- Base Styles & Resets --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #12100e;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* --- Main Section Layout --- */
.enquiry-section {
  width: 100%;
  padding: 90px 40px;
  background-color: #12100e;
  display: flex;
  justify-content: center;
}

.enquiry-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* --- Left Column Styling --- */
.enquiry-left {
  flex: 1;
}

.enquiry-tagline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.tagline-line {
  width: 28px;
  height: 1px;
  background-color: #a88258;
}

.tagline-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #a88258;
  text-transform: uppercase;
}

.enquiry-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  color: #f7f4ef;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.enquiry-description {
  font-size: 15px;
  line-height: 1.65;
  color: #b0a89d;
  margin-bottom: 36px;
  max-width: 500px;
  font-weight: 300;
}

/* Features List */
.enquiry-features {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.enquiry-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #d1c9bd;
  line-height: 1.4;
}

.check-icon {
  width: 18px;
  height: 18px;
  color: #c59d5f;
  flex-shrink: 0;
  margin-top: 1px;
}

/* WhatsApp CTA Button */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebd56;
}

.whatsapp-icon {
  width: 16px;
  height: 16px;
}

/* --- Right Column (White Card Form) --- */
.enquiry-right {
  flex: 1;
  background-color: #fdfbf7;
  padding: 48px 40px;
  border-radius: 2px;
  color: #2c2825;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-row {
  display: flex;
  gap: 24px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  width: 100%;
}

.form-group label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #786f66;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.form-group input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8cfc4;
  padding: 8px 0;
  font-size: 14px;
  color: #2c2825;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.25s ease;
}

.form-group input::placeholder {
  color: #a8a095;
  font-size: 13px;
  font-weight: 300;
}

.form-group input:focus {
  border-bottom-color: #211e1c;
}

/* Form Submit Button */
.btn-submit {
  width: 100%;
  background-color: #211e1c;
  color: #ffffff;
  border: none;
  padding: 16px 20px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  transition: background-color 0.25s ease;
}

.btn-submit:hover {
  background-color: #3b3632;
}

.send-icon {
  margin-top: -1px;
}

.form-note {
  font-size: 11px;
  color: #8c8378;
  text-align: center;
  margin-top: -12px;
  font-weight: 300;
}

/* --- Device Optimization & Responsiveness --- */

@media screen and (max-width: 1024px) {
  .enquiry-container {
    flex-direction: column;
    gap: 50px;
  }

  .enquiry-left, .enquiry-right {
    width: 100%;
  }

  .enquiry-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 600px) {
  .enquiry-section {
    padding: 60px 20px;
  }

  .enquiry-right {
    padding: 32px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 24px;
  }

  .enquiry-title {
    font-size: 36px;
  }

  .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d47b3c9 *//* --- Global Resets --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f7f5; /* Match the soft off-white background */
  font-family: 'Inter', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

/* --- Section Container --- */
.individual-section {
  width: 100%;
  padding: 100px 40px;
  display: flex;
  justify-content: center;
}

.individual-container {
  max-width: 1320px;
  width: 100%;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* --- Left Column Content --- */
.individual-left {
  flex: 0 0 35%; /* Takes up roughly a third of the width */
}

.individual-tagline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.individual-line {
  width: 32px;
  height: 1px;
  background-color: #c4c4c4;
}

.individual-tagline-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #7a7a7a;
  text-transform: uppercase;
}

.individual-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.individual-description {
  font-size: 15px;
  line-height: 1.6;
  color: #5c5c5c;
  margin-bottom: 40px;
  max-width: 90%;
  font-weight: 400;
}

/* CTAs */
.individual-actions {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  line-height: 1.3;
  transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1fbe59;
}

.whatsapp-icon {
  width: 16px;
  height: 16px;
}

.btn-outline {
  background-color: transparent;
  color: #333333;
  border: 1px solid #d4d4d4;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  line-height: 1.3;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.btn-outline:hover {
  border-color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0.02);
}

.btn-arrow {
  font-size: 16px;
  font-weight: 400;
}

/* --- Right Column Grid --- */
.individual-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  group: hover;
}

.product-img-wrapper {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #e9e9e9;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.product-action {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #888888;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.product-card:hover .product-action {
  color: #333333;
}

/* --- Responsive Adjustments --- */
@media screen and (max-width: 1024px) {
  .individual-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .individual-left {
    width: 100%;
    max-width: 600px;
  }

  .individual-right {
    width: 100%;
  }

  .individual-description {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .individual-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .individual-section {
    padding: 60px 20px;
  }

  .individual-title {
    font-size: 40px;
  }

  .individual-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-whatsapp, .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .individual-right {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}/* End custom CSS */