.elementor-8176 .elementor-element.elementor-element-f370cbd{--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-8176 .elementor-element.elementor-element-44ddadc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -141px) 0px;}@media(max-width:767px){.elementor-8176 .elementor-element.elementor-element-44ddadc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -45px) 0px;}}/* Start custom CSS for html, class: .elementor-element-44ddadc */:root{
  --brand:#032854;              /* Stella blue */
  --ink:#0f172a;
  --muted:#475569;
  --border:#e9edf3;
  --bg:#ffffff;
  --chip:#eef3f8;
  --shadow:0 10px 30px rgba(3,40,84,.08);
  --radius:12px;
  --max:1200px;
  --padx: clamp(16px, 4vw, 40px);
  font-family: "Work Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.sm-contact{
  max-width: var(--max);
  margin: 28px auto 80px;
  padding: 0 var(--padx);
  color: var(--ink);
}

/* Head */
.sm-contact__head{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items:start;
  margin-bottom: 28px;
}
.sm-ct-title{
  font-family: 'Libre Baskerville', serif;
  margin:0 0 10px;
  font-weight: 500;
  color: var(--brand);
  font-size: clamp(32px, 5.6vw, 56px);
  letter-spacing: -.01em;
}
.sm-ct-intro{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  max-width: 68ch;
  font-size: clamp(14px, 1.6vw, 16px);
}
.sm-ct-btn{
  background:#fff;
  border:1px solid var(--brand);
  color:var(--brand);
  font-weight:600;
  border-radius:10px;
  padding:10px 16px;
  cursor:pointer;
  transition:.2s ease;
}
.sm-ct-btn:hover{ background:var(--brand); color:; }
.sm-ct-btn span{ margin-left:6px; }

/* Contact cards – 3 kolom */
.sm-ct-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.2vw, 24px);
  margin: 18px 0 36px;
}
.sm-ct-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.sm-ct-card__title{
  margin:0 0 10px;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--brand);
  font-weight: 600;
}
.sm-ct-card__addr{
  font-style: normal;
  line-height:1.6;
  color:#1f2937;
  font-size: 14px;
}
.sm-ct-link{
  display:inline-block;
  margin-top:6px;
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.sm-ct-card__meta{ margin-top:12px; font-size:14px; }
.sm-ct-line{ color:#111827; margin-bottom:6px; }
.sm-ct-mail{ color:var(--brand); text-decoration:underline; }

/* Form + Foto */
.sm-ct-formwrap{
  display:grid;
  grid-template-columns: 1fr 44%;
  gap: clamp(18px, 3.2vw, 32px);
  align-items: start;
}
.sm-ct-formcol{ min-width: 0; }
.sm-ct-subtitle{
  margin: 8px 0 14px;
  color: var(--brand);
  font-weight: 600;
  font-size: clamp(22px, 3.6vw, 28px);
}

.sm-form{ margin-top: 8px; }
.sm-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.sm-field{ display:flex; flex-direction:column; gap:6px; }
.sm-field--full{ grid-column: 1 / -1; }

.sm-field label{
  font-size: 13px;
  color:#334155;
}
.sm-field label span{ color:#ef4444; }

.sm-field input,
.sm-field select,
.sm-field textarea{
  border:1px solid var(--border);
  border-radius: 10px;
  padding: 12px 12px;
  font-size: 15px;
  outline: none;
  transition: box-shadow .15s ease, border-color .15s ease;
  background: #fff;
}
.sm-field textarea{ resize: vertical; }
.sm-field input:focus,
.sm-field select:focus,
.sm-field textarea:focus{
  border-color: color-mix(in srgb, var(--brand) 70%, #ffffff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 18%, #ffffff);
}

.sm-submit{
  margin-top: 10px;
  background: var(--brand);
  color:#fff;
  border:0;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  cursor:pointer;
  transition: filter .2s ease;
}
.sm-submit:hover{
  background:#021d3e;
}


.sm-ct-photo{
  margin:0;
  height: 70%;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--border);
}
.sm-ct-photo img{
  width:100%; height:100%;
  object-fit:cover; display:block;
}

/* Responsive */
@media (max-width: 980px){
  .sm-ct-grid{ grid-template-columns: 1fr; }
  .sm-ct-formwrap{ grid-template-columns: 1fr; }
  .sm-ct-photo{ height: clamp(240px, 36vh, 380px); }
  .sm-row{ grid-template-columns: 1fr; }
}

.sm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.sm-popup-content {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  animation: fadeIn 0.3s ease;
}

.sm-popup-content h3 {
  margin-bottom: 10px;
}

.sm-popup-content button {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}/* End custom CSS */