@charset "UTF-8";
.gallery-thumbnails-wrapper {
  position: relative;
  padding: 10px 0;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}
.woocommerce-product-gallery .flex-control-thumbs {
  scrollbar-width: none;
  padding: 0;
  margin: 0;
  padding-left: 45px;
  padding-right: 45px;
  scroll-behavior: smooth;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 0;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #444;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: all 0.2s ease;
}
.scroll-arrow:hover {
  opacity: 1;
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.scroll-arrow.right-arrow {
  right: 5px;
}
.scroll-arrow.left-arrow {
  left: 5px;
}

@media (max-width: 768px) {
  .scroll-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .woocommerce-product-gallery .flex-control-thumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* --- 1. Minimalist and delicate design for selection fields --- */
form.variations_form {
  /* Makes the table flexible */
}
form.variations_form table.variations {
  display: flex;
  gap: 15px; /* Gap between Carat and Color */
  width: 100%;
  margin-bottom: 15px !important;
  border: none !important;
  background: transparent !important;
}
form.variations_form table.variations tbody {
  display: flex;
  width: 100%;
  gap: 15px;
}
form.variations_form table.variations tr {
  display: flex;
  flex-direction: column;
  flex: 1; /* Each field takes exactly half width */
  margin: 0 !important;
  background: transparent !important;
}
form.variations_form table.variations {
  /* Labels (Carat/Color) - small and delicate */
}
form.variations_form table.variations label {
  font-size: 11px; /* Small font */
  color: #888; /* Delicate grey */
  margin-bottom: 2px;
  font-weight: 400;
}
form.variations_form table.variations {
  /* Selection fields - "Clean" design without full border */
}
form.variations_form table.variations select {
  width: 100%;
  height: 30px; /* Lower height */
  font-size: 12px;
  padding: 0 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc; /* Only delicate bottom border */
  border-radius: 0;
  outline: none;
  color: #333;
}
form.variations_form {
  /* Hide reset button */
}
form.variations_form a.reset_variations {
  display: none !important;
}

/* --- 2. Aggressive alignment: Price and button in one line --- */
/* The container wrapping both */
.single_variation_wrap {
  display: flex !important;
  flex-direction: row !important; /* Forces row */
  flex-wrap: nowrap !important; /* Prohibits line break */
  align-items: flex-end !important; /* Aligns to the bottom of the area */
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
  /* Price area (Dynamic) */
}
.single_variation_wrap .woocommerce-variation.single_variation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
  width: auto; /* Width according to content */
  min-width: 80px; /* Keeps space for price so it won't move */
}
.single_variation_wrap .woocommerce-variation.single_variation .price {
  font-size: 16px !important; /* Proportional price size */
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin: 0;
}
.single_variation_wrap {
  /* Button area */
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
  flex-grow: 1; /* The button will take all remaining space */
  display: flex;
  margin: 0 !important;
}

/* The button itself - low and delicate */
button.single_add_to_cart_button {
  width: 100% !important;
  height: 36px !important; /* More delicate height */
  line-height: 36px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500;
  margin: 0 !important;
  border-radius: 2px; /* Minimal corner rounding */
}

/* --- Fix for initial price display --- */
/* In case variation isn't selected yet, sometimes price jumps. This fixes it. */
.elementor-widget-woocommerce-product-add-to-cart .price {
  /* If there is an external price interfering, hide or adjust it */
  /* display: none; -> Uncomment if there is a double price */
}

/* --- Specific overrides for Elementor/Woo wrappers --- */
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  line-height: 1;
  padding: 5px;
}

/* --- Mobile Adjustments --- */
@media only screen and (max-width: 767px) {
  form.variations_form table.variations {
    /* Further reduce gap between fields on mobile */
  }
  form.variations_form table.variations tbody {
    gap: 5px;
  }
  form.variations_form table.variations {
    /* Reduce font in label to save space */
  }
  form.variations_form table.variations label {
    font-size: 10px;
  }
  /* Ensure button and price fit in one line on narrow screens */
  .single_variation_wrap {
    gap: 5px;
  }
  .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    font-size: 13px !important; /* Slight text reduction in button */
  }
  .single_variation_wrap .woocommerce-variation.single_variation .price {
    font-size: 15px !important; /* Slight price reduction */
  }
}
/* Variables */
/* Mixins */
/* Animations */
@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 160, 97, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(196, 160, 97, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(196, 160, 97, 0);
  }
}
/* Global Resets specific to Landing Page scope */
.jewelry-landing-page {
  font-family: "Open Sans Hebrew", sans-serif;
  color: #1f2937;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.jewelry-landing-page * {
  box-sizing: border-box;
}
.jewelry-landing-page img {
  max-width: 100%;
  height: auto;
}
.jewelry-landing-page a {
  text-decoration: none;
  color: inherit;
}

