.elementor-3663 .elementor-element.elementor-element-fcfb149{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-b716331 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-85c4a4c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-85c4a4c .elementor-wrapper{--video-aspect-ratio:2.33333;}.elementor-3663 .elementor-element.elementor-element-1741e96 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-cfc8f4b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-03bfd1c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-2630b33 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-d49db7f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-49cca63 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-dda8419 *//* =========================================
   SECTION 2: INTRODUCTION & OVERVIEW
   ========================================= */
.bbb-intro-section {
  background: linear-gradient(135deg, #faf8f5 0%, #f0ece1 100%);
  padding: 30px 20px;
  font-family: 'Lato', sans-serif;
}

.bbb-intro-container {
  max-width: 950px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px 80px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(46, 90, 122, 0.08);
  position: relative;
}

.bbb-intro-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #2E5A7A, #C89B3C);
  border-radius: 20px 20px 0 0;
}

.bbb-book-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #2E5A7A;
  font-weight: 700;
  margin-bottom: 15px;
}

.bbb-book-subtitle {
  font-size: clamp(18px, 3vw, 22px);
  color: #666666;
  font-weight: 400;
  margin-bottom: 25px;
}

.bbb-divider .gold-line {
  width: 70px;
  height: 3px;
  background-color: #C89B3C;
  margin: 0 auto 30px;
}

.bbb-lead-text {
  font-size: 20px;
  color: #2E5A7A;
  margin-bottom: 25px;
  line-height: 1.8;
}

.bbb-main-text {
  font-size: 18px;
  color: #444444;
  line-height: 1.85;
  margin-bottom: 30px;
}

.bbb-highlight-box {
  background-color: #F8F5F0;
  border-left: 5px solid #C89B3C;
  padding: 30px;
  border-radius: 0 12px 12px 0;
}

.bbb-highlight-text {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  color: #2E5A7A;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9a9fc4 *//* =========================================
   SECTION 3: FEATURES STYLES
   ========================================= */
.bbb-features-section {
  background-color: #FAF7F0; /* Soft parchment background */
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
}

.bbb-features-container {
  max-width: 1000px;
  margin: 0 auto;
}

.bbb-features-header {
  text-align: center;
  margin-bottom: 50px;
}

.bbb-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 42px);
  color: #2E5A7A;
  margin-bottom: 15px;
}

.bbb-divider .gold-line {
  width: 60px;
  height: 3px;
  background-color: #C89B3C;
  margin: 0 auto;
  border-radius: 2px;
}

.bbb-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.bbb-feature-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #C89B3C;
  box-shadow: 0 4px 15px rgba(46, 90, 122, 0.05);
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  display: flex;
  align-items: center;
}

.bbb-feature-item::before {
  content: '✓';
  color: #C89B3C;
  font-size: 20px;
  margin-right: 15px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bbb-features-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c85d1ef *//* =========================================
   SECTION 4: HEALER'S TOOLKIT STYLES (WITH IMAGES)
   ========================================= */
.bbb-toolkit-section {
  background-color: #FAF7F0; /* Soft parchment base to match previous card sections */
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
}

.bbb-toolkit-container {
  max-width: 1100px;
  margin: 0 auto;
}

.bbb-toolkit-header {
  text-align: center;
  margin-bottom: 50px;
}

.bbb-toolkit-intro {
  font-size: 18px;
  color: #444444;
  margin-top: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Grid Layout for Cards */
.bbb-toolkit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Individual Card Styling */
.bbb-toolkit-card {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  border-top: 5px solid #C89B3C;
  box-shadow: 0 10px 30px rgba(46, 90, 122, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.bbb-toolkit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(46, 90, 122, 0.12);
}

/* Book Image Styling */
.bbb-card-img-wrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px; /* Fixed height for perfect alignment */
  width: 100%;
}

.bbb-card-img {
  height: 230px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), -4px 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.bbb-toolkit-card:hover .bbb-card-img {
  transform: scale(1.05) translateY(-5px);
}

/* Text Styling */
.bbb-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #2E5A7A;
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .bbb-toolkit-section {
    padding: 60px 15px;
  }
  
  .bbb-toolkit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .bbb-toolkit-card {
    padding: 30px 20px;
  }
  
  .bbb-card-img-wrap {
    height: 220px;
  }
  
  .bbb-card-img {
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-879ab3a *//* =========================================
   SECTION 5: FREE EDUCATIONAL RESOURCES
   ========================================= */
.bbb-resources-section {
  background-color: #ffffff; /* Clean white background */
  padding: 30px 20px;
  font-family: 'Lato', sans-serif;
}

.bbb-resources-container {
  max-width: 1000px;
  margin: 0 auto;
}

.bbb-resources-header {
  text-align: center;
  margin-bottom: 50px;
}

.bbb-resources-intro {
  font-size: 18px;
  color: #555555;
  margin-top: 20px;
  font-style: italic;
}

/* Flex layout for stacking the two boxes */
.bbb-resources-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Individual Resource Box */
.bbb-resource-box {
  background-color: #FAF7F0; /* Soft parchment for contrast */
  border-left: 5px solid #2E5A7A; /* Deep blue accent */
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px; /* Added to stop boxes from merging */
}

.bbb-resource-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #2E5A7A;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.bbb-resource-desc {
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Checkmark List Styling */
.bbb-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Multi-column list */
  gap: 15px;
}

.bbb-check-list li {
  font-size: 16px;
  color: #444444;
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
}

.bbb-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #C89B3C; /* Gold checkmark */
  font-weight: bold;
  font-size: 18px;
}

/* Gray Footer Box for the extra paragraph */
.bbb-resource-footer {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  border: 1px solid #eeeeee;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .bbb-resources-section {
    padding: 60px 15px;
  }
  
  .bbb-resource-box {
    padding: 25px;
  }
  
  .bbb-check-list {
    grid-template-columns: 1fr; /* Single column list on mobile */
  }
}

