.elementor-33 .elementor-element.elementor-element-e82c70e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8ab6a6a */.almasia-thankyou-page {
  direction: rtl;
  min-height: 100vh;
  width: 100%;
  padding: 55px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(191, 145, 55, 0.22), transparent 32%),
    radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f3ec 45%, #eee5d7 100%);
  font-family: "Tajawal", "Cairo", sans-serif;
}

.almasia-thankyou-card {
  position: relative;
  width: 100%;
  max-width: 790px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(191, 145, 55, 0.38);
  border-radius: 34px;
  padding: 42px 38px 34px;
  text-align: center;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.12),
    0 0 0 8px rgba(191, 145, 55, 0.04);
}

.almasia-thankyou-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  top: -105px;
  right: -80px;
  background: rgba(191, 145, 55, 0.14);
}

.almasia-thankyou-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  bottom: -90px;
  left: -70px;
  background: rgba(0, 0, 0, 0.06);
}

.almasia-logo-area {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.diamond-watch-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b98b35;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 8px 20px rgba(185, 139, 53, 0.25);
}

.almasia-logo-area h2 {
  margin: 0;
  color: #050505;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
}

.almasia-logo-area p {
  margin: 4px 0 0;
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.success-circle {
  position: relative;
  z-index: 2;
  width: 82px;
  height: 82px;
  margin: 16px auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111111, #000000);
  color: #d6a84c;
  font-size: 46px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #c99a3f;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.order-badge {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(135deg, #f9edcf, #ffffff);
  color: #9c6c18;
  border: 1px solid rgba(191, 145, 55, 0.38);
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 15px;
}

.almasia-thankyou-card h1 {
  position: relative;
  z-index: 2;
  color: #050505;
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 900;
}

.thankyou-message {
  position: relative;
  z-index: 2;
  max-width: 610px;
  margin: 0 auto 20px;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.luxury-divider {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 22px auto;
  max-width: 410px;
}

.luxury-divider span {
  height: 1px;
  flex: 1;
  background: linear-gradient(to left, transparent, #c99a3f, transparent);
}

.luxury-divider b {
  color: #c99a3f;
  font-size: 18px;
}

.steps-box {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #fffaf0, #ffffff);
  border: 1px solid rgba(191, 145, 55, 0.22);
  border-radius: 24px;
  padding: 18px;
  text-align: right;
  margin-bottom: 22px;
}

.step-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(191, 145, 55, 0.16);
}

.step-item:last-child {
  border-bottom: none;
}

.step-number {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111111, #000000);
  color: #d6a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid rgba(191, 145, 55, 0.52);
}

.step-content strong {
  display: block;
  color: #080808;
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: 900;
}

.step-content p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
}

.trust-features {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-bottom: 24px;
}

.trust-feature {
  background: #ffffff;
  border: 1px solid rgba(191, 145, 55, 0.22);
  border-radius: 18px;
  padding: 15px 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.trust-feature span {
  display: block;
  font-size: 25px;
  margin-bottom: 7px;
}

.trust-feature p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 900;
}

.almasia-home-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 58px;
  padding: 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ffffff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #111111, #000000);
  border: 1px solid #c99a3f;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.23);
  transition: all 0.25s ease;
}

.almasia-home-btn:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  background: linear-gradient(135deg, #000000, #1a1a1a);
}

.phone-note {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: #8b6a2d;
  font-size: 14px;
  font-weight: 700;
}

/* نسخة الهاتف */
@media (max-width: 767px) {
  .almasia-thankyou-page {
    padding: 28px 14px;
    align-items: flex-start;
  }

  .almasia-thankyou-card {
    padding: 32px 18px 26px;
    border-radius: 26px;
  }

  .diamond-watch-icon {
    width: 62px;
    height: 62px;
    font-size: 58px;
  }

  .almasia-logo-area h2 {
    font-size: 34px;
  }

  .almasia-logo-area p {
    font-size: 15px;
  }

  .success-circle {
    width: 72px;
    height: 72px;
    font-size: 40px;
  }

  .almasia-thankyou-card h1 {
    font-size: 28px;
  }

  .thankyou-message {
    font-size: 16px;
  }

  .trust-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .almasia-home-btn {
    width: 100%;
  }
}/* End custom CSS */