.elementor-11107 .elementor-element.elementor-element-3d0ff2c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-11107 .elementor-element.elementor-element-3d0ff2c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms label.wpforms-error{display:block !important;}.elementor-11107 .elementor-element.elementor-element-43378cd .eael-contact-form-title, .elementor-11107 .elementor-element.elementor-element-43378cd .wpforms-title{font-family:"Futura Light", Sans-serif;}.elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms .wpforms-field select{height:30px;}.elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms .wpforms-submit-container .wpforms-submit:hover, 
                    .elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms .wpforms-container-full .wpforms-submit-container .wpforms-form button[type=submit]:hover{background:#065689 !important;}.elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms input.wpforms-error{border-width:1px;}.elementor-11107 .elementor-element.elementor-element-43378cd .eael-wpforms textarea.wpforms-error{border-width:1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0620968 */@font-face{
  font-family: "Futura SCB";
  src: url("https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root{
  --font-main: "Futura SCB","Futura PT","Futura Std",
               ui-sans-serif,system-ui,-apple-system,
               Segoe UI,Roboto,Helvetica,Arial,sans-serif;

  --text: rgba(18,19,22,.92);
  --muted: rgba(18,19,22,.70);
  --red: #e02228;

  --shadow: 0 18px 44px rgba(10,10,12,.12);
  --radius: 22px;
}

/* Wrapper = exact zoals WPForms */
.titlebar{
  width: 100%;
}

.titlebar__wrap{
  max-width: 1120px;     /* EXACTE breedte */
  margin: 0 auto;
  padding: 0;            /* GEEN padding hier */
  font-family: var(--font-main);
}

/* Inner card = form look */
.titlebar__inner{
  width: 100%;
  padding: 20px;         /* zelfde gevoel als form padding */
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,.88),
    rgba(255,255,255,.72)
  );

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Center alignment */
.titlebar--center{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Title */
.titlebar__title{
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: var(--text);

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Experience Life badge */
.titlebar__chip{
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(224,34,40,.28);
  background: rgba(224,34,40,.10);
  color: #e02228;

  font-size: 13px;
  letter-spacing: .04em;
  font-weight: 500;
}

/* Subtitle */
.titlebar__sub{
  margin: 12px 0 0;
  max-width: 70ch;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 780px){
  .titlebar__inner{
    padding: 16px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd35d2a *//* =========================
   FONT – SCOM FUTURA LIGHT
========================= */
@font-face{
  font-family: "Futura SCB";
  src: url("https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* =========================
   ROOT TOKENS
========================= */
:root{
  --bg:#ffffff;
  --text:#141518;
  --muted:rgba(20,21,24,.65);
  --line:rgba(20,21,24,.10);

  --red:#e02228;

  --radius:18px;
  --radius2:14px;

  --shadow2:0 10px 24px rgba(0,0,0,.06);
  --shadow3:0 16px 34px rgba(0,0,0,.10);

  --max:720px;
}

/* =========================
   RESET
========================= */
*{ box-sizing:border-box }
html,body{ height:100% }

/* =========================
   BODY
========================= */
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Futura SCB";
  line-height:1.35;
}

/* =========================
   WRAP
========================= */
.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:18px 14px 44px;
}

/* =========================
   CARD
========================= */
.card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    radial-gradient(900px 320px at 0% -10%, rgba(224,34,40,.08), transparent 55%),
    radial-gradient(700px 280px at 100% 0%, rgba(0,0,0,.04), transparent 55%),
    rgba(255,255,255,.92);
  box-shadow:var(--shadow2);
  overflow:hidden;
}

.card__head{
  padding:14px 16px 10px;
  border-bottom:1px solid rgba(20,21,24,.06);
}

.card__title{
  margin:0;
  font-size:16px;
  letter-spacing:.2px;
}

/* =========================
   GRID
========================= */
.miniacc--grid{
  padding:12px 12px 14px;
  display:grid;
  gap:12px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

/* =========================
   ITEM
========================= */
.miniacc__item{
  border-radius:var(--radius2);
  border:1px solid rgba(20,21,24,.08);
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 22px rgba(0,0,0,.05);
  overflow:hidden;
  align-self:start;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.miniacc__item:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow3);
  border-color: rgba(20,21,24,.14);
}

/* =========================
   BUTTON
========================= */
.miniacc__btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border:0;
  background:transparent;
  color:var(--text);
  font:inherit;
  cursor:pointer;
  transition: transform .12s ease;
}

.miniacc__btn:hover{
  background:transparent;
  color:var(--text);
}

.miniacc__btn:active{
  transform: translateY(0.5px);
}

.miniacc__btn,
.miniacc__btn:hover,
.miniacc__btn:active,
.miniacc__btn:focus,
.miniacc__btn:focus-visible{
  color: var(--text) !important;
}

.miniacc__btn:focus-visible{
  outline:3px solid rgba(224,34,40,.18);
  outline-offset:3px;
  border-radius:12px;
}

/* =========================
   LEFT
========================= */
.miniacc__left{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.miniacc__label{
  font-weight:500;
  font-size:13px;
  letter-spacing:.2px;
}

.miniacc__meta{
  font-size:11px;
  color:var(--muted);
  white-space:nowrap;
}

/* =========================
   ICON
========================= */
.miniacc__icon{
  width:30px;
  height:30px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(20,21,24,.06);
  color:var(--text);
  flex:0 0 auto;
}

.miniacc__icon svg{
  width:18px;
  height:18px;
  transition: transform .22s ease;
}

.miniacc__btn[aria-expanded="true"] .miniacc__icon svg{
  transform: rotate(180deg);
}

/* =========================
   PANEL
========================= */
.miniacc__panel{
  height:0px;
  overflow:hidden;
  transition: height .24s ease;
}

.miniacc__body{
  padding:10px 12px 12px;
  border-top:1px solid rgba(20,21,24,.08);
}

/* =========================
   ROWS
========================= */
.rows{
  margin:0;
  display:grid;
  gap:8px;
}

.rows__r{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px dashed rgba(20,21,24,.12);
}

.rows__r:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.rows dt{
  margin:0;
  font-size:12px;
  color:rgba(20,21,24,.74);
}

.rows dd{
  margin:0;
  font-size:12px;
  font-weight:500;
  letter-spacing:.2px;
}

/* =========================
   CHIPS
========================= */
.chips{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.chip{
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(20,21,24,.10);
  background:rgba(255,255,255,.92);
}

.pill{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(20,21,24,.14);
  background:rgba(20,21,24,.06);
  font-size:12px;
  font-weight:500;
}

/* =========================
   COST GRID
========================= */
.costgrid{
  display:grid;
  gap:10px;
}

.costgrid__item{
  padding:10px 10px;
  border-radius:14px;
  border:1px solid rgba(20,21,24,.10);
  background:rgba(255,255,255,.90);
}

.costgrid__k{
  font-size:11px;
  color:var(--muted);
  margin-bottom:4px;
}

.costgrid__v{
  font-size:12px;
  font-weight:500;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 640px){
  .miniacc--grid{ grid-template-columns:1fr; }
}

/* =========================
   REDUCED MOTION
========================= */
@media (prefers-reduced-motion: reduce){
  .miniacc__panel,
  .miniacc__icon svg,
  .miniacc__btn,
  .miniacc__item{
    transition:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf5b41b *//* =========================
   FONT – SCOM FUTURA LIGHT
========================= */
@font-face{
  font-family:"Futura SCB";
  src:url("https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.woff") format("woff");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

/* =========================
   ROOT
========================= */
:root{
  --bg:#ffffff;
  --text:#141518;
  --muted:rgba(20,21,24,.65);
  --line:rgba(20,21,24,.10);

  --red:#e02228;

  --radius:18px;
  --radius2:14px;

  --shadow2:0 10px 24px rgba(0,0,0,.06);
  --shadow3:0 16px 34px rgba(0,0,0,.10);

  --max:720px;
}

*{box-sizing:border-box}
html,body{height:100%}

/* =========================
   BODY
========================= */
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Futura SCB";
  line-height:1.35;
}

/* =========================
   WRAP
========================= */
.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:18px 14px 44px;
}

/* =========================
   CARD
========================= */
.card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    radial-gradient(900px 320px at 0% -10%, rgba(224,34,40,.08), transparent 55%),
    radial-gradient(700px 280px at 100% 0%, rgba(0,0,0,.04), transparent 55%),
    rgba(255,255,255,.92);
  box-shadow:var(--shadow2);
  overflow:hidden;
}

.card__head{
  padding:14px 16px 10px;
  border-bottom:1px solid rgba(20,21,24,.06);
}

.card__title{
  margin:0;
  font-size:16px;
  letter-spacing:.2px;
}

/* =========================
   GRID
========================= */
.miniacc--grid{
  padding:12px 12px 14px;
  display:grid;
  gap:12px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

/* =========================
   ITEM
========================= */
.miniacc__item{
  border-radius:var(--radius2);
  border:1px solid rgba(20,21,24,.08);
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 22px rgba(0,0,0,.05);
  overflow:hidden;
  align-self:start;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.miniacc__item:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow3);
  border-color: rgba(20,21,24,.14);
}

/* =========================
   BUTTON
========================= */
.miniacc__btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border:0;
  background:transparent;
  color:var(--text);
  font:inherit;
  cursor:pointer;
  transition: transform .12s ease;
}

.miniacc__btn:hover{
  background:transparent;
  color:var(--text);
}

.miniacc__btn:active{
  transform: translateY(0.5px);
}

.miniacc__btn,
.miniacc__btn:hover,
.miniacc__btn:active,
.miniacc__btn:focus,
.miniacc__btn:focus-visible{
  color:var(--text) !important;
}

.miniacc__btn:focus-visible{
  outline:3px solid rgba(224,34,40,.18);
  outline-offset:3px;
  border-radius:12px;
}

/* =========================
   TEXT
========================= */
.miniacc__left{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.miniacc__label{
  font-weight:800;
  font-size:13px;
  letter-spacing:.2px;
}

.miniacc__meta{
  font-size:11px;
  color:var(--muted);
  white-space:nowrap;
}

/* =========================
   ICON
========================= */
.miniacc__icon{
  width:30px;
  height:30px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(20,21,24,.06);
  color:var(--text);
  flex:0 0 auto;
}

.miniacc__icon svg{
  width:18px;
  height:18px;
  transition: transform .22s ease;
}

.miniacc__btn[aria-expanded="true"] .miniacc__icon svg{
  transform: rotate(180deg);
}

/* =========================
   PANEL
========================= */
.miniacc__panel{
  height:0px;
  overflow:hidden;
  transition: height .24s ease;
}

.miniacc__body{
  padding:10px 12px 12px;
  border-top:1px solid rgba(20,21,24,.08);
}

/* =========================
   ROWS
========================= */
.rows{
  margin:0;
  display:grid;
  gap:8px;
}

.rows__r{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px dashed rgba(20,21,24,.12);
}

.rows__r:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.rows dt{
  margin:0;
  font-size:12px;
  color:rgba(20,21,24,.74);
}

.rows dd{
  margin:0;
  font-size:12px;
  font-weight:900;
  letter-spacing:.2px;
}

/* =========================
   CHIPS
========================= */
.chips{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.chip{
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(20,21,24,.10);
  background:rgba(255,255,255,.92);
}

.pill{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(20,21,24,.14);
  background:rgba(20,21,24,.06);
  font-size:12px;
  font-weight:800;
}

/* =========================
   COST GRID
========================= */
.costgrid{
  display:grid;
  gap:10px;
}

.costgrid__item{
  padding:10px 10px;
  border-radius:14px;
  border:1px solid rgba(20,21,24,.10);
  background:rgba(255,255,255,.90);
}

.costgrid__k{
  font-size:11px;
  color:var(--muted);
  margin-bottom:4px;
}

.costgrid__v{
  font-size:12px;
  font-weight:800;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:640px){
  .miniacc--grid{ grid-template-columns:1fr; }
}

/* =========================
   REDUCED MOTION
========================= */
@media (prefers-reduced-motion: reduce){
  .miniacc__panel,
  .miniacc__icon svg,
  .miniacc__btn,
  .miniacc__item{
    transition:none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura Light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.eot');
	src: url('https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.eot?#iefix') format('embedded-opentype'),
		url('https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.woff') format('woff'),
		url('https://scombank.sr/wp-content/uploads/2021/10/futura-light-bt.ttf') format('truetype');
}
/* End Custom Fonts CSS */