.elementor-5730 .elementor-element.elementor-element-70c5ea3{padding:0px 0px 0px 0px;}.elementor-5730 .elementor-element.elementor-element-27bc8a2 > .elementor-element-populated{padding:0px 0px 40px 0px;}/* Start custom CSS for html, class: .elementor-element-09e2559 *//* --- Core Variables --- */
:root {
  --cdh-primary: #004d40;
  --cdh-secondary: #00897b;
  --cdh-accent: #e0f2f1;
  --cdh-text: #333333;
  --cdh-text-light: #666666;
  --cdh-bg-light: #f9fdfc;
  --cdh-border: #dcedec;
  --cdh-font: system-ui, -apple-system, sans-serif;
}

/* --- Base Wrappers --- */
.cdh-blog-wrapper {
  font-family: var(--cdh-font);
  color: var(--cdh-text);
  line-height: 1.6;
  width: 100%; /* CHANGED: Removed 800px limit, now it takes full width */
  background: #ffffff;
  overflow-x: hidden;
}
.cdh-blog-wrapper * { box-sizing: border-box; }

/* --- Responsive Images --- */
.cdh-responsive-img {
  width: 100%; max-width: 100%; height: auto;
  border-radius: 12px; margin: 1.5rem 0; display: block;
  object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid var(--cdh-border);
}

/* --- Hero & Image Masking (FULL WIDTH) --- */
.cdh-blog-hero { 
  position: relative; 
  text-align: center; 
  margin-bottom: 3rem; 
  width: 100%;
}
.cdh-hero-image-mask {
  width: 100%; 
  height: 450px; /* Slightly taller for a better full-width look */
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.cdh-hero-image-mask img { width: 100%; height: 100%; object-fit: cover; }
.cdh-hero-content { margin-top: -100px; position: relative; z-index: 2; padding: 0 20px; }
.cdh-blog-category { font-size: 0.8rem; letter-spacing: 2px; color: var(--cdh-secondary); text-transform: uppercase; }
.cdh-h1 { font-size: 2.8rem; line-height: 1.2; margin: 10px auto; color: var(--cdh-primary); max-width: 900px; } /* Centered text */
.cdh-highlight { color: var(--cdh-secondary); }
.cdh-blog-meta { font-size: 0.9rem; color: var(--cdh-text-light); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }

/* --- Typography & Content (CENTERED AT 800px) --- */
.cdh-blog-content { 
  max-width: 800px; /* CHANGED: Content limit added here */
  margin: 0 auto;   /* Centers the content block */
  padding: 0 20px; 
}
.cdh-lead { font-size: 1.1rem; color: var(--cdh-text-light); margin-bottom: 2rem; }
.cdh-h2 { font-size: 1.8rem; color: var(--cdh-primary); border-bottom: 2px solid var(--cdh-accent); padding-bottom: 8px; margin-bottom: 1.5rem; }
.cdh-h3 { font-size: 1.3rem; color: var(--cdh-primary); margin-bottom: 1rem; }
.cdh-section { margin-bottom: 3rem; }

/* --- Lists --- */
.cdh-list { list-style: none; padding: 0; margin: 0 0 1.5rem 0; }
.cdh-list li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.cdh-list-icon li::before { content: '▶'; position: absolute; left: 0; color: var(--cdh-secondary); font-size: 0.8rem; top: 4px; }
.cdh-list-check li::before { content: '✓'; position: absolute; left: 0; color: var(--cdh-secondary); font-weight: bold; }

/* --- Grids & Boxes --- */
.cdh-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin-bottom: 1rem; }
.cdh-stat-card { background: var(--cdh-bg-light); border: 1px solid var(--cdh-border); border-radius: 8px; padding: 20px; text-align: center; }
.cdh-stat-value { display: block; font-size: 1.5rem; font-weight: bold; color: var(--cdh-secondary); }
.cdh-stat-label { font-size: 0.75rem; text-transform: uppercase; color: var(--cdh-text-light); letter-spacing: 1px; }