/* Utility Classes */
.lp-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.lp-title {
  font-family: "Open Sans Hebrew", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #12302b;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}
.lp-title--center {
  display: block;
  text-align: center;
}
.lp-title__underline {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 4px;
  background-color: #c4a061;
}
@media (max-width: 768px) {
  .lp-title {
    font-size: 2rem;
  }
}

.lp-subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 2rem;
  text-align: center;
}

.lp-btn {
  display: inline-block;
  padding: 1.25rem 3rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 386px) {
  .lp-btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
.lp-btn--gold {
  background-color: #c4a061;
  color: #ffffff !important;
  border: 2px solid #c4a061;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.lp-btn--gold:hover {
  background-color: #ffffff;
  color: #12302b !important;
}
.lp-btn--outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
.lp-btn--outline:hover {
  background-color: #ffffff;
  color: #12302b !important;
}

/* Header */
.lp-header {
  background-color: #ffffff;
  padding: 1.5rem 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 50;
  text-align: center;
}

.lp-logo {
  font-family: "Open Sans Hebrew", serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #c4a061;
}
.lp-logo span {
  color: #12302b;
}

/* Hero Section */
.lp-hero {
  background-color: #12302b;
  color: #ffffff;
  position: relative;
  padding: 6rem 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 386px) {
  .lp-hero {
    padding-top: 50px;
  }
}
.lp-hero__overlay {
  position: absolute;
  inset: 0;
  background-image: url("https://cljewelry.co.il/wp-content/uploads/2025/12/17666802528032.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}
.lp-hero__content {
  position: relative;
  z-index: 10;
  max-width: 900px;
}
.lp-hero__subtitle {
  display: inline-block;
  border-bottom: 2px solid #c4a061;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  color: #c4a061;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}
.lp-hero__title {
  font-family: "Open Sans Hebrew", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.lp-hero__title span {
  color: #c4a061;
  font-style: italic;
}
@media (min-width: 768px) {
  .lp-hero__title {
    font-size: 4.5rem;
  }
}
@media (max-width: 386px) {
  .lp-hero__title {
    font-size: 2.5rem;
  }
}
.lp-hero__text {
  font-size: 1.25rem;
  font-weight: 300;
  color: #e5e7eb;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.lp-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .lp-hero__actions {
    flex-direction: row;
  }
}

/* Quick Strip Section (New) */
.lp-quick-strip {
  position: relative;
  z-index: 30;
  margin-top: -2.5rem; /* Negative margin for overlap */
  padding: 0 1rem;
}
.lp-quick-strip__box {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-top: 4px solid #c4a061;
  padding: 1.5rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-quick-strip__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .lp-quick-strip__form {
    flex-direction: row;
  }
}
.lp-quick-strip__label {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .lp-quick-strip__label {
    width: auto;
    text-align: right;
    padding-left: 1.5rem;
    margin-bottom: 0;
    border-left: 1px solid #e5e7eb;
    white-space: nowrap;
  }
}
.lp-quick-strip__title {
  color: #12302b;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 0.25rem 0;
}
.lp-quick-strip__title svg {
  color: #c4a061;
  margin-left: 3px;
  margin-bottom: -3px;
}
.lp-quick-strip__subtitle {
  font-size: 0.75rem;
  color: #4b5563;
  margin: 0;
}
.lp-quick-strip__input-group {
  width: 100%;
  flex: 1;
}
.lp-quick-strip__input-group input {
  width: 100%;
  padding: 1rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  font-family: "Open Sans Hebrew", sans-serif;
  transition: all 0.3s;
  color: #1f2937;
}
.lp-quick-strip__input-group input:focus {
  outline: none;
  border-color: #c4a061;
  background-color: #ffffff;
}
.lp-quick-strip__input-group input[type=tel] {
  text-align: right;
}
.lp-quick-strip__input-group p {
  margin-bottom: 0;
}
.lp-quick-strip__btn-wrapper p {
  margin: 0;
}
.lp-quick-strip__btn-wrapper [type=submit] {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #12302b;
  color: #ffffff;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lp-quick-strip__btn-wrapper [type=submit] {
    width: auto;
  }
}
.lp-quick-strip__btn-wrapper [type=submit]:hover {
  background-color: #0f2924;
}

/* Story Section */
.lp-story {
  padding: 5rem 0;
  background-color: #ffffff;
}
.lp-story__grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .lp-story__grid {
    flex-direction: row;
  }
}
.lp-story__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .lp-story__image-wrapper {
    width: 50%;
  }
}
.lp-story__border {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  border: 2px solid #c4a061;
  border-radius: 2px;
  z-index: 0;
}
.lp-story__img {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  filter: grayscale(100%);
  transition: filter 0.7s ease;
}
.lp-story__img:hover {
  filter: grayscale(0);
}
.lp-story__content {
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .lp-story__content {
    width: 50%;
  }
}
.lp-story__content p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.lp-story__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.lp-story__author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #c4a061;
}
.lp-story__author strong {
  display: block;
  color: #12302b;
  font-size: 1.1rem;
}
.lp-story__author span {
  font-size: 0.875rem;
  color: #9ca3af;
}

