/* --- bootstrap.css --- */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3de8c71686c9c67e26209eb79178db00)
 * Config saved to config.json and https://gist.github.com/3de8c71686c9c67e26209eb79178db00
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #A584D6;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


.purple-title {
    color: #A584D6 !important ; 
}


/* --- styles.css --- */
/* ==================================================
   BASE RESET
   ================================================== */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==================================================
   BODY / TYPOGRAPHY
   ================================================== */
body {
  font-family: 'Raleway', sans-serif;
  background-color: #170D77;
  overflow-x: hidden;
  color: #ffffff; /* A11Y default tekst na tamnoj pozadini */
}

h2 {
  color: #A584D6;
  margin: 1.2em 0 0;
}

/* Global hover (legacy) */
a:hover {
  opacity: .6;
  text-decoration: none;
  color: #675F8A;
}

/* ==================================================
   LAYOUT WRAPPERS
   ================================================== */
.container {
  margin: 40px auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 768px) {
  .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    margin: 0; /* zadržava postojeće ponašanje: bez top/bottom margine na manjim */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.wrapper {
  box-shadow: 0 0 25px 3px white;
  border-radius: 25px;
}

/* A11Y: tamni tekst i u wrapperu */
.wrapper {
  color: #2B1F47;
}

.main-container {
  background: #ffffff;
  position: relative;
  color: #2B1F47; /* A11Y: tamni tekst u bijelom dijelu */
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .main-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.main-container li {
  line-height: 1.8em;
}

/* Headings tamni u bijelom sadržaju */
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6,
.main-container h1, .main-container h2, .main-container h3, .main-container h4, .main-container h5, .main-container h6 {
  color: #3F2A66;
}

/* Fix headings unutar inline light sekcija */
section[style*="background:#f8f9fa"] h1,
section[style*="background:#f8f9fa"] h2,
section[style*="background:#f8f9fa"] h3,
section[style*="background:#eef4ff"] h1,
section[style*="background:#eef4ff"] h2,
section[style*="background:#eef4ff"] h3 {
  color: #2E1F5C !important;
}

/* Fix TEXT unutar inline light sekcija */
section[style*="background:#f8f9fa"],
section[style*="background:#eef4ff"] {
  color: #2B1F47 !important;
}

section[style*="background:#f8f9fa"] p,
section[style*="background:#eef4ff"] p {
  color: #2B1F47 !important;
}

/* ==================================================
   HEADER (legacy / basic)
   ================================================== */
header {
  position: relative;
  background: #ffffff;
}

.logo {
  text-align: center;
}

.logo img {
  width: 45%;
}

.main-title {
  position: absolute;
  top: 50%;
  text-align: center;
}

.logo h1 {
  text-transform: uppercase;
  font-size: 1em;
  color: #675F8A;
}

/* Contact (legacy) */
.contact {
  padding: 0;
}

.contact ul {
  list-style-type: none;
  text-align: right;
}

.contact li {
  display: inline-block;
  padding: 10px 0px;
  font-size: 13px;
  vertical-align: middle;
}

.contact li a {
  color: #675F8A;
  border-left: 1px solid;
  padding: 0 10px;
}

.contact li:first-child a {
  border: none;
}

.contact .flag {
  width: 30px;
}

.contact .flag a {
  padding: 0;
  border: none;
}

.header-promo {
  float: right;
  bottom: 10px;
}

.header-promo img {
  max-height: 100px;
  height: 100%;
}

/* ==================================================
   NAV (desktop)
   ================================================== */
nav {
  background: #675F8A;
  text-align: center;
  z-index: 9;
  top: 40px;
}

nav ul {
  list-style-type: none;
  width: 100%;
}

nav ul li {
  display: inline-block;
  padding: 10px;
}

nav li a {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  font-size: 1.2em;
}

nav li a:hover {
  color: white;
}

/* ==================================================
   HOME CAROUSEL / SLIDES
   ================================================== */
.home-carousel .slick-slide {
  position: relative;
}

.home-carousel .fa {
  position: absolute;
  top: 45%;
  z-index: 999999;
  font-size: 36px;
  opacity: .3;
  color: #10100f;
}

.home-carousel .fa-chevron-right {
  right: 2%;
}

.home-carousel .fa-chevron-left {
  left: 2%;
}

.slide1 div {
  text-shadow: 2px 2px 4px #231d23;
  position: absolute;
  background: #675F8A;
  opacity: .6;
  padding: 20px;
  border-radius: 0 25px 25px 25px;
  box-shadow: 2px 3px 9px 0px;
  bottom: 5%;
  color: #ffffff;
  max-width: 300px;
  margin-left: 15%;
}

h5 {
  font-size: 23px;
}

.slide2 div {
  text-shadow: 2px 2px 4px #231d23;
  position: absolute;
  background: #675F8A;
  opacity: .6;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 3px 9px 0px;
  bottom: 5%;
  color: #ffffff;
  max-width: 600px;
  right: 3%;
}

/* HERO overlay tekst mora ostati bijel */
.slide1 div,
.slide2 div {
  color: #ffffff !important;
}

.slide1 div h1, .slide1 div h2, .slide1 div h3, .slide1 div h4, .slide1 div h5,
.slide2 div h1, .slide2 div h2, .slide2 div h3, .slide2 div h4, .slide2 div h5 {
  color: #ffffff !important;
}

/* Utility: .dark */
.dark, .dark * {
  color: #ffffff !important;
}

/* ==================================================
   MAIN MIDDLE CONTENT (slider section)
   ================================================== */
.main-middle-content {
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 11px 2px #f0dfd7;
}

.main-middle-content .slick-slider {
  padding: 0 25px;
}

.main-middle-content h2 {
  text-align: center;
}

.main-middle-content p {
  line-height: 1.6em;
  font-size: 16px;
  padding: 10px 0;
}

/* legacy pill span */
.main-middle-content span {
  background: #f5ecf1;
  padding: 4px 10px;
  font-size: 12px;
  margin: 4px auto;
  display: block;
  width: 150px;
  border-radius: 5px;
  color: #675F8A;
  text-transform: uppercase;
}

.main-middle-content span .fa-plus-square {
  padding-left: 5px;
  vertical-align: middle;
}

.main-middle-content .fa-arrow-right,
.main-middle-content .fa-arrow-left {
  position: absolute;
  top: 40%;
}

.main-middle-content .fa-arrow-right {
  right: 1%;
  color: #675F8A;
}

.main-middle-content .fa-arrow-left {
  left: 1%;
  color: #675F8A;
}

/* Slick dots */
.slick-dots {
  text-align: center;
}

.slick-dots li {
  width: 7px;
  height: 6px;
  background: #675F8A;
  display: inline-block;
  margin: 10px 3px;
  border-radius: 100px;
}

.slick-dots button {
  display: none;
}

/* ==================================================
   ITEMS / SERVICES (legacy + new overlay) — FIXED
   ================================================== */
.usluge .items div {
  margin: 20px 0;
  position: relative;
}

/* Global .items linkovi (ALI ne kartice) */
.items a:not(.service-link) {
  color: #3B2A7A !important;
  text-decoration: underline !important;
  display: inline-block;
}

/* Kartice: link je block i bez underline-a */
.items a.service-link {
  display: block;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Naslov sekcije */
.items h2 {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  background: #f5ecf1;
  color: #170D77;
}

/* Ne želimo globalni a:hover opacity na slider karticama */
.main-middle-content .items a:hover,
.main-middle-content .items a:focus {
  opacity: 1 !important;
}

/* ==================================================
   SERVICES CARDS — tekst ISPOD slike (bez preklapanja)
   ================================================== */
.main-middle-content .items .service-card{
  border-radius: 12px;
  box-shadow: 0px 0px 10px #c496ae;
  overflow: hidden;
  background: #ffffff;
}

.main-middle-content .items .service-card img{
  width: 100%;
  display: block;
  height: auto;
}

.main-middle-content .items .service-overlay{
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  height: auto !important;
  transform: none !important;
  margin: 0 !important;

  background: #1b1b1b;
  color: #ffffff;
  padding: 14px 14px 12px;
  text-align: center;
  z-index: auto !important;
}

.main-middle-content .items .service-overlay h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.60);
}

.main-middle-content .items .service-overlay span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff !important;
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-transform: none !important;
}

