

/* Skip to main content link for accessibility */
.skip-to-main {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #c1282d;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.skip-to-main:focus {
  left: 50%;
  transform: translateX(-50%);
  top: 1em;
}

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- Common Styles ---*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-display: swap;
}

p, li {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  text-align: justify;
  font-display: swap;
}

b {
  font-weight: bold;
}

/*----- Helper Classes -----*/

html * {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  color: #ffffff;
  background: #23d3d3;
}

::selection {
  color: #ffffff;
  background: #23d3d3;
}

.nopadding {
  padding: 0;
}

.custompadding {
  padding-left: 15px;
  padding-right: 15px;
}

.container-m {
  max-width: 1199px;
  margin: 0 auto !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-s {
  max-width: 920px;
  margin: 0 auto !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 1;
  background-color: #f2f2f2;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}

/*------- general styles ------*/

.btn-primary {
  font-family: "Montserrat";
  display: inline-block;
  height: 42px;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  line-height: 2.8;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  background: #c1282d;
  color: #ffffff !important;
  border: 2px solid #c1282d !important;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.btn-primary:hover {
  color: #ffffff;
  background: #c1282d;
  border: 2px solid #c1282d !important;
  outline: none !important;
  text-decoration: none;
}

.btn-primary:focus,
.btn-primary:active {
  background: #c1282d;
  color: #ffffff;
  border: 2px solid transparent !important;
  outline: none !important;
}

.btn-outline {
  background-color: transparent;
  color: #c1282d !important;
  border: 2px solid #c1282d !important;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #ffffff !important;
  background-color: #c1282d;
  border: 2px solid #c1282d !important;
}

/*------ Navbar Styling ------*/

.logo {
  height: 52px;
}
.navbar {
  font-family: "Montserrat";

  /*height: 80px;*/
  background-color: #ffffff !important;
  border-bottom: 1px solid #efeff1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.wt-border {
  border-bottom: 2px solid #ffffff !important;
}

.no-border {
  border: none !important;
}

.navbar .navbar-brand {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333347 !important;
  vertical-align: middle;
}

.navbar .navbar-brand img {
  vertical-align: middle;
  margin-right: 0.3em;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar span.navbar-toggler-icon::before {
  outline: none;
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar-nav {
  height: auto;
  background: #ffffff;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
  transition: 0.5s all ease;
}

.navbar-nav .nav-item {
  margin-right: 0;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #333347;
  display: flex;
}

.navbar-nav .nav-item .nav-link {
  color: #6a6a6a;
  font-weight: 600;
  display: flex;
  letter-spacing: 0.01rem;
  vertical-align: middle;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #8a8a8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-nav .nav-item .nav-link:focus {
  color: #8a8a8a;
}

.btn-nav {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
  margin: 25px 0;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  background: #c1282d;
  color: #ffffff;
  background: #c1282d;
  border: 2px solid #c1282d !important;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.btn-nav:hover {
  color: #ffffff;
  background: #c1282d;
  border: 2px solid #c1282d !important;
}

.btn-nav:focus,
.btn-nav:active {
  background: #c1282d;
  color: #ffffff;
  border: 2px solid #c1282d !important;
}

section {
  padding: 50px 0;
}

@media only screen and (min-width: 767px) {
  section {
    padding: 100px 0;
  }
}

/*---- Navbar Alt -----*/

.navbar-alt {
  background: transparent !important;
}

.navbar-alt .navbar-nav {
  background: transparent !important;
}
/*
.navbar-alt .btn-nav {
	background: #563d7c !important;
	border-color: #563d7c !important;
}*/

.navbar-alt .nav-item .nav-link {
  color: #ffffff;
}

.navbar-alt .nav-item .nav-link:hover,
.navbar-alt .nav-item .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-alt .navbar-brand {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .navbar {
    padding: 10px;
  }

  .navbar .navbar-nav {
    background: #ffffff !important;
    padding-bottom: 50px;
  }

  .navbar-nav .nav-item {
    display: block;
  }

  .nav-white .nav-item .nav-link {
    color: #4957b8;
  }

  .navbar .btn-cta {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 240px) {
  .navbar.past-main {
    background: #ffffff !important;
    border-bottom: 1px solid #efeff1;
  }

  .navbar.effect-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar.past-main .navbar-brand {
    color: #333347 !important;
  }

  .nav-white.past-main .nav-item .nav-link {
    color: #8a8a8a;
    font-weight: 600;
  }

  .navbar.past-main .nav-item .nav-link {
    color: #8a8a8a;
    font-weight: 600;
  }

  .navbar.past-main .nav-item:hover .nav-link {
    color: #6a6a6a;
  }

  .navbar.past-main .navbar-brand {
    color: #333347;
  }
  /*
.navbar.past-main span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

  .nav-white.effect-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*------------------------------------------
                  page styles
------------------------------------------*/

.hero-align {
  text-align: center; 
}

#hero {
  background-color: #d9e5f1;
  margin-top: 85px;
}

.subheading {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: .8rem;
  color: #333347;
}

.subheading-color {
  color: #c1282d;
  text-transform: uppercase;
}

.heading {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.btns {
  padding-top: .6rem;
}

.text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 1rem 0;
  text-align: justify;
  color: #4f4f5a;
}

.hero-text {
  font-size: .7rem;
}

/* O nama */

.featured-service {
  padding: 3rem 1.5rem;
}

.featured-icon {
  padding-bottom: 1rem;
}

.featured-heading {
  font-size: 1.2rem;
}

.yellow {
  background: #ffecd7;
}

.blue {
  background: #d9e5f1;
}

.social-link {
  font-size: 2rem;
  color: #007bff;
  padding: .8rem;
}

/* kombi */

#sezonski-posao-ciscenja {
  background-color: #bdc1f5;
}

@media only screen and (min-width: 767px) {

  .hero-align {
    text-align: left; 
  }

  .subheading {
    padding-bottom: 1rem;
  }
  
  .heading {
    font-size: 3rem;
  }

  .hero-text {
    font-size: .8rem;
  }

  .featured-heading {
    font-size: 1.2rem;
  }

  .lista {
    font-size: 1.1rem;
  }

}

/* Usluge */

#usluge {
  background-color: #fff;
}

.lista {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333347;
}

.list-group-item {
  padding: 0.5rem 0rem;
  background-color: transparent;
  border: 0px solid transparent;
}

.lista li {
  line-height: 1.7rem;
  padding-bottom: 0;
}

.lista img {
  vertical-align: middle;
  margin-right: 10px;
}

.lista i {
  color: #00cc00;
}

.lista-center li {
  text-align: center !important;
}

/* kombi */

#kombi {
  background-color: #ffecd7;
}

@media only screen and (min-width: 767px) {

  .hero-align {
    text-align: left; 
  }

  .subheading {
    padding-bottom: 1rem;
  }
  
  .heading {
    font-size: 3rem;
  }

  .hero-text {
    font-size: .8rem;
  }

  .featured-heading {
    font-size: 1.2rem;
  }

  #usluge {
    background-color: #d9e5f1;
  }

  .lista {
    font-size: 1.1rem;
  }

}

/* ---------- cjenik ----------- */

.cjenik-card {
  text-align: center;
  padding: 3rem .5rem;
  background: #e9e9e9;
  margin-bottom: 1rem;
}

.cjenik-subheading {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 2rem;
}

.cjenik-heading {
  font-size: 1.5rem;
  color: #007bff;
}

small {
  font-size: .8rem;
}

/* ----------- FAQ ----------*/

#faq {
  background-color: #eef2f7;
}

