.elementor-2164 .elementor-element.elementor-element-c6117ea{--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-2164 .elementor-element.elementor-element-db4f4d6{background-color:var( --e-global-color-c696dce );border-radius:10px 10px 10px 10px;}body.elementor-page-2164:not(.elementor-motion-effects-element-type-background), body.elementor-page-2164 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-db4f4d6 *//* ===================================
   Elba Behavior Solutions - Terms of Use CSS
   For Elementor HTML Widget
   
   Brand Colors:
   - Primary: #1C244B (dark navy)
   - Body Text: #324A6D (slate blue)
   - Accent: #6D419D (purple)
   =================================== */

/* Main Container */
.terms-of-use-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #324A6D;
}

/* Header */
.terms-header {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #1C244B;
}

.terms-header h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: #1C244B;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.terms-of-use-container .effective-date,
.terms-of-use-container .last-updated {
  font-size: 0.95em;
  color: #324A6D;
  margin: 5px 0;
}

.terms-of-use-container .effective-date strong,
.terms-of-use-container .last-updated strong {
  color: #1C244B;
  font-weight: 600;
}

/* Content Sections */
.terms-content {
  margin-bottom: 50px;
}

.terms-content section {
  margin-bottom: 50px;
  scroll-margin-top: 100px;
}

/* Headings */
.terms-content h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #1C244B;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
  line-height: 1.3;
}

.terms-content h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #1C244B;
  margin: 30px 0 15px 0;
  line-height: 1.4;
}

/* Paragraphs */
.terms-content p {
  margin: 15px 0;
  line-height: 1.7;
}

.terms-content p strong {
  font-weight: 600;
  color: #1C244B;
}

/* Lists */
.terms-content ul,
.terms-content ol {
  margin: 15px 0 15px 25px;
  padding: 0;
}

.terms-content li {
  margin: 10px 0;
  line-height: 1.7;
}

.terms-content ul ul,
.terms-content ul ol,
.terms-content ol ul,
.terms-content ol ol {
  margin: 10px 0 10px 25px;
}

/* Links - Purple accent */
.terms-content a {
  color: #6D419D;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.terms-content a:hover {
  color: #1C244B;
  border-bottom-color: #1C244B;
}

.terms-content a:focus {
  outline: 2px solid #6D419D;
  outline-offset: 2px;
}

.terms-content a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.85em;
  opacity: 0.7;
}

/* Contact Info Block */
.terms-of-use-container .contact-info {
  background: #F5F6FA;
  border-left: 4px solid #6D419D;
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 4px;
}

.terms-of-use-container .contact-info strong {
  display: block;
  color: #1C244B;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.terms-of-use-container .contact-info a {
  color: #6D419D;
  font-weight: 500;
}

/* Footer */
.terms-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #e5e5e5;
}

.terms-footer .footer-note {
  font-size: 0.9em;
  color: #324A6D;
  font-style: italic;
  line-height: 1.6;
}

/* Important/Warning Blocks */
.terms-content section p:first-of-type strong:only-child {
  display: block;
  background: #F5F6FA;
  border-left: 4px solid #6D419D;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 0.95em;
  color: #1C244B;
}

/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* Tablet */
@media (max-width: 768px) {
  .terms-of-use-container {
    padding: 30px 15px;
  }
  
  .terms-header h1 {
    font-size: 2em;
  }
  
  .terms-content h2 {
    font-size: 1.5em;
  }
  
  .terms-content h3 {
    font-size: 1.2em;
  }
  
  .terms-of-use-container .contact-info {
    padding: 15px 20px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .terms-of-use-container {
    padding: 20px 15px;
    font-size: 15px;
  }
  
  .terms-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .terms-header h1 {
    font-size: 1.75em;
  }
  
  .terms-content section {
    margin-bottom: 35px;
  }
  
  .terms-content h2 {
    font-size: 1.4em;
    margin: 30px 0 15px 0;
  }
  
  .terms-content h3 {
    font-size: 1.15em;
    margin: 20px 0 12px 0;
  }
  
  .terms-content ul,
  .terms-content ol {
    margin-left: 20px;
  }
  
  .terms-of-use-container .contact-info {
    padding: 15px;
  }
}

/* Print Styles */
@media print {
  .terms-of-use-container {
    padding: 0;
    max-width: 100%;
  }
  
  .terms-content a {
    color: #000;
    text-decoration: underline;
  }
  
  .terms-content a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  
  .terms-content section {
    page-break-inside: avoid;
  }
  
  .terms-header h1 {
    page-break-after: avoid;
  }
}

/* Focus Styles for Accessibility */
.terms-content a:focus-visible {
  outline: 2px solid #6D419D;
  outline-offset: 2px;
  border-radius: 2px;
}/* End custom CSS */