.elementor-2299 .elementor-element.elementor-element-9db8d04{--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-2299 .elementor-element.elementor-element-2c26b60{--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-2299 .elementor-element.elementor-element-d5e34b2{--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-829b703 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Poppins:wght@400;500;600&display=swap');

/* Main Container Section */
.founders-section {
  background-color: #faf8f5;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #5c4e4b;
  box-sizing: border-box;
}

/* Subtitle & Header */
.subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #b36b57;
  font-size: 15px;
  letter-spacing: 2.5px;
  font-weight: 600;
  margin-bottom: 8px;
}

.main-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #4a5446;
  margin: 5px 0 15px 0;
  font-weight: 700;
}

/* Divider Styling */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.divider-line {
  width: 70px;
  height: 1.5px;
  background-color: #d1c7bd;
}

.divider-icon {
  font-size: 14px;
  color: #a89f91;
}

/* Card Container */
.founder-card {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  background-color: #f7ede3;
  border-radius: 24px;
  padding: 65px 50px 45px 50px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* Background Blobs */
.blob-top-left {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 220px;
  height: 160px;
  background-color: #5c6b57;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  z-index: 1;
}

.blob-bottom-right {
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 250px;
  height: 200px;
  background-color: #ba6d53;
  border-radius: 70% 30% 50% 50% / 50% 60% 40% 60%;
  z-index: 1;
}

/* Floral Vectors */
.floral-illustration {
  position: absolute;
  width: 150px;
  height: 220px;
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

.floral-left {
  left: 60px;
  bottom: 40px;
}

.floral-right {
  right: 60px;
  top: 50px;
}

.card-content {
  position: relative;
  z-index: 3;
}

/* Solid Profile Image Container (Safe Big Size) */
.profile-image-container {
  width: 280px;
  height: 280px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Text Styling */
.founder-name {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #a85843;
  margin: 0 0 6px 0;
  font-weight: 700;
}

.founder-title {
  font-size: 16px;
  color: #6e645e;
  margin: 0 0 10px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.heart-icon {
  color: #a85843;
  font-size: 14px;
}

/* Responsive Styling for Mobile/Tablet */
@media screen and (max-width: 850px) {
  .floral-illustration {
    width: 100px;
    height: 160px;
  }
  .floral-left { left: 20px; }
  .floral-right { right: 20px; }
  .profile-image-container {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 600px) {
  .floral-illustration {
    display: none;
  }
  .founder-card {
    padding: 40px 20px 30px 20px;
  }
  .profile-image-container {
    width: 180px;
    height: 180px;
    border: 5px solid #ffffff;
  }
  .main-title {
    font-size: 34px;
  }
  .founder-name {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55fb5e2 */@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* Main Container Section */
.brand-story-section {
  background-color: #faf8f5; /* Warm off-white background matching previous section */
  padding: 60px 20px 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #554d48; /* Soft brownish-gray body text */
}

/* Inner Text Wrapper */
.story-container {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

/* Base Paragraph Typography */
.story-paragraph {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 22px;
  letter-spacing: 0.2px;
}

/* Highlighted First Paragraph */
.story-paragraph.highlight-intro {
  font-size: 16px;
  color: #443c37;
}

.story-paragraph.highlight-intro strong {
  font-weight: 600;
  color: #3b332e;
}

/* Concluding Paragraph Emphasis */
.story-paragraph.concluding-line {
  font-weight: 500;
  color: #443c37;
  margin-bottom: 30px;
}

/* Sign-off Section */
.story-signoff {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.valediction {
  font-size: 15px;
  color: #554d48;
  font-weight: 500;
}

.heart-emoji {
  color: #ba6d53;
  display: inline-block;
  margin-left: 3px;
}

.author-signature {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #ba6d53; /* Matching Terracotta color */
  text-transform: uppercase;
}

/* Mobile Responsiveness */
@media screen and (max-width: 600px) {
  .brand-story-section {
    padding: 40px 20px 60px 20px;
  }
  
  .story-paragraph {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  .story-paragraph.highlight-intro {
    font-size: 15px;
  }

  .author-signature {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cec3ae4 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Poppins:wght@400;500&display=swap');

.quote-banner-wrapper {
  background-color: #faf8f5;
  padding: 50px 20px 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.quote-banner-card {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Card size increased */
  background-color: #f7ede3;
  border-radius: 24px;
  padding: 45px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  box-sizing: border-box;
}

/* 1. Left Circular Image (Size increased to 190px) */
.banner-image-container {
  width: 190px;
  height: 190px;
  min-width: 190px;
  min-height: 190px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  position: relative;
  background-color: #ffffff;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Center Text & Quote */
.banner-quote-content {
  text-align: center;
  flex: 1;
  padding: 0 35px;
  z-index: 2;
}

.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 32px; /* Text size increased */
  line-height: 1.4;
  color: #4a5446;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.quote-divider-vector {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-divider-vector svg {
  display: block;
  max-width: 100%;
}

/* 2. Right Side Image (Size increased to 150px x 210px) */
.banner-floral-right-container {
  width: 150px;
  height: 210px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply; /* Blends background cleanly */
}

.banner-right-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Responsive Scaling for Mobile & Tablet */
@media screen and (max-width: 850px) {
  .quote-banner-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
    gap: 30px;
  }

  .banner-image-container {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
  }

  .quote-text {
    font-size: 24px;
  }

  .banner-floral-right-container {
    height: 150px;
    width: 110px;
  }
}/* End custom CSS */