.main-middle-content .items .service-card:hover .service-overlay {
  background: rgba(0,0,0,0.88);
}

/* Fallback za stari markup ("INFO +" + H3 ispod slike) */
.main-middle-content .items.slider.responsive1 a > span {
  display: none !important;
}

.main-middle-content .items.slider.responsive1 a:hover,
.main-middle-content .items.slider.responsive1 a:focus {
  opacity: 1 !important;
}

.main-middle-content .items.slider.responsive1 a > h3 {
  margin: 0 !important;
  padding: 10px 12px !important;
  background: rgba(0,0,0,0.78) !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.main-middle-content .items.slider.responsive1 .service-overlay h3 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.60) !important;
}

/* ==================================================
   FOOTER
   ================================================== */
footer {
  background: #ffffff;
  padding: 20px 0 0;
  border-top: 3px solid #675F8A;
}

footer iframe {
  width: 100%;
}

footer li {
  text-align: center;
}

footer li a {
  color: #675F8A;
  line-height: 2em;
}

footer li .fa {
  padding: 6px 10px;
  border-radius: 100%;
  background: #675F8A;
  color: white;
  vertical-align: middle;
}

.footer-menu, .footer-map, .contact-footer {
  margin-bottom: 20px;
}

footer .footer-map {
  text-align: right;
}

/* A11Y: footer h3 bolji kontrast (zadnje pravilo pobjeđuje) */
footer h3 {
  padding: 20px;
  text-align: center;
  background: #4B2E83 !important;
  color: #ffffff !important;
}

footer h4 {
  text-transform: uppercase;
  text-align: center;
  line-height: 2em;
  color: #675F8A;
}

@media (max-width: 991px) {
  footer .footer-map {
    text-align: center;
    margin-top: 20px;
  }
}

/* ==================================================
   PAGE-SPECIFIC (legacy)
   ================================================== */
.about .main-middle-content li {
  line-height: 2em;
}

.about .main-middle-content {
  text-align: inherit;
}

.about .main-middle-content h1 {
  text-align: center;
}

.about .main-middle-content h2 {
  font-size: 25px;
  color: #675F8A;
}

.about .main-middle-content li .fa {
  padding-right: 10px;
}

.about .main-middle-content .description {
  margin: 20px 0;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.cjenik h1 {
  overflow: visible;
}

.cjenik-table {
  text-align: center;
  line-height: 2em;
  font-size: 18px;
  box-shadow: 0 0 8px #cccbcc;
  margin: 15px;
  border-radius: 5px;
}

.cjenik .rezultati {
  float: right;
}

.cjenik .rezultati p {
  font-size: 15px;
  line-height: 1.2em;
}

.galerija .rezultati {
  float: none;
}

.galerija .rezultati li {
  margin: 20px auto;
  max-width: 600px;
}

.kontakt .main-middle-content {
  line-height: 2em;
}

.kontakt-forma input,
.kontakt-forma textarea {
  width: 100%;
}

.kontakt-forma {
  margin: 40px 0;
}

.kontakt-forma label {
  float: left;
}

.kontakt .kontakt-forma span {
  color: #675F8A;
  display: inline-block;
  background: transparent;
  vertical-align: middle;
  padding: 0;
  font-size: 30px;
  margin: 0;
  width: auto;
}

/* Mezoniti */
.mezoniti .main-middle-content {
  box-shadow: 0px 0px 11px 2px #f0dfd7;
}

.mezoniti img {
  width: auto;
}

/* Facelift */
.facelift ul {
  text-align: center;
  width: 80%;
  padding: 20px;
  margin: 10px auto;
  box-shadow: 0 0 8px #cccbcc;
}

.facelift li {
  text-align: left;
}

/* Copyright bar */
.copyright {
  text-align: center;
  padding: 3px;
  background: #8a6075;
  color: #bfa9b5;
}

.copyright a {
  color: #bfa9b5;
}

/* ==================================================
   HAMBURGER NAV
   ================================================== */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #675F8A;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 12px 0px 5px 20px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

span.hamburger {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  color: #675F8A;
  background: transparent;
  width: 38px;
  padding: 0px 5px;
  left: 15px;
}

/* ==================================================
   MODERN SITE HEADER (desktop + mobile)
   ================================================== */
.site-header .header-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-header .header-logo {
  flex: 0 0 20%;
  text-align: left;
}

/* Override global img rules */
.site-header .header-logo img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  display: block;
}

.site-header .header-title-col {
  flex: 0 0 20%;
}

.site-header .header-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}