/* Video Section */
.lp-video {
  padding: 5rem 0;
  background-color: #f9fafb;
  border-top: 1px solid #f3f4f6;
}
@media (max-width: 386px) {
  .lp-video {
    padding: 2rem;
  }
}
.lp-video .lp-container {
  padding: 0;
}
.lp-video__wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #111;
  border-radius: 2px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 4px solid #ffffff;
  cursor: pointer;
}
.lp-video__wrapper:hover img {
  opacity: 0.4;
}
.lp-video__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
.lp-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-video .lp-play-btn {
  width: 80px;
  height: 80px;
  background-color: #c4a061;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  animation: pulse-gold 2s infinite;
  transition: transform 0.3s ease;
}
@media (max-width: 386px) {
  .lp-video .lp-play-btn {
    width: 40px;
    height: 40px;
  }
}
.lp-video .lp-play-btn:hover {
  transform: scale(1.1);
}

/* Gallery Section */
.lp-gallery {
  padding: 6rem 0;
}
@media (max-width: 386px) {
  .lp-gallery {
    padding: 0;
  }
}
.lp-gallery .lp-title-wrapper {
  text-align: center;
  margin-bottom: 4rem;
}
.lp-gallery .lp-divider {
  width: 6rem;
  height: 4px;
  background-color: #c4a061;
  margin: 0 auto;
}
.lp-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .lp-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-card {
  text-align: center;
  cursor: pointer;
}
.lp-card__image {
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.lp-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.lp-card__image:hover img {
  transform: scale(1.1);
}
.lp-card__tag {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #ffffff;
  color: #12302b;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 20;
}
.lp-card__content {
  padding: 0 1rem;
}
.lp-card__content h3 {
  font-family: "Open Sans Hebrew", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.lp-card__content p {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
}
.lp-card__quote {
  color: #c4a061;
  font-style: italic;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

/* Contact Section */
.lp-contact {
  position: relative;
  background-color: #12302b;
  color: #ffffff;
  padding: 6rem 0;
  overflow: hidden;
}
@media (max-width: 386px) {
  .lp-contact {
    padding: 1rem;
  }
  .lp-contact .lp-container {
    padding: 0;
  }
}
.lp-contact__decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}
.lp-contact__decor--1 {
  top: -5rem;
  right: -5rem;
  width: 24rem;
  height: 24rem;
  background-color: rgba(255, 255, 255, 0.05);
}
.lp-contact__decor--2 {
  bottom: -5rem;
  left: -5rem;
  width: 18rem;
  height: 18rem;
  background-color: rgba(196, 160, 97, 0.1);
}
.lp-contact__box {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .lp-contact__box {
    flex-direction: row;
  }
}
.lp-contact__info {
  background-color: #111827;
  color: #ffffff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lp-contact__info {
    width: 40%;
  }
}
.lp-contact__info h3 {
  font-family: "Open Sans Hebrew", serif;
  font-size: 1.5rem;
  color: #c4a061;
  margin-bottom: 1.5rem;
}
.lp-contact__info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.lp-contact__info ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}
.lp-contact__info ul li::before {
  content: "✓";
  color: #c4a061;
  font-weight: bold;
}
.lp-contact__brand {
  font-family: "Open Sans Hebrew", serif;
  color: #c4a061;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: auto;
}
.lp-contact__form-wrapper {
  padding: 2.5rem;
  color: #1f2937;
  width: 100%;
}
@media (min-width: 768px) {
  .lp-contact__form-wrapper {
    width: 60%;
  }
}
@media (max-width: 386px) {
  .lp-contact__form-wrapper {
    padding: 1.5rem;
  }
}
.lp-contact__form-wrapper .lp-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.lp-contact__form-wrapper .lp-subtitle {
  text-align: right;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

/* Form Styles */
.lp-form__group {
  margin-bottom: 1.25rem;
}
.lp-form__group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #4b5563;
}
.lp-form__group input, .lp-form__group textarea {
  width: 100%;
  padding: 0.75rem;
  background-color: #f9fafb;
  border: none;
  border-bottom: 2px solid #e5e7eb;
  transition: all 0.3s;
  font-family: "Open Sans Hebrew", sans-serif;
}
.lp-form__group input:focus, .lp-form__group textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #c4a061;
}
.lp-form__group input[type=tel], .lp-form__group textarea[type=tel] {
  text-align: right;
}
.lp-form__group textarea {
  resize: none;
}

