@charset "utf-8";

/* CSS Document */
html {
  font-size: 100%;
}

html,
button,
input,
select,
textarea {
  color: #111;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #111;
  background-color: #FFFFFF;
}

strong {
  font-weight: 600;
}

img,
object,
embed,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.ie6 img {
  width: 100%;
}

.wrap {
  font-weight: 400;
  width: 100%;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-height: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

article h1,
h2,
h3,
h4,
h5 {
  color: blue;
}

article>h2 {
  font-weight: 800;
}

aside h2 {
  color: blue;
}

/*high resolution, 1024px and obove */
@media only screen and (min-width: 1024px) {
  #container {
    width: 1170px !important;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 20px !important;
  }

  .container-index {
    width: 1170px !important;
    margin: 0 auto;
    height: 350px;
    padding-bottom: 20px !important;
  }

  .tekst_onama {
    width: 100%;
    height: 100%;
  }

  .tekst_onama p {
    font-weight: 400;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4em;
    text-align: justify;
    color: #111;
  }

  .logo_naslovna {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    margin-bottom: 0.5em;
    background-image: url("../assets/images/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 20px;
  }

  /* Poslovne prilike desktop starts here */
  .poslovneprilike {
    width: 100%;
    height: 240px;
    margin-top: 15px;
  }

  .poslovneprilike_oglas {
    width: 32%;
    margin-left: 2%;
    clear: none;
    font-size: 0.8em;
    text-align: center;
    float: left;
    margin-top: 15px;
    margin-bottom: -10px;
  }

  .poslovneprilike_oglas p {
    font-weight: 600 !important;
    color: #696a6f;
    font-size: 1em !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas h2 {
    color: #001b86;
    text-align: center;
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas a {
    font-weight: 600 !important;
    color: #666666;
    font-size: 1em !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas a:hover,
  a span:hover {
    color: #001b86;
    font-weight: 600 !important;
    font-size: 1em !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas a span {
    font-weight: 400 !important;
    color: #999999;
    font-size: 0.9em !important;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
  }

  h1 span {
    font-weight: 500;
    color: #29558B;
  }

  .blog_pocetna {
    width: 100%;
    height: 180px;
    margin-top: 15px;
  }

  .skrol {
    width: 32%;
    margin-left: 2%;
    float: left;
    height: 100%;
    margin-bottom: 30px;
  }

  .skrol a {
    font-weight: 400 !important;
    color: #696a6f;
    font-size: 0.8em !important;
    margin-top: 0;
    margin-bottom: 0.4em;
    text-align: left !important;
  }

  .skrol p {
    font-weight: 600 !important;
    font-size: 1em;
    text-align: left;
  }

  .blog_tekstovi {
    width: 100%;
    clear: both;
    margin-left: 0;
    text-align: justify;
    white-space: normal;
  }

  .blog_tekstovi a {
    font-weight: 300;
    color: #696a6f;
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
  }

  .blog_tekstovi a:hover {
    color: #337ad8;
    transition: all 1000ms ease;
  }

  .content {
    width: 100%;
    clear: both;
    margin-left: 0;
    overflow: auto;
    max-height: 110px;
    text-align: left;
  }

  .zeroMargin_desktop {
    margin-left: 0;
  }

  .hide_desktop {
    display: none;
  }

  /*usluge*/
  .naslov_pozadina {
    width: 100% !important;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    margin-bottom: 2em;
    margin-top: -18px;
  }

  .naslov {
    width: 1170px;
    margin: 0 auto;
    clear: none;
    float: none;
    margin-left: auto;
  }

  .naslov h1 {
    color: blue;
    font-size: 1.7em;
    font-weight: 300 !important;
    text-align: left;
    margin-left: 0.4em;
  }

  .naslov h1 span {
    color: red;
    font-size: 2.7em;
    line-height: 1.5em;
    margin-right: 0.3em;
    font-weight: 300 !important;
  }

  .figcaption {
    font-style: italic;
    text-align: center;
    font-size: 1em;
    padding-top: 0.5em;
  }

  .vest_solo {
    margin-bottom: 1em;
  }

  /************ start unordered list styles **********************/
  .vest_solo ul li {
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
    color: #111;
  }

  ul li::marker {
    color: darkred;
  }

  ul.bluemarker li::marker {
    color: darkblue;
  }

  ul.square {
    list-style: square;
  }

  ul.circle {
    list-style: circle;
  }

  ul.disc {
    list-style: disc;
  }

  ul.none {
    list-style: none;
  }

  /**********************end ul styles*********************/

  /*********************start ol styles*********************/
  .vest_solo ol li {
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
  }

  ol li::marker {
    color: darkred;
  }

  ol.bluemarker li::marker {
    color: darkblue;
  }

  ol.lower-alpha {
    list-style: lower-alpha;
  }

  ol.upper-alpha {
    list-style: upper-alpha;
  }

  ol.lower-roman {
    list-style: lower-roman;
  }

  ol.upper-roman {
    list-style: upper-roman;
  }

  ol.decimal-leading {
    list-style: decimal-leading-zero;
  }

  /****************end ol styles**************************/

  .vest_solo img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    text-align: justify;
  }

  .slika-neka {
    margin-bottom: 2%;
    float: right;
    width: 400px;
    padding-left: 1%;
  }

  .slika-neka1 {
    margin-bottom: 2%;
    float: right;
    width: 48%;
    padding-left: 1%;
  }

  .slika-neka2 {
    margin-bottom: 2%;
    float: right;
    width: 35%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .slika-neka3 {
    margin-bottom: 2%;
    float: left;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .slika-neka4 {
    margin-bottom: 2%;
    float: left;
    width: 35%;
    padding-left: 1%;
    padding-right: 1%;
  }

  /* img rounded corners */
  .img-rounded {
    border-radius: 10px;
    background: transparent;
    display: block;
    margin: 2%;
    padding: 0;
    transition: box-shadow 0.3s;
    overflow: hidden;
  }

  /* Image shadow effect */
  .img-shadow {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), 0 1.5px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: transparent;
    display: block;
    margin-bottom: 2%;
    padding: 0;
    transition: box-shadow 0.3s;
    overflow: hidden;
  }

  /* Add space if floated right */
  .img-shadow {
    /* Default: no side margin */
  }

  .slika-neka.img-shadow,
  .slika-neka1.img-shadow,
  .slika-neka2.img-shadow {
    margin-left: 16px !important;
  }

  /* Add space if floated left */
  .slika-neka3.img-shadow,
  .slika-neka4.img-shadow {
    margin-right: 16px !important;
  }

  .img-shadow:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 3px 8px rgba(0, 0, 0, 0.18);
  }

  /* Image shadow effect ends */

  .vest_solo {
    margin-bottom: 1em;
    width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }

  .vest_solo a {
    color: #0000FF;
    font-size: 1em;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .vest_solo h1 {
    text-align: center;
    font-weight: 400;
    font-size: 1.7em !important;
  }

  .vest_solo h2 {
    text-align: center;
    font-weight: 500;
    font-size: 1.5em !important;
  }

  .vest_solo h3 {
    text-align: left;
    font-size: 1.3em !important;
    font-style: normal;
    font-weight: 400;
  }

  .vest_solo a:hover {
    color: #f21d25;
    text-decoration: none
  }

  .vest {
    margin-bottom: 3em;
  }

  .vest a {
    color: #0000FF;
    font-size: 1.1em;
    font-weight: 300;
  }

  .vest a:hover {
    color: #f21d25;
  }

  .vest h2 {
    text-align: center !important;
    font-weight: 400;
    color: blue;
  }

  .vest h3 {
    text-align: left;
    font-weight: 300;
    font-size: 1.1em;
  }

  .vest_tekst {
    clear: none;
    width: 100%;
    height: auto;
  }

  .vest_tekst img {
    clear: none;
    margin-left: 3%;
    width: 40%;
    float: right;
    padding-bottom: 30px;
  }

  .more {
    margin-top: 1em;
    float: left;
    background-color: #4245DC;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    border-radius: 8px;
  }

  .more a {
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }

  .more a:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  #border {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E8EBEE;
    padding-top: 1.5em;
    margin-top: 30px;
  }

  /*lightbox*/
  .vesti_slike {
    margin-bottom: 2em;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }

  .vesti_slikelight {
    width: 19%;
    margin-left: 1%;
    margin-bottom: 1%;
    clear: none;
    float: left;
  }

  .vesti_slikelight2 {
    width: 35%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
    clear: none;
    float: right;
  }

  /*end lightbox*/
  /*reference*/
  .ref_uzi {
    text-align: center;
    background-color: #FFFFFF;
    height: 335px;
    width: 275px;
    margin-left: 14px;
    margin-bottom: 14px;
    clear: none;
    padding-left: 0.3em;
    padding-right: 0.3em;
    float: left;
  }

  .ref_img {
    width: 90%;
    margin: 0 auto;
  }

  .ref_naslov {
    height: 120px;
  }

  .ref_naslov_manji {
    height: 20px;
  }

  .ref_usluga {
    height: 50px;
  }

  .ref_utoku {
    height: 10px;
  }

  .ref_uzi h3 {
    color: #b1b1b8;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    line-height: 1.0em;
  }

  .ref_uzi p {
    line-height: 1.1em;
    font-size: 0.8em;
    font-weight: 300;
  }

  .ref_uzi h2 {
    color: #58585F;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 0.1em;
    line-height: 1.1em;
    text-transform: uppercase;
  }

  #container-ref {
    width: 1170px;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    margin: 0 auto;
    clear: none;
    float: none;
    margin-bottom: 15px;
    padding-top: 2%;
    height: 2850px;
  }

  #container-ref1 {
    width: 1170px;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    margin: 0 auto;
    clear: none;
    float: none;
    margin-bottom: 15px;
    padding-top: 2%;
    height: 5300px;
  }

  #container-ref1 h4 {
    padding-left: 30px;
  }

  .ref-1 {
    width: 1170px;
    height: 30px;
    float: left;
    text-align: left;
  }

  /*end reference*/



  /* ==========================BLOG ============================*/
  .more-blog {
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 48%;
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .more-blog a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog1 {
    margin-top: 0em;
    margin-bottom: 2em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 18%;
    border-radius: 6px;
  }

  .more-blog1 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog2 {
    margin-top: 0em;
    margin-bottom: 2em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 21%;
    border-radius: 6px;
  }

  .more-blog2 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog3 {
    margin-top: 2em;
    margin-bottom: 1em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 34%;
  }

  .more-blog3 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog4 {
    margin-top: 1em;
    margin-bottom: 2em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;

  }

  .more-blog4 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog5 {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 45%;
  }

  .more-blog5 a {
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  /* Blog button */
  .blog-button {
    margin-top: 1em;
    float: left;
    background-color: #083f88;
    /* Primary Navigation Blue */
    background-image: none;
    padding: 0.5em 1.5em;
    border-radius: 16px;
    /* Pill shape */
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* Blog button ends here */
  /*========================== end blog ====================*/

  /*********************kontakt*/
  .kontakt {
    width: 100%;
    clear: both;
    margin-left: 0;
    text-align: center;
  }

  .kontakt h2 {
    color: #58585F;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    margin-left: 1.2em;
    display: inline;
  }

  .kontakt h2 span {
    font-size: 1.2em;
    font-weight: 400;
  }

  .kontakt_forma {
    width: 100%;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    text-align: center;
  }

  .seecap_naslovna {
    margin-bottom: 0.3em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    text-align: center;
  }

  .blog_naslovmanji {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.5em;
    padding-top: 3em;
    margin-bottom: 0.5em;
    background-image: url("../assets/images/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
  }

  /*********************contact form******************************/
  #form {
    width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1em;
  }

  /*CSS for Error notification*/
  .notification_error {
    height: auto;
    color: rgb(255, 0, 0);
    padding: 10px;
    margin: 10px auto;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 35px;
    font-size: 12px;
  }

  /*CSS for Successfully sent notification*/
  .notification_ok {
    height: auto;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }

  /*CSS for textarea (Name and email)*/
  textarea {
    width: 95%;
    margin: 10px auto;
    padding: 5px;
    border: #cccccc solid 1px;
    color: #111;
    font: 12px 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: content-box;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;
  }

  /*CSS for textbox (Message)*/
  .textbox {
    width: 31%;
    height: 25px;
    padding: 5px;
    border: #cccccc solid 1px;
    color: #111;
    font: 12px 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: content-box;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .textbox2 {
    height: 140px;
  }

  /*CSS for submit button*/
  .button {
    width: 8%;
    cursor: pointer;
    background-color: #001b86;
    padding: 4px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: rgb(15, 16, 18) solid 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 6px 4px rgb(0, 0, 0, 0.07) inset, 0 1px 3px 2px rgb(28, 29, 31);
    transition: all 0.2s linear;
    text-align: center;
    background-image: url("../assets/images/noise.png");
  }

  .button:hover {
    background-color: #e8150e;
    background-image: url("../assets/images/noise.png");
  }

  input {
    outline: none;
  }

  /* Change the border color of an input field when it's focused */
  .kontakt_forma input[type="text"]:focus,
  .kontakt_forma input[type="email"]:focus,
  .kontakt_forma input[type="tel"]:focus,
  .kontakt_forma textarea:focus {
    border-color: #2f13cb;
    /* A distinct blue */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    /* Add a subtle glow */
  }

  /*end contact forma*/

  /*mapa sajta*/
  .mapa_prvi {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
  }

  .mapa_usluge {
    width: 48.8888%;
    clear: none;
    margin-left: 2.2222%;
  }

  .main-heading {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.4;
    background: linear-gradient(45deg, #001b86, #2b50c7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.5em 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .main-heading span {
    display: block;
  }
}

/*Baner PRODATO*/
.sold {
  position: relative;
}

.sold::after {
  position: absolute;
  margin-top: 30px;
  right: 0;
}

:lang(en) .sold::after {
  content: url("https://seecap.com/assets/sold/stamp-sold.svg");
}

:lang(sr) .sold::after {
  content: url("https://seecap.com/assets/sold/stamp-prodato.svg");
}

:lang(ru) .sold::after {
  content: url("https://seecap.com/assets/sold/stamp-prodano.svg");
}

/*end of baner PRODATO*/

/* --- SEECAP HEADER BANNER STARTS HERE--- */
.seecap-banner-bg {
  width: 100%;
  background-color: #F7F8F9;
  background-image: url("../assets/images/decor_inside.png");
  background-repeat: repeat;
  margin-bottom: 2em;
  margin-top: 0;
  /* <--- Fix here */
  display: block;
  position: relative;
}

.seecap-banner-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  box-sizing: border-box;
}

.seecap-banner-main {
  color: red;
  font-size: 4em;
  line-height: 1.5em;
  margin-right: 0.3em;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}

.seecap-banner-section {
  color: blue;
  font-size: 1.7em;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}

/* --- SEECAP HEADER BANNER END --- */

/* Blockquote */
.definition-quote {
  /* Base styling */
  margin: 2em 3em;
  padding: 1.5em 2em;
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.6;
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  position: relative;
}

/* Decorative quotes */
.definition-quote::before,
.definition-quote::after {
  color: #007bff;
  position: absolute;
  opacity: 0.1;
}

.definition-quote::before {
  content: '"';
  left: -0.2em;
  top: -0.2em;
  font-size: 4em;
}

.definition-quote::after {
  content: '"';
  right: 0.1em;
  bottom: -0.4em;
  font-size: 4em;
}

/* Blockquote ends here */


/* TOC Styling starts here */
/* TOC Container Styling */
.toc {
  background-color: #f9f9f9;
  border-left: 4px solid #0073e6;
  padding: 1em;
  margin-bottom: 2em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  max-width: 25%;
  box-sizing: border-box;
}

/* TOC Heading */
.toc h2 {
  text-align: left !important;
  margin-top: 0;
  font-size: 1.2em;
  cursor: pointer;
}

/* TOC List */
.toc ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5em;
}

/* TOC Items */
.toc li {
  margin: 0.2em 0;
  /* Reduced margin for more compact spacing */
}

/* TOC Links */
.toc a {
  color: #0073e6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.toc a:hover {
  text-decoration: underline;
  color: #005bb5;
}

/* Collapsible behavior */
.toc.collapsible ul {
  display: none;
}

.toc.collapsible.open ul {
  display: block;
}

.toc h2::after {
  content: '▼';
  float: left;
  font-size: 0.8em;
  transition: transform 0.3s ease;
}

.toc.collapsible.open h2::after {
  transform: rotate(180deg);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .toc {
    padding: 0.75em;
    font-size: 0.95em;
    max-width: 60%;
  }

  .toc h2 {
    font-size: 1em;
  }

  .toc li {
    margin: 0.2em 0;
    /* Reduced margin for more compact spacing */
  }
}

@media (max-width: 480px) {
  .toc {
    padding: 0.5em;
    font-size: 0.9em;
  }

  .toc h2 {
    font-size: 0.95em;
  }
}

/* TOC Styling ends here */

/*--Tagline for hospitality.html starts here--*/

/* --- Base Styles (Mobile First - for screens < 480px) --- */
.page-tagline {
  font-size: 1.15em;
  /* Start a bit smaller for the smallest screens */
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  color: blue;
  /* Replace with your actual color */
}

.funding-access-highlight {
  background-color: #f9f9f9;
  /* Example background */
  padding: 10px 15px;
  /* Top/bottom padding, Left/right padding */
  margin-top: 15px;
  margin-bottom: 20px;
  border-left: 3px solid #0073e6;
  /* Replace with your actual color */
}

.funding-access-highlight h3 {
  font-size: 1.1em;
  /* Slightly smaller base for the heading */
  margin-top: 0;
  margin-bottom: 8px;
  /* Add some space below the heading */
  color: blue;
  /* Replace with your actual color */
}

/* --- Larger Mobile / Small Tablet Portrait (min-width: 480px) --- */
@media (min-width: 480px) {
  .page-tagline {
    font-size: 1.25em;
    margin-bottom: 20px;
  }

  .funding-access-highlight {
    padding: 15px 20px;
    border-left-width: 4px;
  }

  .funding-access-highlight h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}

/* --- Tablet (min-width: 768px) --- */
@media (min-width: 768px) {
  .page-tagline {
    font-size: 1.4em;
    /* Closer to original general suggestion */
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .funding-access-highlight {
    padding: 20px 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-left-width: 5px;
  }

  .funding-access-highlight h3 {
    font-size: 1.3em;
    margin-bottom: 12px;
  }
}

/* --- Desktop & Larger (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .page-tagline {
    font-size: 1.5em;
    /* Good size for desktop */
    margin-bottom: 30px;
  }

  .funding-access-highlight {
    padding: 25px 30px;
    /* More generous padding */
  }

  .funding-access-highlight h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
}

/*--Tagline for hospitality.html ends here--*/

/* ==Calendar icon starts here==== */
.fa-calendar {
  margin-right: 6px;
  color: blue;
}

/* Calendar icon ends here */

/* PAGINATION STARTS HERE */
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.pagination-container a {
  color: #337AB7;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 4px 2px;
}

.pagination-container a.active {
  background-color: #083f88;
  color: white;
  border: 1px solid #3a76c3;
}

.pagination-container a:hover:not(.active) {
  background-color: #ddd;
}

.pagination-container a.disabled {
  pointer-events: none;
  /* Makes the link unclickable */
  opacity: 0.5;
  /* Visually indicates it's disabled */
  background-color: #f0f0f0;
}

/* PAGINATION ENDS HERE */

/*=======================MEDIA QUERIES FOR RESPONSIVE DESIGN STARTS HERE =========================*/
/* ===========medium resolution, 1023px ===================*/

@media only screen and (max-width: 1023px) {
  body {
    font-size: 1em;
  }

  #container {
    width: 95% !important;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 20px !important;
  }

  .container-index {
    width: 95% !important;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 20px !important;
  }

  .tekst_onama {
    width: 95%;
    margin: 0 auto;
    height: 100%;
  }

  .tekst_onama p {
    font-weight: 400;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4em;
    text-align: justify;
    color: #111;
  }

  .logo_naslovna {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    margin-bottom: 0.5em;
    background-image: url("../assets/images/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 20px;
  }

  /* poslovne prilike media queries starts here */
  .poslovneprilike {
    width: 100%;
    max-height: 1125px;
    margin-top: 15px;
  }

  .poslovneprilike_oglas {
    width: 100%;
    clear: none;
    font-size: 0.8em;
    text-align: center;
    max-height: 360px;
    margin-bottom: 15px;
  }

  .poslovneprilike_oglas p {
    font-weight: 600 !important;
    color: #696a6f;
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas h2 {
    color: #001b86;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas a {
    font-weight: 600 !important;
    color: #666666;
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .poslovneprilike_oglas a:hover,
  a span:hover {
    color: #001b86;
    text-decoration: none;
  }

  .poslovneprilike_oglas a span {
    font-weight: 400 !important;
    color: #999999;
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
  }

  h1 span {
    font-weight: 600;
    color: #041D39;
  }

  .blog_pocetna {
    width: 100%;
    max-height: 700px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .skrol {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .skrol a {
    font-weight: 400 !important;
    color: #696a6f;
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 0.4em;
    text-align: left !important;
  }

  .skrol p {
    font-weight: 600 !important;
    font-size: 1em;
    text-align: left;
  }

  .blog_tekstovi {
    width: 100%;
    clear: both;
    margin-left: 0;
    text-align: justify;
    white-space: normal;
  }

  .blog_tekstovi a {
    font-weight: 300;
    color: #696a6f;
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    text-decoration: none;
  }

  .blog_tekstovi a:hover {
    color: #337ad8;
    transition: all 1000ms ease;
    text-decoration: none;
  }

  .content {
    width: 100%;
    clear: both;
    margin-left: 0;
    overflow: auto;
    max-height: 315px;
    text-align: left;
  }

  .hide_tablet {
    display: none;
  }

  .zeroMargin_tablet {
    margin-left: 0;
  }

  /*usluge*/
  .naslov_pozadina {
    width: 100% !important;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    margin-bottom: 2em;
    margin-top: -18px;
  }

  .naslov {
    width: 96px;
    margin: 0 auto;
    clear: none;
    float: none;
    text-align: center;
  }

  .naslov h1 {
    color: #b1b1b8;
    font-size: 1.2em;
    font-weight: 300 !important;
  }

  .naslov h1 span {
    color: #888891;
    font-size: 1.7em;
    line-height: 1.5em;
    font-weight: 300 !important;
    text-align: left !important;
  }

  /****************end usluge***********************/

  /********************start ul styles*********************/
  .vest_solo {
    margin-bottom: 1em;
    text-align: justify;
  }

  .vest_solo ul li {
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
  }


  ul li::marker {
    color: darkred;
  }

  ul.bluemarker li::marker {
    color: darkblue;
  }

  ul.square {
    list-style: square;
  }

  ul.circle {
    list-style: circle;
  }

  ul.disc {
    list-style: disc;
  }

  ul.none {
    list-style: none;
  }

  /*end ul styles*/

  /*******************start ol styles*******************/
  .vest_solo ol li {
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
  }

  ol li::marker {
    color: darkred;
  }

  ol.bluemarker li::marker {
    color: darkblue;
  }

  ol.lower-alpha {
    list-style: lower-alpha;
  }

  ol.upper-alpha {
    list-style: upper-alpha;
  }

  ol.lower-roman {
    list-style: lower-roman;
  }

  ol.upper-roman {
    list-style: upper-roman;
  }

  ol.decimal-leading {
    list-style: decimal-leading-zero;
  }

  ol.none {
    list-style: none;
  }

  /*******************end ol styles*******************/

  .vest_solo img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    text-align: justify;
    width: 100%;
  }

  .vest_solo {
    margin-bottom: 1em;
    width: 96%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    text-align: justify;
  }

  .vest_solo a {
    color: #0000FF;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .vest_solo h1 {
    font-weight: 400;
    font-size: 1.7em !important;
    text-align: center;
  }

  .vest_solo h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.5em !important;
  }

  .vest_solo h3 {
    text-align: left;
    font-weight: 200;
    font-size: 1.3em !important;
  }

  .vest_solo p span,
  .vest_solo ul li span {
    font-style: normal;
  }

  .vest_solo a:hover {
    color: #f21d25;
  }

  .vest h2 {
    text-align: center !important;
    font-weight: 400;
    color: blue;
  }

  .vest h3 {
    text-align: left;
    font-weight: 300;
    font-size: 1.1em;
  }

  .more {
    margin-top: 1em;
    float: left;
    background-color: #4245DC;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    margin-bottom: 30px;
    border-radius: 6px;
  }

  .more a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FFFEFE;
  }

  .more a:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    color: #C90B0E;
  }

  #border {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E8EBEE;
    padding-top: 1.5em;
  }

  /*lightbox*/
  .vesti_slike {
    margin-bottom: 2em;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }

  .vesti_slikelight {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%;
    clear: none;
    float: left;
  }

  /*end lightbox*/
  /*reference*/
  .ref_uzi {
    text-align: center;
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
    margin-bottom: 14px;
    clear: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .ref_img {
    width: 90%;
    margin: 0 auto;
  }

  .ref_naslov {
    height: 120px;
  }

  .ref_naslov_manji {
    height: 20px;
  }

  .ref_usluga {
    height: 50px;
  }

  .ref_utoku {
    height: 10px;
  }

  .ref_uzi h3 {
    color: #b1b1b8;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    line-height: 1.0em;
  }

  .ref_uzi p {
    line-height: 1.1em;
    font-size: 1em;
    font-weight: 300;
  }

  .ref_uzi h2 {
    color: #58585F;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 0.1em;
    line-height: 1.1em;
    text-transform: uppercase;
  }

  #container-ref {
    width: 100%;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    clear: none;
    float: none;
    margin-bottom: 15px;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  #container-ref1 {
    width: 100%;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    clear: none;
    float: none;
    margin-bottom: 15px;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
  }

  #container-ref1 h4 {
    padding-left: 30px;
  }

  .ref-1 {
    width: 100%;
    height: 30px;
    float: left;
    text-align: left;
  }

  /*end reference*/

  /*====================== blog =====================================*/
  .more-blog {
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 6px;
  }

  .more-blog a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog1 {
    margin-top: 0em;
    margin-bottom: 2em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 100%;
    text-align: center;
    border-radius: 6px;
  }

  .more-blog1 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog2 {
    margin-bottom: 1em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 100%;
    text-align: center;
    border-radius: 6px;
  }

  .more-blog2 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog3 {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 100%;
    text-align: center;
  }

  .more-blog3 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog4 {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 100%;
    text-align: center;
  }

  .more-blog4 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .more-blog5 {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #f7e847;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    padding: 0.6em 1.8em;
    width: 100%;
    text-align: center;
  }

  .more-blog5 a {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  /* Blog button */
  .blog-button {
    margin-top: 1em;
    float: left;
    background-color: #083f88;
    /* Primary Navigation Blue */
    background-image: none;
    padding: 0.5em 1.5em;
    border-radius: 16px;
    /* Pill shape */
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* Blog button ends here */

  /* ========================end blog ==========================================*/

  /*****************kontakt*****************/
  .kontakt {
    width: 100%;
    clear: both;
    margin-left: 0;
    text-align: center;
  }

  .kontakt h2 {
    color: #58585F;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    margin-left: 1.2em;
    display: inline;
  }

  .kontakt h2 span {
    font-size: 1.2em;
    font-weight: 400;
  }

  .kontakt_forma {
    width: 100%;
    background-color: #F7F8F9;
    background-image: url("../assets/images/decor_inside.png");
    background-repeat: repeat;
    text-align: center;
  }

  .seecap_naslovna {
    margin-bottom: 0.3em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    text-align: center;
  }

  .blog_naslovmanji {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.5em;
    padding-top: 3em;
    margin-bottom: 0.5em;
    background-image: url("../assets/images/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
  }

  /******************contact form******************************/
  #form {
    width: 98%;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1em;
  }

  /*CSS for Error notification*/
  .notification_error {
    height: auto;
    color: rgb(255, 0, 0);
    padding: 10px;
    margin: 10px auto;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 35px;
    font-size: 12px;
  }

  /*CSS for Successfully sent notification*/
  .notification_ok {
    height: auto;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }

  /*CSS for textarea (Name and email)*/
  textarea {
    width: 95% !important;
    margin: 10px auto;
    padding: 5px;
    border: #cccccc solid 1px;
    color: #111;
    font: 12px 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: content-box;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(168, 168, 168, 0.6) inset;
    transition: all 0.2s linear;
    clear: both;
    display: block;
  }

  /*CSS for textbox (Message)*/
  .textbox {
    width: 95%;
    height: 25px;
    padding: 5px;
    border: #cccccc solid 1px;
    color: #111;
    font: 12px 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: content-box;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(168, 168, 168, 0.6);
    transition: all 0.2s linear;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .textbox2 {
    height: 140px;
  }

  /*CSS for submit button*/
  .button {
    width: 20%;
    cursor: pointer;
    background-color: #001b86;
    padding: 4px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: rgb(15, 16, 18) solid 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 6px 4px rgb(0, 0, 0, 0.07) inset, 0 1px 3px 2px rgb(28, 29, 31);
    transition: all 0.2s linear;
    text-align: center;
    background-image: url("../assets/images/noise.png");
  }

  .button:hover {
    background-color: #e8150e;
    background-image: url("../assets/images/noise.png");
  }

  ::-webkit-input-placeholder {
    color: rgb(190, 188, 188);
    font-style: italic;
  }

  /**** advanced input styling ****/
  /* placeholder */
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgb(190, 188, 188);
    font-style: italic;
  }

  input {
    outline: none;
  }

  /* Change the border color of an input field when it's focused */
  .kontakt_forma input[type="text"]:focus,
  .kontakt_forma input[type="email"]:focus,
  .kontakt_forma input[type="tel"]:focus,
  .kontakt_forma textarea:focus {
    border-color: #2f13cb;
    /* A distinct blue */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    /* Add a subtle glow */
  }

  .vest_solo h1 {
    text-align: center;
    font-weight: 400;
    font-size: 1.7em !important;
  }

  .main-heading {
    text-align: center;
    font-size: 2em;
    line-height: 1.4;
    background: linear-gradient(45deg, #001b86, #2b50c7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1em 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .main-heading span {
    display: block;
  }

  /*end contact forma*/
  .figcaption {
    font-style: italic;
    font-size: 0.9em;
    text-align: center;
  }
}

.blog_tekstovi .blog_tekstovi {
  font-style: normal;
  text-align: justify;
}

#public_health {
  background-color: #6CF;
  width: 320px;
  border-collapse: collapse;
  margin-right: 15px;
  margin-left: 0;
}

th:nth-child(even) {
  color: #050505;
  background-color: #C2CBE6;
}

tr:nth-child(even) {
  background-color: #CCC;
  color: #333;
}

/* -----Header banner Responsive styles for tablets and mobile----- */
@media (max-width: 1023px) {
  .seecap-banner-content {
    flex-direction: column;
    align-items: center;
    /* Center horizontally */
    justify-content: center;
    /* Center vertically if needed */
    gap: 0;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    max-width: 96vw;
    width: 96vw;
    text-align: center;
    /* Center text inside spans */
  }

  .seecap-banner-main {
    font-size: 2em;
  }

  .seecap-banner-section {
    font-size: 1.2em;
  }
}

@media (max-width: 600px) {
  .seecap-banner-content {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    max-width: 98vw;
    width: 98vw;
    align-items: center;
    /* Center horizontally */
    justify-content: center;
    text-align: center;
    /* Center text inside spans */
  }

  .seecap-banner-main {
    font-size: 1.3em;
  }

  .seecap-banner-section {
    font-size: 1em;
  }
}

/* Header banner Responsive styles ends here */


/* Blockquote Responsive adjustments */
@media screen and (max-width: 480px) {
  .definition-quote {
    margin: 1em 0.5em;
    padding: 1em;
    font-size: 1em;
  }

  .definition-quote::before,
  .definition-quote::after {
    font-size: 2em;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .definition-quote {
    margin: 1.5em 1em;
    padding: 1.2em;
    font-size: 1.05em;
  }

  .definition-quote::before,
  .definition-quote::after {
    font-size: 3em;
  }
}

/* Blockquote ends here */

/* --- Responsive Image Shadow Styles --- */
.img-shadow {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), 0 1.5px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: transparent;
  display: block;
  margin-bottom: 2%;
  padding: 0;
  transition: box-shadow 0.3s;
  overflow: hidden;
}

/* Responsive overrides */
@media (max-width: 1023px) {
  .img-shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 3%;
  }
}

@media (max-width: 767px) {
  .img-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14), 0 0.5px 1px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    margin-bottom: 4%;
  }
}

@media (max-width: 479px) {
  .img-shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10), 0 0.5px 1px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 5%;
  }
}

/* End of img-shadow responsive overrides */

/* Visually hidden class */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- END MEDIA QUERIES  */

/* YouTube Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* YouTube Video ends here */


/* --- End of CSS file --- */

