html {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 9px;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    scroll-padding-top: 4em;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    overflow-x: hidden;
    position: relative;
}

/*
#dots {
    position: absolute;
    width: 100vw;
    height: 100vh;
    width: 75vw;
    height: 75vh;
    left: 12%;
    top: 12%;
}
*/
#dots {
    width: 100vw;
    height: 100vh;
    position: absolute;
}

#scene {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
}

#particles-js,
#particles-js2 {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* Typography */


/* DARK MODE SCROLLBAR */


/* Dark mode scrollbar */
/* Works in Webkit based browsers (e.g., Chrome, Safari) */

/* Track */
::-webkit-scrollbar {
    width: 12px; /* width of the scrollbar */
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #333; /* color of the scrollbar handle */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* color of the scrollbar handle on hover */
  }
  
  /* Track background */
  ::-webkit-scrollbar-track {
    background: #222; /* color of the scrollbar track */
  }
  
  /* Corner */
  ::-webkit-scrollbar-corner {
    background: #111; /* color of the scrollbar corner (if any) */
  }
  





/* DARK MODE SCROLLBAR END */

/*
    - namjestiti sve fontove velicine min mobile i max desktop

*/
h1,
h2 {
    font-weight: 600;
    font-size: clamp(calc(4.23625rem * 0.7), calc(1rem + 5vw), 4.23625rem);
    font-size: clamp(calc(4.23625rem/3*1.618), calc(3*1.618vw), calc(4.23625rem*1.618));
    margin: 1rem;
}

h2 {
    font-weight: 700;
}

h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: -4rem;
    margin-top: -1rem;
    width: clamp(5rem, 30vw, 20rem);
    height: clamp(5rem, 30vw, 20rem);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 0.09);
    z-index: 10;
}

h3 {
    font-size: 1.75rem;
    margin: 1rem;
}

h3.mobile-title {
    display: none;
}

h4 {
    text-transform: uppercase;
    font-size: 41.89px;
    font-weight: 600;
    margin: 1rem;
}

::-moz-selection {
    color: #01041E;
    background: rgb(208, 208, 208);
}

::selection {
    color: #01041E;
    background: rgb(208, 208, 208);
}

body {
    margin: 0;
    padding: 0;
    background-image: linear-gradient(0deg, rgba(14,36,87,1) 0%, rgba(1,4,30,1) 92%, rgba(1,4,30,1) 100%);
}

.wrapper {
    display: grid;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    /*height: 100%;*/
}

#hero {
    background-image: url('https://images.unsplash.com/photo-1446776653964-20c1d3a81b06?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2071&q=80');
    /* background-image: url('https://images.unsplash.com/photo-1634176866089-b633f4aec882?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2560&q=80'); */
    /*background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3872&q=80');*/
    background-size: cover;
}

#hero > .navbar,
#hero > .home {
    pointer-events: none;
}

#hero a {
    pointer-events: all;
}

#hero:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, #01041E) left repeat;
    background: linear-gradient(transparent, #01041E) left repeat;
}

.bg-image {
    background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3872&q=80');
    background-size: cover;
    width: 110%;
    height: 110%;
    margin-left: -5%;
}

#hero {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
}

.bg-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, #01041E) left repeat;
    background: linear-gradient(transparent, #01041E) left repeat;
}


/* Navigation Mobile */
.mobile-nav-btn {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    /* width: 64px; */
    /* height: 64px; */
    z-index: 990;
}

.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 902;
}

.toggler {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 60px;
    height: 60px;
    z-index: 903;
    opacity: 0;
    cursor: pointer;
}

.hamburger {
    position: absolute;
    top: 1.5rem;
    right: .5rem;
    width: 60px;
    height: 60px;
    z-index: 902;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger>div {
    position: absolute;
    width: 60%;
    height: 4px;
    border-radius: 1.5px;
    background-color: #fff;
    transition: .4s;
    left: 0;
}

.hamburger>div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 1.5px;
    background-color: #fff;
    top: -12px;
    left: 0;
    transition: .4s;
    transform: rotate(0deg);
}

.hamburger>div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 1.5px;
    background-color: #fff;
    top: 12px;
    left: 0;
    transition: .4s;
    transform: rotate(0deg);
}

@media (hover: hover) and (pointer: fine) {
    .toggler:hover+.hamburger>div:before {
        top: 0;
        transform: rotate(90deg);
    }

    .toggler:hover+.hamburger>div:after {
        top: 0;
        transform: rotate(-90deg);
    }
}

.toggler:checked+.hamburger>div {
    transform: rotate(135deg);
    background-color: #a7a8ad;
}

.toggler:checked+.hamburger>div:before,
.toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
    background-color: #a7a8ad;
}

.toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
}



.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: .6s;
}