.lp-submit-btn {
  width: 100%;
  padding: 1rem;
  background-color: #12302b;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 1rem;
}
@media (max-width: 386px) {
  .lp-submit-btn {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
  }
}
.lp-submit-btn:hover {
  background-color: #0f2924;
}

/* Footer */
.lp-footer {
  background-color: #111827;
  color: #9ca3af;
  padding: 2.5rem 0;
  border-top: 1px solid #1f2937;
  text-align: center;
}
.lp-footer__brand {
  font-family: "Open Sans Hebrew", serif;
  color: #c4a061;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.lp-footer__social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.lp-footer__social a {
  color: #9ca3af;
  font-size: 0.9rem;
  transition: color 0.3s;
}
.lp-footer__social a:hover {
  color: #ffffff;
}
.lp-footer__copyright {
  font-size: 0.875rem;
  opacity: 0.6;
}

.luxury-thank-you-page-content {
  font-family: "Open Sans Hebrew", sans-serif;
}
@keyframes luxurySlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes luxuryPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.luxury-thank-you-page-content .thank-you-wrapper {
  width: 100%;
  min-height: 80vh;
  padding: 80px 20px;
  text-align: center;
  background-color: #0F302D;
  color: #ffffff;
  background-image: linear-gradient(rgba(15, 48, 45, 0.9), rgba(15, 48, 45, 0.9)), url("https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.luxury-thank-you-page-content .thank-you-wrapper .container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  border: 1px solid rgba(197, 160, 101, 0.3);
  background: rgba(15, 48, 45, 0.85);
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  animation: luxurySlideUp 0.8s ease-out;
  position: relative;
}
.luxury-thank-you-page-content .thank-you-wrapper .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #C5A065;
}
.luxury-thank-you-page-content .success-icon-wrapper {
  width: 80px;
  height: 80px;
  border: 2px solid #C5A065;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  position: relative;
}
.luxury-thank-you-page-content .success-icon-wrapper::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(197, 160, 101, 0.3);
  border-radius: 50%;
  animation: luxuryPulse 2s infinite;
}
.luxury-thank-you-page-content .success-icon-wrapper .success-icon {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #C5A065;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.luxury-thank-you-page-content h1 {
  font-family: "Open Sans Hebrew", serif;
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .luxury-thank-you-page-content h1 {
    font-size: 2.5rem;
  }
}
.luxury-thank-you-page-content .sub-headline {
  font-size: 1.5rem;
  color: #C5A065;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Open Sans Hebrew", serif;
  font-style: italic;
}
.luxury-thank-you-page-content .description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.luxury-thank-you-page-content .description pre {
  font-family: "Open Sans Hebrew", serif;
}
.luxury-thank-you-page-content .description p {
  margin-bottom: 1rem;
}
.luxury-thank-you-page-content .description p:last-child {
  margin-bottom: 0;
}
.luxury-thank-you-page-content .actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .luxury-thank-you-page-content .actions {
    flex-direction: column;
    gap: 15px;
  }
}
.luxury-thank-you-page-content .actions .btn {
  padding: 14px 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 600px) {
  .luxury-thank-you-page-content .actions .btn {
    width: 100%;
    text-align: center;
  }
}
.luxury-thank-you-page-content .actions .btn.btn-primary {
  background-color: #C5A065;
  color: #0F302D;
  border: 1px solid #C5A065;
}
.luxury-thank-you-page-content .actions .btn.btn-primary:hover {
  background-color: #b08d55;
  border-color: #b08d55;
  color: #0F302D;
}
.luxury-thank-you-page-content .actions .btn.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.luxury-thank-you-page-content .actions .btn.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #C5A065;
  color: #C5A065;
}

/*# sourceMappingURL=main.css.map */
