/* Small, site-specific tweaks for the standalone build. */
.site-form {
  max-width: 760px;
  margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
}

.site-form .field {
  margin-bottom: 14px;
}

.site-form label {
  display: block;
  margin-bottom: 6px;
}

.site-form input,
.site-form textarea,
.site-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 6px;
  background: rgba(255,255,255,.9);
}

.site-form button {
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}
/* SiteForms embed spacing */
.siteforms-container.siteforms-container-full.siteforms-render-modern{
  padding-top: 40px;
}

/* ---------- Bridal Experience: Wedding Day Package card ---------- */
.mcb-package-card{
  max-width: 760px;
  margin: 26px auto 0;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  padding: 28px 30px;
  text-align: center;
}

.mcb-package-card .mcb-package-img{
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto 18px;
  border-radius: 10px;
}

.mcb-package-card .mcb-package-sub{
  margin-top: 6px;
  font-style: italic;
  opacity: .9;
}

.mcb-package-card h3{
  margin-top: 18px;
}

.mcb-package-card .mcb-package-list{
  list-style: none;
  padding: 0;
  margin: 14px auto 0;
  max-width: 540px;
  text-align: left;
}

.mcb-package-card .mcb-package-list li{
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  line-height: 1.35;
}

.mcb-package-card .mcb-package-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.mcb-package-card .mcb-package-note{
  margin-top: 14px;
  font-weight: 600;
}

.mcb-package-card .mcb-package-investment{
  margin-top: 14px;
  letter-spacing: .03em;
}

.mcb-package-card .mcb-package-investment span{
  font-weight: 400;
  opacity: .9;
  margin-left: 6px;
}

/* Keep the top Bridal Makeup image at a consistent, fixed max width */
.page-id-7352 .et_pb_image_0 .et_pb_image_wrap img.site-image-428{
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 520px){
  .mcb-package-card{
    padding: 18px 16px;
    border-radius: 12px;
  }
}


/* ---------- Bridal Experience: Page background (tan) ---------- */
.page-id-7352,
.page-id-7352 #page-container,
.page-id-7352 #main-content,
.page-id-7352 #et-main-area{
  background-color: #E1C9B9 !important;
}

/* ---------- Bridal Experience: Top Bridal Makeup card (match package card width) ---------- */
.page-id-7352 .et_pb_section_1{
  background: #E1C9B9 !important;
  background-image: none !important;
}

.page-id-7352 .et_pb_section_1 .et_pb_row_2{
  max-width: 760px;
  margin: 0 auto;
}

/* Hide the empty spacer columns so the content card can be full width */
.page-id-7352 .et_pb_section_1 .et_pb_row_2 .et_pb_column_0,
.page-id-7352 .et_pb_section_1 .et_pb_row_2 .et_pb_column_2{
  display: none !important;
}

/* Apply the same “white card” look as the Wedding Day Package */
.page-id-7352 .et_pb_section_1 .et_pb_row_2 .mcb-top-card{
  width: 100% !important;
  float: none !important;
  margin: 0 auto;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  padding: 28px 30px;
  text-align: center;
}

.page-id-7352 .et_pb_section_1 .et_pb_row_2 .mcb-top-card .et_pb_text_align_left{
  text-align: center !important;
}

/* --- Wedding Day Package: match Bridal Makeup heading + investment typography --- */
.mcb-package-card .mcb-card-title{
  text-transform: uppercase;
  color: #b26e4c !important;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
  padding-bottom: 10px;
  margin: 0;
}

.mcb-package-card .mcb-package-img{
  margin: 14px auto 18px; /* add spacing above image like the top card */
}

.mcb-package-card .mcb-card-investment{
  font-family: 'Italiana', Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #b26e4c !important;
  letter-spacing: 1px;
  line-height: 1.7em;
  text-align: center;
  margin: 14px 0 0;
  padding-bottom: 10px;
}

.mcb-package-card .mcb-card-investment-sub{
  margin: -8px 0 0;
  font-style: italic;
  opacity: .9;
}


/* =====================
   PORTFOLIO GALLERY HOTFIX
   Ensures thumbnails show even if legacy gallery JS fails.
===================== */

/* ============================================================
   Wedding enquiry: form + image side-by-side (desktop)
   Mobile: form first, image below (full image, no cropping)
   ============================================================ */

.mcb-enquiry-split{
  width: 80%;
  max-width: 1080px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start; /* form stays top aligned */
}

.mcb-enquiry-form{ min-width: 0; }

/* this is the key line for vertical centring */
.mcb-enquiry-image{
  min-width: 0;
  align-self: center; /* centres the image vertically against the form height */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ensure the siteforms markup doesn't constrain width */
#siteforms-wedding-enquiry .site-form{
  max-width: 100% !important;
  margin: 0 !important;
}

.mcb-enquiry-image__img{
  width: 100%;
  max-width: 520px;
  height: auto;           /* keep full image */
  max-height: 520px;      /* cap size on desktop without cropping */
  object-fit: contain;    /* prevents cut-off */
  display: block;
  border-radius: 12px;
}

@media (max-width: 980px){
  .mcb-enquiry-split{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }

  /* full image on mobile */
  .mcb-enquiry-image__img{
    max-width: 100%;
    max-height: 420px;
  }
}

/* =====================
   Enquiry — two images beneath the form
   ===================== */
.mcb-under-form-pair{
  width: 80%;
  max-width: 1080px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
}

.mcb-under-form-pair__item{
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.mcb-under-form-pair__item img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 820px){
  .mcb-under-form-pair{
    width: 90%;
    margin-top: 18px;
  }
  .mcb-under-form-pair__item{ aspect-ratio: 4 / 3; }
}