.menu>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(100%) translateY(-200%);
    width: calc(200vw);
    height: calc(200vh);
    border-radius: 50%;
    background-color: rgb(14, 36, 87);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .6s;
}

.menu>div>div {
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: .6s;
}

.menu>div>div>ul {
    padding: 0;
}

.menu>div>div>ul>li {
    list-style: none;
    margin: 1rem;
}

.menu>div>div>ul>li>a {
    text-decoration: none;
    color: #ffffffbe;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 2rem;
    transition: .25s;
    font-size: 20.89px;
    display: inline-block;
}

.menu>div>div>ul>li>a:hover {
    color: #01041E;
}

.mobile-nav-btn:has(.toggler:checked)~.menu-wrap .menu {
    visibility: visible;
}

.mobile-nav-btn:has(.toggler:checked)~.menu-wrap .menu>div {
    transform: translateX(-50%) translateY(-50%);
}

.mobile-nav-btn:has(.toggler:checked)~.menu-wrap .menu>div>div {
    opacity: 1;
}

/* Navigation Mobile - END */

/* Navigation */
.navbar {
    /*display: flex;*/
    /* position: fixed; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 1rem;
    margin-bottom: clamp(4rem, 10vh, 20rem);
    margin-bottom: clamp(1rem, 1vh, 2rem);
}

.navbar .content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 1rem 0;
}

#eu-header {
    justify-content: flex-end;
    margin: 0;
}

.navbar .logo img {
    margin: 1rem;
}

.nav {
    display: flex;
}

.nav-item {
    padding: 1rem;
    
}

.nav-item .featured {
    border-radius: .5rem;
    border: 1px solid #fff;
    padding: .5rem 1.5rem;
    transition: all ease-in-out .25s;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0rem;
    padding-block: 3px;
    padding-inline: 8px;
    border-width: 2px;
    cursor: pointer;

}

.nav-item .featured:hover {
    border-radius: 2rem;
    background-color: #fff;
    color: #01041E;
}

.nav-item a {
    color: #fff;
    text-decoration: none;
}

.nav-item a {
    position: relative;
}

.nav-item a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -.25rem;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-in-out;
}

.nav-item a:not(.featured):hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Navigation - END */







p {
    font-size: 20px;
    font-size: clamp(calc(1.618rem/1.618), calc(1*1.618vw), calc(1.618rem+1.618));
    margin: 1rem;
}

.btn {
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    padding: 14.5px 28px;
    margin: 1rem;
    z-index: 99;
    line-height: inherit;
}

.btn-primary {
    background-color: #fff;
    color: #01041E;
    font-weight: 700;
    transition: all ease-in-out 0.25s;
}

.btn-primary:hover {
    background-color: #01041E;
    color: #fff;
    border-radius: 2rem;
}

.btn-secondary {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    transition: all ease-in-out 0.25s;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    text-decoration: underline;
    border-radius: 2rem;
}

.home {
    min-height: 100vh;
    height: 75%;
    width: 100%;
}

.section {
    margin: 8rem 0;
    overflow-x: hidden;
}

.section-support-form {
    margin: 1rem 0;
    overflow-x: hidden;
}

.section-support-form p{
    margin: 1rem 0;
    overflow-x: hidden;
    font-size: 1.2rem;
}

.section:nth-of-type(1) {
    margin-top: 0;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    padding-left: clamp(1rem, 1vw, 10rem);
    padding-right: clamp(1rem, 1vw, 10rem);
    width: 100%;
    z-index: 1;
}

.tagline {
    width: 100%;
    max-width: 700px;
}

.tagline:nth-of-type(1) {
    margin-bottom: 0;
}

.cta {
    display: flex;
    position: relative;
    margin-top: 2.5rem;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
    pointer-events: all;
}

/* Slider */



.services-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: visible;
    overflow-x: hidden;
    width: 100%;
    width: inherit;
}

.slide.service {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex: 0 0 100%;
}

.slide-header {
    display: flex;
    width: 100%;
}

.slide-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.slide-img {
    width: 100%;
}