.site-header .header-contact {
  flex: 1 1 60%;
}

.site-header .contact ul {
  text-align: right;
  margin: 0;
}

.site-header .header-stats {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 6px;
  line-height: 1.4;
}

/* Mobile: samo logo */
@media (max-width: 767px) {
  .site-header .header-title-col,
  .site-header .header-contact,
  .site-header .header-stats {
    display: none !important;
  }

  .site-header .header-top {
    justify-content: center;
  }

  .site-header .header-logo {
    flex: 0 0 auto;
    text-align: center;
  }

  .site-header .header-logo img {
    width: 200px !important;
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Desktop: zbijanje headera */
@media (min-width: 768px) {
  .site-header {
    padding: 10px 22px;
  }

  .site-header .header-top {
    gap: 16px;
  }

  .site-header .header-logo img {
    max-height: 85px;
  }
}

/* ==================================================
   A11Y LINKS (main content)
   ================================================== */
main a,
.main-container a {
  color: #3B2A7A !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

main a:hover,
main a:focus,
.main-container a:hover,
.main-container a:focus {
  opacity: 1 !important;
  color: #24164D !important;
  text-decoration-thickness: 2px;
}

nav a,
footer a,
.sidenav a {
  text-decoration: none !important;
}

/* Mali centered linkovi (u onim inline blokovima) */
main div[style*="text-align:center"][style*="font-size:14px"] a {
  font-weight: 700;
}

/* ==================================================
   CTA BUTTON (single source of truth)
   ================================================== */
a.btn-primary-cta,
main a.btn-primary-cta,
.main-container a.btn-primary-cta,
.contact-cta a.btn-primary-cta,
a.btn-primary-cta:link,
a.btn-primary-cta:visited {
  display: inline-block;
  padding: 18px 36px;
  background: #007bff;
  color: #ffffff !important;
  font-size: 20px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: bold;
}

a.btn-primary-cta:hover,
a.btn-primary-cta:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* ==================================================
   CONTATTI / PREVENTIVO (unified clean fix)
   ================================================== */
#contatti-preventivo {
  width: 100%;
  max-width: none;
}

#contatti-preventivo .main-middle-content {
  text-align: left;
}

/* Naslovi i tekst lijevo */
#contatti-preventivo h1,
#contatti-preventivo h2,
#contatti-preventivo h3,
#contatti-preventivo p,
#contatti-preventivo li,
#contatti-preventivo address {
  text-align: left;
}

#contatti-preventivo .page-header {
  margin-bottom: 18px;
}

#contatti-preventivo .content-block,
#contatti-preventivo .contact-block {
  margin: 0 0 18px 0;
}

#contatti-preventivo ul,
#contatti-preventivo ol {
  padding-left: 1.5rem;
}

#contatti-preventivo figure {
  margin: 2rem 0;
}

#contatti-preventivo figcaption {
  font-size: 0.95rem;
  color: #555;
}

/* Najvažnije: poništi globalni pill span unutar contact-modern */
#contatti-preventivo .contact-modern span,
#contatti-preventivo .contact-modern strong {
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-transform: none !important;
  font-size: inherit !important;
  color: inherit !important;
}

/* Layout: lijevo | desno */
#contatti-preventivo .contact-modern__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 28px;
  width: 100%;
  max-width: none;
}

@media (max-width: 767px) {
  #contatti-preventivo .contact-modern__grid {
    grid-template-columns: 1fr;
  }
}

/* Kartice */
#contatti-preventivo .contact-modern__card {
  border: 1px solid #e9e9ee;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

#contatti-preventivo .contact-modern__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#contatti-preventivo .contact-modern__sub {
  margin: 6px 0 0;
  color: #5a5a5a;
}

/* Actions */
#contatti-preventivo .contact-modern__actions {
  display: grid;
  gap: 12px;
}

#contatti-preventivo .contact-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fafafa;
  color: #222;
  text-decoration: none;
  width: 100%;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

#contatti-preventivo .contact-action:hover {
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* Ikone u krugu */
#contatti-preventivo .contact-action__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
}

#contatti-preventivo .contact-action__icon i {
  font-size: 18px;
}

/* Tekst blok */
#contatti-preventivo .contact-action__text {
  flex: 1;
  min-width: 0;
}

#contatti-preventivo .contact-action__title {
  display: block !important;
  font-weight: 700;
  margin-bottom: 2px;
}

#contatti-preventivo .contact-action__value {
  display: block !important;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  font-weight: 600;
  color: #2B1F47;
}

/* Boje ikona */
#contatti-preventivo .contact-action.email .contact-action__icon {
  background: rgba(0,114,198,0.12);
}
#contatti-preventivo .contact-action.email .contact-action__icon i {
  color: #0072c6;
}

#contatti-preventivo .contact-action.phone .contact-action__icon {
  background: rgba(44,123,229,0.12);
}
#contatti-preventivo .contact-action.phone .contact-action__icon i {
  color: #2c7be5;
}

#contatti-preventivo .contact-action.whatsapp .contact-action__icon {
  background: rgba(37,211,102,0.14);
}
#contatti-preventivo .contact-action.whatsapp .contact-action__icon i {
  color: #25d366;
}

/* ==================================================
   PREVENTIVO IMAGE
   ================================================== */
.preventivo-example {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0;
}

.preventivo-example img {
  width: 60%;
  max-width: 900px;
  height: auto;
  display: block;
}

.preventivo-example figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
  text-align: center;
}

@media (max-width: 767px) {
  .preventivo-example img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* ==================================================
   MODERN DOCTOR CARD (nostra-clinica)
   ================================================== */
.doctor-profile {
  max-width: 1100px;
  margin: 30px auto 10px;
  padding: 0 15px;
}

.doctor-card {
  display: flex;
  gap: 32px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.doctor-text {
  flex: 1;
  min-width: 0;
}

.doctor-text h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.doctor-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.8;
}

.doctor-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.doctor-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
  font-weight: 700;
}

.doctor-photo {
  flex: 0 0 240px;
  text-align: center;
}

.doctor-figure {
  margin: 0;
}

.doctor-figure img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}

.doctor-figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}

@media (max-width: 768px) {
  .doctor-card {
    flex-direction: column-reverse;
    text-align: left;
  }

  .doctor-photo {
    flex: none;
  }

  .doctor-figure img {
    max-width: 260px;
  }
}

/* ==================================================
   CENTERED LAYOUT FOR PAGES (Listino + similar)
   ================================================== */
