.elementor-59184 .elementor-element.elementor-element-8823d37{--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;--justify-content:center;}.elementor-59184 .elementor-element.elementor-element-8823d37.e-con{--flex-grow:1;--flex-shrink:0;}.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-59184 .elementor-element.elementor-element-726361cc{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-6f92648b *//* --- Base and General Styles --- */
.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
  text-align: right; /* RTL Default text alignment */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}

p, span, li {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

.fas {
  /* In RTL, Bootstrap's ml-2 class correctly adds margin-right. 
     This is a fallback if the class is forgotten. */
  margin-left: 0.5rem; 
}

.badge {
  margin-left: 0.5rem; /* Spacing between badges in RTL */
}
.badge:last-child {
  margin-left: 0;
}


/* --- Section Styling (RTL) --- */
.policy-section {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
  border-right: 4px solid #dc3545; /* RTL border */
  border-left: none; /* Remove LTR border */
  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-right: 1.5rem; /* RTL indentation */
  margin-left: 0; /* Remove LTR indentation */
}

.shipping-benefits, .processing-schedule, .gcc-shipping-info, .special-order-badge, .ultra-fast-info {
  margin-top: 1rem;
}


/* --- Sub-Section Styling (RTL) --- */
.shipping-region, .delivery-zone {
  background-color: white;
  padding: 1rem;
  border-radius: 0.25rem;
  border-right: 2px solid #dc3545; /* RTL border */
  border-left: none; /* Remove LTR border */
  height: 100%;
}

.shipping-list {
  list-style: none;
  padding-right: 0; /* RTL padding */
  margin-bottom: 0;
}

.shipping-list li {
  padding: 0.25rem 0;
  color: #333;
}

.delivery-zones {
  display: grid;
  gap: 1rem;
}

.delivery-zone h3 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}


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

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


/* --- Mobile Responsive (RTL) --- */
@media (max-width: 768px) {
  .section-content {
    margin-right: 0; /* Remove indentation on mobile */
  }
  
  .policy-section {
    padding: 1rem;
  }

  .shipping-region {
    margin-bottom: 1rem;
  }
  
  .page-header, .alert, .policy-sections {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}/* End custom CSS */