.mask {
    -webkit-mask-image: url(../img/vectors/services-image-mask.svg);
    mask-image: url(../img/vectors/services-image-mask.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.description {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.description .tagline {
    width: calc(50% - 2rem);
}




/* Projects */


h4 {
    line-height: 1;
}

.project {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.project-body {
    display: flex;
    margin-top: 0.5rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.project-body .left,
.project-body .right {
    width: 50%;
}

.project-body .right {
    margin-left: 4rem;
}

.project-img {
    border-radius: 32px;
    margin: 1rem;
    width: 100%;
}

p.sub-headline {
    font-size: clamp(calc(1.71875rem * 0.95), calc(1rem + .5vw), 1.61875rem);
}

.list {
    font-size: 20px;
}

.list li {
    margin-bottom: .5rem;
}

.right .btn-secondary {
    display: inline-block;
    margin: 1rem;
}

.btn-secondary {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    transition: all ease-in-out 0.25s;
    border: 2px solid #fff;
}


.details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.detail {
    display: flex;
    flex-direction: row;
    margin: 0 0 1rem 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.detail .icon {
    width: 18px;
    height: auto;
}

.detail p {
    margin: 0 .5rem;
    line-height: normal;
    font-size: 10px;
}

/* Projects - END */


/* Recognitions */


h4 {
    line-height: 1;
}
.recognition {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.recognition-body {
    display: flex;
    margin-top: 0.5rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.recognition-body .left,
.recognition-body .right {
    width: 50%;
}

.recognition-body .right {
    margin-left: 4rem;
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
  .recognition-body {
    flex-direction: column;
  }

  .recognition-body .right {
    margin-left: 0; /* Reset the margin */
    margin-top: 2rem; /* Add margin to separate the images */
  }

  .recognition-body .left,
  .recognition-body .right {
    width: 100%; /* Make both images take full width */
  }
}

.recognition-wrapper {
    position: relative;
    display: inline-block; /* Ensure the wrapper only takes the space of its contents */
}

.recognition-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 32px;
    opacity: 0;
    transition: .5s ease;
    background: rgba(14, 36, 87, 0.7);
    z-index: 1; /* Ensure the overlay is below the image */
}

.recognition-wrapper:hover .recognition-overlay {
    opacity: 1; 
}

.recognition-img {
    display: block; /* Ensure the image takes up the entire space of its container */
    border-radius: 32px;
    width: 100%; /* Ensure the image takes the full width of its container */
}

.recognition-text {
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: clamp(calc(1.23625rem * 0.1), calc(1rem + 5vw), 3.23625rem);
    color: white;
    user-select: none;
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Allow text to wrap on word boundaries */
}

p.recognition-sub-headline {
    font-size: clamp(calc(1.71875rem * 0.95), calc(1rem + .5vw), 1.61875rem);
}

.recognition-list {
    font-size: 20px;
}

.recognition-list li {
    margin-bottom: .5rem;
}

.recognition-right .recognition-btn-secondary {
    display: inline-block;
    margin: 1rem;
}

.recognition-btn-secondary {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    transition: all ease-in-out 0.25s;
    border: 2px solid #fff;
}


.recognition-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.recognition-detail {
    display: flex;
    flex-direction: row;
    margin: 0 0 1rem 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.recognition-detail .icon {
    width: 18px;
    height: auto;
}

.recognition-detail p {
    margin: 0 .5rem;
    line-height: normal;
    font-size: 10px;
}

/* Recognitions - END */

/* Choose us */
.reasons {
    display: flex;
    align-items: flex-start;
    margin-top: 5rem;
    width: 100%;

}

.reason {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: clamp(1rem, 3vw, 3rem);
    width: inherit;
}

.reasons .title {
    font-size: 25.89px;
    font-weight: 600;
    margin-bottom: .5rem;
}

.reasons .text {
    margin-top: 0;
}

.reason img {
    display: inline-block;
    height: auto;
    width: 70%;
}

/* Choose us - END */


/* Partners */
#partners .sub-headline:not(:nth-of-type(1)) {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.partners-list {
    margin-bottom: 1rem;
}

.partners-list:nth-of-type(1) {
    margin-top: 1rem;
}

.partners-list .slider {
    display: flex;
    column-gap: 1rem;
}

.partners-list .slide {
    border: 2px solid #fff;
    border-radius: 2rem;
    transition: translate ease-out .25s;
}

.partners-list img {
    width: auto;
    height: 8rem;
    padding: 2rem;
    filter: brightness(0) invert(1);
    transition: filter ease-out .25s;
}

@media (hover: hover) and (pointer: fine) {
    .partners-list img:hover {
        filter: none;
    }

    .partners-list .slide:has(img:hover) {
        background-color: #fff;
    }
}

/* Partners - END */


/* Contacts */
.contacts-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.contacts-body-support-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.contacts-body .left {
    display: flex;
    /*flex-direction: column;*/
    flex: 1 1 50%;
}

.contacts-body-support-form .left {
    display: flex;
    /*flex-direction: column;*/
    flex: 1 1 50%;
}

.contacts-body .right {
    display: flex;
    /*flex-direction: column;*/
    flex: 1 1 50%;
}

.contacts-body-support-form .right {
    display: flex;
    /*flex-direction: column;*/
    flex: 1 1 50%;
}


.contact {
    cursor: pointer;
}

/* Contacts - END */


/* Contact form */

input:not([type="submit"]):not([type="reset"]),
optgroup,
textarea,
select {
    display: block;
    font-family: inherit;
    padding: 3.5rem 1.25rem 0 .5rem;
    padding-right: 2rem;
    height: 7rem;
    background: rgba(255, 255, 255, 0.025);
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    box-sizing: border-box;
}

option {
    background: rgb(158 135 135 / 50%);
    color: #01041E;
}

select {
    height: auto;
    height: 9rem;
}

textarea {
    height: 10rem;
}

.form-group {
    margin: 1rem;
    margin-bottom: 2rem;
    display: block;
    position: relative;
}


@media only screen and (min-width: 768px) { /* Adjust min-width as needed */
    .form-group.inline {
        display: inline-block;
        margin-right: 10px; /* Adjust spacing between fields */
    }
}

@media only screen and (max-width: 768px) { /* Adjust max-width as needed */
    .form-group.inline {
        display: block; /* Reset to stacked layout on mobile */
        margin-right: 0; /* Reset margin for stacked layout */
        width: 96%;
    }
}

.form-group:has(input:focus:valid)::before,
.form-group:has(input:not(:focus):valid)::before,
.form-group:has(textarea:focus:valid)::before,
.form-group:has(textarea:not(:focus):valid)::before {
    background: #fff;
    transition: all ease-in-out .25s;
}

.form-group::before {
    content: '';
    position: absolute;
    margin-left: -2rem;
    bottom: -.5rem;
    width: 1rem;
    height: 1rem;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: #01041E;
    outline: .75rem solid #01041E;
    z-index: 10;
    transition: all ease-in-out .25s;
    z-index: 30;
}

.form-group::after {
    content: '';
    position: absolute;
    margin-left: -1.5rem;
    top: .25rem;
    width: 2px;
    height: 100%;
    transition: all ease-in-out .25s;
    z-index: 25;
    background-image: linear-gradient(rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: .25rem 1rem;
    background-repeat: repeat-y;
}

.form-group:nth-of-type(6):after {
    height: 100%;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 95%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none !important;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.05);
}

/*.form-group input:autofill,
.form-group input:-webkit-autofill {

    background: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.025);
    font-size: 20px;
}*/

.form-group label {
    position: absolute;
    pointer-events: none;
    top: 2rem;
    left: 1rem;
    transition: 0.2s ease all;
    font-size: 1.25rem;
    padding-bottom: 0;
}

.form-group input:focus~label,
.form-group textarea:focus~label,
.form-group select:focus~label,
.form-group input:not(:focus):valid~label,
.form-group textarea:not(:focus):valid~label,
.form-group select:not(:focus):valid~label {
    top: .25rem;
    left: .5rem;
    opacity: .5;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group input:not(:focus):valid,
.form-group textarea:not(:focus):valid,
.form-group select:not(:focus):valid {
    padding-left: 1.25rem;
}


/* Add CSS for the toast message */
#toast {
    position: fixed;
    text-align: center; /* Center align text */
    top: 20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    font-size: 14px; /* Increase font size */
}

/* Add CSS classes for different toast colors */
.loading-toast {
    background-color: #3841a7;
}

.success-toast {
    background-color: green;
}

.error-toast {
    background-color: red;
}


/* Contact details */
.contacts-body .details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.contacts-body-support-form .details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.contacts-body .title {
    font-size: 25.89px;
    font-weight: 600;
}

.contacts-body-support-form .title {
    font-size: 25.89px;
    font-weight: 600;
}

.contacts-list {
    /*display: grid;*/
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
    margin: 0rem;
    margin-right: 0;
}

.contacts-list .contact {
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.google-map {
    /*margin: 1rem;*/
    width: 100%;
}

.google-map iframe {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    /*width: calc(100% - 2rem);*/
    margin: 0;
}

/* Contact details - END */

/* Extras */



/* Extras END */















.slider-wrapper {
    padding-top: 7%;
    width: 100%;
    overflow: hidden;
}

.slider-image {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
}

.masked-images svg:not(:root) {
    overflow: visible;
}

/*.center {
  width: 100%;
}*/
.slider-wrapper,
.center {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.slider-wrapper .left,
.slider-wrapper .center,
.slider-wrapper .right {
    display: flex;
    pointer-events: visible !important;
    flex: 1 1 auto;
}

.svg {
    position: absolute;
    width: 0;
    height: 0;
}

.clip {
  width: 507px;
  height: 750px;
  overflow: hidden;
}

.image {
    width: 130%; /* Ensure the image takes the full width of its container */
    height: 130%; /* Ensure the image takes the full height of its container */
    object-fit: contain; /* Ensure the entire image is visible within the container */
    transform: scale(1.30); /* Scale the image to be 1.15 times larger */
    transform-origin: center; /* Set the transformation origin to the center */
}


.clipped-01 {
    -webkit-clip-path: url(#clip-path-01);
    clip-path: url(#clip-path-01);
    opacity: 0.25;
    filter: blur(2px);
}

.clipped-02 {
    -webkit-clip-path: url(#clip-path-02);
    clip-path: url(#clip-path-02);
}

.image {
    width: calc(150%);
    height: calc(150%);
    left: -25% !important;
    top: -25% !important;
    overflow: visible;
    position: relative;
}

/* Slider */
.slider-wrapper .left .btn,
.slider-wrapper .right .btn {
    width: 8rem;
    height: 8rem;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /*margin: 2rem; */
    /* background-color: #fff; */
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.25;
    transition: all ease-out 0.15s;
    overflow: hidden;
    cursor: pointer;
}

.slider-wrapper .left .btn:hover,
.slider-wrapper .right .btn:hover {
    opacity: 1;
}

.btn img {
    width: 2rem;
    height: 2rem;
    filter: invert(100%);
    transition: all ease-in-out 0.25s;
    position: absolute;
}

.btn-right img {
    transform: rotate(180deg);
}

.btn span {
    margin-top: 0.25rem;
    transition: all ease-in-out 0.25s;
    top: auto;
    text-align: center;
    position: sticky;
    transform: translateY(200%);
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .btn:hover img {
        opacity: 0;
        transform: translateY(-200%);
        position: absolute;
    }

    .btn-right:hover img {
        transform: translateY(-200%) rotate(180deg);
    }

    .btn:hover span {
        transform: translateY(0);
        opacity: 1;
    }
}













.slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#slider {
    margin: auto 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: auto;
    transition: all 0.25s ease-out;
    display: flex;
    flex: 1 0 40%;
}

#slider.is-js {
    overflow: hidden;
}

article {
    flex: 0 0 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
}

.date {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    display: none;
}

.thumbnail {
    position: relative;
    width: 100%;
    max-width: 600px; /* Set a maximum width to prevent stretching on larger screens */
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.is-js .thumbnail:not(.is-active):hover {
    cursor: pointer;
}

.thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Use contain instead of cover */
}

.desktop-title {
    margin-top: 0;
    font-size: 32px;
}

.desktop-title a {
    text-decoration: none;
}

.text {
    flex: 0 0 auto;
}

/*.button,
a.button:link,
a.button:visited {
  display: inline-block;
  right: 0;
  width: auto;
  padding: 16px 64px;
  background: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}*/






/* Footer Start */

#footer {
    background-color: #0E112E;
    margin-bottom: 0;
}

#footer .contacts-list p {
    font-size: 1.3rem;
}

#footer .company-info p {
  font-size: 1.1rem;  
  text-align: center;
  padding: 5px;
  background-color: #0e112e;
  color: #ffffff;
  opacity: 0.5;
}




/* Footer End */





/**/
/*Mobile*/


@media only screen and (max-width: 600px) {
    html {
        line-height: 1.5;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        line-height: 1.15;
    }

    p {
        font-size: 18px;
    }

    h3.mobile-title {
        font-size: 28px;
        margin: 1rem;
        margin-top: -6rem;
        position: absolute;
    }

    .section {
        margin: 4rem 0;
    }

    /* Buttons group */
    .cta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .description {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .description .tagline {
        width: 100%;
    }

    /* Services mobile */
    .services-slider {
        flex-direction: row;
    }

    .slide.service {
        flex-direction: column;
    }

    .slide img {
        border-radius: 12px;
        width: 100%;
        height: auto;
        /*max(24vh, 40vh);*/
        margin: 1rem;
        margin-left: -1rem;
        margin-left: -1rem;
        overflow: auto;
    }

    /* Projects */
    .project-body {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .project-body .left,
    .project-body .right {
        width: 100%;
        margin: 0;
    }

    .project-img {
        border-radius: 1rem;
        width: calc(100% + 2rem);
        margin: 1rem 0;
        margin-left: -1rem;
        margin-right: 1rem;
    }

    .list {
        font-size: 18px;
    }

    .detail {
        margin: 0 0 0.5rem 1rem;
    }

    .project .btn-secondary {
        display: flex;
        justify-content: space-around;
    }

    /* Partners */
    .partners-list .slide img {
        border-radius: 1rem;
        width: auto;
        height: 6rem;
        margin: 1rem;
        padding: 1rem;
        overflow: auto;
    }

    /* Choose us */
    .reasons {
        flex-direction: column;
    }

    .reason {
        margin: 2rem 0rem;
    }

    .reason img {
        width: 50%;
    }

    /* Contacts */
    /* 
        - DONE! left i right moraju biti 1 ispod 2. i imati sirinu 100%
    */
    #contact-form form {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .contacts-body {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 4rem;
    }

    .contacts-body-support-form {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 4rem;
    }

    .contacts-body .left {
        flex-direction: column;
        width: inherit;
        width: calc(100% - 1rem);
        margin-left: 1rem;
        margin-bottom: 3rem;
    }

    .contacts-body-support-form .left {
        flex-direction: column;
        width: inherit;
        width: calc(100% - 1rem);
        margin-left: 1rem;
        margin-bottom: 3rem;
    }

    .contacts-body .right {
        margin-left: 0;
        width: 100%;
    }


    .contact-info {
        font-size: 24px; /* Adjust the size as needed */
    }


    .contacts-body-support-form .right {
        margin-left: 0;
        width: 100%;
    }

    .google-map {
        width: 100%;
        margin: 0;
        margin-top: 2rem;
    }

    .contacts-list {
        grid-template-columns: max-content;
        grid-column-gap: 0;
        grid-row-gap: 1rem;
        margin: 1rem;
    }

    input:not([type="submit"]):not([type="reset"]),
    optgroup,
    textarea,
    select,
    .form-group label {
        font-size: 18px;
    }

    select {
        padding-bottom: 0;
        padding-left: 5;
    }

    .slider-wrapper {
        flex-wrap: wrap;
    }

    .slider-wrapper .center {
        flex: 1 0 auto;
    }

    .slider-image {
        width: 100%;
    }

    .slider-wrapper .left .btn,
    .slider-wrapper .right .btn {
        opacity: .75;
        /*border: 2px solid #fff;*/
        border: 0;
    }

    .slider-wrapper .btn img {
        /*filter: invert(100%);*/
        transform: translateY(0) translateX(75%);
    }

    .slider-wrapper .btn-right img {
        /*filter: invert(100%);*/
        transform: translateY(0) translateX(-75%) rotate(180deg);
    }

    .slider-wrapper .btn span {
        display: none;
    }

    .slide-content {
        margin-top: 2rem;
    }

    .slider-image .left {
        position: absolute;
        left: 0;
        transform: translateX(-50%);
        z-index: 99;

    }

    .slider-image .right {
        position: absolute;
        right: 0;
        transform: translateX(50%);
        z-index: 99;

    }

    .clip {
        width: calc(90vw);
        height: calc(40vh)
            /* height: 750px; */
            /* overflow: hidden; */
            /* will-change: transform;*/
    }
}


@media only screen and (min-width: 600px) {
    .mobile-nav-btn {
        display: none;
    }
    .eu-mobile {
        display: none;
    }
    #contact-form {
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 600px) {
    .nav {
        display: none;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar {
        margin: 0;
    }

    #eu-header {
        justify-content: flex-start;
        margin: 0;
    }

    .banner img {
        max-width: 100%;
    }

    .eu-desktop {
        display: none;
    }
}




/* Mrezni paketi */



.networdContent h5 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}



h5 {
    font-weight: 600;
    font-size: clamp(calc(4.23625rem * 0.7), calc(1rem + 5vw), 4.23625rem);
    font-size: clamp(calc(4.23625rem/3*1.618), calc(3*1.618vw), calc(4.23625rem*1.618));
    margin: 1rem;
}

h5 {
    font-weight: 700;
}

h5::before {

    display: inline-block;
    position: absolute;
    margin-left: -4rem;
    margin-top: -1rem;
    width: clamp(5rem, 30vw, 20rem);
    height: clamp(5rem, 30vw, 20rem);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 0.09);
    z-index: 10;
}









/* Mrezni paketi END */



/* Override autofill */

/* For removing autocomplete highlight color in chrome (note: use this at bottom of your css file). */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
}

/* Override autofill END */


/* CSS za stranicu alati.html */

 
ha1 {
    font-size:3em; 
    font-weight: 300;
    line-height:1em;
    text-align: center;
    color: #2980B9;
    
    
}
  
ha2 {
    font-size:2em; 
    font-weight: 300;
    text-align: center;
    display: block;
    line-height:1em;
    padding-bottom: 2em;
    color: #FB667A;
    transform: translateX(2%);
    margin-right: 5%;
}
  
ha2 a {
    font-size:1em; 
    font-weight: 700;
    text-transform: uppercase;
    color: #FB667A;
    text-decoration: none;
    
}
  
.blue01 { color: #185875; }
.yellow01 { color: #FFF842; }
  
.container01 th01 ha1 {
    
        font-weight: bold;
        font-size: 1rem;
    text-align: left;
    color: #185875;
}
  
.container01 td {
        font-weight: normal;
        font-size: clamp(calc(.23625rem * 0.5), calc(1rem + 2vw), 1.23625rem);
        font-size: clamp(calc(2.523625rem/3*1.618), calc(1*2.1vw), calc(1.23625rem*1.618));

}

.container01 td a {
    font-weight: normal;
    font-size: 1.7rem;
    color:cornflowerblue;

}
  
.container01 {
        text-align: left;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
}
  
.container01 td, .container th {
        padding-bottom: 2%;
        padding-top: 2%;
    padding-left:1%;  
}

  
/* Background-color of the odd rows */
.container01 tr:nth-child(odd) {
        background-color: #323C50;
}
  
/* Background-color of the even rows */
.container01 tr:nth-child(even) {
        background-color: #2C3446;
}
  
.container01 th {
        background-color: #1F2739;
}
  
.container01 td:first-child { color: #b1df90; }
  
.container01 tr:hover {
     background-color: #464A52;

}
  
.container01 td:hover {
    background-color: rgba(100, 148, 237, 0.308);
    /*background-color: #f2f2f3;*/
    /*color: #403E10;*/
    color: #f2f2f3;
    /*font-weight: bold;*/
       
    transition-delay: 0s;
        transition-duration: 0.4s;
        transition-property: all;
    transition-timing-function: line;
}
  
@media (max-width: 800px) {
  .container td:nth-child(4),
  .container th:nth-child(4) { display: none; }
}
 
 
 
 
 /* CSS za stranicu alati.html - END*/




 /* COOKIE BANNER */

/*
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #130058;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    z-index: 9995;
}
*/
.cookie-banner {
    font-size: 1.4rem;
    position: fixed;
    bottom: -50%; /* Start the banner outside of the viewport */
    left: 0;
    width: 100%;
    background-color: #130058;
    color: white;
    padding: 20px;
    text-align: center;
    transition: bottom 0.5s ease-out; /* Add a transition effect */
    z-index: 9995;
    
}

.cookie-banner.show {
    bottom: 0; /* Slide the banner into view */
}


.cookie-banner p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

/* Styling for accept button */
#acceptCookiesBtn {
    
    background-color: green;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 10px;
  }
  
  /* Styling for reject button */
  #rejectCookiesBtn {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
  }
  



  /* COOKIE BANNER END */


/* CARD BORDER ANIMATION */



.card {
    height: 60vh;
    aspect-ratio: 1 / 1.5;
    background: var(--clr-1);
    border-radius: 0.5rem;
  
    position: relative;
}
  
.card::before,
.card::after {
content: "";
position: absolute;
inset: -0.5rem;
z-index: -1;
background: conic-gradient(
    from var(--gradient-angle),
    var(--clr-3),
    var(--clr-4),
    var(--clr-5),
    var(--clr-4),
    var(--clr-3)
);
border-radius: inherit;
animation: rotation 20s linear infinite;
}

.card::after {
filter: blur(3.5rem);
}
  
@keyframes rotation {
0% {
    --gradient-angle: 0deg;
}
100% {
    --gradient-angle: 360deg;
}
}
  


/* CARD BORDER ANIMATION END */


/* BOTTOM MOBILE NAV BAR */

/* Styling for the bottom nav bar */
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 99;
  }
  
  /* Styling for the contact icons */
  .contacta {
    color: white;
    text-align: center;
    cursor: pointer;
  }
  
  /* Styling for the icons */
  .contacta img {
    width: 30px;
    height: auto;
  }
  
  /* Hide the text on all screen sizes */
  .contacta p {
    display: none;
  }
  
  /* Media query for smaller screens (mobile devices) */
  @media screen and (max-width: 768px) {
    /* Show the text */
    .contacta p {
      display: none;
    }
  
    /* Show the icons */
    .contacta img {
      display: inline;
    }
  }


/* BOTTOM MOBILE NAV BAR END */


/* Microsoft CSP */

h6 {

    font-weight: 900;
    font-size: clamp(calc(4.23625rem * 0.7), calc(1rem + 5vw), 4.23625rem);
    font-size: clamp(calc(4.23625rem/3*1.618), calc(1.55*1.49vw), calc(4.23625rem*1.618));
    margin: 1rem; 
}

#microsoftcsp .sub-headline:not(:nth-of-type(1)) {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.description-text {
    list-style-type: disc; /* Postavite željeni tip nabrajanja (npr. disc, circle, square) */
    list-style-position: inside;
  padding-left: 0;
    font-size: 1.5rem;
    margin-right: 2rem;
    margin-left: 1rem; /* Prilagodite lijevi razmak prema vašim preferencijama */
}
  

.microsoftcsp-list {
    margin-bottom: 1rem;
}

.microsoftcsp-list:nth-of-type(1) {
    margin-top: 1rem;
}

.microsoftcsp-list .slider {
    display: flex;
    column-gap: 1rem;
}

.microsoftcsp-list .slide {
    border: 2px solid #fff;
    border-radius: 2rem;
    transition: translate ease-out .25s;
}

.microsoftcsp-list img {
    width: auto;
    height: 8rem;
    padding: 2rem;
    filter: brightness(0) invert(1);
    transition: filter ease-out .25s;
}

@media (hover: hover) and (pointer: fine) {
    .microsoftcsp-list img:hover {
        filter: none;
    }

    .microsoftcsp-list .slide:has(img:hover) {
        background-color: #fff;
    }
}


.flex-container {
    margin-left: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .column {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative; /* Required for positioning the tooltip */
    
  }
  
  .icon365 {
    width: 50px;
    height: auto;
    
  }
  
  .tooltip {
    white-space: nowrap; /* Prevent text from wrapping */
    flex-wrap: nowrap;
    font-size: 1.5rem;
    visibility: hidden;
    width: auto;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .column:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  

/* Microsoft CSP - END */



/* Usluge i rjesenja - stranica */


h7 {

    font-weight: 900;
    font-size: clamp(calc(4.23625rem * 0.7), calc(1rem + 5vw), 4.23625rem);
    font-size: clamp(calc(4.23625rem/3*1.618), calc(1.55*1.49vw), calc(1.23625rem*1.618));
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.container-uir {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }
  .card-uir {
    /*border: 1px solid #0e2ea3;*/
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 400px;
    transition: transform 0.3s ease; /* Add transition for smooth zoom effect */
    cursor: pointer;
    background-color: rgb(22, 39, 78);
  }

    /* Media query for smaller screens */
@media screen and (max-width: 600px) {
    .card-uir {
        margin: 0 auto; /* Center the card horizontally */
        width: 90%; /* Set a percentage width for smaller screens */
        max-width: 500px; /* Set a maximum width to prevent it from stretching too wide */
        margin-bottom: 40px; /* Add space between the cards when stacked */
    }
}


.card-uir-filehost {
    /*border: 1px solid #0e2ea3;*/
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 840px;
    transition: transform 0.3s ease; /* Add transition for smooth zoom effect */
    background-color: rgb(22, 39, 78);
  }

    /* Media query for smaller screens */
@media screen and (max-width: 600px) {
    .card-uir-filehost {
        margin: 0 auto; /* Center the card horizontally */
        width: 90%; /* Set a percentage width for smaller screens */
        max-width: 500px; /* Set a maximum width to prevent it from stretching too wide */
        margin-bottom: 40px; /* Add space between the cards when stacked */
    }
}


  
  .card-uir:hover {
    transform: scale(1.05); /* Zoom in by 5% on hover */
  }
  
  .card-header-uir img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .card-body-uir {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    padding: 20px;
    min-height: 250px;
  }

  
  .tag-uir {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .tag-teal-uir {
    background-color: #47bcd4;
  }
  .tag-purple-uir {
    background-color: #5e76bf;
  }
  .tag-pink-uir {
    background-color: #cd5b9f;
  }
  .tag-green-uir {
    background-color: #66bb6a; /* Green color */
  }
  .tag-red-uir {
    background-color: #e57373; /* Red color */
  }
  
  .card-body-uir p {
    font-size: 13px;
    margin: 0 0 40px;
  }
  .user-uir {
    display: flex;
    margin-top: auto;
  }
  
  .user-uir img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info-uir h5 {
    margin: 0;
  }
  .user-info-uir small {
    color: #545d7a;
  }
  
  .card-link {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit color from parent */
  }

  .card-link-uir {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Usluge i rjesenja - stranica - END */



/* TIMEDATE */

#timedate {
    font: small-caps lighter 43px/150% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    text-align:left;
    width: 50%;
    margin: 40px auto;
    color:#fff;
    border-left: 3px solid #ed1f24;
    padding: 20px;
  }


/* TIMEDATE - END */


/* DOKUMENTI */


.sub-headline-doc {
    font-size: clamp(calc(1.71875rem * 0.95), calc(1rem + .5vw), 1.61875rem);
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
  
  .pdf-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease; /* Tranzicija boje */
  }
  
  .pdf-link:hover {
    color: gray; /* Boja teksta kada se prelazi mišem */
  }
  
  .pdf-icon {
    margin-right: 5px;
  }
  


/* DOKUMENTI - END */

/* Style for radio buttons and checkboxes */
input[type="radio"], input[type="checkbox"] {
    width: 16px; /* Adjust the size */
    height: 16px;
    accent-color: #007BFF; /* Customize color */
    cursor: pointer;
    margin-right: 8px; /* Space between button and label */
  }
  
  /* Optional: Style labels to align nicely with inputs */
  label {
    font-size: 14px; /* Adjust font size to match input size */
    vertical-align: middle; /* Align label with input */
    margin-bottom: 0; /* Remove extra spacing */
  }
  
  /* Optional: Add hover effect for better accessibility */
  input[type="radio"]:hover, input[type="checkbox"]:hover {
    filter: brightness(1.2); /* Brightens the button on hover */
  }
  
  /* Example for form group spacing */
  .form-group {
    margin-bottom: 16px; /* Space between form groups */
  }
  



  /* LOGIN FORMA START */

  



  /* LOGIN FORMA END */

