.elementor-6394 .elementor-element.elementor-element-84d80ea{--display:flex;}/* Start custom CSS for html, class: .elementor-element-857351d */:root {
  --primary-color: #111111;
  --secondary-color: #333333;
  --accent-color: #00a896;
  --background-color: #f7f8fa;
  --card-background: #ffffff;
  --border-color: #e5e7eb;
  --text-color: #111111;
  --muted-color: #444444;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.shipping-policy-page,
.shipping-policy-page * {
  box-sizing: border-box;
}

.shipping-policy-page {
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 18px;
  background: var(--background-color);
  color: var(--text-color) !important;
  direction: rtl;
  text-align: right;
  line-height: 1.8;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.shipping-policy-page h1,
.shipping-policy-page h2,
.shipping-policy-page h3,
.shipping-policy-page p,
.shipping-policy-page li,
.shipping-policy-page span,
.shipping-policy-page strong,
.shipping-policy-page a {
  color: var(--text-color) !important;
}

.shipping-policy-page p,
.shipping-policy-page li,
.shipping-policy-page span {
  color: var(--secondary-color) !important;
}

.policy-hero {
  background: linear-gradient(135deg, #111111 0%, #2d3748 100%) !important;
  color: #ffffff !important;
  padding: 42px 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}

.policy-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff !important;
}

.policy-hero p {
  margin: 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px;
}

.policy-updated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
  font-size: 14px;
}

.policy-card {
  background: #ffffff !important;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}

.policy-card h2 {
  margin: 0 0 14px;
  color: #111111 !important;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 800;
}

.policy-card p {
  margin: 0 0 14px;
  color: #333333 !important;
  font-size: 16px;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.policy-list li {
  position: relative;
  margin-bottom: 12px;
  padding-right: 28px;
  color: #333333 !important;
  font-size: 16px;
}

.policy-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  color: #00a896 !important;
  font-weight: 800;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0;
}

.info-box {
  background: #ffffff !important;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.info-box strong {
  display: block;
  margin-bottom: 8px;
  color: #111111 !important;
  font-size: 17px;
}

.info-box span {
  display: block;
  color: #444444 !important;
  font-size: 15px;
}

.contact-box {
  background: #ecfdf5 !important;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius);
  padding: 26px;
  margin-top: 22px;
}

.contact-box h2 {
  margin-top: 0;
  color: #065f46 !important;
}

.contact-box p {
  color: #134e4a !important;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.contact-item {
  background: #ffffff !important;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #d1fae5;
}

.contact-item strong {
  display: block;
  color: #064e3b !important;
  margin-bottom: 4px;
}

.contact-item a,
.contact-item span {
  color: #047857 !important;
  text-decoration: none;
  font-weight: 600;
}

.contact-item a:hover {
  text-decoration: underline;
}

.important-note {
  border-right: 5px solid #00a896;
  background: #f0fdfa !important;
  padding: 18px 20px;
  border-radius: 14px;
  color: #134e4a !important;
  margin-top: 16px;
}

.important-note,
.important-note p,
.important-note span {
  color: #134e4a !important;
}

.important-note strong {
  color: #0f766e !important;
}

@media (max-width: 900px) {
  .info-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .policy-hero,
  .policy-card {
    padding: 26px 20px;
  }

  .shipping-policy-page {
    padding: 28px 14px;
  }
}/* End custom CSS */