.elementor-55641 .elementor-element.elementor-element-c98f982{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-55641 .elementor-element.elementor-element-2956ed1{width:100%;max-width:100%;}.elementor-55641 .elementor-element.elementor-element-11c6eefb{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1fbcf85c */<style>
/* Main Page Container */
.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
  text-align: left;
}

/* Section Cards - Using new Source Design */
.policy-section {
  background-color: #f8f9fa;
  border-radius: 8px; /* Updated from 0.5rem to 8px */
  padding: 1.5rem;
  border-left: 4px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1.5rem;
}

.policy-section:hover {
  transform: translateY(-3px); /* Updated hover effect */
  box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Updated shadow depth */
}

/* Headers */
.section-header h2 {
  display: flex;
  align-items: center;
  color: #2c3e50;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.section-header i {
  margin-right: 0.8rem;
  flex-shrink: 0;
}

.section-content {
  margin-left: 0.5rem; /* Adjusted alignment */
}

/* Unified Item Style */
/* Mapping .step-item/.danger-item style to Tier and Requirement items */
.tier-item,
.requirement-item {
  display: flex;
  align-items: flex-start; /* Kept start for multi-line text readability */
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: white;
  border-radius: 6px; /* Source design element */
  border-left: 3px solid #dc3545; /* Source design element */
  transition: all 0.2s ease;
}

/* Icon and Number Spacing Logic */
.tier-number,
.requirement-item i {
  margin-right: 0.8rem; /* Source spacing */
  flex-shrink: 0;
}

.requirement-item i {
  margin-top: 0.2rem; /* Visual alignment for icons */
}

/* Tier Number Styling - Mapped from .step-number */
.tier-number {
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 35px; /* Slightly larger than source 32px to fit "21+" text */
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.tier-content h3 {
  margin-bottom: 0.2rem;
  color: #dc3545;
  font-size: 1rem;
  font-weight: 700;
}

.tier-content p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Partner Section Styling */
.partner-section {
  background-color: white;
  padding: 1.5rem;
  border-radius: 8px; /* Matches policy-section radius */
  border: 1px solid #e9ecef;
}

.partner-category {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
  height: 100%;
}

.partner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.partner-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
}

.partner-list li:last-child {
  border-bottom: none;
}

/* Badges */
.badge-outline-danger {
  color: #dc3545;
  border: 2px solid #dc3545; /* Source thickness */
  background-color: transparent;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  margin: 0.5rem 0.5rem 0.5rem 0;
  display: inline-block;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 2px solid #6c757d; /* Matching source thickness */
  background-color: transparent;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  margin: 0.5rem 0.5rem 0.5rem 0;
  display: inline-block;
}

/* Utility */
.payment-badge,
.timeline-badge,
.office-locations {
  margin-top: 1rem;
}

/* Responsive Rules */
@media (max-width: 768px) {
  .policy-section {
    padding: 1rem;
  }
  
  .tier-item,
  .requirement-item {
    padding: 0.8rem;
  }
  
  .page-header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .alert {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  
  .policy-sections {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
</style>/* End custom CSS */