.elementor-48 .elementor-element.elementor-element-ef74726{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-02b6c7b */@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@500;600;700&display=swap');

.sg-thank-page,
.sg-thank-page * {
  box-sizing: border-box;
}

.sg-thank-page {
  min-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, sans-serif;
  color: #3b2b1d;
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 181, 103, 0.20), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(184, 138, 53, 0.16), transparent 28%),
    linear-gradient(135deg, #fffaf1 0%, #fbf7ef 54%, #f3e8d5 100%);
}

.sg-thank-card {
  width: min(900px, 100%);
  padding: 42px;
  border-radius: 34px;
  border: 1px solid rgba(184, 138, 53, 0.26);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(59, 43, 29, 0.12);
  text-align: center;
  backdrop-filter: blur(14px);
}

.sg-thank-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #d8b567, #8f6423);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(184, 138, 53, 0.28);
}

.sg-thank-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8f6423;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sg-thank-card h1 {
  margin: 0;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  color: #3b2b1d;
  letter-spacing: -0.04em;
}

.sg-thank-message {
  width: min(620px, 100%);
  margin: 18px auto 0;
  color: #7b6754;
  font-size: 1rem;
  line-height: 1.8;
}

.sg-order-summary {
  margin-top: 34px;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(184, 138, 53, 0.22);
  background: rgba(255, 250, 241, 0.74);
  text-align: left;
}

.sg-order-summary h2 {
  margin: 0 0 18px;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: 2rem;
  color: #3b2b1d;
}

.sg-summary-row {
  min-height: 52px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(184, 138, 53, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sg-summary-row span {
  color: #7b6754;
  font-size: 0.92rem;
  font-weight: 700;
}

.sg-summary-row strong {
  color: #3b2b1d;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: right;
}

.sg-summary-row-block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.sg-summary-row-block strong {
  margin-top: 7px;
  text-align: left;
  line-height: 1.65;
}

.sg-summary-highlight {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sg-summary-highlight div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(184, 138, 53, 0.22);
  background: rgba(184, 138, 53, 0.08);
}

.sg-summary-highlight span {
  display: block;
  color: #7b6754;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.sg-summary-highlight strong {
  display: block;
  color: #8f6423;
  font-size: 1rem;
  font-weight: 900;
}

.sg-thank-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sg-thank-btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
  transition: transform 320ms cubic-bezier(.2,.75,.2,1), box-shadow 320ms cubic-bezier(.2,.75,.2,1);
}

.sg-thank-btn:hover {
  transform: translateY(-3px);
}

.sg-thank-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #b88a35, #8f6423);
  box-shadow: 0 16px 34px rgba(184, 138, 53, 0.28);
}

.sg-thank-btn-outline {
  color: #3b2b1d;
  border: 1px solid rgba(184, 138, 53, 0.36);
  background: rgba(255, 255, 255, 0.56);
}

@media (max-width: 760px) {
  .sg-thank-page {
    padding: 38px 15px;
    align-items: flex-start;
  }

  .sg-thank-card {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .sg-order-summary {
    padding: 18px;
  }

  .sg-summary-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .sg-summary-row strong {
    text-align: left;
  }

  .sg-summary-highlight {
    grid-template-columns: 1fr;
  }

  .sg-thank-btn {
    width: 100%;
  }
}/* End custom CSS */