/* =========================================
   CLEANED UP BUTTON STYLING
   ========================================= */
.bbb-btn {
  display: inline-block;
  background-color: #2E5A7A; /* Dark teal background */
  color: #ffffff; /* White text */
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #2E5A7A; /* Border same color */
  margin-top: 15px;    /* Space above the button */
  margin-bottom: 40px; /* Space below the button to stop merging */
  transition: all 0.3s ease;
}

/* Hover Effect */
.bbb-btn:hover {
  background-color: #ffffff; /* White background */
  color: #2E5A7A; /* Dark teal text */
  border: 2px solid #2E5A7A; /* Keep teal border */
  transform: translateY(-2px); /* Slight lift */
}

/* Checkmark List Styling - FIXED */
.bbb-check-list li {
  font-size: 16px;
  color: #444444;
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
  text-align: left; /* <-- YE LINE ADD KI HAI TA KE TEXT TICK KE SATH CHIPAK JAYE */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-585391b *//* =========================================
   SECTION 6: COMPLETE INITIATIVE STYLES
   ========================================= */
.bbb-initiative-section {
  background-color: #2E5A7A; /* Deep Blue Background */
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}

.bbb-initiative-container {
  max-width: 900px;
  margin: 0 auto;
}

.bbb-initiative-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 40px);
  color: #ffffff; /* White text for contrast */
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.bbb-initiative-section .bbb-divider .gold-line {
  width: 80px;
  height: 3px;
  background-color: #C89B3C;
  margin: 0 auto 30px;
  border-radius: 2px;
}

.bbb-initiative-text {
  font-size: 19px;
  line-height: 1.8;
  color: #f0f4f8; /* Soft light blue/gray for better readability */
  margin-bottom: 20px;
}

.bbb-initiative-text:last-child {
  margin-bottom: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .bbb-initiative-section {
    padding: 60px 15px;
  }
  
  .bbb-initiative-text {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8249f8 *//* =========================================
   SECTION 7: BULK ORDER & CONTACT STYLES
   ========================================= */
.bbb-bulk-section {
  background-color: #ffffff;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
}

.bbb-bulk-container {
  max-width: 1100px;
  margin: 0 auto;
}

.bbb-bulk-header {
  text-align: center;
  margin-bottom: 50px;
}

.bbb-bulk-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 60px;
}

.bbb-bulk-left {
  flex: 1 1 450px;
}

.bbb-bulk-right {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Left Column Styling */
.bbb-bulk-intro {
  font-size: 20px;
  color: #2E5A7A;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.6;
}

.bbb-bulk-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bbb-bulk-list li {
  font-size: 17px;
  color: #444444;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
}

.bbb-bulk-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #C89B3C;
  font-size: 24px;
  line-height: 1;
}

/* Promo Box Styling */
.bbb-promo-box {
  background-color: #F8F5F0;
  border-left: 4px solid #C89B3C;
  padding: 25px;
  border-radius: 0 8px 8px 0;
}

.bbb-promo-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #2E5A7A;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.bbb-promo-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}

/* Contact Card Styling */
.bbb-contact-card {
  background-color: #FAF7F0;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(46, 90, 122, 0.05);
  border-top: 5px solid #2E5A7A;
}

.bbb-contact-intro {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.bbb-contact-details {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #C89B3C;
}

.bbb-contact-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #2E5A7A;
  margin-top: 0;
  margin-bottom: 15px;
}

.bbb-contact-link {
  font-size: 16px;
  color: #444444;
  margin-bottom: 8px;
  word-break: break-all;
}

.bbb-contact-link:last-child {
  margin-bottom: 0;
}

.bbb-contact-link a {
  color: #C89B3C;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.bbb-contact-link a:hover {
  color: #2E5A7A;
  text-decoration: underline;
}

/* Footer / Closing Text Styling */
.bbb-bulk-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(46, 90, 122, 0.1);
}

.bbb-closing-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 32px);
  color: #2E5A7A;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .bbb-bulk-section {
    padding: 60px 15px;
  }
  
  .bbb-bulk-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .bbb-contact-card {
    padding: 25px 20px;
  }
}/* End custom CSS */