.elementor-2130 .elementor-element.elementor-element-afde5b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2130 .elementor-element.elementor-element-8b1dc50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2130 .elementor-element.elementor-element-67c5b8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-72e265b *//* ===== CONTACT HERO ===== */
.swe-hero-contact {
  position: relative;
  background: url('https://spencersworldwide-escapes.co.uk/wp-content/uploads/2025/11/bag-beach-accessories-kept-sand-1-scaled.jpg') center/cover no-repeat;
  color: #fff;
  min-height: clamp(420px, 75vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.swe-hero-contact .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
}

.swe-hero-contact .wrap {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.swe-hero-contact .kicker {
  display: block;
  color: #d4af37;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.swe-hero-contact h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin: 0 0 10px;
  font-weight: 700;
  color: #fff;
}

.swe-hero-contact .lead {
  color: #ddd;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* Button */
.swe-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.25s ease;
}

.swe-btn--gold {
  background: #d4af37;
  color: #111;
  border: 1px solid rgba(212,175,55,0.7);
}

.swe-btn--gold:hover {
  filter: brightness(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5de2a4f *//* ===========================
   SWE CONTACT CARDS – SPENCER'S STYLE
   =========================== */
:root {
  --swe-gold: #CDA246;
}

.swe-contact-cards {
  background: #000; /* true black */
  color: #fff;
  padding: 60px 20px;
}

.swe-contact-cards .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

/* Make the whole card clickable */
.swe-contact-cards .card {
  display: block;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(205,162,70,0.3);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.swe-contact-cards .icon {
  color: var(--swe-gold);
  display: inline-block;
  margin-bottom: 10px;
}

.swe-contact-cards .icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
  transition: transform 0.3s ease, filter 0.3s ease, color 0.3s ease;
}

.swe-contact-cards h3 {
  font-weight: 700;
  margin: 8px 0 4px;
}

.swe-contact-cards p {
  margin: 0;
  color: rgba(205,162,70,0.8);
  font-weight: 500;
}

/* Hover effects */
.swe-contact-cards .card:hover {
  transform: translateY(-4px);
  border-color: var(--swe-gold);
  box-shadow: 0 0 20px rgba(205,162,70,0.15);
}
.swe-contact-cards .card:hover .icon svg {
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 0 8px rgba(205,162,70,.55));
}
.swe-contact-cards .card:hover p {
  color: #fff;
}

/* Platform colour accents */
.swe-contact-cards .card:nth-child(2):hover {
  background: radial-gradient(circle at top, #25D36633, transparent 70%);
}
.swe-contact-cards .card:nth-child(2):hover .icon {
  color: #25D366;
}

.swe-contact-cards .card:nth-child(3):hover {
  background: radial-gradient(circle at top, #1877F233, transparent 70%);
}
.swe-contact-cards .card:nth-child(3):hover .icon {
  color: #1877F2;
}

.swe-contact-cards .card:nth-child(4):hover {
  background: linear-gradient(145deg, #E1306C33, #FCAF4533);
}
.swe-contact-cards .card:nth-child(4):hover .icon {
  color: #E1306C;
  filter: drop-shadow(0 0 8px rgba(225,48,108,.55));
}

/* Accessibility + responsiveness */
.swe-contact-cards .card:focus-visible {
  outline: 3px solid var(--swe-gold);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .swe-contact-cards .card {
    padding: 24px 16px;
  }
  .swe-contact-cards .icon svg {
    width: 34px;
    height: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9999f33 *//* ==========================================
   SPENCER'S – CONTACT / ENQUIRY SECTION
   ========================================== */

/* Apply transform coming from JS */
.swe-contact-form::before {
  transform: var(--before-transform, translate3d(0,0,0));
}

/* ===== Section base (with parallax layer) ===== */
.swe-contact-form {
  position: relative;
  color: #fff;
  padding: 90px 20px;
  overflow: hidden;
}

/* Background image (parallax element gets moved via JS) */
.swe-contact-form::before {
  content: "";
  position: absolute;
  inset: -10% 0 -10% 0;  /* small bleed for parallax translate */
  background: url('https://spencersworldwide-escapes.co.uk/wp-content/uploads/2025/11/woman-with-wedding-ring-holds-glass-champagne-standing-airport-scaled.jpg')
              center/cover no-repeat;
  filter: brightness(0.38) saturate(1.1);
  z-index: 0;
  will-change: transform;
}

.swe-contact-form .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.85));
  z-index: 1;
}

.swe-contact-form .wrap {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.swe-contact-form .copy h2 {
  font-size: clamp(30px, 4.8vw, 46px);
  margin: 0 0 10px;
  color: #fff;
}

.swe-contact-form .copy p { 
  color: #e9e9e9; 
  margin: 0 0 16px;
  max-width: 720px;
}

.swe-contact-form .bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.swe-contact-form .bullets li {
  padding-left: 26px;
  position: relative;
  margin: 8px 0;
}

.swe-contact-form .bullets li::before {
  content: "✈️";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
}

/* ==========================================
   BRAND BUTTONS
   ========================================== */

.swe-btn { 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  transition: filter .2s ease, transform .15s ease;
}

/* Gold pill button */
.swe-btn--light,
.swe-btn--light:hover,
.swe-btn--light:focus,
.swe-btn--light:active {
  background: #d4af37 !important;
  color: #111 !important;
  border-color: rgba(212,175,55,0.8) !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25) inset !important;
  transition: all 0.2s ease-in-out;
}

.swe-btn--light:hover {
  background: linear-gradient(135deg, #e1c15a, #d4af37);
  color: #111 !important;
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* ==========================================
   MODAL / DIALOG
   ========================================== */

.swe-dialog {
  width: min(860px, 92vw);
  max-height: 90dvh;
  border: 1px solid rgba(212,175,55, .3);
  border-radius: 16px;
  background: #0e0e0f;
  color: #fff;
  padding: 0;
  box-shadow: 0 30px 90px rgba(0,0,0,.7);
}

.swe-dialog::backdrop {
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
}

.swe-dialog__head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(212,175,55,.25);
}

.swe-dialog__close {
  background: transparent;
  color: #eaeaea;
  border: 0;
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

.swe-dialog__close:hover {
  background: rgba(255,255,255,.06);
  color:#fff;
}

.swe-dialog__body {
  padding: 18px 18px 22px;
}

.swe-dialog__body h3 {
  margin: 6px 6px 14px;
  font-size: 22px;
  color: #fff;
}

/* Dark frame around the form */
.swe-dialog__form {
  background: #111418;
  border: 1px solid rgba(212,175,55,.25);
  border-radius: 12px;
  padding: 16px;
}

/* ==========================================
   ARFORMS – LIGHT FORM INSIDE DARK MODAL
   ========================================== */

/* Make ARForms card white with dark text */
.swe-dialog .arforms_main_div,
.swe-dialog .ar_main_div {
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 12px !important;
}

/* Inputs, textareas, selects */
.swe-dialog .arforms_main_div input[type="text"],
.swe-dialog .arforms_main_div input[type="email"],
.swe-dialog .arforms_main_div input[type="tel"],
.swe-dialog .arforms_main_div input[type="number"],
.swe-dialog .arforms_main_div input[type="password"],
.swe-dialog .arforms_main_div input[type="url"],
.swe-dialog .arforms_main_div textarea,
.swe-dialog .arforms_main_div select,
.swe-dialog .ar_main_div input[type="text"],
.swe-dialog .ar_main_div input[type="email"],
.swe-dialog .ar_main_div input[type="tel"],
.swe-dialog .ar_main_div input[type="number"],
.swe-dialog .ar_main_div input[type="password"],
.swe-dialog .ar_main_div input[type="url"],
.swe-dialog .ar_main_div textarea,
.swe-dialog .ar_main_div select {
  background-color: #ffffff !important;
  color: #111111 !important;                 /* visible typed text */
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
  border: 1px solid rgba(212,175,55,0.7) !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

/* Placeholder text */
.swe-dialog .arforms_main_div ::placeholder,
.swe-dialog .ar_main_div ::placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}

/* Submit button – keep SWE gold pill */
.swe-dialog .arforms_main_div .ar_submit_button,
.swe-dialog .ar_main_div .ar_submit_button,
.swe-dialog .arforms_main_div button[type="submit"],
.swe-dialog .ar_main_div button[type="submit"] {
  background: #d4af37 !important;
  color: #111111 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.swe-dialog .arforms_main_div .ar_submit_button:hover,
.swe-dialog .ar_main_div .ar_submit_button:hover,
.swe-dialog .arforms_main_div button[type="submit"]:hover,
.swe-dialog .ar_main_div button[type="submit"]:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 900px) {
  .swe-contact-form {
    padding: 72px 18px;
  }
}/* End custom CSS */