.elementor-2425 .elementor-element.elementor-element-5209385{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-2425 .elementor-element.elementor-element-d9ea67d{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3f5ab94 */:root{
  /* YOUR ORIGINAL THEME COLORS */
  --kyc-beige:#c8b79f;
  --kyc-beige-soft:#efe7dc;
  --kyc-text:#111;
  --kyc-muted:#5a5a5a;
  --kyc-line:rgba(0,0,0,.12);

  /* PREMIUM UI TOKENS */
  --kyc-radius-lg:16px;
  --kyc-radius-md:12px;
  --kyc-radius-sm:10px;

  --kyc-shadow-lg:0 18px 40px rgba(0,0,0,.12);
  --kyc-shadow-md:0 10px 24px rgba(0,0,0,.08);
  --kyc-shadow-sm:0 6px 14px rgba(0,0,0,.06);
}

/* Page background (optional but premium) */
body{
  background:#faf8f4;
}

/* Main Wrapper */
.kyc-form{
  max-width:980px;
  margin:36px auto;
  padding:22px;
  background:#fff;
  border:1px solid var(--kyc-line);
  border-radius:var(--kyc-radius-lg);
  box-shadow:var(--kyc-shadow-lg);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--kyc-text);
  line-height:1.55;
}

/* HEADER (same color, better layout) */
.kyc-header{
  background:linear-gradient(180deg,var(--kyc-beige-soft),var(--kyc-beige));
  border-radius:var(--kyc-radius-lg);
  padding:12px 16px;           /* compact height */
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border:1px solid rgba(0,0,0,.08);
}

/* Brand */
.kyc-brand__title{
  font-size:15px;
  font-weight:600;
  letter-spacing:.02em;
  line-height:1.2;
}
.kyc-brand__sub{
  font-size:11px;
  font-weight:500;
  opacity:.85;
  margin-top:2px;
}

/* Submit info */
.kyc-submitto{
  font-size:12px;
  line-height:1.35;
  max-width:460px;
}

/* Remove heading text if exists */
.kyc-submitto strong{display:none;}

/* Top info bar */
.kyc-bar{
  margin-top:14px;
  background:#fff;
  border:1px solid var(--kyc-line);
  border-radius:var(--kyc-radius-md);
  padding:12px 16px;
  box-shadow:var(--kyc-shadow-sm);
}

.kyc-bar__title{
  font-size:12.5px;
  font-weight:600;
}
.kyc-bar__sub{
  font-size:12px;
  color:#333;
  margin-top:4px;
}

/* Sections as premium cards */
.kyc-section{
  margin-top:16px;
  background:#fff;
  border:1px solid var(--kyc-line);
  border-radius:var(--kyc-radius-lg);
  padding:14px;
  box-shadow:var(--kyc-shadow-md);
}

/* Section title chip */
.kyc-section__title{
  background:linear-gradient(180deg,#fff,var(--kyc-beige-soft));
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--kyc-radius-md);
  padding:10px 12px;
  margin:-14px -14px 14px;
  font-size:12px;
  font-weight:600;
}

/* Subtitles */
.kyc-subtitle{
  font-size:12px;
  font-weight:600;
  margin:10px 0 8px;
}

/* Grid */
.kyc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.kyc-span-2{grid-column:span 2;}

/* Labels */
.kyc-field label{
  display:block;
  font-size:12px;
  font-weight:600;
  margin-bottom:6px;
}

/* Inputs – premium but simple */
.kyc-input,
.kyc-textarea,
.kyc-file,
input.kyc-input,
textarea.kyc-textarea,
select.kyc-select{
  width:100%;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.18) !important;
  border-radius:var(--kyc-radius-md) !important;
  padding:11px 12px !important;
  font-size:13px !important;
  transition:border-color .2s ease, box-shadow .2s ease;
}

.kyc-input:focus,
.kyc-textarea:focus,
.kyc-file:focus{
  border-color:#000 !important;
  box-shadow:0 0 0 4px rgba(200,183,159,.35);
}

/* Radio buttons – pill style */
.kyc-radio .wpcf7-list-item{
  margin:6px 10px 0 0;
  display:inline-flex;
}
.kyc-radio .wpcf7-list-item-label{
  padding:8px 12px;
  border:1px solid rgba(0,0,0,.16);
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:500;
}

/* Agreement */
.kyc-agree{
  margin-top:12px;
  padding:10px 12px;
  background:var(--kyc-beige-soft);
  border:1px solid var(--kyc-line);
  border-radius:var(--kyc-radius-md);
  font-size:13px;
}

/* Submit button */
.kyc-actions{margin-top:16px;}

.kyc-submit{
  width:100%;
  background:#111 !important;
  color:#fff !important;
  border:none !important;
  padding:14px 16px !important;
  border-radius:var(--kyc-radius-lg) !important;
  font-weight:600 !important;
  letter-spacing:.02em;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(0,0,0,.22);
}

.kyc-submit:hover{opacity:.95;}
.kyc-submit:active{transform:translateY(1px);}

/* Responsive */
@media(max-width:720px){
  .kyc-form{padding:16px;}
  .kyc-header{flex-direction:column;align-items:flex-start;}
  .kyc-submitto{max-width:100%;}
  .kyc-grid{grid-template-columns:1fr;}
  .kyc-span-2{grid-column:span 1;}
}/* End custom CSS */