/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2199f1;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

 dialog, figcaption, figure, footer, header, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }


ul {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

a {
  color: #2199f1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #35e78e;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }


code {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

output {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

 .col, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ebfdf4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-group {
  margin-bottom: 1rem; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #2199f1;
  border-color: #2199f1; }
  .btn-primary:hover {
    color: #212529;
    background-color: #57eba1;
    border-color: #4bea9b; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #2199f1;
    border-color: #2199f1; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #4bea9b;
    border-color: #40e894; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5); }

.btn-outline-primary {
  color: #2199f1;
  background-color: transparent;
  background-image: none;
  border-color: #2199f1; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #2199f1;
    border-color: #2199f1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2199f1;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #2199f1;
    border-color: #2199f1; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(121, 239, 180, 0.5); }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2199f1; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2199f1; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2199f1;
    border-color: #2199f1; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 768px) {
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; } }

.position-static {
  position: static !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.w-100 {
  width: 100% !important; }

.m-1 {
  margin: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }


.py-3 {
  padding-top: 1rem !important; }


.py-3 {
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }


.py-4 {
  padding-top: 1.5rem !important; }


.px-4 {
  padding-right: 1.5rem !important; }


.py-4 {
  padding-bottom: 1.5rem !important; }


.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }


.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }


.px-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {

  .py-sm-3 {
    padding-top: 1rem !important; }

  .py-sm-3 {
    padding-bottom: 1rem !important; } }

@media (min-width: 768px) {
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .p-md-5 {
    padding: 3rem !important; }

  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }

  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; } }

.text-center {
  text-align: center !important; }

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

body {
  font-family: "Rubik", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #798899;
  position: relative; }
  body:after {
    position: fixed;
    top: -150px;
    right: -50px;
    bottom: 0;
    content: '';
    width: 400px;
    height: 600px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    z-index: -1;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  body:before {
    position: fixed;
    top: 500px;
    left: -100px;
    bottom: 0;
    content: '';
    width: 400px;
    height: 400px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    z-index: -1;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }
  body .KW_progressContainer {
    left: 0;
    width: 100%;
    height: 0.4em;
    margin-bottom: 0px;
    position: fixed;
    top: 0px;
    overflow: hidden;
    background-color: #1b212c;
    content: "";
    display: table;
    table-layout: fixed;
    z-index: 999; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #53d397; }
  a:hover {
    text-decoration: none;
    color: #53d397; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: #1b212c;
  font-weight: 400; }

header {
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    header {
      padding: 2em 0;
      position: absolute; } }
  header .colorlib-navbar-brand {
    width: 100%; }
    header .colorlib-navbar-brand .colorlib-logo {
      font-size: 20px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 400;
      position: relative; }
      header .colorlib-navbar-brand .colorlib-logo:after {
        position: absolute;
        top: -3px;
        left: -7px;
        bottom: 0;
        content: '';
        width: 10px;
        height: 30px;
        border: 2px solid white;
        border-right: 1px solid transparent;
        z-index: -1; }
      header .colorlib-navbar-brand .colorlib-logo:before {
        position: absolute;
        top: -3px;
        right: -6px;
        bottom: 0;
        content: '';
        width: 10px;
        height: 30px;
        border: 2px solid white;
        border-left: 1px solid transparent;
        z-index: -1; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 40px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #adb8cc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background: #53d397; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -20px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -20px; }
  .owl-carousel.home-slider {
    display: block;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: calc(100vh - 0);
      min-height: 700px;
      position: relative;
      display: block; }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #1b212c;
        opacity: .8;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (prefers-reduced-motion: reduce) {
          .owl-carousel.home-slider .slider-item .overlay {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .owl-carousel.home-slider .slider-item:hover .overlay {
        opacity: .3; }
      .owl-carousel.home-slider .slider-item .slider-text {
        color: #fff;
        height: 100%;
        min-height: 700px;
        position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 20px;
          color: #fff;
          line-height: 1.2;
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: 5px;
          display: inline-block;
          position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text p {
          font-size: 20px;
          line-height: 1.5;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.8); }
          .owl-carousel.home-slider .slider-item .slider-text p a.scroll {
            color: rgba(255, 255, 255, 0.6);
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 4px; }
          .owl-carousel.home-slider .slider-item .slider-text p strong {
            font-weight: 700; }
            .owl-carousel.home-slider .slider-item .slider-text p strong a {
              color: #fff; }
    .owl-carousel.home-slider .owl-nav .owl-prev span,
    .owl-carousel.home-slider .owl-nav .owl-next span {
      color: #fff; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev {
      left: 20px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      right: 20px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
      width: 100%;
      text-align: center; }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 18px;
        height: 18px;
        margin: 5px;
        border-radius: 50%;
        background: white;
        background: none;
        border: 2px solid rgba(255, 255, 255, 0.5);
        outline: none !important;
        position: relative;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        display: inline-block; }
        .owl-carousel.home-slider .owl-dots .owl-dot span {
          position: absolute;
          width: 12px;
          height: 12px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 50% !important;
          left: 0%;
          top: 2px;
          display: block;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          border: 2px solid white; }
          .owl-carousel.home-slider .owl-dots .owl-dot.active span {
            background: white; }

.btn {
  cursor: pointer;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #4a5562;
    border: 1px solid #4a5562;
    color: #fff; }
    .btn.btn-primary:hover {
      border: 1px solid #1b212c;
      background: transparent;
      color: #1b212c; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #53d397;
      background: transparent;
      color: #53d397; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #1b212c;
        color: #fff; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #1b212c; }
    .btn.btn-white:hover {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }

.hero-wrap {
  height: 500px;
  position: relative; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #1b212c;
    opacity: .8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .hero-wrap .overlay {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .hero-wrap .text {
    color: #fff;
    height: 500px;
    position: relative; }
    .hero-wrap .text h1 {
      font-size: 20px;
      color: #fff;
      line-height: 1.2;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 5px;
      display: inline-block;
      position: relative; }
    .hero-wrap .text p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8); }
      .hero-wrap .text p a.scroll {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px; }
      .hero-wrap .text p strong {
        font-weight: 700; }
        .hero-wrap .text p strong a {
          color: #fff; }
    .hero-wrap .text .breadcrumbs {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px; }
      .hero-wrap .text .breadcrumbs span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
        .hero-wrap .text .breadcrumbs span a {
          color: #fff; }
    .hero-wrap .text .bread {
      font-size: 40px; }

.ftco-services .nav-link-wrap {
  background: #4a5562; }
  @media (max-width: 767.98px) {
    .ftco-services .nav-link-wrap {
      background: #4a5562;
      margin-top: 30px; } }

.ftco-services .nav-pills h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 3em; }
  .ftco-services .nav-pills h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    content: '';
    background: #53d397; }

.ftco-services .nav-pills p {
  margin-bottom: 0; }

.ftco-services .nav-pills .nav-link {
  float: left;
  border-radius: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .ftco-services .nav-pills .nav-link:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #4a5562;
    opacity: 0; }
  .ftco-services .nav-pills .nav-link span {
    font-size: 24px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6); }
  .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    font-weight: 400; }
    @media screen and (prefers-reduced-motion: reduce) {
      .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
      opacity: 1; }
    .ftco-services .nav-pills .nav-link.active span, .ftco-services .nav-pills .nav-link:hover span {
      color: #fff; }
    @media (max-width: 767.98px) {
      .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
        opacity: 0; } }
  @media (max-width: 767.98px) {
    .ftco-services .nav-pills .nav-link {
      display: block;
      width: 100%; } }

.ftco-services .tab-content .tab-pane .icon {
  font-size: 100px;
  color: #1b212c;
  line-height: 1.2; }

.ftco-services .tab-content .tab-pane h2 {
  font-size: 28px; }

.services h3 {
  font-size: 24px; }
  .services h3 span {
    color: #53d397; }

@media (max-width: 767.98px) {
  .req-quote {
    text-align: center; } }

.req-quote h3, .req-quote p {
  margin-bottom: 0; }

.req-quote h3 {
  width: calc(100% - 190px);
  color: #fff; }
  @media (max-width: 767.98px) {
    .req-quote h3 {
      width: 100%;
      margin-bottom: 30px; } }

.req-quote p {
  width: 190px; }
  @media (max-width: 767.98px) {
    .req-quote p {
      width: 100%; } }

.portfolio {
  margin-bottom: 30px;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .portfolio img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .portfolio img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .portfolio:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #1b212c;
    opacity: .2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .portfolio:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .portfolio .icon, .portfolio .heading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .portfolio .icon, .portfolio .heading {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .portfolio .icon span, .portfolio .heading span {
      color: #fff;
      font-size: 24px; }
  .portfolio .heading {
    padding: 20px; }
    @media (max-width: 767.98px) {
      .portfolio .heading {
        opacity: 1; } }
    .portfolio .heading h3 {
      font-size: 18px;
      color: #fff;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom: 0; }
      .portfolio .heading h3 span {
        font-size: 13px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.7); }
  .portfolio:hover:after {
    opacity: .5; }
  .portfolio:hover .icon, .portfolio:hover .heading {
    opacity: 1; }
  .portfolio:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
    .testimony-section .owl-carousel .owl-dots {
      position: relative;
      text-align: center;
      margin-top: 10px; }
      .testimony-section .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1; }
        .testimony-section .owl-carousel .owl-dots .owl-dot span {
          width: 10px;
          height: 10px;
          background: #adb8cc;
          border-radius: 50%;
          display: inline-block;
          margin: 5px 7px; }
        .testimony-section .owl-carousel .owl-dots .owl-dot.active span {
          background: #53d397; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
    position: relative; }
  .testimony-section .heading-section {
    padding: 30px; }
    .testimony-section .heading-section > div {
      background: #4a5562; }
    .testimony-section .heading-section h2 {
      color: #fff; }

.testimony-wrap {
  background: #fff;
  display: block;
  position: relative;
  padding: 30px;
  border: 1px solid #edeff1; }
  .testimony-wrap .user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto; }
    .testimony-wrap .user-img .quote {
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 40px;
      height: 40px;
      background: #53d397;
      border-radius: 50%; }
      .testimony-wrap .user-img .quote i {
        color: #fff; }
  .testimony-wrap .name {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #53d397; }
  .testimony-wrap .position {
    font-size: 13px;
    color: #8d9db9; }

.pricing {
  position: relative;
  background: #fff; }
  .pricing .icon span {
    font-size: 80px;
    line-height: 1.3;
    color: #53d397; }
  .pricing h3 {
    font-weight: 400;
    font-size: 24px; }
  .pricing .price {
    border-top: 1px dashed white;
    border-bottom: 1px dashed white; }
    .pricing .price .currency {
      font-size: 30px; }
    .pricing .price .per {
      color: #ccd3e0; }

.aside-stretch {
  background: #4a5562 !important; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #4a5562; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.form-group label {
  color: #4a5562; }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #7d8faf !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccd3e0; }
  .form-control:focus, .form-control:active {
    border-color: #4d4d4d; }

textarea.form-control {
  height: inherit !important; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.about-author img {
  border-radius: 50%; }

.about-author .desc h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px; }

.ftco-section {
  padding: 3em 0; }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-footer {
  font-size: 16px;
  background: #1b212c;
  padding: 5em 0; }
  .ftco-footer .ftco-footer-widget h2, .ftco-footer .ftco-footer-widget h4 {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9); }
  .ftco-footer .ftco-footer-widget .email {
    font-size: 16px;
    letter-spacing: 5px; }
    .ftco-footer .ftco-footer-widget .email a {
      color: #fff; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.5); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.5); }
    .ftco-footer a:hover {
      color: #fff; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

.heading-section span {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px; }

.heading-section h2 {
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1b212c; }

.img,
.blog-img,
.hero-wrap,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

@media (max-width: 767.98px) {
  .ftco-counter .exp {
    padding-top: 20px; } }

.ftco-counter .text {
  display: block;
  width: 100%; }
  .ftco-counter .text strong.number {
    font-weight: 300;
    font-size: 30px;
    color: #1b212c; }
  .ftco-counter .text span {
    font-size: 14px;
    color: #42506b;
    text-transform: uppercase;
    letter-spacing: 3px; }

.ftco-counter .counter-wrap {
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px;
      text-align: center; } }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45%;
  position: relative;
  display: block; }

.blog-entry {
  background: #fff;
  border: 1px solid #f5fdf9; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .blog-entry .icon {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 55%; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px; }
      .blog-entry .text .heading a {
        color: #1b212c; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #53d397; }
    .blog-entry .text .read {
      color: #1b212c;
      font-size: 14px; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px; }
    .blog-entry .meta > div a {
      color: #8d9db9;
      font-size: 15px; }
      .blog-entry .meta > div a:hover {
        color: #6d81a6; }
  .blog-entry:hover .icon {
    opacity: 1; }

.block-10 .person-info {
  height: 75px; }
  .block-10 .person-info span {
    display: block; }
  .block-10 .person-info .name {
    font-size: 20px;
    color: #1b212c;
    font-weight: 400; }
  .block-10 .person-info .position {
    font-size: 14px; }

.block-18 .icon > span {
  font-size: 40px; }

.block-18 .text strong {
  font-size: 30px; }

.block-18 .text span {
  display: block; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px; }
    .block-27 ul li a, .block-27 ul li span {
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #4a5562;
      border: 1px solid #dee2e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #4a5562;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .contact-info p a {
  color: #53d397; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
    .block-21 .text .heading a {
      color: #1b212c; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #53d397; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: #8d9db9; }

/* Blog*/

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #4a5562;
  border: 1px solid #ccd3e0;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #b3bbc5; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #53d397;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: #1b212c; }

.search-form {
  background: #eceef3;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px;
      background: #fff !important; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a {
    display: block; }
    .categories li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a {
    color: #1b212c;
    font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

}
/* ==========================================================================
   APTO PREMIUM CUSTOM STYLES (Optimizirano i očišćeno)
   ========================================================================== */
body, p, a, span, div, input, button {
  font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  color: #1b212c;
}

/* --- ARCHITECTURE GRID LINES --- */
.architecture-grid-lines {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: -1; display: flex;
}
.grid-line {
  border-right: 1px solid rgba(0, 0, 0, 0.05); flex: 1;
}

/* --- LUXURY HEADER & GLASSMORPHISM --- */
.luxury-header {
  position: fixed; top: 0; left: 0; width: 100%;
  padding: 25px 0; z-index: 1000;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.05, 1); background: transparent;
}
.luxury-header.scrolled {
  background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); padding: 15px 0;
}
.header-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
.logo-text { font-size: 24px; font-weight: 300; letter-spacing: 4px; color: #fff; text-decoration: none !important; transition: color 0.3s ease; }
.luxury-header.scrolled .logo-text { color: #1b212c; font-weight: 500; }
.desktop-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 40px; }
.desktop-nav a { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; text-decoration: none !important; position: relative; transition: color 0.3s ease; }
.luxury-header.scrolled .desktop-nav a { color: #4a5562; }
.desktop-nav a:hover, .luxury-header.scrolled .desktop-nav a:hover { color: #2199f1; }
.desktop-nav a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0%; height: 1px; background-color: #2199f1; transition: width 0.3s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }

/* --- MOBILE MENU --- */
.mobile-menu-btn { display: none; flex-direction: column; gap: 6px; cursor: pointer; position: relative; z-index: 1001; }
.mobile-menu-btn span { width: 30px; height: 2px; background: #fff; transition: all 0.3s ease; }
.luxury-header.scrolled .mobile-menu-btn span { background: #1b212c; }
.mobile-menu-btn.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); background: #fff !important; }
.mobile-menu-btn.open span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: #fff !important; }

.mobile-fullscreen-menu {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(27, 33, 44, 0.98);
  backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); z-index: 1000;
  display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: scale(1.05);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s cubic-bezier(0.65, 0, 0.05, 1);
}
.mobile-fullscreen-menu.open { opacity: 1; visibility: visible; transform: scale(1); }
.mobile-nav ul { list-style: none; padding: 0; margin: 0; text-align: center; }
.mobile-nav li { margin: 25px 0; opacity: 0; transform: translateY(20px); transition: all 0.4s cubic-bezier(0.65, 0, 0.05, 1); }
.mobile-fullscreen-menu.open .mobile-nav li { opacity: 1; transform: translateY(0); }
.mobile-fullscreen-menu.open .mobile-nav li:nth-child(1) { transition-delay: 0.1s; }
.mobile-fullscreen-menu.open .mobile-nav li:nth-child(2) { transition-delay: 0.15s; }
.mobile-fullscreen-menu.open .mobile-nav li:nth-child(3) { transition-delay: 0.2s; }
.mobile-fullscreen-menu.open .mobile-nav li:nth-child(4) { transition-delay: 0.25s; }
.mobile-fullscreen-menu.open .mobile-nav li:nth-child(5) { transition-delay: 0.3s; }
.mobile-nav a { color: #fff !important; font-size: 26px; font-weight: 300; text-transform: uppercase; letter-spacing: 4px; text-decoration: none !important; transition: color 0.3s ease; }
.mobile-nav a:hover, .mobile-nav a.active { color: #2199f1 !important; font-weight: 400; }

/* --- HERO SECTION --- */
.luxury-hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; animation: bgZoom 25s infinite alternate ease-in-out; }
@keyframes bgZoom { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(27,33,44,0.7) 0%, rgba(27,33,44,0.4) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 20px; max-width: 900px; }
.hero-subtitle { display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 6px; color: #2199f1; margin-bottom: 20px; }
.hero-title { font-size: 4rem; line-height: 1.1; color: #fff; margin-bottom: 30px; font-weight: 200 !important; }
.hero-text { font-size: 1.2rem; font-weight: 300; color: rgba(255, 255, 255, 0.8); margin-bottom: 40px; }

/* Hero Button - Fixirana 1.5s fade animacija na hover i transparentna pozadina */
/* Glavni izgled gumba */
.btn-luxury-solid {
  display: inline-block;
  padding: 18px 40px;
  width: 60%;
  background: #234175;
  color: #ffffff; /* OVO PROMIJENI U BIJELO (#ffffff) */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #234175;
  transition: all 1.5s ease;
}

/* Izgled gumba kada se prođe mišem (Hover) */
.btn-luxury-solid:hover {
  background: transparent;
  color: #234175; /* Tekst postaje plav */
  border: 2px solid #234175;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(35, 65, 117, 0.2); /* Možeš staviti plavkastu sjenu */
}
.fade-in-up { opacity: 0; transform: translateY(30px); animation: fadeInUpAnim 1s cubic-bezier(0.65, 0, 0.05, 1) forwards; }
@keyframes fadeInUpAnim { to { opacity: 1; transform: translateY(0); } }

/* --- SECTION TITLES & SERVICES --- */
.sub-heading { font-size: 13px; text-transform: uppercase; letter-spacing: 4px; color: #2199f1; font-weight: 600; display: block; margin-bottom: 15px; }
.section-premium-title { font-size: 2.5rem; font-weight: 300; color: #1b212c; margin-bottom: 20px; }
.animated-title-divider { width: 60px;  height: 2px;  background: #1b212c;  margin: 0 auto 40px auto }

.expert-services { background-color: #f8f9fa; }
.service-box { background: #fff; padding: 50px 30px; border-radius: 4px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); transition: all 0.4s ease; height: 100%; border-bottom: 3px solid transparent; }
.service-box:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-bottom: 3px solid #2199f1; }
.service-box .icon { width: 80px; height: 80px; margin: 0 auto; background: #fdfdfd; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.service-box .icon span { font-size: 35px; color: #1b212c; }
.service-box h3 { font-size: 20px; font-weight: 500; margin-bottom: 15px; color: #1b212c; }
.service-box p { color: #6c757d; font-size: 15px; margin-bottom: 0; }

/* --- COLLAGE GALLERY GRID --- */
.modern-collage-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px;
  gap: 15px; grid-auto-flow: dense;
}
.collage-item { position: relative; overflow: hidden; border-radius: 4px; display: block; background: #1b212c; text-decoration: none !important; }
.collage-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s ease; opacity: 0.9; }
.collage-item:hover img { transform: scale(1.08); opacity: 0.5; }
.collage-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(27,33,44,0.95) 0%, rgba(27,33,44,0.1) 60%);
  opacity: 0; transition: opacity 0.4s ease; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 30px; z-index: 2;
}
.collage-item:hover .collage-overlay { opacity: 1; }
.collage-overlay span { color: #fff; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border-left: 3px solid #2199f1; padding-left: 15px; }
.collage-item:hover .collage-overlay span { transform: translateY(0); }

.item-large { grid-column: span 2; grid-row: span 2; }
.item-wide { grid-column: span 2; grid-row: span 1; }
.item-tall { grid-column: span 1; grid-row: span 2; }
.item-small { grid-column: span 1; grid-row: span 1; }

/* --- CALL TO ACTION (REQ-QUOTE) - CENTRIRANO & LUKSUZNO --- */
.req-quote {
  background: #1b212c;
  border-radius: 12px;
  padding: 60px 40px !important;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  /* Flexbox za apsolutno savršeno centriranje sadržaja */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.req-quote h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}

/* --- CALL TO ACTION (REQ-QUOTE) - APSOLUTNO CENTRIRANO --- */
.req-quote {
  background: #1b212c;
  border-radius: 12px;
  padding: 60px 40px !important;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

/* OVO JE KLJUČ: Poništavamo asimetrične širine iz stare teme */
.req-quote h3 {
  width: 100% !important;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px !important;
}

.req-quote p {
  width: 100% !important;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center; /* Osigurava da sam gumb unutar paragrafa bude na sredini */
}

/* Gumb */
.req-quote .btn {
  display: inline-block;
  padding: 18px 40px;
  background: #2199f1 !important;
  color: #1b212c !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #2199f1 !important;
  border-radius: 0;
  transition: all 1.5s ease;
}

.req-quote .btn:hover {
  background: transparent !important;
  color: #2199f1 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* --- MODERN LUXURY FOOTER --- */
.ftco-footer {
  background-color: #0b0e13 !important; /* Duboka, premium "midnight" tamna boja */
  padding: 80px 0 40px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.ftco-footer .ftco-footer-widget h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 25px;
}

.ftco-footer p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 300;
}

.ftco-footer .email a {
  color: #2199f1;
  font-weight: 500;
  letter-spacing: 3px;
  text-decoration: none;
  transition: color 0.4s ease;
}

.ftco-footer .email a:hover {
  color: #fff;
}

.ftco-footer .border-secondary {
  border-color: rgba(255,255,255,0.05) !important;
}

.ftco-footer .text-muted {
  color: rgba(255,255,255,0.3) !important;
  font-size: 13px;
  letter-spacing: 1px;
}
/* --- MODERN LOADER (MOBILNI FULLSCREEN FIX & INSTANT LOGO) --- */
#modern-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* Pinanje za sve rubove rješava probleme na mobitelu */
  width: 100%;
  height: 100%; /* Zamjena za 100vh/vw zbog alatnih traka na mobitelima */
  background-color: #1b212c;
  z-index: 999999; /* Povećan z-index da sigurno prekrije apsolutno sve */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#modern-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.loader-content .logo-img {
  height: 90px;
  margin-bottom: 30px;
  display: block;
  opacity: 1; /* OBAVEZNO: odmah 100% vidljivo bez kašnjenja */
  animation: instantPulse 1s infinite alternate ease-in-out;
}

.loader-line-container {
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin: 0 auto;
}

.loader-line {
  width: 100%;
  height: 100%;
  background-color: #2199f1;
  transform-origin: left;
  animation: slideLine 1s infinite cubic-bezier(0.77, 0, 0.175, 1);
}

/* Nova animacija koja počinje sa 100% vidljivosti */
@keyframes instantPulse {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0.6; transform: scale(0.96); }
}

@keyframes slideLine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 991px) {
  .desktop-nav { display: none; }
  .mobile-menu-btn { display: flex; }
  .hero-title { font-size: 3rem; }
  .header-container { padding: 0 20px; }
  .modern-collage-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .item-large { grid-column: span 2; grid-row: span 2; }
  .item-wide { grid-column: span 2; grid-row: span 1; }
  .item-tall { grid-column: span 1; grid-row: span 1; }
  .item-small { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 575px) {
  .modern-collage-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .item-large, .item-wide, .item-tall, .item-small { grid-column: span 1; grid-row: span 1; }
}
/* --- APTO PREMIUM LIGHTBOX --- */
.apto-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 14, 19, 0.95); /* Duboka ponoćna boja sa prozirnošću */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.apto-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.apto-lightbox-img {
  max-width: 90%;
  max-height: 85vh;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  border-radius: 4px;
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.apto-lightbox.active .apto-lightbox-img {
  transform: scale(1);
}

.apto-lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.apto-lightbox-close:hover {
  color: #2199f1;
  transform: scale(1.1);
}

.apto-lightbox-caption {
  margin-top: 25px;
  color: #2199f1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
/* ==========================================================================
   APTO LOCK SCREEN (Stranica u izradi)
   ========================================================================== */
#apto-lock-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;      /* Dodano: Pričvršćuje za desni rub */
  bottom: 0;     /* Dodano: Pričvršćuje za donji rub (rješava mobilnu traku) */
  width: 100%;
  height: 100%;
  background: #0b0e13; /* Puna tamna boja - nema prozirnosti da išta proviri */
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  touch-action: none; /* Strogo blokira swipe/scroll geste po ekranu */
}

#apto-lock-screen.unlocked {
  opacity: 0;
  visibility: hidden;
}

.lock-content {
  text-align: center;
  padding: 50px 40px;
  max-width: 450px;
  width: 90%;
  background: rgba(27, 33, 44, 0.4);
  border: 1px solid rgba(121, 239, 180, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}

.lock-content .logo-text {
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
  display: block;
}

.lock-title {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.lock-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 35px;
}

.lock-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lock-form input {
  width: 100%;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  text-align: center;
  transition: border-color 0.3s ease;
}

.lock-form input:focus {
  border-color: #2199f1;
}

.lock-form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
}

.lock-error {
  color: #ff6b6b;
  margin-top: 15px;
  font-size: 13px;
  height: 15px;
  letter-spacing: 1px;
}

/* Agresivna blokada scrollanja za iOS i Android */
html.locked-scroll,
body.locked-scroll {
  overflow: hidden !important;
  height: 100% !important;
  position: fixed !important; /* Totalno ubija scroll na mobitelu */
  width: 100% !important;
}
/* ==========================================================================
   APTO LOCK SCREEN (Fullscreen Overlay)
   ========================================================================== */

/* Glavni kontejner koji prekriva cijeli ekran */
#apto-lock-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0b0e13; /* Puna tamna boja u pozadini */
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  font-family: 'Montserrat', sans-serif;
}

/* Klasa koja će skloniti ekran kada se unese točna lozinka */
#apto-lock-screen.unlocked {
  opacity: 0;
  visibility: hidden;
}

/* Centralni prozor s "glass" efektom */
.lock-content {
  text-align: center;
  padding: 50px 40px;
  max-width: 450px;
  width: 90%;
  background: rgba(27, 33, 44, 0.4);
  border: 1px solid rgba(121, 239, 180, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}

/* Fiksacija logotipa da ne probije kontejner */
.lock-content .img {
  height: 90px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto 25px auto;
}

/* Tipografija */
.lock-title {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.lock-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 35px;
}

/* Forma i input polja */
.lock-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lock-form input {
  width: 100%;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  text-align: center;
  transition: border-color 0.3s ease;
}

.lock-form input:focus {
  border-color: #2199f1; /* Zeleni naglasak pri unosu */
}

.lock-form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
}

/* Dugme za otključavanje */
.btn-luxury-solid-lck {
  display: inline-block;
  width: 100%;
  padding: 18px;
  background: #2199f1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #2199f1;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.btn-luxury-solid-lck:hover {
  background: transparent;
  color: #2199f1;
}
/* Dugme za hero */
.btn-luxury-solid-hr {
  display: inline-block;
  width: 60%;
  padding: 18px;
  background: #2199f1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #2199f1;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.btn-luxury-solid-hr:hover {
  background: transparent;
  color: #2199f1;
}


/* Prostor za prikaz greške (ako je lozinka kriva) */
.lock-error {
  color: #ff6b6b;
  margin-top: 15px;
  font-size: 13px;
  height: 15px;
  letter-spacing: 1px;
}
/* ==========================================================================
   APTO - MOBILNI MENI FIX (Podizanje gore i responzivnost)
   ========================================================================== */

/* Glavni kontejner menija */
.mobile-fullscreen-menu {
    flex-direction: column !important;
    justify-content: flex-start !important; /* Prekida centriranje i podiže sve prema gore */
    padding-top: 12vh !important; /* Postavlja logo na 12% visine ekrana od vrha */
    padding-bottom: 40px !important; /* Osigurava prostor na dnu */
    overflow-y: auto !important; /* OBAVEZNO: Omogućava scroll ako ekran nije dovoljno visok */
}

/* Stilovi i animacija za logo u meniju */
.mobile-menu-logo {
    margin-bottom: 25px !important; /* Smanjen razmak ispod logotipa (prije 50px) */
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Animacija pojave logotipa kada se otvori meni */
.mobile-fullscreen-menu.open .mobile-menu-logo {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.mobile-menu-logo img {
    height: 120px !important; /* Malo smanjena visina logotipa za mobitele */
    width: auto !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
}

/* Prilagodba fonta */
.mobile-nav a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 7px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}

/* Razmak između stavki u meniju */
.mobile-nav li {
    margin: 16px 0 !important; /* Smanjen razmak između linkova (prije 28px) kako bi sve stalo na jedan ekran */
}
/* ==========================================================================
   APTO - LOADER CENTRIRANJE (Mobilni fix)
   ========================================================================== */

/* Osigurava da je cijeli sadržaj loadera savršeno centriran i u stupcu */
.loader-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Horizontalno centriranje */
    justify-content: center !important; /* Vertikalno centriranje */
    width: 100% !important;
    text-align: center !important;
}

/* Fiksna margina za logo kako ne bi gurao druge elemente */
.loader-content .logo-img {
    margin: 0 auto 20px auto !important;
    display: block !important;
}

/* Osigurava da i sama linija loadera bude točno na sredini ispod logotipa */
.loader-line-container {
    margin: 0 auto !important;
}
/* ==========================================================================
   APTO - HORIZONTALNI SLIDER U LIJEVO (Beskonačni ciklus)
   ========================================================================== */

/* Glavni kontejner */
.luxury-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/* Traka koja drži sve slike i pomiče se fizički ulijevo */
.hero-slider-track {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 700vw; /* Fiksno 7 ekrana širine (7 slika x 100vw) */
    height: 100%;
    z-index: 1;
    animation: slideLeftCycle 60s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

/* Svaka slika zauzima točno 1 puni ekran */
.hero-slide {
    flex: 0 0 100vw; /* OVO JE KLJUČ: Zabranjuje Flexboxu da "zgnječi" slike */
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Fiksni tamni filter - slike putuju ISPOD njega, pa su sve iste tamnoće! */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 14, 19, 0.65) !important;
    z-index: 2;
}

/* Fiksni tekst na sredini */
.hero-content {
    z-index: 4;
}

/* ==========================================
   TOČKICE NA DNU (Navigacija)
   ========================================== */
.hero-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px; /* Razmak između točkica */
    z-index: 3;
}

.hero-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3); /* Ugašena točkica */
    transition: background 0.3s ease;
}

/* ==========================================
   MATEMATIKA ANIMACIJA (6 Slika + Pauze)
   ========================================== */
@keyframes slideLeftCycle {
    0%, 8.33%       { transform: translateX(0); }           /* Prikazuje Sliku 1 */
    16.66%, 25%     { transform: translateX(-14.2857%); }   /* Prikazuje Sliku 2 */
    33.33%, 41.66%  { transform: translateX(-28.5714%); }   /* Prikazuje Sliku 3 */
    50%, 58.33%     { transform: translateX(-42.8571%); }   /* Prikazuje Sliku 4 */
    66.66%, 75%     { transform: translateX(-57.1428%); }   /* Prikazuje Sliku 5 */
    83.33%, 91.66%  { transform: translateX(-71.4285%); }   /* Prikazuje Sliku 6 */
    100%            { transform: translateX(-85.7142%); }   /* Prikazuje Klon Slike 1 i resetira */
}

/* Animacija točkica koja prati klizanje slika */
.hero-dots .dot:nth-child(1) { animation: dot1 60s infinite; }
.hero-dots .dot:nth-child(2) { animation: dot2 60s infinite; }
.hero-dots .dot:nth-child(3) { animation: dot3 60s infinite; }
.hero-dots .dot:nth-child(4) { animation: dot4 60s infinite; }
.hero-dots .dot:nth-child(5) { animation: dot5 60s infinite; }
.hero-dots .dot:nth-child(6) { animation: dot6 60s infinite; }

@keyframes dot1 {
    0%, 8.33%       { background: #ffffff; }
    16.66%, 91.66%  { background: rgba(255, 255, 255, 0.3); }
    100%            { background: #ffffff; }
}
@keyframes dot2 {
    0%, 8.33%       { background: rgba(255, 255, 255, 0.3); }
    16.66%, 25%     { background: #ffffff; }
    33.33%, 100%    { background: rgba(255, 255, 255, 0.3); }
}
@keyframes dot3 {
    0%, 25%         { background: rgba(255, 255, 255, 0.3); }
    33.33%, 41.66%  { background: #ffffff; }
    50%, 100%       { background: rgba(255, 255, 255, 0.3); }
}
@keyframes dot4 {
    0%, 41.66%      { background: rgba(255, 255, 255, 0.3); }
    50%, 58.33%     { background: #ffffff; }
    66.66%, 100%    { background: rgba(255, 255, 255, 0.3); }
}
@keyframes dot5 {
    0%, 58.33%      { background: rgba(255, 255, 255, 0.3); }
    66.66%, 75%     { background: #ffffff; }
    83.33%, 100%    { background: rgba(255, 255, 255, 0.3); }
}
@keyframes dot6 {
    0%, 75%         { background: rgba(255, 255, 255, 0.3); }
    83.33%, 91.66%  { background: #ffffff; }
    100%            { background: rgba(255, 255, 255, 0.3); }
}
 /* =========================================================
   KONTROLE: FILTRIRANJE I SORTIRANJE (MODERN LUXURY UI)
   ========================================================= */
.luxury-controls-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    padding: 12px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    margin: 0 auto 50px auto;
    max-width: fit-content;
}

.controls-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.controls-divider {
    width: 1px;
    height: 35px;
    background: rgba(27, 33, 44, 0.1);
    border-radius: 2px;
}

.control-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8d9db9;
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
}

.controls-scroll-area {
    display: flex;
    gap: 8px;
}

.control-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #4a5562;
    padding: 10px 24px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: none;
}

.control-btn:hover {
    color: #2199f1;
    background: rgba(33, 153, 241, 0.06);
}

.control-btn.active {
    background: #2199f1;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(33, 153, 241, 0.35);
    font-weight: 600;
}

.control-btn:focus-visible {
    outline: 2px solid #2199f1;
    outline-offset: 2px;
}

/* Mobilna Optimizacija (Horizontalni "Swipe" Scroll) */
@media (max-width: 991px) {
    .luxury-controls-wrapper {
        flex-direction: column;
        border-radius: 16px;
        padding: 25px 20px;
        max-width: 100%;
        align-items: flex-start;
        gap: 25px;
        background: rgba(255, 255, 255, 0.85);
    }

    .controls-divider {
        width: 100%;
        height: 1px;
    }

    .controls-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 15px;
    }

    .controls-scroll-area {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px; /* Prostor za soft shadow od aktivnog buttona */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Sakriva scrollbar u Firefoxu */
    }

    /* Sakriva scrollbar u Chrome/Safari/Edge */
    .controls-scroll-area::-webkit-scrollbar {
        display: none;
    }

    .control-btn {
        white-space: nowrap; /* Spriječava lomljenje teksta u 2 reda unutar gumba */
    }
}
    /* =========================================================
       NOVI 4-COLUMN KARTICNI GRID
       ========================================================= */
    .projects-standard-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        align-items: start;
    }

    @media (max-width: 1200px) {
        .projects-standard-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 991px) {
        .projects-standard-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 575px) {
        .projects-standard-grid { grid-template-columns: 1fr; }
    }

    /* Dizajn Projekt Kartice */
    .project-card {
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
        transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
        border: 1px solid rgba(0,0,0,0.03);
    }

    .project-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

    .project-card-img-wrap {
        position: relative;
        height: 240px; /* Fiksna visina slike u kartici */
        overflow: hidden;
        display: block;
    }

    .project-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .project-card:hover .project-card-img {
        transform: scale(1.08);
    }

    .project-card-content {
        padding: 25px 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        text-align: center;
    }

    .project-category {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #2199f1;
        margin-bottom: 12px;
        font-weight: 600;
        display: block;
    }

    .project-title {
        font-size: 16px;
        color: #1b212c;
        margin-bottom: 0;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.4;
    }

    /* Animacije skrivanja/prikazivanja za filtriranje */
    .project-card.hide-project {
        display: none !important;
    }
    .project-card.show-project {
        animation: scaleUpFade 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    @keyframes scaleUpFade {
        0% { opacity: 0; transform: scale(0.9); }
        100% { opacity: 1; transform: scale(1); }
    }
/* =========================================================
   APTO PREMIUM CONTACT CARD (BULLETPROOF LAYOUT)
   ========================================================= */

/* Glavna kartica (Side by side on PC, Stacked on Mobile) */
.apto-contact-card {
    display: flex;
    flex-direction: row; /* Računalo: jedan pored drugog */
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    width: 100%;
}

/* Lijeva strana - Informacije (točno 40% širine na PC-u) */
.apto-contact-info {
    flex: 0 0 40%;
    background: #1b212c;
    color: #ffffff;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apto-contact-info .info-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.apto-contact-info .info-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.info-block {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.info-block:last-child {
    margin-bottom: 0;
}

.info-block .info-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2199f1;
    font-size: 18px;
    margin-right: 20px;
    transition: all 0.4s ease;
}

.info-block:hover .info-icon {
    background: #2199f1;
    border-color: #2199f1;
    color: #ffffff;
}

.info-content .info-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}

.info-content address,
.info-content a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #2199f1;
}

/* Desna strana - Forma (Zauzima preostalih 60%) */
.apto-contact-form-area {
    flex: 1;
    padding: 60px 50px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apto-form {
    width: 100%;
}

.form-row-custom {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group-custom {
    flex: 1;
    margin-bottom: 20px;
}
.form-row-custom .form-group-custom {
    margin-bottom: 0;
}

/* TVOJ ZAHTJEV: 1s Transition na input poljima */
.apto-input {
    width: 100%;
    background: rgba(27, 33, 44, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 1px solid transparent;
    border-radius: 6px;
    padding: 16px 20px;
    color: #1b212c;
    font-size: 14px;
    font-family: inherit;
    /* Točno 1s tranzicija */
    transition: border 1s ease, outline 1s ease, box-shadow 1s ease, background 1s ease;
}

.apto-textarea {
    resize: vertical;
    min-height: 140px;
}

.apto-input::placeholder {
    color: #a0abbf;
}

.apto-input:focus {
    background: #ffffff;
    border-color: #2199f1;
    outline: 1px solid #2199f1;
    box-shadow: 0 10px 20px rgba(33, 153, 241, 0.08);
}

/* TVOJ ZAHTJEV: Transparentni gumb s 1s tranzicijom */
.form-action {
    text-align: right;
    margin-top: 10px;
}

.btn-apto-transparent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;

    background: transparent; /* Potpuno transparentno po tvojoj uputi */
    color: #2199f1;
    border: 2px solid #2199f1;

    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    /* Točno 1s tranzicija */
    transition: all 1s ease;
    outline: none;
}

.btn-apto-transparent:hover {
    background: #2199f1;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(33, 153, 241, 0.2);
}

/* =========================================================
   RESPONSIVE - MOBITEL & TABLET
   ========================================================= */
@media (max-width: 991px) {
    .apto-contact-card {
        flex-direction: column; /* Na tabletu ide jedno ispod drugog */
    }
    .apto-contact-info,
    .apto-contact-form-area {
        flex: none;
        width: 100%;
        padding: 40px 30px;
      /* =========================================================
   1. POPRAVAK MOBILE MENU (HAMBURGER) GUMBA
   ========================================================= */
.mobile-menu-btn {
    display: none;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1005;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
}

@media (max-width: 991px) {
    .mobile-menu-btn { display: flex; }
    .desktop-nav { display: none; }
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.05, 1);
    transform-origin: left center;
}

/* Boja linija kad skrolaš dolje (na bijeloj pozadini) */
.luxury-header.scrolled .mobile-menu-btn span {
    background-color: #1b212c;
}

/* Animacija u ikonu "X" kada se klikne */
.mobile-menu-btn.open span:nth-child(1) { transform: rotate(45deg); background-color: #ffffff !important; width: 34px; }
.mobile-menu-btn.open span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.open span:nth-child(3) { transform: rotate(-45deg); background-color: #ffffff !important; width: 34px; }

/* Dizajn samog fullscreen mobilnog menija */
.mobile-nav a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}


/* =========================================================
   APTO PREMIUM CONTACT CARD (BULLETPROOF LAYOUT)
   ========================================================= */

.apto-contact-card {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.apto-contact-info {
    flex: 0 0 40%;
    background: #1b212c;
    color: #ffffff;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apto-contact-info .info-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.apto-contact-info .info-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.info-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.info-block:last-child {
    margin-bottom: 0;
}

.info-block .info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2199f1;
    font-size: 18px;
    margin-right: 20px;
    transition: all 0.4s ease;
}

.info-block:hover .info-icon {
    background: #2199f1;
    border-color: #2199f1;
    color: #ffffff;
}

.info-content .info-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 6px;
}

.info-content address,
.info-content a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #2199f1;
}

.apto-contact-form-area {
    flex: 1;
    padding: 70px 50px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apto-form { width: 100%; }

.form-row-custom {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.form-group-custom {
    flex: 1;
    margin-bottom: 25px;
}
.form-row-custom .form-group-custom { margin-bottom: 0; }

.apto-input {
    width: 100%;
    background: rgba(27, 33, 44, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 1px solid transparent;
    border-radius: 6px;
    padding: 16px 20px;
    color: #1b212c;
    font-size: 14px;
    font-family: inherit;
    transition: border 1s ease, outline 1s ease, box-shadow 1s ease, background 1s ease;
}

.apto-textarea { resize: vertical; min-height: 140px; }
.apto-input::placeholder { color: #a0abbf; }

.apto-input:focus {
    background: #ffffff;
    border-color: #2199f1;
    outline: 1px solid #2199f1;
    box-shadow: 0 10px 20px rgba(33, 153, 241, 0.08);
}

.form-action { text-align: right; margin-top: 10px; }

.btn-apto-transparent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 45px;
    background: transparent;
    color: #2199f1;
    border: 2px solid #2199f1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 1s ease;
    outline: none;
}

.btn-apto-transparent:hover {
    background: #2199f1;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(33, 153, 241, 0.2);
}

/* =========================================================
   MOBILNA OPTIMIZACIJA - LUKSUZNI PADDING
   ========================================================= */
@media (max-width: 991px) {
    .apto-contact-card { flex-direction: column; }
    .apto-contact-info, .apto-contact-form-area { flex: none; width: 100%; padding: 50px 40px; }
}

@media (max-width: 767px) {
    .form-row-custom { flex-direction: column; gap: 20px; }
    .form-row-custom .form-group-custom { margin-bottom: 0; }
    .form-group-custom { margin-bottom: 20px; }

    /* Na manjim ekranima smanjujemo padding da lijepo stane ali da ne bude stisnuto */
    .apto-contact-info { padding: 45px 30px; }
    .apto-contact-form-area { padding: 45px 30px; }

    .apto-contact-info .info-title { font-size: 24px; }
    .info-block { margin-bottom: 25px; }

    .form-action { text-align: center; }
    .btn-apto-transparent { width: 100%; }
}
/* Potpuna eliminacija ružnih okvira na svim gumbima */
button:focus,
button:active,
button:focus-visible,
.mobile-menu-btn:focus,
.mobile-menu-btn:active,
.mobile-menu-btn:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

/* Uklanja efekt "bljeska" na mobitelima */
.mobile-menu-btn {
    -webkit-tap-highlight-color: transparent !important;
}
      /* =========================================================
   VERAT STIL - OZBILJNA KOREKCIJA PROSTORA I PORAVNANJA
   ========================================================= */

/* 1. Ograničavanje širine i dodavanje prostora sa strane */
.collage-gallery-section .container-fluid {
    max-width: 1300px !important; /* Sprječava širenje od ruba do ruba */
    padding-left: 4% !important;
    padding-right: 4% !important;
    margin: 0 auto !important;
}

/* 2. Naslov (Stroga linija i poravnanje ulijevo) */
.collage-gallery-section .row.mb-5:first-child .col-md-12 {
    text-align: left !important;
    display: flex;
    align-items: center;
    padding-left: 0 !important; /* Poništava Bootstrap padding da bude u ravnini sa slikama */
}
.collage-gallery-section .sub-heading {
    display: none !important; /* Uklanjamo mali tekst iznad */
}
.animated-title-divider {
    width: 45px !important;
    height: 1px !important;
    background: #8d9db9 !important; /* Profinjena siva linija */
    margin: 0 25px 0 0 !important; /* Razmak između linije i teksta */
    display: inline-block;
}
.section-premium-title {
    font-size: 22px !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
    text-transform: uppercase !important;
    color: #1b212c !important;
    margin: 0 !important;
}

/* 3. Filteri (Čisti, lijevo poravnati, puno prostora ispod) */
.collage-gallery-section .row.mb-5:nth-child(2) {
    margin-bottom: 70px !important; /* Golemi prostor između filtera i slika */
}
.luxury-controls-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: flex-start !important; /* Gura filtere skroz ulijevo */
}
/* Uklanjamo liniju razdvajanja, labele i opcije sortiranja */
.controls-divider, .control-label, .sort-group {
    display: none !important;
}
.controls-group { margin: 0 !important; }
.controls-scroll-area {
    display: flex;
    gap: 35px !important; /* Puno veći razmak između samih riječi */
}
.control-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #a0abbf !important;
    text-transform: lowercase !important;
}
.control-btn:first-child { text-transform: capitalize !important; }
.control-btn.active, .control-btn:hover {
    color: #2199f1 !important; /* Apto Plava */
    font-weight: 400 !important;
    background: transparent !important;
}

/* 4. Projekt Kartice i Grid (Prozračno) */
.projects-standard-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 70px 40px !important; /* 70px vertikalno, 40px horizontalno prostora! */
    align-items: start !important;
}
.project-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.project-card:hover { transform: none !important; box-shadow: none !important; }

/* Slike s oštrim rubovima i točnim omjerom */
.project-card-img-wrap {
    aspect-ratio: 4/3;
    height: auto !important;
    margin-bottom: 20px !important;
    border-radius: 0 !important; /* Oštri rubovi kao arhitektonski nacrt */
    overflow: hidden;
}
.project-card-img { border-radius: 0 !important; }

/* Tekst ispod slike */
.project-card-content {
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
    display: flex;
    flex-direction: column-reverse; /* Preokreće redoslijed: Naslov gore, ispod kategorija */
}
.project-title {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #1b212c !important;
    margin-bottom: 3px !important;
}
.project-category {
    font-size: 14px !important;
    color: #a0abbf !important;
    text-transform: lowercase !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

/* 5. Mobilna responzivnost i "Swipe" za filtere */
@media (max-width: 1024px) {
    .projects-standard-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 767px) {
    .controls-scroll-area {
        overflow-x: auto;
        padding-bottom: 15px; /* Mjesto za prst prilikom scrolla */
        -webkit-overflow-scrolling: touch;
        width: 100vw;
    }
    .collage-gallery-section .container-fluid { padding-left: 20px !important; padding-right: 20px !important; }
}
@media (max-width: 575px) {
    .projects-standard-grid { grid-template-columns: 1fr !important; gap: 50px 0 !important; }
}
      /* =========================================================
   DIZAJN NASLOVA I SMANJENJE KARTICA
   ========================================================= */

/* 1. NASLOV KAO NA SLICI (Centriran, plavi podnaslov, crni naslov, linija ispod) */
.collage-gallery-section .row.mb-5 .col-md-12.text-center {
    text-align: center !important;
    display: block !important;
}

.collage-gallery-section .sub-heading {
    display: block !important;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: translateX(0) !important;
    font-size: 16px !important;
    color: #2199f1 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-premium-title {
    font-size: 42px !important; /* Veliki naslov */
    font-weight: 300 !important;
    color: #2c333e !important; /* Tamno siva/crna boja */
    margin-bottom: 25px !important;
    letter-spacing: 1px !important;
    text-transform: none !important; /* Poništava sva velika slova */
    display: block !important;
}

.animated-title-divider {
    width: 60px !important;
    height: 2px !important;
    background: #1b212c !important; /* Crna linija */
    margin: 0 auto 50px auto !important; /* Savršeno centrirana i razmaknuta od slika */
    display: block !important;
}

/* 2. SMANJENJE KARTICA PROJEKATA */
.project-card-img-wrap {
    height: 200px !important; /* Smanjena visina slike (original je bio 240px) */
}

.project-card-content {
    padding: 18px 15px !important; /* Malo uži unutarnji razmaci da kartica bude kompaktnija */
}

.project-title {
    font-size: 15px !important; /* Smanjen font naslova kartice */
    margin-bottom: 2px !important;
}

.project-category {
    font-size: 10px !important; /* Smanjen font kategorije */
}
    /* Header Logo Tranzicija */
    .logo-link {
        position: relative;
        display: flex;
        align-items: center;
        height: 55px;
        text-decoration: none;
    }
    .logo-link img {
        height: 100%;
        width: auto;
        transition: opacity 0.4s ease;
    }
    .logo-blue {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .luxury-header.scrolled .logo-white {
        opacity: 0;
    }
    .luxury-header.scrolled .logo-blue {
        opacity: 1;
    }

    /* Hero naslov manji za 10px */
    .hero-title {
        font-size: calc(5rem - 10px) !important;
    }
    @media (max-width: 991px) {
        .hero-title {
            font-size: calc(3rem - 10px) !important;
        }
    }

    /* Arhitektonski Fullscreen Meni */
    .mobile-nav a {
        font-size: 18px !important;
        font-weight: 200 !important;
        letter-spacing: 8px !important;
        text-transform: uppercase;
    }

    .lock-content .logo-img { height: 70px; margin-bottom: 25px; }
    .loader-content .logo-img { height: 60px; margin-bottom: 20px; animation: pulseFade 2s infinite alternate ease-in-out; }
@media (max-width: 767px) {
    .controls-scroll-area {
        width: 100% !important; /* Poništava sporni 100vw koji je trgao ekran! */
    }
}

.luxury-header {
    /* Hardverska akceleracija - prebacuje header na GPU mobitela */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: background-color, padding, box-shadow;
}
/* ==========================================================================
   GLOW TEXT EFEKT
   ========================================================================== */
.glow-text {
    color: #2199f1; /* Tvoja APTO plava boja umjesto nepostojeće varijable */
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(33, 153, 241, 0.7), 0 0 20px rgba(33, 153, 241, 0.5), 0 0 30px rgba(33, 153, 241, 0.3);
    animation: glowPulse 0.6s infinite alternate;
}

/* Definicija animacije koja je nedostajala */
@keyframes glowPulse {
    from {
        text-shadow: 0 0 10px rgba(33, 153, 241, 0.7), 0 0 20px rgba(33, 153, 241, 0.5), 0 0 30px rgba(33, 153, 241, 0.3);
    }
    to {
        text-shadow: 0 0 15px rgba(33, 153, 241, 0.9), 0 0 30px rgba(33, 153, 241, 0.7), 0 0 45px rgba(33, 153, 241, 0.6);
        color: #55b3f5; /* Blago posvjetljuje i samu boju slova dok pulsira */
    }
}