.page-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-inner .table-responsive {
  margin-left: auto;
  margin-right: auto;
}

.page-inner h1,
.page-inner h2 {
  scroll-margin-top: 90px;
}

/* ==================================================
   LISTINO PREZZI – CENTER TABLE BLOCK
   ================================================== */
.price-table-wrap,
.table-responsive.price-table {
  width: 100% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.price-table-wrap .table,
.table-responsive.price-table > table {
  width: 100% !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .price-table-wrap,
  .table-responsive.price-table {
    max-width: 100% !important;
  }
}

/* ==================================================
   RESPONSIVE TWEAKS (legacy)
   ================================================== */
@media (max-width: 620px) {
  .logo {
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
  }

  .facelift ul {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-middle-content p {
    font-size: 1.2em;
  }

  .slide1 div {
    bottom: 0;
    max-width: 100%;
    margin-left: 0;
    padding: 2px 20px;
    font-size: 12px;
  }

  .slide1 h5, .slide2 h5 {
    font-size: 18px;
  }

  .slide2 div {
    bottom: 0;
    max-width: 100%;
    right: 0;
    padding: 2px 20px;
    font-size: 12px;
  }

  .main-middle-content .cjenik {
    font-size: 14px;
  }

  .home-carousel img {
    height: auto;
  }

  header .flag {
    width: 100px;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
}

/* ==================================================
   TEXTUAL PAGES: left aligned headings inside content
   ================================================== */
.main-container .main-middle-content h2 {
  text-align: left;
}

/* ==================================================
   CASES / LIGHTBOX (casi clinici)
   ================================================== */
.case-image{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f4f8;
  border: 1px solid #ececf2;
}

.case-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Click hint */
.case-image-link{
  display: block;
  cursor: zoom-in;
}

/* Spriječi globalni a:hover opacity:.6 na ovim linkovima */
.case-image-link:hover,
.case-image-link:focus{
  opacity: 1 !important;
}

/* Lightbox overlay */
.lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.lightbox:target{
  display: flex;
}

.lightbox img{
  max-width: 95%;
  max-height: 95%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* Close button */
.lightbox-close{
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

/* ==================================================
   FAQ TOC FIX (blog.html) — override global NAV rules
   ================================================== */
nav.faq-toc{
  background:#fff;
  text-align:left; /* poništi nav centriranje */
}

nav.faq-toc ul{
  padding-left:18px;
  columns: 2;
  column-gap: 28px;
}

nav.faq-toc li{
  display:list-item !important;  /* poništi nav ul li inline-block */
  padding:0 !important;
}

nav.faq-toc a,
nav.faq-toc a:visited{
  color:#3B2A7A !important;       /* poništi nav li a { color:white } */
  -webkit-text-fill-color:#3B2A7A !important; /* iOS/Safari fallback */
  text-decoration: underline !important;
  text-transform: none !important; /* poništi uppercase iz nav li a */
  font-size: 16px !important;      /* poništi 1.2em iz nav li a */
  font-weight: 700 !important;
}

/* Mobile: TOC u 1 kolonu */
@media (max-width: 767px){
  nav.faq-toc ul{ columns: 1; }
}

/* ==================================================
   PRE-OP LINK HIGHLIGHT (callout box) — UPDATED
   (scoped to #page-hero to override centered hero rules)
   ================================================== */
#page-hero .preop-highlight{
  max-width: 860px;
  margin: 14px auto 0;
  padding: 14px 16px;
  border-radius: 14px;

  border: 1px solid #cfe1ff;
  background: #eef5ff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);

  text-align: left !important;   /* poništi #page-hero centriranje */
  line-height: 1.6;
  color: #2B1F47;
}

/* mali “badge” na početku */
#page-hero .preop-highlight .badge{
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 6px 10px;
  border-radius: 999px;

  background: #0b5ed7;
  color: #ffffff;

  font-weight: 800;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

/* link u boxu - naglasi i poništi globalni opacity hover */
#page-hero .preop-highlight a,
#page-hero .preop-highlight a:visited{
  font-weight: 800;
  color: #1f4fd6 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

#page-hero .preop-highlight a:hover,
#page-hero .preop-highlight a:focus{
  opacity: 1 !important;          /* poništi global hover opacity:.6 */
  color: #163aa7 !important;
  text-decoration-thickness: 2px;
}

/* dodatni opis ispod */
#page-hero .preop-highlight .small{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  opacity: .95;
}

/* Mobile: kompaktnije */
@media (max-width: 767px){
  #page-hero .preop-highlight{
    margin-top: 12px;
    padding: 12px 14px;
  }
}

/* ==================================================
   SITE BREADCRUMBS — unified
   ================================================== */
.site-breadcrumbs{
  display:block;
  width:100%;
  margin:10px 0 14px !important;
  padding:12px 0 !important;
  font-size:14px;
  line-height:1.5;
  color:#1a5fb4;
  background:#ffffff !important;
  text-align:left !important;
}
.site-breadcrumbs a,
.site-breadcrumbs a:visited{
  color:#1a5fb4 !important;
  text-decoration:none !important;
  font-weight:600;
}
.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus{
  color:#163f85 !important;
  text-decoration:underline !important;
  opacity:1 !important;
}
.site-breadcrumbs .sep{
  color:#6b7280;
  opacity:1;
  padding:0 6px;
}
.site-breadcrumbs .current{
  color:#1a5fb4 !important;
  font-weight:600;
}


/* --- site-enhancements.css --- */
/* Unified visual layer aligned to nostra-clinica.html */
html{scroll-behavior:smooth;}
body{
  font-family:"Raleway",Arial,sans-serif;
  color:#24344f;
  background:
    linear-gradient(180deg,#241a97 0,#241a97 430px,#231a97 430px,#231a97 100%);
}
@media (max-width: 767px){
  body{background:#f3f6fb;}
}
img{max-width:100%;height:auto;}
a{transition:color .2s ease, background-color .2s ease, opacity .2s ease;}

/* Header */
.site-header,
.wrapper.container.site-header{
  max-width:1180px;
  margin:24px auto 0 !important;
  padding:22px 30px 14px !important;
  background:#fff !important;
  border:0 !important;
  border-radius:34px !important;
  box-shadow:0 0 40px rgba(214,225,255,.55), 0 8px 20px rgba(29,23,95,.12) !important;
  overflow:visible !important;
}
.site-header .header-top{
  display:flex;
  align-items:center;
  gap:26px;
}
.site-header .header-logo{
  flex:0 0 240px;
  text-align:left;
}
.site-header .header-logo img{
  width:auto !important;
  max-width:100%;
  max-height:104px;
  display:block;
}
.site-header .header-title-col{
  flex:1 1 320px;
}
.site-header .header-title{
  margin:0;
  color:#3a3f91;
  font-size:18px;
  line-height:1.35;
  font-weight:500;
  text-align:left;
}
.site-header .header-contact{
  flex:1 1 520px;
}
.site-header .contact ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 16px;
  text-align:right;
}
.site-header .contact li,
.site-header .contact a,
.site-header .contact address,
.site-header .contact{
  color:#6d7090 !important;
  font-size:17px;
  line-height:1.45;
  font-weight:400;
  text-decoration:none;
  font-style:italic;
}
.site-header .contact a:hover{ text-decoration:underline; }
.site-header .header-stats{
  width:100%;
  margin-top:14px;
  padding:8px 0 0;
  background:none !important;
  color:#77737e !important;
  font-size:16px;
  line-height:1.5;
  text-align:center;
  font-weight:500;
}

/* Main navigation */
.bilek-main-nav,
nav.hidden-xs.bilek-main-nav{
  width:100%;
  margin:22px 0 22px !important;
  background:#736d99 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.bilek-main-nav ul.main,
nav.hidden-xs ul.main{
  max-width:1180px;
  margin:0 auto !important;
  padding:0 24px !important;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
  list-style:none;
}
.bilek-main-nav ul.main li,
nav.hidden-xs ul.main li{
  list-style:none;
  margin:0;
  padding:0;
  flex:0 1 auto;
}
.bilek-main-nav ul.main a,
nav.hidden-xs ul.main a{
  display:block;
  padding:18px 10px;
  color:#fff !important;
  font-size:14px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.2px;
  text-transform:uppercase;
  text-decoration:none !important;
  white-space:nowrap;
  background:none !important;
}
.bilek-main-nav ul.main a:hover,
nav.hidden-xs ul.main a:hover,
.bilek-main-nav ul.main a[aria-current="page"],
nav.hidden-xs ul.main a[aria-current="page"]{
  color:#fff !important;
  background:none !important;
  text-decoration:none !important;
  font-weight:700;
}

/* Mobile menu trigger */
.hamburger{
  color:#fff;
  margin:0 15px 8px;
}

/* Shared widths */
.page-inner,
.main-container,
.main-middle-content,
footer,
footer .footer-container,
footer .footer-bottom{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.page-inner,
.main-container{
  padding-left:15px;
  padding-right:15px;
}

/* Breadcrumbs */
.site-breadcrumbs,
.breadcrumbs{
  display:block;
  width:100%;
  margin:18px auto 24px !important;
  padding:16px 22px !important;
  background:#fff !important;
  color:#2355a8 !important;
  border:0 !important;
  border-radius:18px !important;
  box-shadow:none !important;
  text-align:left !important;
  line-height:1.5;
}
.site-breadcrumbs a,
.breadcrumbs a{
  color:#2860b7 !important;
  text-decoration:none !important;
  font-weight:600;
}
.site-breadcrumbs a:hover,
.breadcrumbs a:hover{ text-decoration:underline !important; }
.site-breadcrumbs .sep,
.breadcrumbs .sep{ color:#7b8498; padding:0 8px; }
.site-breadcrumbs .current,
.breadcrumbs .current{ color:#25509d !important; font-weight:700; }

/* Main content cards */
.main-container > .col-md-12,
.main-container > .container > .row > .col-md-12,
.main-container .container.page-inner > .row > .col-md-12,
.page-inner > .col-md-12,
.page-inner > .container > .row > .col-md-12,
.page-inner > .container,
#home-hero,
.seo-box,
.faq-block,
.testi-card,
.service-card,
.testi-hero,
.content-box,
.info-box,
.doctor-card,
.doctor-profile,
.clinic-bottom-panels,
.cta-box,
.table-responsive table{
  box-shadow:0 10px 30px rgba(0,0,0,.08) !important;
}
.main-container > .col-md-12,
.main-container > .container > .row > .col-md-12,
.main-container .container.page-inner > .row > .col-md-12,
.page-inner > .col-md-12,
.page-inner > .container > .row > .col-md-12,
#home-hero,
.seo-box,
.faq-block,
.testi-hero{
  background:#fff !important;
  border-radius:24px !important;
}
.main-container > .col-md-12,
.main-container > .container > .row > .col-md-12,
.main-container .container.page-inner > .row > .col-md-12,
.page-inner > .col-md-12,
.page-inner > .container > .row > .col-md-12,
#home-hero,
.testi-hero{
  padding:28px 32px 40px !important;
}
.seo-box,
.faq-block{
  border:0 !important;
  border-radius:20px !important;
}
.main-container h1,
.page-inner h1,
#home-hero h1,
.testi-hero h1{
  color:#204785 !important;
}
.main-container h2,
.page-inner h2,
.main-container h3,
.page-inner h3{
  color:#2d2d73 !important;
}
.main-container p,
.main-container li,
.page-inner p,
.page-inner li,
.page-inner figcaption{
  color:#33435c !important;
  line-height:1.8;
}

/* Primary CTA */
.btn-primary-cta,
a.btn-primary-cta{
  display:inline-block;
  padding:17px 36px;
  background:#2f7eed !important;
  color:#fff !important;
  border-radius:10px !important;
  text-decoration:none !important;
  font-size:18px;
  font-weight:700;
  box-shadow:none;
}
.btn-primary-cta:hover,
a.btn-primary-cta:hover{
  background:#2469c9 !important;
  color:#fff !important;
}

/* Footer */
footer{
  margin:36px auto 24px;
  background:#fff !important;
  border:0 !important;
  border-radius:26px !important;
  box-shadow:0 10px 30px rgba(0,0,0,.08) !important;
  overflow:hidden;
}
footer .footer-bottom{
  background:#f3f6fc !important;
}


@media (max-width: 1199px){
  .bilek-main-nav ul.main,
  nav.hidden-xs ul.main{ padding:0 16px !important; }
  .bilek-main-nav ul.main a,
  nav.hidden-xs ul.main a{ font-size:13px; padding:18px 8px; }
}
@media (max-width: 991px){
  .site-header .header-top{ gap:18px; }
  .site-header .header-logo{ flex:0 0 200px; }
  .site-header .header-title{ font-size:16px; }
  .site-header .contact li,
  .site-header .contact a,
  .site-header .contact address,
  .site-header .contact{ font-size:15px; }
  .bilek-trust-strip{ grid-template-columns:1fr; }
}
@media (max-width: 767px){
  .site-header,
  .wrapper.container.site-header{
    margin-top:10px !important;
    padding:16px 18px !important;
    border-radius:22px !important;
    box-shadow:0 6px 20px rgba(23,22,73,.12) !important;
  }
  .site-header .header-title-col,
  .site-header .header-contact,
  .site-header .header-stats{ display:none !important; }
  .site-header .header-top{ justify-content:center; }
  .site-header .header-logo{ flex:0 0 auto; text-align:center; }
  .site-header .header-logo img{ max-height:84px; margin:0 auto; }
  .site-breadcrumbs,
  .breadcrumbs{ margin:14px auto 18px !important; padding:14px 16px !important; border-radius:16px !important; }
  .main-container > .col-md-12,
  .main-container > .container > .row > .col-md-12,
  .main-container .container.page-inner > .row > .col-md-12,
  .page-inner > .col-md-12,
  .page-inner > .container > .row > .col-md-12,
  #home-hero,
  .testi-hero{ padding:22px 18px 28px !important; border-radius:18px !important; }
}


/* v3 visual alignment with nostra-clinica.html */
.main-container{
  max-width:1180px !important;
  margin:0 auto 30px !important;
  background:#ffffff !important;
  border-radius:30px 30px 0 0 !important;
  overflow:hidden !important;
  box-shadow:0 10px 30px rgba(0,0,0,.08) !important;
  padding:22px 18px 30px !important;
}
@media (min-width: 768px){
  .main-container{ padding:26px 24px 34px !important; }
}
.main-container > #mobile-safe,
.main-container > .page-inner,
.main-container > .container.page-inner{
  padding-left:0 !important;
  padding-right:0 !important;
}
.main-container > #mobile-safe{ box-sizing:border-box; }
.main-container > #mobile-safe > .page-inner,
.main-container > #mobile-safe > .container.page-inner,
.main-container > .container.page-inner,
.main-container > .page-inner{
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.main-container > .col-md-12,
.main-container > .container > .row > .col-md-12,
.main-container .container.page-inner > .row > .col-md-12,
.page-inner > .col-md-12,
.page-inner > .container > .row > .col-md-12{
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.site-breadcrumbs,
.breadcrumbs{
  max-width:1180px !important;
}
main > .site-breadcrumbs{
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
/* FINAL INDEX TEMPLATE RESET */

.page-inner,
.main-container,
.main-middle-content,
footer,
footer .footer-container,
footer .footer-bottom{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}

.site-breadcrumbs,
.breadcrumbs{
  max-width:1180px !important;
  margin:16px auto 18px !important;
  padding:14px 20px !important;
  background:#ffffff !important;
  border-radius:18px !important;
  box-shadow:none !important;
}

.main-container{
  max-width:1180px !important;
  margin:0 auto 40px !important;
  padding:18px !important;
  background:#eef1f6 !important;
  border-radius:32px !important;
  box-shadow:none !important;
  overflow:visible !important;
}
@media (min-width:768px){
  .main-container{ padding:20px !important; }
}
.main-container > #mobile-safe,
.main-container > .page-inner,
.main-container > .container.page-inner,
.main-container > .col-md-12,
.main-container > .row,
.main-container > .main-middle-content{
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
}
.main-container > .col-md-12,
.main-container > .container > .row > .col-md-12,
.main-container .container.page-inner > .row > .col-md-12,
.page-inner > .col-md-12,
.page-inner > .container > .row > .col-md-12,
.main-middle-content > .row > [class*="col-"],
.main-middle-content > [class*="col-"],
.main-container > .main-middle-content,
.main-container .container,
.main-container .row{
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.main-container > .col-md-12,
.main-container > .container > .row > .col-md-12,
.main-container .container.page-inner > .row > .col-md-12,
.page-inner > .col-md-12,
.page-inner > .container > .row > .col-md-12,
.main-middle-content > .row > [class*="col-"],
.main-middle-content > [class*="col-"],
.main-container .container,
.main-container .row{
  width:100% !important;
  float:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.intro-card,
.subintro-card{
  background:#ffffff !important;
  border-radius:28px !important;
  box-shadow:0 10px 30px rgba(0,0,0,.06) !important;
  padding:20px 28px 24px !important;
  margin:0 0 22px !important;
}
.intro-card{
  text-align:center !important;
}
.intro-card h1,
.intro-card p,
.intro-card .contact-cta,
.intro-card .cta-sub,
.intro-card .mini-muted,
.intro-card .seo-muted{
  text-align:center !important;
}
.intro-card .btn-primary-cta{
  margin-left:auto !important;
  margin-right:auto !important;
  float:none !important;
}
.subintro-card{
  text-align:center !important;
}
.subintro-card section,
.subintro-card div,
.subintro-card p,
.subintro-card h2,
.subintro-card h3{
  text-align:center !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
.intro-card + .subintro-card + *,
.intro-card + *{
  margin-top:0 !important;
}
.main-container > .col-md-12 > :not(.intro-card):not(.subintro-card),
.main-container > #mobile-safe > .page-inner > :not(.intro-card):not(.subintro-card),
.main-container > #mobile-safe > .container.page-inner > .row > .col-md-12 > :not(.intro-card):not(.subintro-card),
.main-container > .container.page-inner > .row > .col-md-12 > :not(.intro-card):not(.subintro-card),
.main-container > .main-middle-content > .row > [class*="col-"] > :not(.intro-card):not(.subintro-card){
  position:relative;
}

/* common post-intro cards */
.main-container > .col-md-12 > section,
.main-container > .col-md-12 > div.doctor-profile,
.main-container > .col-md-12 > div.clinic-bottom-panels,
.main-container > #mobile-safe > .container.page-inner > .row > .col-md-12 > section,
.main-container > #mobile-safe > .container.page-inner > .row > .col-md-12 > div.seo-box,
.main-container > #mobile-safe > .container.page-inner > .row > .col-md-12 > div.content-box,
.main-container > .main-middle-content > .row > [class*="col-"] > section,
.main-container > .main-middle-content > .row > [class*="col-"] > div.content-box,
.main-container > .main-middle-content > .row > [class*="col-"] > div.info-box{
  background:#ffffff;
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  padding:24px;
  margin:0 0 22px;
}


/* SECOND CARD NORMALIZATION */
.intro-card + section,
.intro-card + div.content-box,
.intro-card + div.info-box,
.intro-card + div:not(.doctor-profile):not(.clinic-bottom-panels):not(.main-middle-content):not(.price-table-wrap):not(.contact-cta){
  background:#ffffff !important;
  border-radius:28px !important;
  box-shadow:0 10px 30px rgba(0,0,0,.06) !important;
  padding:28px !important;
  margin:0 0 22px !important;
}
.intro-card + section,
.intro-card + div.content-box,
.intro-card + div.info-box{
  text-align:center !important;
}
.intro-card + section h2,
.intro-card + section h3,
.intro-card + section p,
.intro-card + div.content-box h2,
.intro-card + div.content-box h3,
.intro-card + div.content-box p,
.intro-card + div.info-box h2,
.intro-card + div.info-box h3,
.intro-card + div.info-box p{
  text-align:center !important;
}

/* FINAL WHITE-IN-GREY SPACING NORMALIZATION (2026-03-07) */
.main-container > .row,
.main-container > .main-middle-content > .row,
.main-container > .container.page-inner > .row,
.main-container > #mobile-safe > .container.page-inner > .row,
.main-container > #mobile-safe > .page-inner > .row{
  margin-left:0 !important;
  margin-right:0 !important;
}

.main-container > .row > [class*="col-"],
.main-container > .main-middle-content > .row > [class*="col-"],
.main-container > .container.page-inner > .row > [class*="col-"],
.main-container > #mobile-safe > .container.page-inner > .row > [class*="col-"],
.main-container > #mobile-safe > .page-inner > .row > [class*="col-"]{
  padding-left:0 !important;
  padding-right:0 !important;
}

.main-container > #mobile-safe,
.main-container > .page-inner,
.main-container > .container.page-inner,
.main-container > .main-middle-content,
.main-container > .col-md-12,
.main-container > .row > .col-md-12,
.main-container > .main-middle-content > .row > .col-md-12,
.main-container > .main-middle-content > .row > .col-md-10,
.main-container > .main-middle-content > .row > .col-md-8,
.main-container > .container.page-inner > .row > .col-md-12,
.main-container > #mobile-safe > .container.page-inner > .row > .col-md-12{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.main-container .intro-card:first-child,
.main-container #home-hero:first-child,
.main-container .summary-card:first-child,
.main-container .section-card:first-child,
.main-container .testi-hero:first-child,
.main-container .seo-box:first-child,
.main-container .content-box:first-child,
.main-container .info-box:first-child,
.main-container .doctor-profile:first-child,
.main-container .clinic-bottom-panels:first-child,
.main-container > .main-middle-content > .row > [class*="col-"] > .intro-card:first-child,
.main-container > .container.page-inner > .row > [class*="col-"] > .intro-card:first-child,
.main-container > #mobile-safe > .container.page-inner > .row > [class*="col-"] > .intro-card:first-child{
  margin-top:0 !important;
}

.main-container .intro-card,
.main-container #home-hero,
.main-container .summary-card,
.main-container .section-card,
.main-container .testi-hero,
.main-container .seo-box,
.main-container .content-box,
.main-container .info-box,
.main-container .doctor-profile,
.main-container .clinic-bottom-panels{
  box-sizing:border-box !important;
}


/* FINAL CONTENT CLEANUP AND SPACING NORMALIZATION (2026-03-07 v2) */
.main-container > #mobile-safe{ padding-top:0 !important; padding-bottom:0 !important; }
.main-container .intro-card > :first-child,
.main-container .summary-card > :first-child,
.main-container .section-card > :first-child,
.main-container #home-hero > :first-child,
.main-container .seo-box > :first-child,
.main-container .content-box > :first-child,
.main-container .info-box > :first-child,
.main-container .doctor-profile > :first-child,
.main-container .faq-block > :first-child,
.main-container .testi-hero > :first-child,
.main-container > .col-md-12 > :first-child,
.main-container > .container.page-inner > .row > [class*="col-"] > :first-child,
.main-container > #mobile-safe > .container.page-inner > .row > [class*="col-"] > :first-child,
.main-container > #mobile-safe > .page-inner > .row > [class*="col-"] > :first-child,
.main-container > .main-middle-content > .row > [class*="col-"] > :first-child{
  margin-top:0 !important;
}
.main-container .intro-card > :last-child,
.main-container .summary-card > :last-child,
.main-container .section-card > :last-child,
.main-container #home-hero > :last-child,
.main-container .seo-box > :last-child,
.main-container .content-box > :last-child,
.main-container .info-box > :last-child,
.main-container .doctor-profile > :last-child,
.main-container .faq-block > :last-child,
.main-container .testi-hero > :last-child,
.main-container > .col-md-12 > :last-child,
.main-container > .container.page-inner > .row > [class*="col-"] > :last-child,
.main-container > #mobile-safe > .container.page-inner > .row > [class*="col-"] > :last-child,
.main-container > #mobile-safe > .page-inner > .row > [class*="col-"] > :last-child,
.main-container > .main-middle-content > .row > [class*="col-"] > :last-child{
  margin-bottom:0 !important;
}
.main-container > .col-md-12,
.main-container > .container.page-inner > .row > .col-md-12,
.main-container > #mobile-safe > .container.page-inner > .row > .col-md-12,
.main-container > #mobile-safe > .page-inner > .row > .col-md-12,
.main-container > .main-middle-content > .row > .col-md-12{
  min-height:0 !important;
}

/* FINAL HERO TOP-SPACING TUNE (2026-03-07 v3) */
.main-container .intro-card{
  padding-top:18px !important;
  padding-bottom:24px !important;
}
.main-container .intro-card > h1:first-child,
.main-container .intro-card > article:first-child,
.main-container .intro-card > div.hero-compact:first-child,
.main-container .intro-card > section:first-child{
  margin-top:0 !important;
}
.main-container .intro-card h1{
  margin-top:0 !important;
}
.main-container .intro-card .contact-cta{
  margin-top:18px !important;
}


/* FINAL WHITE/GREY EQUILIBRIUM FIX (2026-03-07 v4) */
.unified-main-container,
.main-container.unified-main-container{
  padding:24px !important;
}

.unified-main-container .unified-page-shell{
  display:flex !important;
  flex-direction:column !important;
  gap:24px !important;
}

.unified-main-container .unified-hero,
.unified-main-container .unified-content-wrapper{
  margin:0 !important;
  padding:0 !important;
}

.unified-main-container .unified-hero > .intro-card,
.unified-main-container .unified-hero > #home-hero,
.unified-main-container .unified-hero > .hero-card,
.unified-main-container .unified-hero > .page-hero{
  margin:0 !important;
}

.unified-main-container .unified-content-wrapper > :first-child,
.unified-main-container .unified-hero > :first-child{
  margin-top:0 !important;
}

.unified-main-container .unified-content-wrapper > :last-child,
.unified-main-container .unified-hero > :last-child,
.unified-main-container .unified-page-shell > :last-child{
  margin-bottom:0 !important;
}

@media (max-width: 991px){
  .unified-main-container,
  .main-container.unified-main-container{
    padding:18px !important;
  }

  .unified-main-container .unified-page-shell{
    gap:18px !important;
  }
}


/* --- layout-template.css --- */
/* Unified page template generated for croazia-dentisti.info */
html, body { overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }

.site-breadcrumbs,
.page-inner > .site-breadcrumbs {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.unified-main-container {
  max-width: 1120px;
  margin: 0 auto 48px;
  background: #e7ebf1;
  border-radius: 28px;
  padding: 20px 24px 34px;
  overflow: visible;
}

.unified-content-root {
  max-width: 980px !important;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}

.unified-content-root.col-md-10,
.unified-content-root.col-md-12,
.unified-content-root.col-lg-10,
.unified-content-root.col-lg-12,
.unified-content-root.col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: auto !important;
  right: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.unified-main-container > .main-middle-content,
.unified-main-container > .page-inner,
.unified-main-container > #mobile-safe,
.unified-main-container > .container,
.unified-main-container > .row {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.unified-main-container > .main-middle-content > .row,
.unified-main-container > .container > .row,
.unified-main-container > #mobile-safe > .container > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.unified-page-shell {
  width: 100%;
}

.unified-hero {
  width: 100%;
  margin: 0 0 24px;
}

.unified-hero > .intro-card,
.unified-hero > #home-hero,
.unified-hero > .hero-card,
.unified-hero > .page-hero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.unified-content-wrapper {
  width: 100%;
}

.unified-content-wrapper > :first-child {
  margin-top: 0 !important;
}

.unified-main-container img:not(.doctor-photo img):not(.header-logo img):not(.footer-map img) {
  max-width: 100%;
  height: auto;
}

.unified-main-container iframe,
.unified-main-container table,
.unified-main-container object,
.unified-main-container embed,
.unified-main-container video {
  max-width: 100%;
}

.unified-main-container .row::before,
.unified-main-container .row::after,
.unified-main-container .clearfix::before,
.unified-main-container .clearfix::after {
  content: " ";
  display: table;
}
.unified-main-container .row::after,
.unified-main-container .clearfix::after { clear: both; }

@media (max-width: 991px) {
  .unified-main-container {
    margin-left: 12px;
    margin-right: 12px;
    padding: 16px 16px 26px;
    border-radius: 22px;
  }
  .site-breadcrumbs,
  .page-inner > .site-breadcrumbs {
    max-width: calc(100% - 24px);
  }
}


/* 2026-03 uniform width + spacing override */

.site-breadcrumbs,
.page-inner > .site-breadcrumbs {
  max-width: 1180px !important;
}

.unified-main-container,
.main-container.unified-main-container {
  max-width: 1180px !important;
  margin: 0 auto 48px !important;
  padding: 28px !important;
  border-radius: 34px !important;
  background: #e7ebf1 !important;
}

.unified-content-root,
.page-inner.unified-content-root,
.col-md-12.unified-content-root {
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

.unified-main-container > .main-middle-content,
.unified-main-container > .page-inner,
.unified-main-container > #mobile-safe,
.unified-main-container > .container,
.unified-main-container > .row,
.unified-main-container > #mobile-safe > .container,
.unified-main-container > #mobile-safe > .page-inner,
.unified-main-container > #mobile-safe > .container > .row,
.unified-main-container > .container > .row,
.unified-main-container > .page-inner > .row {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.unified-main-container #mobile-safe {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.unified-main-container .intro-card,
.unified-main-container #home-hero,
.unified-main-container .hero-card,
.unified-main-container .page-hero,
.unified-main-container .section-card,
.unified-main-container .summary-card,
.unified-main-container .faq-card,
.unified-main-container .seo-box,
.unified-main-container .faq-block {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 28px !important;
  border-radius: 28px !important;
  box-sizing: border-box !important;
}

.unified-main-container .unified-page-shell,
.unified-main-container .unified-hero,
.unified-main-container .unified-content-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.unified-main-container .unified-content-wrapper > :first-child,
.unified-main-container .unified-hero > :first-child {
  margin-top: 0 !important;
}

.unified-main-container .unified-content-wrapper > :last-child,
.unified-main-container .unified-hero > :last-child,
.unified-main-container .unified-page-shell > :last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .unified-main-container,
  .main-container.unified-main-container {
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .site-breadcrumbs,
  .page-inner > .site-breadcrumbs {
    max-width: calc(100% - 24px) !important;
  }
}


/* FINAL WHITE/GREY EQUILIBRIUM FIX (2026-03-07 v4) */
.unified-main-container,
.main-container.unified-main-container{
  padding:24px !important;
}

.unified-main-container .unified-page-shell{
  display:flex !important;
  flex-direction:column !important;
  gap:24px !important;
}

.unified-main-container .unified-hero,
.unified-main-container .unified-content-wrapper{
  margin:0 !important;
  padding:0 !important;
}

.unified-main-container .unified-hero > .intro-card,
.unified-main-container .unified-hero > #home-hero,
.unified-main-container .unified-hero > .hero-card,
.unified-main-container .unified-hero > .page-hero{
  margin:0 !important;
}

.unified-main-container .unified-content-wrapper > :first-child,
.unified-main-container .unified-hero > :first-child{
  margin-top:0 !important;
}

.unified-main-container .unified-content-wrapper > :last-child,
.unified-main-container .unified-hero > :last-child,
.unified-main-container .unified-page-shell > :last-child{
  margin-bottom:0 !important;
}

@media (max-width: 991px){
  .unified-main-container,
  .main-container.unified-main-container{
    padding:18px !important;
  }

  .unified-main-container .unified-page-shell{
    gap:18px !important;
  }
}