.accordion .card {
  border: none;
  border-radius: 0.5rem;
  background: #f4f7fb;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(36, 98, 182, 0.07);
  transition: box-shadow 0.2s;
}

.accordion .card-header {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}

.accordion .btn-link {
  color: #2462b6;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: left;
  width: 100%;
  text-decoration: none;
  background: none;
  border: none;
  padding: 1.2rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: background 0.2s, color 0.2s;
  white-space: normal;
  word-break: break-word;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus,
.accordion .btn-link:active {
  background-color: #e9e9e9;
  color: #0a3773;
  text-decoration: none;
  outline: none;
}

.accordion .btn-link.collapsed {
  color: #2462b6;
  background: none;
}

.accordion .collapse.show,
.accordion .collapsing {
  background: #f8fcfe;
  border-top: 1px solid #d4e0ee;
  border-radius: 0 0 0.5rem 0.5rem;
}

.accordion .card-body {
  font-size: 1.05rem;
  color: #222b3a;
  padding: 1.2rem 1.5rem;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .accordion .btn-link {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
  .accordion .card-body {
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}


@media (max-width: 767.98px) {
  #faqAccordion .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ----------- contact ----------*/

.form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #d9e5f1 !important;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.contact-card {
  text-align: center;
  padding: 2rem .5rem;
  background: #e9e9e9;
}

.contact-subheading {
  font-size: .8rem;
  padding-top: 1rem;
}

.contact-heading {
  font-size: 1rem;
}

.img-phone, .img-clock {
  height: 5rem;
  width: auto;
}

.heading-contact {
  font-size: 1.4rem;
}

/*----------- Footer -----------*/

#footer {
  position: relative;
  background-color: #2d2d2d;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  text-align: center;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
}

.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-text {
  color: #ffffff92;
}

#footer .lista li {
  margin-bottom: .5rem;
  color: #ffffff92;
}

#footer .lista li a{
  color: #ffffff92;
}

.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366; /* WhatsApp zelena */
  color: white;
  font-size: 30px; /* Veličina ikone */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.btn-whatsapp:hover {
  transform: scale(1.1); /* Efekt na hover */
}

.fab.fa-whatsapp {
  font-size: 30px; /* Povećaj ikonu */
}

/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/

@media only screen and (min-width: 767px) {
  .navbar-nav {
    margin-top: 0;
  }

  .navbar-nav .nav-item {
    margin-top: 0;
    margin-right: 15px;
    font-size: 0.85rem;
    font-weight: 400;
  }

  .btn-nav {
    margin: 0;
  }

  .cjenik-card {
    margin-bottom: 0rem;
  }
  
  #footer {
    text-align: left;
  }

  .btn-whatsapp {
    width: 80px;
    height: 80px;
  }

  .fab.fa-whatsapp {
    font-size: 40px; /* Povećaj ikonu */
  }

}