.cdh-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.cdh-benefit-card { background: var(--cdh-accent); padding: 20px; border-radius: 8px; }
.cdh-benefit-card h4 { margin: 0 0 10px 0; color: var(--cdh-primary); }

.cdh-steps { margin-bottom: 15px; }
.cdh-step-item { background: var(--cdh-bg-light); border-left: 3px solid var(--cdh-primary); padding: 10px 15px; margin-bottom: 10px; border-radius: 0 4px 4px 0; }
.cdh-step-item strong { color: var(--cdh-primary); display: block; margin-bottom: 4px; }

/* --- Timeline --- */
.cdh-timeline { border-left: 2px solid var(--cdh-secondary); padding-left: 20px; margin-left: 10px; }
.cdh-timeline-item { position: relative; margin-bottom: 20px; }
.cdh-timeline-item::before { content: ''; position: absolute; left: -27px; top: 4px; width: 12px; height: 12px; background: var(--cdh-secondary); border-radius: 50%; }

/* --- Alerts & Table --- */
.cdh-alert-box { background: var(--cdh-bg-light); border: 1px solid var(--cdh-border); padding: 15px; border-radius: 6px; font-size: 0.9rem; color: var(--cdh-text-light); }
.cdh-bg-light-teal { background: var(--cdh-accent); border-color: var(--cdh-accent); color: var(--cdh-primary); }

.cdh-table-responsive { overflow-x: auto; }
.cdh-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.cdh-table th, .cdh-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid var(--cdh-border); }
.cdh-table th { background: var(--cdh-bg-light); color: var(--cdh-primary); font-weight: 600; }

