body.elementor-page-52{margin:0px 0px 0px 0px;}/* Start custom CSS */<style>
html {
  scroll-behavior: smooth;
}

.nb-thank-page {
  font-family: 'DM Sans', Arial, sans-serif;
  background: #fffaf8;
  color: #3b2a25;
}

.nb-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 999px;
  background: #b76e79;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  transition: .25s ease;
  box-shadow: 0 18px 38px rgba(183,110,121,.28);
}

.nb-btn:hover {
  background: #9f5965;
  transform: translateY(-3px);
}

.nb-btn-secondary {
  background: #3b2a25;
}

.nb-btn-secondary:hover {
  background: #604943;
}

.nb-section-title {
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  color: #3b2a25;
  margin: 0 0 18px;
}

.nb-section-text {
  font-size: 18px;
  line-height: 1.7;
  color: #604943;
  margin: 0 0 30px;
}

.nb-thank-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.nb-cakes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.nb-cakes-image {
  min-height: 420px;
  border-radius: 34px;
  background: linear-gradient(
    135deg,
    #f8d9d7,
    #fff4ef
  );
  border: 2px dashed #d8aaa5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f5965;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}

.nb-contact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.nb-contact-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 24px 18px;
  text-decoration: none;
  color: #fff !important;
  transition: .25s ease;
}

.nb-contact-card:hover {
  background: rgba(255,255,255,.18);
  transform: translateY(-4px);
}

.nb-contact-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-contact-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.nb-contact-card strong {
  display: block;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 900px) {

  .nb-cakes-grid {
    grid-template-columns: 1fr;
  }

  .nb-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 700px) {

  .nb-btn {
    width: 100%;
  }

}

@media (max-width: 520px) {

  .nb-contact-grid {
    grid-template-columns: 1fr;
  }

}
</style>/* End custom CSS */