.elementor-17568 .elementor-element.elementor-element-abacc56{--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-17568 .elementor-element.elementor-element-7b53e252{--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 );}@media(min-width:768px){.elementor-17568 .elementor-element.elementor-element-abacc56{--content-width:1220px;}.elementor-17568 .elementor-element.elementor-element-7b53e252{--content-width:1220px;}}/* Start custom CSS for text-editor, class: .elementor-element-5719996c */.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
}

.policy-section {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
  border-left: 4px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.policy-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section-header {
  margin-bottom: 1rem;
}

.section-content {
  margin-left: 1.5rem;
}

.contact-methods {
  margin-top: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  border-left: 3px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon i {
  color: white;
  font-size: 1.2rem;
}

.contact-icon.whatsapp {
  background-color: #25D366;
}

.contact-icon.facebook {
  background-color: #1877F2;
}

.contact-icon.email {
  background-color: #6c757d;
}

.contact-details h3 {
  margin-bottom: 0.25rem;
  color: #dc3545;
  font-weight: 600;
}

.contact-details p {
  margin-bottom: 0;
  color: #555;
}

.contact-details a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-details a:hover {
  color: #dc3545;
  text-decoration: none;
}

.email-section {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.5rem;
  border-left: 3px solid #dc3545;
}

.email-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.email-header h3 {
  margin-bottom: 0;
  margin-left: 1rem;
  color: #dc3545;
  font-weight: 600;
}

.email-types {
  margin-left: 4rem;
}

.email-item {
  margin-bottom: 1rem;
  padding: 0.75rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
}

.email-type {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.email-type h4 {
  margin-bottom: 0;
  color: #333;
  font-weight: 600;
}

.email-item p {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

.email-item a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.email-item a:hover {
  color: #dc3545;
}

.services-list {
  margin-top: 1rem;
}

.service-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-item:hover {
  transform: translateX(5px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.service-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.service-header h3 {
  margin-bottom: 0;
  color: #dc3545;
  font-weight: 600;
}

.service-content p {
  margin-bottom: 0.75rem;
  color: #555;
  line-height: 1.6;
}

.service-badge {
  margin-top: 0.5rem;
}

.quick-contact-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-color: #dc3545;
}

.quick-contact-card h3 {
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}

.quick-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.quick-contact-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #666;
  font-size: 0.9rem;
}

.quick-contact-list li:last-child {
  border-bottom: none;
}

.quick-contact-list li:before {
  content: "✓";
  color: #dc3545;
  font-weight: bold;
  margin-right: 0.5rem;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: transparent;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
}

@media (max-width: 768px) {
  .section-content {
    margin-left: 0;
  }
  
  .policy-section {
    padding: 1rem;
  }
  
  .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;
  }
  
  .contact-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  
  .contact-icon {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  
  .email-types {
    margin-left: 0;
  }
  
  .email-header {
    flex-direction: column;
    text-align: center;
  }
  
  .email-header h3 {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  
  .service-item {
    padding: 0.75rem;
  }
  
  .quick-contact-card {
    margin-bottom: 1rem;
  }
}/* End custom CSS */