/* --- FAQ Accordion --- */
.cdh-faq-item { border-bottom: 1px solid var(--cdh-border); padding: 10px 0; }
.cdh-faq-question { font-weight: 600; color: var(--cdh-primary); cursor: pointer; padding: 10px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.cdh-faq-question::-webkit-details-marker { display: none; }
.cdh-faq-question::after { content: '+'; color: var(--cdh-secondary); font-size: 1.2rem; }
.cdh-faq-item[open] .cdh-faq-question::after { content: '−'; }
.cdh-faq-answer { padding-bottom: 15px; color: var(--cdh-text-light); }

/* --- Mobile Fixes --- */
@media (max-width: 768px) {
  .cdh-h1 { font-size: 2.2rem; }
  .cdh-hero-content { margin-top: -80px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97f86b7 *//* --- Core Variables --- */
:root {
  --cdh-primary: #004d40;
  --cdh-secondary: #00897b;
  --cdh-accent: #e0f2f1;
  --cdh-text: #333333;
  --cdh-text-light: #666666;
  --cdh-bg-light: #f9fdfc;
  --cdh-border: #dcedec;
  --cdh-font: system-ui, -apple-system, sans-serif;
}

/* --- Base Wrappers --- */
.cdh-blog-wrapper {
  font-family: var(--cdh-font);
  color: var(--cdh-text);
  line-height: 1.6;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
}
.cdh-blog-wrapper * { box-sizing: border-box; }

/* --- Scroll Animation Classes --- */
.cdh-animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: opacity, transform;
}
.cdh-animate-on-scroll.cdh-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive Images --- */
.cdh-responsive-img {
  width: 100%; max-width: 100%; height: auto;
  border-radius: 12px; margin: 1.5rem 0; display: block;
  object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid var(--cdh-border);
}

/* --- Hero & Image Masking (FULL WIDTH) --- */
.cdh-blog-hero { position: relative; text-align: center; margin-bottom: 3rem; width: 100%; }
.cdh-hero-image-mask {
  width: 100%; height: 450px;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.cdh-hero-image-mask img { width: 100%; height: 100%; object-fit: cover; }
.cdh-hero-content { margin-top: -100px; position: relative; z-index: 2; padding: 0 20px; }
.cdh-blog-category { font-size: 0.8rem; letter-spacing: 2px; color: var(--cdh-secondary); text-transform: uppercase; }
.cdh-h1 { font-size: 2.8rem; line-height: 1.2; margin: 10px auto; color: var(--cdh-primary); max-width: 900px; }
.cdh-highlight { color: var(--cdh-secondary); }
.cdh-blog-meta { font-size: 0.9rem; color: var(--cdh-text-light); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }

/* --- Typography & Content (CENTERED AT 800px) --- */
.cdh-blog-content { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.cdh-lead { font-size: 1.1rem; color: var(--cdh-text-light); margin-bottom: 2rem; }
.cdh-h2 { font-size: 1.8rem; color: var(--cdh-primary); border-bottom: 2px solid var(--cdh-accent); padding-bottom: 8px; margin-bottom: 1.5rem; }
.cdh-h3 { font-size: 1.3rem; color: var(--cdh-primary); margin-bottom: 1rem; }
.cdh-section { margin-bottom: 3rem; }

/* --- Lists --- */
.cdh-list { list-style: none; padding: 0; margin: 0 0 1.5rem 0; }
.cdh-list li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.cdh-list-icon li::before { content: '▶'; position: absolute; left: 0; color: var(--cdh-secondary); font-size: 0.8rem; top: 4px; }
.cdh-list-check li::before { content: '✓'; position: absolute; left: 0; color: var(--cdh-secondary); font-weight: bold; }

/* --- Grids & Boxes --- */
.cdh-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin-bottom: 1rem; }
.cdh-stat-card { background: var(--cdh-bg-light); border: 1px solid var(--cdh-border); border-radius: 8px; padding: 20px; text-align: center; }
.cdh-stat-value { display: block; font-size: 1.5rem; font-weight: bold; color: var(--cdh-secondary); }
.cdh-stat-label { font-size: 0.75rem; text-transform: uppercase; color: var(--cdh-text-light); letter-spacing: 1px; }

.cdh-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.cdh-benefit-card { background: var(--cdh-accent); padding: 20px; border-radius: 8px; }
.cdh-benefit-card h4 { margin: 0 0 10px 0; color: var(--cdh-primary); }

.cdh-steps { margin-bottom: 15px; }
.cdh-step-item { background: var(--cdh-bg-light); border-left: 3px solid var(--cdh-primary); padding: 10px 15px; margin-bottom: 10px; border-radius: 0 4px 4px 0; }
.cdh-step-item strong { color: var(--cdh-primary); display: block; margin-bottom: 4px; }

/* --- Timeline --- */
.cdh-timeline { border-left: 2px solid var(--cdh-secondary); padding-left: 20px; margin-left: 10px; }
.cdh-timeline-item { position: relative; margin-bottom: 20px; }
.cdh-timeline-item::before { content: ''; position: absolute; left: -27px; top: 4px; width: 12px; height: 12px; background: var(--cdh-secondary); border-radius: 50%; }

/* --- Alerts & Table --- */
.cdh-alert-box { background: var(--cdh-bg-light); border: 1px solid var(--cdh-border); padding: 15px; border-radius: 6px; font-size: 0.9rem; color: var(--cdh-text-light); }
.cdh-bg-light-teal { background: var(--cdh-accent); border-color: var(--cdh-accent); color: var(--cdh-primary); }

.cdh-table-responsive { overflow-x: auto; }
.cdh-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.cdh-table th, .cdh-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid var(--cdh-border); }
.cdh-table th { background: var(--cdh-bg-light); color: var(--cdh-primary); font-weight: 600; }

/* --- FAQ Accordion --- */
.cdh-faq-item { border-bottom: 1px solid var(--cdh-border); padding: 10px 0; }
.cdh-faq-question { font-weight: 600; color: var(--cdh-primary); cursor: pointer; padding: 10px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.cdh-faq-question::-webkit-details-marker { display: none; }
.cdh-faq-question::after { content: '+'; color: var(--cdh-secondary); font-size: 1.2rem; }
.cdh-faq-item[open] .cdh-faq-question::after { content: '−'; }
.cdh-faq-answer { padding-bottom: 15px; color: var(--cdh-text-light); }

/* --- Mobile Fixes --- */
@media (max-width: 768px) {
  .cdh-h1 { font-size: 2.2rem; }
  .cdh-hero-content { margin-top: -80px; }
}/* End custom CSS */