.elementor-150 .elementor-element.elementor-element-17603c7:not(.elementor-motion-effects-element-type-background), .elementor-150 .elementor-element.elementor-element-17603c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFBF9;}.elementor-150 .elementor-element.elementor-element-17603c7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-150 .elementor-element.elementor-element-17603c7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9eaad08 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Main Card Wrapper */
.webos-msg-form-wrapper {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  padding: 44px 40px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 16px 40px -10px rgba(30, 45, 70, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.webos-msg-form-wrapper * {
  box-sizing: border-box;
}

/* Heading */
.webos-msg-form-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a1d20;
  margin: 0 0 28px 0;
  letter-spacing: -0.6px;
}

/* Layout */
.webos-msg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.webos-msg-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
}

.webos-msg-form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #2b2f38;
  margin-bottom: 8px;
  display: block;
}

/* Universal Input, Tel & Textarea Styling */
.webos-msg-form-wrapper input[type="text"],
.webos-msg-form-wrapper input[type="email"],
.webos-msg-form-wrapper input[type="tel"],
.webos-msg-form-wrapper input:not([type="submit"]),
.webos-msg-form-wrapper textarea {
  width: 100% !important;
  background-color: #f7f5f0 !important; /* Soft warm tone from screenshot */
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  font-size: 14px !important;
  color: #1a1d20 !important;
  font-family: inherit !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Placeholder */
.webos-msg-form-wrapper ::placeholder {
  color: #8f98a3 !important;
  opacity: 1;
}

/* Active Focus */
.webos-msg-form-wrapper input:focus,
.webos-msg-form-wrapper textarea:focus {
  background-color: #ffffff !important;
  border-color: #b84b35 !important;
  box-shadow: 0 0 0 3px rgba(184, 75, 53, 0.12) !important;
}

.webos-msg-form-wrapper textarea {
  resize: vertical;
  min-height: 110px;
}

/* Rounded Gradient Submit Button (Matches Screenshot) */
.webos-msg-submit-wrap {
  margin-top: 14px;
}

.webos-msg-form-wrapper input[type="submit"].webos-msg-submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 30px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #993322 0%, #685000 100%) !important; /* Rich deep gradient */
  border: none !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  box-shadow: 0 6px 18px rgba(153, 51, 34, 0.25) !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.webos-msg-form-wrapper input[type="submit"].webos-msg-submit-btn:hover {
  transform: translateY(-1.5px);
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 580px) {
  .webos-msg-form-wrapper {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .webos-msg-form-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }

  .webos-msg-form-title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-ea22649 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* --- 1. Form Container & Fields --- */
.webos-audit-form-wrapper {
  max-width: 620px;
  margin: 0 auto;
  padding: 44px 40px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 50px -10px rgba(20, 35, 60, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.webos-audit-form-wrapper * {
  box-sizing: border-box;
}

.webos-form-header {
  text-align: left;
  margin-bottom: 28px;
}

.webos-form-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1d20;
  margin: 0;
  letter-spacing: -0.6px;
}

.webos-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.webos-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  width: 100%;
}

.webos-form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #2b2f38;
  margin-bottom: 8px;
  display: block;
}

.webos-audit-form-wrapper input[type="text"],
.webos-audit-form-wrapper input[type="email"],
.webos-audit-form-wrapper input[type="tel"],
.webos-audit-form-wrapper input:not([type="submit"]),
.webos-audit-form-wrapper textarea {
  width: 100% !important;
  background-color: #eef2f5 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  font-size: 14px !important;
  color: #1a1d20 !important;
  font-family: inherit !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.webos-audit-form-wrapper ::placeholder {
  color: #8c96a3 !important;
  opacity: 1;
}

.webos-audit-form-wrapper input:focus,
.webos-audit-form-wrapper textarea:focus {
  background-color: #ffffff !important;
  border-color: #c2613d !important;
  box-shadow: 0 0 0 3px rgba(194, 97, 61, 0.12) !important;
}

.webos-audit-form-wrapper textarea {
  resize: vertical;
  min-height: 110px;
}

/* --- 2. Perfected Slide to Verify --- */
.webos-slider-captcha {
  width: 100% !important;
  margin: 24px 0 16px 0 !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.webos-slider-track {
  position: relative !important;
  width: 100% !important;
  height: 54px !important;
  background-color: #eef2f5 !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
}

.webos-slider-bg {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 0;
  background: linear-gradient(90deg, #10b981 0%, #059669 100%) !important;
  border-radius: 9999px 0 0 9999px !important;
  transition: width 0.1s ease !important;
}

.webos-slider-text {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  letter-spacing: 0.2px !important;
  z-index: 1 !important;
  pointer-events: none !important;
  margin: 0 !important;
  transition: opacity 0.2s ease, color 0.2s ease !important;
}

.webos-slider-thumb {
  position: absolute !important;
  top: 50% !important;
  left: 4px !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background: linear-gradient(90deg, #b84b35 0%, #d85d38 50%, #f59e0b 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: grab !important;
  box-shadow: 0 4px 12px rgba(184, 75, 53, 0.35) !important;
  z-index: 2 !important;
  touch-action: pan-y !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease !important;
}

.webos-slider-thumb:active {
  cursor: grabbing !important;
}

.webos-slider-thumb svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #ffffff !important;
  stroke-width: 3.5px !important;
  display: block !important;
  margin: auto !important;
  transition: transform 0.2s ease !important;
}

.webos-slider-thumb:hover svg {
  transform: translateX(1.5px) !important;
}

.webos-slider-captcha.verified .webos-slider-track {
  background-color: #d1fae5 !important;
  border-color: #10b981 !important;
}

.webos-slider-captcha.verified .webos-slider-text {
  color: #065f46 !important;
}

.webos-slider-captcha.verified .webos-slider-thumb {
  cursor: default !important;
  background: #10b981 !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35) !important;
}

.webos-slider-captcha.verified .webos-slider-thumb svg {
  stroke: #ffffff !important;
  transform: none !important;
}

/* --- 3. Submit Button & Lock Logic --- */
.webos-form-submit-group {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.webos-form-submit-group .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

.webos-audit-submit-btn {
  width: 100% !important;
  display: block !important;
  padding: 16px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  background: linear-gradient(90deg, #b84b35 0%, #d85d38 45%, #f59e0b 100%) !important;
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 10px 25px -5px rgba(184, 75, 53, 0.35) !important;
  transition: all 0.25s ease !important;
  letter-spacing: 0.2px;
}

/* Locked State (Applied via JS initially) */
.webos-btn-locked {
  opacity: 0.45 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  filter: grayscale(60%) !important;
  box-shadow: none !important;
}

/* Unlocked State */
.webos-btn-unlocked {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  filter: none !important;
  animation: webos-btn-pop 0.35s ease-out;
}

.webos-btn-unlocked:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -5px rgba(184, 75, 53, 0.55) !important;
  opacity: 0.96 !important;
}

.webos-btn-unlocked:active {
  transform: translateY(0px) !important;
}

.webos-form-guarantee {
  margin-top: 12px !important;
  font-size: 12.5px !important;
  color: #7a828e !important;
  line-height: 1.4 !important;
  transition: color 0.3s ease;
}

.webos-audit-form-wrapper .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.webos-audit-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 580px) {
  .webos-audit-form-wrapper {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .webos-form-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}

@keyframes webos-btn-pop {
  0% { transform: scale(0.97); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

/* --- Bulletproof Centering for Thumb & Arrow --- */
.webos-slider-thumb {
  position: absolute !important;
  top: 50% !important;
  left: 4px !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background: linear-gradient(90deg, #b84b35 0%, #d85d38 50%, #f59e0b 100%) !important;
  border-radius: 50% !important;
  cursor: grab !important;
  box-shadow: 0 4px 12px rgba(184, 75, 53, 0.35) !important;
  z-index: 2 !important;
  touch-action: pan-y !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease !important;
}

.webos-slider-thumb:active {
  cursor: grabbing !important;
}

/* Absolute Geometric Center for Arrow */
.webos-slider-thumb svg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 22px !important;
  height: 22px !important;
  stroke: #ffffff !important;
  stroke-width: 3.5px !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform 0.2s ease !important;
}

/* Hover Animation (Moves exactly from center) */
.webos-slider-thumb:hover svg {
  transform: translate(calc(-50% + 2px), -50%) !important;
}

/* Verified Success State Checkmark Centering */
.webos-slider-captcha.verified .webos-slider-thumb {
  cursor: default !important;
  background: #10b981 !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35) !important;
}

.webos-slider-captcha.verified .webos-slider-thumb svg {
  stroke: #ffffff !important;
  transform: translate(-50%, -50%) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4755e28 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Main Sidebar Card */
.webos-contact-info-card {
  max-width: 550px;
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 38px 32px;
  box-shadow: 0 16px 40px -10px rgba(30, 45, 70, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.webos-contact-info-card * {
  box-sizing: border-box;
}

/* Heading */
.webos-info-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1d20;
  margin: 0 0 28px 0;
  letter-spacing: -0.5px;
}

/* Info List */
.webos-info-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.webos-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Soft Tinted Icon Circle */
.webos-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f7ede8; /* Soft warm terracotta tint */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #a04938; /* Rust accent */
}

.webos-info-icon svg {
  width: 20px;
  height: 20px;
}

/* Text Content */
.webos-info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.webos-info-label {
  font-size: 13px;
  font-weight: 600;
  color: #555b62;
}

.webos-info-val {
  font-size: 15px;
  font-weight: 700;
  color: #a04938;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.webos-info-val:hover {
  opacity: 0.85;
}

/* Divider Line */
.webos-info-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  margin: 28px 0;
}

/* Action Buttons */
.webos-info-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.webos-info-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1.5px solid #a04938;
  background: transparent;
  color: #a04938 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.webos-info-btn svg {
  width: 18px;
  height: 18px;
  stroke: #a04938;
  transition: transform 0.2s ease;
}

.webos-info-btn:hover {
  background: #a04938;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(160, 73, 56, 0.2);
}

.webos-info-btn:hover svg {
  stroke: #ffffff;
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 480px) {
  .webos-contact-info-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .webos-info-title {
    font-size: 20px;
  }

  .webos-info-btn {
    padding: 12px 16px;
    font-size: 13.5px;
  }
}/* End custom CSS */