.elementor-2387 .elementor-element.elementor-element-74436bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-46b159f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-b28da05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-fabb1e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-ecd078d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-f3cd05b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-a0f8422{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2387 .elementor-element.elementor-element-15734a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c38e29b */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* Full Width Split Hero Wrapper */
.custom-pieces-hero-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #faf8f5;
  display: flex;
  align-items: stretch;
  min-height: 480px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* Left Background Image Accent - Sized to avoid overlap */
.cp-hero-bg-hoop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 220px; /* Controlled width */
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.cp-hero-bg-hoop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

/* Left Content Area - Pushed right to clear the image */
.cp-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px 60px 240px; /* 240px left padding keeps text completely clear of left image */
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.cp-hero-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ba6d53;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cp-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #4a5446;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px 0;
  position: relative;
}

.title-inline-flower {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.cp-hero-desc {
  font-size: 14.5px;
  color: #6a6d68;
  line-height: 1.6;
  margin: 0 0 30px 0;
  max-width: 480px;
}

/* Buttons Group */
.cp-hero-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cp-btn-primary {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  background-color: #ba6d53;
  color: #ffffff !important;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.2);
}

.cp-btn-primary:hover {
  background-color: #a25941;
  transform: translateY(-2px);
}

.cp-btn-secondary {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #ba6d53 !important;
  background-color: transparent;
  border: 1.5px solid #dcb5a7;
  padding: 11px 26px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.cp-btn-secondary:hover {
  background-color: rgba(186, 109, 83, 0.05);
  border-color: #ba6d53;
}

/* Right Image Area */
.cp-hero-image-box {
  flex: 1;
  position: relative;
  min-height: 450px;
  z-index: 2;
}

.cp-hero-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Adjustments */
@media screen and (max-width: 1024px) {
  .cp-hero-content {
    padding-left: 200px;
  }
}

@media screen and (max-width: 850px) {
  .custom-pieces-hero-wrapper {
    flex-direction: column-reverse;
  }
  
  .cp-hero-bg-hoop {
    display: none; /* Hidden on mobile to keep layout clean */
  }

  .cp-hero-content {
    padding: 40px 25px;
    text-align: center;
    align-items: center;
  }

  .cp-hero-desc {
    max-width: 100%;
  }

  .cp-hero-buttons {
    justify-content: center;
  }

  .cp-hero-title {
    font-size: 32px;
  }

  .cp-hero-image-box {
    width: 100%;
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51605e4 *//* ======================================================= */
/* CUSTOMIZED EMBROIDERY SECTION STYLING                   */
/* ======================================================= */
.cp-custom-info-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 20px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.cp-custom-info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left Content Column */
.cp-custom-text-box {
  flex: 1;
  box-sizing: border-box;
}

.cp-custom-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #4a5446;
  font-weight: 700;
  margin: 0 0 25px 0;
  line-height: 1.2;
}

.cp-custom-para {
  font-size: 14.5px;
  color: #4a4a4a;
  line-height: 1.65;
  margin: 0 0 20px 0;
}

.cp-custom-para strong {
  color: #2b2b2b;
  font-weight: 600;
}

/* Contact Block */
.cp-custom-contact-block {
  margin: 25px 0 20px 0;
}

.cp-custom-contact-title {
  font-size: 14.5px;
  color: #4a4a4a;
  margin: 0 0 10px 0;
}

.cp-custom-contact-title strong {
  color: #2b2b2b;
  font-weight: 600;
}

.cp-contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.cp-contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
}

.cp-contact-line a {
  color: #2b2b2b !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.cp-contact-line a:hover {
  color: #ba6d53 !important;
}

.cp-contact-icon {
  font-size: 15px;
}

/* Bottom Note Styling */
.cp-custom-note {
  font-size: 13.5px;
  color: #6a6d68;
  line-height: 1.6;
  margin: 25px 0 0 0;
}

.cp-custom-note em {
  font-style: italic;
}

/* Right Video Frame Column */
.cp-custom-video-box {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.cp-video-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* Matches square-like video ratio in screenshot */
  background-color: #000000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cp-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ======================================================= */
/* RESPONSIVE LAYOUT ADJUSTMENTS                           */
/* ======================================================= */
@media screen and (max-width: 992px) {
  .cp-custom-info-container {
    flex-direction: column;
    gap: 40px;
  }

  .cp-custom-video-box {
    max-width: 100%;
    width: 100%;
  }

  .cp-custom-main-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {
  .cp-custom-info-wrapper {
    padding: 50px 20px;
  }

  .cp-custom-main-title {
    font-size: 28px;
  }

  .cp-custom-para, 
  .cp-custom-contact-title, 
  .cp-contact-line {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31b07b5 *//* Why Choose Us Section Outer Wrapper */
.cp-why-us-wrapper {
  width: 100%;
  background-color: #faf8f5;
  padding: 80px 20px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.cp-why-us-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Left Rounded Image Card */
.cp-why-us-image-box {
  flex: 0 0 38%;
  max-width: 38%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.cp-why-us-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Content Box */
.cp-why-us-content {
  flex: 1;
}

.cp-why-us-header {
  margin-bottom: 35px;
}

.cp-why-us-subtitle {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ba6d53;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.cp-why-us-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #4a5446;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

.cp-floral-divider {
  display: flex;
  align-items: center;
}

/* 4 Features Grid Row */
.cp-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  position: relative;
}

/* Vertical Separator lines between feature items */
.cp-feature-item {
  padding: 0 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cp-feature-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #ebdcd0;
}

/* Circular Terracotta Icon Style */
.cp-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid #dcb5a7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.cp-feature-icon svg {
  width: 22px;
  height: 22px;
}

.cp-feature-item:hover .cp-feature-icon {
  background-color: #f7ede3;
  transform: translateY(-3px);
}

.cp-feature-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #4a5446;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.cp-feature-desc {
  font-size: 12px;
  color: #7a7d78;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Layout */
@media screen and (max-width: 992px) {
  .cp-why-us-container {
    flex-direction: column;
    gap: 40px;
  }

  .cp-why-us-image-box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cp-why-us-header {
    text-align: center;
  }

  .cp-floral-divider {
    justify-content: center;
  }

  .cp-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }

  .cp-feature-item:not(:last-child)::after {
    display: none; /* Hide dividers on mobile/tablet grid */
  }
}

@media screen and (max-width: 576px) {
  .cp-features-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .cp-why-us-title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c862f8a *//* Customization Process Wrapper */
.cp-process-wrapper {
  width: 100%;
  background-color: #faf8f5;
  padding: 60px 20px 100px 20px; /* Increased vertical padding */
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* Inner Light Rounded Container Card - Larger Scale */
.cp-process-card {
  max-width: 1280px; /* Expanded card width */
  margin: 0 auto;
  background-color: #f7ede3;
  border: 1px solid #ebdcd0;
  border-radius: 20px;
  padding: 65px 50px; /* Increased internal padding */
  box-sizing: border-box;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
}

/* Header Alignment */
.cp-process-header {
  text-align: center;
  margin-bottom: 60px; /* More space before steps */
}

.cp-process-subtitle {
  font-size: 13px; /* Scaled up from 11px */
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #ba6d53;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.cp-process-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px; /* Scaled up from 34px */
  color: #4a5446;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.cp-process-leaf-accent {
  display: flex;
  justify-content: center;
}

.cp-process-leaf-accent svg {
  width: 140px; /* Larger leaf accent */
  height: auto;
}

/* Steps Row Flexbox Layout */
.cp-process-steps-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* Single Step Item */
.cp-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 240px; /* Scaled up card item max-width */
}

/* Icon & Number Badge Box */
.cp-step-icon-wrapper {
  position: relative;
  margin-bottom: 25px;
}

/* Terracotta Number Badge */
.cp-step-number {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ba6d53;
  color: #ffffff;
  font-size: 13px; /* Larger badge text */
  font-weight: 600;
  width: 26px; /* Larger badge size */
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 3px 8px rgba(186, 109, 83, 0.35);
}

/* White Circle Icon Container */
.cp-step-icon {
  width: 90px; /* Scaled up from 72px */
  height: 90px; /* Scaled up from 72px */
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebdcd0;
  transition: transform 0.3s ease;
}

.cp-step-icon svg {
  width: 38px; /* Larger icons inside circles */
  height: 38px;
}

.cp-step-item:hover .cp-step-icon {
  transform: translateY(-5px);
}

/* Step Text Styling */
.cp-step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px; /* Scaled up from 15px */
  font-weight: 600;
  color: #4a5446;
  margin: 0 0 10px 0;
}

.cp-step-desc {
  font-size: 14px; /* Scaled up from 12.5px */
  color: #6a6d68;
  line-height: 1.55;
  margin: 0;
}

/* Dashed Arrow Connectors between steps */
.cp-process-arrow {
  flex: 0 0 100px;
  margin-top: 50px; /* Aligned with larger icons */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-process-arrow svg {
  width: 100%;
  height: 24px;
}

/* Responsive Adjustments */
@media screen and (max-width: 1024px) {
  .cp-process-card {
    padding: 50px 30px;
  }
  
  .cp-process-arrow {
    flex: 0 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .cp-process-steps-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .cp-step-item {
    max-width: 100%;
  }

  .cp-process-arrow {
    transform: rotate(90deg);
    margin: 0;
    flex: none;
    height: 35px;
  }

  .cp-process-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dbcfdc *//* Recent Creations Section Wrapper */
.cp-creations-wrapper {
  width: 100%;
  background-color: #faf8f5;
  padding: 40px 20px 80px 20px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* Outer Card Container */
.cp-creations-card {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f7ede3;
  border: 1px solid #ebdcd0;
  border-radius: 20px;
  padding: 50px 45px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
}

/* Top Header Layout */
.cp-creations-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.cp-creations-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ba6d53;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.cp-creations-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #4a5446;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-inline-leaf {
  font-size: 22px;
}

/* Explore More Button */
.cp-btn-outline {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #ba6d53 !important;
  background-color: transparent;
  border: 1.5px solid #dcb5a7;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.cp-btn-outline:hover {
  background-color: #ba6d53;
  color: #ffffff !important;
  border-color: #ba6d53;
}

/* 3 Column Creations Grid */
.cp-creations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Single Creation Item Card */
.cp-creation-item {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cp-creation-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

/* Image Box */
.cp-creation-img-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.cp-creation-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text & Icon Bottom Bar */
.cp-creation-info {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}

.cp-creation-name {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4a5446;
  margin: 0 0 4px 0;
}

.cp-creation-desc {
  font-size: 12.5px;
  color: #7a7d78;
  margin: 0;
  line-height: 1.4;
}

.cp-creation-heart {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-left: 12px;
  cursor: pointer;
}

.cp-creation-heart svg {
  width: 100%;
  height: 100%;
}

/* Responsive Layout */
@media screen and (max-width: 992px) {
  .cp-creations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 650px) {
  .cp-creations-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cp-creations-grid {
    grid-template-columns: 1fr;
  }

  .cp-creations-card {
    padding: 35px 20px;
  }

  .cp-creations-title {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfafbbd *//* Custom Form Section Wrapper */
.cp-form-wrapper {
  width: 100%;
  background-color: #faf8f5;
  padding: 40px 20px 80px 20px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* Outer Card Container */
.cp-form-card {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f7ede3;
  border: 1px solid #ebdcd0;
  border-radius: 20px;
  padding: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 45px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
}

/* Left Image Box */
.cp-form-image-box {
  flex: 0 0 38%;
  max-width: 38%;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}

.cp-form-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Content Box */
.cp-form-content {
  flex: 1;
}

/* Header Text */
.cp-form-header {
  margin-bottom: 25px;
}

.cp-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  color: #4a5446;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cp-form-subtitle {
  font-size: 13.5px;
  color: #6a6d68;
  margin: 0;
  line-height: 1.5;
}

/* Form Layout */
.cp-custom-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cp-form-row {
  display: flex;
  gap: 20px;
}

.cp-input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cp-input-group.cp-full-width {
  width: 100%;
}

.cp-input-group label {
  font-size: 13px;
  font-weight: 600;
  color: #4a5446;
}

/* Input Fields & Textarea Styling */
.cp-input-group input[type="text"],
.cp-input-group input[type="email"],
.cp-input-group input[type="tel"],
.cp-input-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #dcb5a7;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #4a5446;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cp-input-group input:focus,
.cp-input-group textarea:focus {
  border-color: #ba6d53;
  box-shadow: 0 0 0 3px rgba(186, 109, 83, 0.15);
}

.cp-input-group input::placeholder,
.cp-input-group textarea::placeholder {
  color: #a0a39f;
  font-size: 12.5px;
}

/* Custom File Input Styling */
.cp-file-input {
  background-color: #ffffff;
  border: 1px solid #dcb5a7;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12.5px;
  color: #6a6d68;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
}

.cp-file-input::-webkit-file-upload-button {
  background-color: #ffffff;
  border: 1px solid #dcb5a7;
  border-radius: 5px;
  padding: 4px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4a5446;
  cursor: pointer;
  margin-right: 10px;
}

/* Textarea Fixed Resizing */
.cp-input-group textarea {
  resize: vertical;
  min-height: 80px;
}

/* Submit Button Layout */
.cp-form-submit {
  margin-top: 5px;
}

.cp-btn-submit {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  background-color: #ba6d53;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.2);
}

.cp-btn-submit:hover {
  background-color: #a25941;
  transform: translateY(-2px);
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .cp-form-card {
    flex-direction: column;
    padding: 35px 25px;
  }

  .cp-form-image-box {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 280px;
  }

  .cp-form-content {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .cp-form-row {
    flex-direction: column;
    gap: 16px;
  }

  .cp-form-title {
    font-size: 26px;
  }

  .cp-btn-submit {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-956a0fe *//* FAQ Section Wrapper */
.cp-faq-wrapper {
  width: 100%;
  background-color: #faf8f5;
  padding: 50px 20px 90px 20px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.cp-faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Text */
.cp-faq-header {
  text-align: center;
  margin-bottom: 45px;
}

.cp-faq-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #4a5446;
  font-weight: 700;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* 2-Column Grid */
.cp-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.cp-faq-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* FAQ Item Box */
.cp-faq-item {
  background-color: #f7ede3; /* Warm beige rounded card */
  border: 1px solid #ebdcd0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cp-faq-item:hover {
  border-color: #dcb5a7;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

/* Question Button */
.cp-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #4a5446;
  gap: 15px;
}

.cp-faq-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* Open/Active Accordion State */
.cp-faq-item.active .cp-faq-arrow {
  transform: rotate(180deg);
}

/* Answer Drawer Container */
.cp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
  padding: 0 22px;
}

.cp-faq-item.active .cp-faq-answer {
  max-height: 200px; /* Expands smoothly when clicked */
  padding: 0 22px 18px 22px;
}

.cp-faq-answer p {
  margin: 0;
  font-size: 13.5px;
  color: #6a6d68;
  line-height: 1.6;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .cp-faq-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media screen and (max-width: 600px) {
  .cp-faq-title {
    font-size: 28px;
  }

  .cp-faq-question {
    font-size: 13.5px;
    padding: 16px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5ae962 *//* ======================================================= */
/* CTA BANNER SECTION - FULL-WIDTH (NO SIDE GAPS)          */
/* ======================================================= */
.cp-cta-banner-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f7ede3; /* Warm soft background matching theme */
  border-top: 1px solid #ebdcd0;
  border-bottom: 1px solid #ebdcd0;
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

/* Botanical Side Branch Accents */
.cp-cta-branch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
  z-index: 1;
}

.cp-cta-branch svg {
  width: 100%;
  height: 100%;
}

.cp-cta-branch-left {
  left: 15px;
}

.cp-cta-branch-right {
  right: 15px;
}

/* Inner Horizontal Flow Container */
.cp-cta-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* Left Circle Heart Badge */
.cp-cta-icon-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #faf8f5;
  border: 1px solid #ebdcd0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.cp-cta-icon-badge svg {
  width: 30px;
  height: 30px;
}

/* Title Text Styling */
.cp-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #4a5446;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  flex: 1;
  max-width: 300px;
}

/* Subtext Description */
.cp-cta-desc {
  font-size: 13.5px;
  color: #6a6d68;
  line-height: 1.5;
  margin: 0;
  flex: 1.2;
  max-width: 320px;
}

/* Button Box & Styling */
.cp-cta-button-box {
  flex-shrink: 0;
}

.cp-cta-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  background-color: #ba6d53;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.2);
  white-space: nowrap;
}

.cp-cta-btn:hover {
  background-color: #a25941;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(186, 109, 83, 0.3);
}

/* ======================================================= */
/* RESPONSIVE LAYOUT ADJUSTMENTS                           */
/* ======================================================= */
@media screen and (max-width: 1024px) {
  .cp-cta-container {
    padding: 0 60px;
    gap: 20px;
  }

  .cp-cta-title {
    font-size: 22px;
  }

  .cp-cta-desc {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 850px) {
  .cp-cta-container {
    flex-direction: column;
    text-align: center;
    padding: 0 30px;
    gap: 18px;
  }

  .cp-cta-title, 
  .cp-cta-desc {
    max-width: 100%;
  }

  .cp-cta-branch {
    opacity: 0.3; /* Subtle background branch effect on small screens */
    width: 80px;
  }
}/* End custom CSS */