@font-face {
  font-family: "Exo 2";
  src: url("fonts/static/Exo2-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/static/Exo2-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/static/Exo2-Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;

  box-sizing: border-box;
  font-family: "Exo 2";

  font-size: 1rem;

  font-weight: normal;

  line-height: 1.5;

  color: #333;

  overflow-x: hidden;
}
.my-10 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.preload {
  position: fixed;

  top: 0;

  left: 0;

  height: 100vh;

  width: 100vw;

  background-image: linear-gradient(135deg, #dee2e6 0%, #999999 100%);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  z-index: 3000;

  transition: opacity 2s ease-out;
}

.main {
  opacity: 0;

  display: none;

  transition: opacity 1s ease-in;
}

/* LOADER 1 */

.loader {
  height: 50px;

  transform-origin: bottom center;

  animation: rotate 2s linear infinite;
}

.circle {
  display: inline-block;
  background-color: #c6363c;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: scale(0);
  animation: grow 1s linear infinite;
  margin: -10px;
}

.circle:nth-child(2) {
  background-color: #0c4076;
  animation-delay: 0.5s;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes grow {
  50% {
    transform: scale(1);
  }
}

em {
  font-weight: bold;

  letter-spacing: 1px;
}

.oranged {
  color: #fbba57;
}

nav {
  top: 0;

  padding-top: 5px;

  padding-bottom: 5px;

  height: 50px;

  width: 100%;

  z-index: 1500;

  position: fixed;

  transition: all 600ms ease-in-out;
}

nav.scrolled-nav {
  background-color: #0c4076;

  opacity: 0.9;

  border-bottom: 1px solid #fff;
}

nav ul {
  display: inline-block;
}

#logoWide {
  display: inline-block;

  text-decoration: none;

  vertical-align: top;

  margin-left: 7%;
}

#logoWide a {
  text-decoration: none;

  display: inline-block;

  vertical-align: middle;

  padding-left: 5px;

  font-size: 25px;

  color: #fff;
}

#logoWide #logo-img {
  display: inline-block;
}
#logoWide #logo-img img {
  padding-top: 3px;
  height: 45px;
}

#logoWide #logo-txt {
  display: inline-block;

  position: relative;

  top: -14px;

  left: 10px;
}
.minWidth210{
  min-width: 210px;
}
ul {
  text-align: right;

  width: 60%;

  margin: 0 auto;

  padding: 0;

  display: inline-block;
}

ul li {
  list-style: none;

  display: inline-block;

  padding: 15px;

  cursor: pointer;

  -webkit-transition: background-color 400ms linear;

  -moz-transition: background-color 400ms linear;

  -o-transition: background-color 400ms linear;

  transition: background-color 400ms linear;
}

ul li a {
  text-decoration: none;

  color: #fff;

  -webkit-transition: color 400ms linear;

  -moz-transition: color 400ms linear;

  -o-transition: color 400ms linear;

  transition: color 400ms linear;
}

ul li a:hover {
  /*color: #225470; videcu vec sta cu  */
}

nav ul li.return a {
  color: #fba92e;
}

#shrinked {
  height: 55px;
}
#shrinked img {
  padding-top: 3px;
  height: 45px;
}

.toggle {
  width: 100%;

  height: 100%;

  background-color: transparent;

  box-sizing: border-box;

  color: #fff;

  font-size: 30px;

  display: none;

  visibility: hidden;

  opacity: 0;

  -webkit-transition: opacity 600ms, visibility 600ms;

  transition: opacity 600ms, visibility 600ms;
}

.toggle i {
  float: right;

  padding: 13px 12px;

  cursor: pointer;

  color: #fff;
}

.toggle a {
  margin-left: 5%;
}

.popupNotif {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
  padding: 10px 25px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.alert {
    text-align: center;
    padding: 10px 15px;
    margin-top: 65px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
}
.alert-success { background: #28a745; color: #fff; }
.alert-error { background: #dc3545; color: #fff; }
.alert-info { background: #007bff; color: #fff; }
.alert-warning { background: #ffc107; color: #212529; }


.overlaid {
  position: fixed; /* Sit on top of the page content */

  display: none; /* Hidden by default */

  width: 100%; /* Full width (cover the whole page) */

  height: 100%; /* Full height (cover the whole page) */

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.75); /* Black background with opacity */

  z-index: 50; /* Specify a stack order in case you're using a different order for other elements */

  cursor: pointer; /* Add a pointer on hover */
}

.overlay-appear {
  display: block;
  animation: fade 1s;
}

.hd-ovrl {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: url("../media/img/hd-bg.jpg") no-repeat left top;

  z-index: 1;
}

.hd-txt {
  z-index: 50;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.v-header {
  height: 100vh;

  display: flex;

  align-items: center;

  color: #fff;
}

.container {
  max-width: 1200px;

  margin: auto;

  text-align: center;
}
.buttonContainer {
  padding: 15px 0;
}

.buttonContainer a{
  padding: 15px 0;
}
.container2 {
  text-align: center;

  min-height: 100vh;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row2 {
  display: flex;

  justify-content: space-around;

  text-align: center;
}

.col {
  flex: 1;
}

.col2 {
  flex: 1;
}

.bld {
  font-weight: bold;
}
.py-10{
  padding: 10px 0;
}
.py-20{
  padding: 20px 0;
}
.pt-175 {
  padding-top: 1.75rem;
}

.pt-3 {
  padding-top: 5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.inline {
  display: inline;
}

.headline {
  letter-spacing: 1.5px;

  font-size: 2em;
}
.social-logo { display: none; }
.info-card {
  margin: 1rem;

  padding: 1rem;

  vertical-align: middle;

  max-width: 650px;

  border: 2px #d7d7d7 solid;

  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);

  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.75);
}

.borderShaded {
  border-bottom: 2px solid #777;
}
.borderShaded2 {
  border-bottom: 2px solid #777;
}
.small-ico {
  font-size: 25px;

  padding-right: 7px;
}

.card-icon {
  font-size: 60px;

  color: #fba92e;
}

.card-icon span {
  font-size: 30px;
}

.img-fluid {
  width: 100%;
}

#img-holder {
  padding: 0;
}

.parallax {
  padding: 8rem 5rem;

  background: url(../media/img/hd-bg0.jpg) no-repeat center center fixed;

  background-size: cover;

  overflow: hidden;
}

.parallax div {
  padding: 2rem;

  background-color: rgba(255, 255, 255, 0.75);

  border-radius: 5px;
}

.parallax h3 {
  text-align: right;
}

/**/
.preselect h4, .preselect h5, .preselect p a {
  font-size: 1.25em;
}
.text-input{
  height: 55px;
  padding: 0 10px;
  font-size: 22px;
  background: #fff;
  border-radius: 7px;
  border: none;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 80%;
  margin: 7px auto;
}
.styled-dropdown {
  text-align: center;
  height: 55px;
  padding: 0 10px;
  font-size: 22px;
  background: #fff;
  border-radius: 7px;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  appearance: none; /* removes default arrow in some browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  cursor: pointer;
}

.dropdown-wrapper .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #888;
}
/* Country filter specific styles */
.filters-container .country-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.filters-container .country-select {
    padding-left: 40px; /* Make space for the flag */
}

.filters-container .selected-flag {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.filters-container .flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.country-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.country-flag-small {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 2px;
    flex-shrink: 0;
}

.country-row h4 {
    margin: 0;
    display: flex;
    align-items: center;
}

.single-input, .double-input {
  margin: 7px auto;
}
.single-input label, .single-input input {
  display: inline-block;
  width: 90%;
}
.currency-sign {
  padding: 0 5px;
  font-size: 22px;
}
.double-input div {
  margin: 0 10px;
  display: inline-block;
  width: 40%;
}
.double-input div {
  width: 40%;
}
.double-input div label{
  display: block;
}
.double-input div.alwayshalf23 {
  width: 50%;
}
.double-input div.alwayshalf13 {
  width: 35%;
}

.double-input div.alwayshalf13 input{
  margin: 0 5px;
  width: 50px;
}
.double-input div input{
  width: 80%;
}
.single-input input.short-input {
  width: 60%;
}
.filters .single-input {
  display: inline-block;
}
.filters-container {
  margin-bottom: 1rem;
}

/* Toggle button always hidden on desktop */
.filters-toggle {
  display: none;
  width: 100%;
  padding: 10px 15px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

/* Filters content always visible by default */
.filters-content {
  display: block;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
}

/* Inline filters (desktop) */
.filters .single-input {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
textarea {
  width: 90%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px;
  resize: vertical; /* Allow only vertical resizing */
  min-height: 100px;
  transition: border 0.3s ease;
}

/* Focus state */
textarea:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}
.register-box {
  font-size: 1.07em;
}
/* Disabled state */
textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.fullscreen-video-wrap {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  overflow: hidden;
}

.fullscreen-video-wrap > video {
  display: block;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;
}
.checkboxCont {
  margin: 10px auto;
  padding-bottom: 10px;
  width: 50%;
  font-size: 1.2em;
}

.checkboxCont div {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  cursor: pointer;
}

.checkboxCont div label {
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: color 0.2s ease;
}

/* WhatsApp color - using specific classes */
.checkboxCont .whatsapp-item i {
  color: #25D366 !important;
}
.checkboxCont .whatsapp-item:hover i {
  color: #128C7E !important;
}

/* Telegram color */
.checkboxCont .telegram-item i {
  color: #0088cc !important;
}
.checkboxCont .telegram-item:hover i {
  color: #005580 !important;
}

/* Viber color */
.checkboxCont .viber-item i {
  color: #7360F2 !important;
}
.checkboxCont .viber-item:hover i {
  color: #5A4FCF !important;
}
.platform-icons-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 100px;
    justify-content: center;
    text-align: center;
    text-decoration: none; /* Remove underline from links */
    cursor: pointer;
}

/* WhatsApp styling */
.whatsapp-item.platform-badge {
    background-color: rgba(37, 211, 102, 0.1);
    color: #25D366;
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.whatsapp-item.platform-badge:hover {
    background-color: rgba(37, 211, 102, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.2);
}

/* Telegram styling */
.telegram-item.platform-badge {
    background-color: rgba(0, 136, 204, 0.1);
    color: #0088cc;
    border: 1px solid rgba(0, 136, 204, 0.3);
}

.telegram-item.platform-badge:hover {
    background-color: rgba(0, 136, 204, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 136, 204, 0.2);
}

/* Viber styling */
.viber-item.platform-badge {
    background-color: rgba(115, 96, 242, 0.1);
    color: #7360F2;
    border: 1px solid rgba(115, 96, 242, 0.3);
}

.viber-item.platform-badge:hover {
    background-color: rgba(115, 96, 242, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(115, 96, 242, 0.2);
}

.platform-badge i {
    font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .platform-icons-flex {
        justify-content: flex-start; /* Stack on very small screens */
    }
    
    .platform-badge {
        flex: none;
        min-width: 90px;
    }
}
input[type="checkbox"], input[type="radio"] {
  margin-bottom: 8px;
  line-height: normal;
  width: 20px;
  height: 20px;
  accent-color: #4285f4;
  vertical-align: middle;
  cursor: pointer;
}

.country-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.country-select {
    padding-left: 40px; /* Make space for the flag */
}

.selected-flag {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: text-bottom;
}

.contact-details .flag-icon {
    width: 30px;
    height: auto;
    object-fit: cover;
    border-radius: 1px;
    vertical-align: text-bottom;
}
.contact-details .flag-icon.no_border {
    border: none;
}
/* Style for dropdown options with flags */
.country-select option {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 15px;
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .fullscreen-video-wrap > video {
    height: 100%;
  }
}

@media screen and (min-aspect-ratio: 1920/1080) {
  .fullscreen-video-wrap > video {
    width: 100%;
  }
}

.header-overlay {
  height: 100vh;

  position: absolute;

  top: 0;

  left: 0;

  width: 100vw;

  z-index: 1;

  background: #000;

  opacity: 0.8;
}

.header-content {
  margin: 0 auto;

  z-index: 2;
}

.header-content h1 {
  font-size: 60px;

  margin-bottom: 1rem;

  text-transform: uppercase;
}

.header-content h2 {
  margin-top: 2rem;

  font-size: 42px;

  display: block;
}

.scroll-down {
  color: #fba92e;

  margin-top: 2rem;

  font-size: 3rem;

  -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */

  animation: mymove 5s infinite;
}

.popping-up {
  -webkit-animation: popping 5s infinite; /* Safari 4.0 - 8.0 */

  animation: popping 5s infinite;
}

.card-text {
  padding-left: 1.5rem;

  padding-right: 1.5rem;
}

.tooltip {
  position: relative;

  display: block;

  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;

  width: 250px;

  background-color: #555;

  color: #fff;

  text-align: center;

  border-radius: 6px;

  padding: 5px;

  position: absolute;

  z-index: 1;

  bottom: 125%;

  left: 50%;

  margin-left: -120px;

  opacity: 0;

  transition: opacity 0.3s;

  z-index: 100;
}

.tooltip .tooltiptext::after {
  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  margin-left: -5px;

  border-width: 5px;

  border-style: solid;

  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;

  opacity: 1;
}

#blog {
  text-align: center;
  background-color: #dadada;
  padding-bottom: 1rem;
}

.blogCard {
  padding-bottom: 10px;

  background-color: #fff;
}

.a {
  text-decoration: none;

  margin-top: 0.5em;

  margin-bottom: 0.5em;

  color: #333;
}

.a > h3 {
  font-size: 20px;
}

.a:hover {
  text-decoration: underline;
}

.a > h3 {
  margin-top: 0.5em;

  margin-bottom: 0.5em;
}

/* animations from CSS-Animations library */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);

    transform: scale3d(1, 1, 1) translateY(0);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translateY(150px);

    transform: scale3d(1.5, 1.5, 1.5) translateY(15px);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);

    transform: scale3d(1, 1, 1) translateY(0);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);

    transform: scale3d(1, 1, 1) translateY(0);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25) translateY(15px);

    transform: scale3d(1.25, 1.25, 1.25) translateY(15px);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);

    transform: scale3d(1, 1, 1) translateY(0);
  }
}

.pulse {
  -webkit-animation-name: pulse;

  animation-name: pulse;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1.3s;

  animation-duration: 1.3s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;

    animation-duration: 1ms !important;

    -webkit-transition-duration: 1ms !important;

    transition-duration: 1ms !important;

    -webkit-animation-iteration-count: 1 !important;

    animation-iteration-count: 1 !important;
  }
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.animated.delay-6s {
  -webkit-animation-delay: 7s;

  animation-delay: 7s;
}

.section {
  height: 100vh;
}

#kako {
  color: #f7f7f7;

  background-color: #333;

  padding-bottom: 3rem;
}

#poziv {
  color: #f7f7f7;

  background-color: #333;
}

#poziv p {
  text-align: center;
}

.sider {
  width: 50%;

  background: url(../media/img/1.jpg) no-repeat center bottom;
}

.side-image {
  width: 100%;
}

.imgbkg {
  background: url(../media/img/missing.jpg) no-repeat top right;

  height: 100vh;
}

.imgbkg2 {
  background: url(../media/img/idk.jpg) no-repeat center right;

  height: 100vh;
}

.txt-holder {
  position: relative;

  padding: 1.5rem;

  font-size: 1.25em;
}

.next {
  text-align: center;

  padding-top: 1rem;
}

.next a {
  color: #fba92e;

  text-decoration: none;
}

.next a i {
  margin: 0;

  font-size: 40px;
}

/* friends ribbon  */

.friends {
  background-color: #ddd;

  text-align: center;

  padding: 10px 20px 20px 20px;
}

.friends .ribbon {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-around;
}

.friends a {
  padding: 30px;
}

.friends #spc {
  padding: 2px;

  background-color: #333;

  border-radius: 3px;

  line-height: 0;
}

#contact {
  position: relative;

  background: url(../media/img/contact.jpg) no-repeat center right;

  min-height: 100vh;
}

#contact .txt-holder p,
h5 {
  text-align: center;
}

.contact-overlay {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(251, 169, 46, 0.7);

  z-index: 0;
}

.input-form {
  padding: 2rem 4rem;

  text-align: center;
}

.input {
  display: block;

  margin-bottom: 1rem;

  padding: 5px;

  width: 100%;

  font-size: 1rem;
}

.my-button {
  border: 2px solid #ddd;

  border-radius: 2px;

  background-color: #333;

  color: #ddd;

  padding: 5px 10px;

  font-family: "Exo 2", sans-serif;

  font-size: 16px;

  cursor: pointer;
}

.under-button {
  font-size: 16px;
}




#berza {
  position: relative;
  background-color: #222;
  min-height: 100vh;
  padding: 60px;
}

#berza h2 {
  font-size: 38px;

  color: #fff;
}

.oglas {
  display: inline-block;

  background-color: #f3f3f3;

  margin: 20px;

  padding: 20px;

  width: 600px;

  border-radius: 4px;
}

.oglas h4 {
  margin: 0;

  padding: 7px 0 4px 0;

  font-size: 20px;

  letter-spacing: 1px;
}

.oglash4 {
  display: inline-block;
}

.category {
  display: inline;
}

.brzKont {
  padding: 10px;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-around;
}
.oglas div h5 {
  font-size: 17px;

  letter-spacing: 0.5px;
}

.btnHolder {
  padding-top: 15px;
  text-align: center;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  padding: 7px 12px;
  background-color: #0c4076;
  color: #fff;
  border-radius: 4px;
}
.btn-special {
  color: #fff;
  font-size: 22px;
  border-radius: 3px;
  padding: 12px 16px;
}
.btn-red {
  background-color: #ff2d35;
  color: #000;
}
.btn-yellow {
  background-color: #FFD54F;
  color: #000;
}
.btn-dodgerblue {
  background-color: #1E90FF;
  color: #000;
}
.btn-orange {
  background-color: #fba92e;
  color: #000;
}
.btn-reset {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.color-orange {
  color: #fba92e;
}
.btn-small {
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #444;
}
.btn-medium {
  padding: 8px;
  font-size: 1.4em;
  border-radius: 2px;
  border: 1px solid #444;
}
.seeMore {
  text-align: center;

  font-size: 18px;

  color: #fff;
}
.user-table img.profilePic {
  width:25px; border-radius:50%; display:block; margin:0 auto 5px;
}
.statusForm {
  margin-top:5px;
}
.statusCircle {
  display:inline-block; width:12px; height:12px; border-radius:50%; margin-bottom:5px;
}
.statusCircle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

.statusOptions {
    text-align: center;
    padding: 3px 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
}

.statusOptions:hover {
    border-color: #aaa;
}

.statusOptions:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Optional: Different colors for status options */
.statusOptions option[value="active"] { color: green; }
.statusOptions option[value="pending"] { color: orange; }
.statusOptions option[value="suspended"] { color: red; }
.statusOptions option[value="archived"] { color: gray; }

.seeMore a {
  color: #fff;

  font-size: 22px;
}

.table-responsive {
  display: block;

  width: 100%;

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
}

.form-control {
  display: inline-block;

  margin-bottom: 1px;

  width: 250px;

  height: calc(1.5em + 0.75rem + 2px);

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button,
input {
  overflow: visible;
}

.cat {
  font-size: 24px;
}

/*the container must be positioned relative:*/

.custom-select {
  text-align: center;

  position: relative;

  margin: 0 10px;

  font-size: 24px;

  vertical-align: bottom;

  width: 250px;

  display: inline-block;
}

.searchBTN {
  color: #ffffff;

  padding: 8px 16px;

  border: 1px solid transparent;

  border-radius: 3px;

  cursor: pointer;

  text-align: center;

  position: relative;

  margin: 0 10px 2px 10px;

  font-size: 24px;

  width: 200px;

  height: calc(1.5em + 0.75rem + 2px);

  vertical-align: middle;

  display: inline-block;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fba92e;

  border-radius: 3px;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;

  content: "";

  top: 25px;

  right: 10px;

  width: 0;

  height: 0;

  border: 6px solid transparent;

  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;

  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
  color: #ffffff;

  padding: 8px 16px;

  border: 1px solid transparent;

  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

  cursor: pointer;

  user-select: none;
}

/*style items (options):*/

.select-items {
  position: absolute;

  background-color: #fba92e;

  top: 100%;

  left: 0;

  right: 0;

  z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.nmbInp {
  display: inline-block;

  margin-bottom: 1px;

  width: 80px;

  height: calc(1.5em + 0.75rem + 2px);

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.infoBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fba92e;
  border: 2px solid #000;
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 700ms ease-in-out;
  z-index: 10;
}
.infoBtn i {
  font-size: 50px;
  color: #000;
}

/* CSS talk bubble */
.talk-bubble {
  opacity: 0;
  margin: 40px;
  display: inline-block;
  position: fixed;
  bottom: 120px;
  right: 10px;
  width: 200px;
  height: auto;
  background-color: #f2f2f2;
  transition: opacity 1s;
  transition: all 700ms ease-in-out;
  z-index: 10;
}
.border {
  border: 8px solid #666;
}
.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}
/*
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #666;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  z-index: 10;
}
.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.overlaid2 {
  position: fixed; /* Sit on top of the page content */

  display: none; /* Hidden by default */

  width: 100%; /* Full width (cover the whole page) */

  height: 100%; /* Full height (cover the whole page) */

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.85); /* Black background with opacity */

  z-index: 40; /* Specify a stack order in case you're using a different order for other elements */

  cursor: pointer; /* Add a pointer on hover */
}
.overlayAppear {
  display: block;
  animation: fade 1s;
}

.speci1 {
  display: none;
}
.speci2 {
  width: 5px;
  position: absolute;
  right: 0;
  visibility: hidden;
}
.speci3 {
  width: 6px;
  z-index: -1;
  opacity: 0;
  position: absolute;
  right: 0;
}
.scrolledInf {
  bottom: 350px;
}
.scrolledtxt {
  bottom: 420px;
}
.mladenovOglas .category {
  font-size: 19px;
  letter-spacing: 1px;
}
.mladenovOglas .category i {
  font-size: 25px;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.font-size-2em {
  font-size: 2em !important;;
}
.pt-175 {
  padding-top: 30px;
}
.pt-5 {
  padding-top: 5px;
}
.px20 {
  padding: 10px 40px;
}
.bold {
    font-weight: bold;
}
.verified {
    color:#1e7e34;
    font-weight:bold;
}
.half23 {
  display: inline-block;
  width: 65%;
}
.half23 p {
  padding: 10px 15px;
  font-size: 18px;
}
.half13 h3 {
  font-size: 24px;
}
.half23 img {
  width: 100%;
  border-radius: 4px;
}
.half13 {
  width: 32%;
  display: inline-block;
}
.blogCard1 {
  margin-bottom: 15px;
  padding: 15px;
  width: 320px;
  background-color: skyblue;
}
.blogCard2 {
  margin-bottom: 15px;
  padding: 15px;
  width: 320px;
  background-color: #e5c100;
}
.px20 .blockOnSmall::nth-of-type(2)  {
  float: right;
}

.graybkg {
  background-color:#dee2e6;
}
.progress {
  position: relative;
  background: rgba(0,0,0,0.2);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 30px;
  width: 500px;
}
.progress .valueName {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 15px;
}
.progress-value {
  box-shadow: 0 10px 40px -10px #444;
  border-radius: 100px;
  background: #444;
  height: 20px;
  width: 1%;
  transition: width 1s ease-in-out;
}
.progress:hover > .progress-value {
  width: 63%;
}
#piechart {
  padding: 0;
  margin: 0;
  width: 300px;
}

path[stroke-width="6.5"] {
  stroke-opacity: 0.5; /*Manage Border outside */
}
.tekstOglasa {
  margin: 25px 0 0 8px ;
  line-height: 25px;
}
.tekstOglasa h4 {font-size: 25px;}
.tekstOglasa p {
  padding: 4px 12px;
  background-color: #f7f7f7;
}
.kontaktInfo {
  margin: 25px 0 35px 8px;
  line-height: 25px;
}
.kontaktInfo h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.telephone-link {
    color: inherit; /* Keep the same color as surrounding text */
    text-decoration: none;
    transition: all 0.3s ease;
}

.telephone-link:hover {
    color: #0c4076; /* Your brand blue */
    text-decoration: underline;
}

/* Or make it more prominent */
.telephone-link {
    color: #0c4076;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 3px;
    background-color: rgba(12, 64, 118, 0.05);
}

.telephone-link:hover {
    background-color: rgba(12, 64, 118, 0.1);
    text-decoration: none;
}
.barHolders {
  margin: 30px 0;
}
.barHolders h4 {
  margin: 5px 0 3px 0;
}
/* Countries and Cities Sections */
.pratioci.opciono {
    display: block !important;
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.barHolders.opciono {
    display: block !important;
    width: 100%;
}

.barHolders.opciono h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.2em;
}
#zemlje,
#gradovi {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Remove any hiding classes */
.hidden-section {
    display: none;
}

/* If you want to hide empty sections, use this instead: */
.pratioci.opciono:empty,
.barHolders.opciono:empty {
    display: none !important;
}
.catName {
  font-size: 30px;
}
.catt {
  font-size: 16px;
}
.authorDate {
  padding-top: 10px;
}
.authorDate span {
  display: block;
}
.headlineInfo {
  padding: 7px 15px;
}
.oglasH4 {
  font-size: 22px;
  margin: 35px 0;
  text-align: center;
}
.ad-table, .user-table {
  border: none;
  margin: 10px auto;
}
.user-table th {
  padding: 3px;
}
.ad-table {
  width: 350px;
}
tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 3px;
}
td {
  padding: 7px 5px;
  font-size: 18px;
}
.no-ads-message {
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.no-ads-message i {
  font-size: 48px;
  color: #ccc;
  margin-bottom: 20px;
  display: block;
}
.no-ads-message a {
  display: inline-block;
}
.no-ads-message p {
  margin-top: 20px; color: #888; font-size: 14px;
}
.action-buttons {
  display: flex; flex-direction: column; gap: 5px;
}
.piechartCont h3{
  margin: 12px 0 6px 12px;
}
.naslov {
  padding-top: 80px;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.naslov h1 {
  display: inline;
  font-size: 20px;
}

/* Position the image slideContainer (needed to position the left and right arrows) */
.slideContainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* slideContainer for image text */
.caption-slideContainer {
  text-align: center;
  background-color: #222;
  color: white;
}

/* Six columns side by side */
.column {
  float: left;
  width: 19%;
}
.image-container {
  width:100%;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.demo.cursor {
  width:100%;
  height: 50px;
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.enlarge {
  width: 63%;
}
.btnHolder {
  margin-top: 20px;
}
.chart-container {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1; /* Keeps the chart square and responsive */
}

#myChart {
  width: 100% !important;
  height: 100% !important;
}
hr {
  color: #fff;
  background-color: #fff;
}

.form-control {
  color: #000;
}
.halfer {
  width: 49%;
  display: inline-block;
}
.smallerhalf {
  width: 33%;
  display: inline-block;
}

.biggerhalf{
  width: 65%;
  display: inline-block;
}

.toomuch {
  display: none;
}

.showdetail {
  display: block;
}
.FieldInfo{
    color: rgb(251, 174, 44);
    font-family: Bitter,Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
}
.CommentBlock{
  background-color:#F6F7F9;
}
.strongText {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 1.15px;
}
.strongBrand {
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 1.15px;
}

/* Style for supported formats hint */
.format-hint {
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
}

.upload-container {
    margin: auto;
    padding: 20px;
    border: 2px dashed #ccc;
    text-align: center;
    transition: all 0.2s ease;
}

.upload-container.dragover,
.upload-container.highlight {
    border-color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
}

.upload-text {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    margin: 0;
}

.hidden-input {
    display: none;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    min-height: 90px;
}

.preview-item {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: move;
    transition: all 0.2s ease;
}

.preview-item.dragging {
    opacity: 0.5 !important;
    transform: none !important;
}

.preview-item.touch-dragging {
    opacity: 0.5;
}

.preview-item:hover {
    box-shadow: 0 0 0 2px #4CAF50;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ccc;
    pointer-events: none;
}

.remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    touch-action: auto;
    transition: background 0.2s ease;
}

.remove-image:hover {
    background: darkred;
}

/* Ghost element for dragging */
.ghost-element {
    position: fixed;
    width: 80px;
    height: 80px;
    opacity: 0.8;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10000;
    pointer-events: none;
    transform: scale(1.05);
    transition: none;
}

.ghost-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Drop indicator */
.drop-indicator {
    position: relative;
    width: 0;
    height: 80px;
    margin: 0 2px;
}

.drop-indicator::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 4px;
    height: 100%;
    background: #4CAF50;
    border-radius: 2px;
    animation: pulse 1s infinite;
}

.drop-indicator::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 100%;
    background: rgba(76, 175, 80, 0.1);
    z-index: -1;
    border-radius: 8px;
}
.single-preview {
  justify-content: center;
  padding-top: 10px;
}

.single-preview .single-video {
  width: 160px;
  height: 90px;
}

.single-preview .preview-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@keyframes pulse {
    0% { opacity: 0.6; transform: scaleY(0.95); }
    50% { opacity: 1; transform: scaleY(1); }
    100% { opacity: 0.6; transform: scaleY(0.95); }
}

/* Mobile specific styles */
@media (hover: none) {
    .upload-container {
        cursor: default;
        padding: 15px;
    }
    
    .upload-text {
        cursor: pointer;
        display: inline-block;
        padding: 8px 12px;
        background: #f5f5f5;
        border-radius: 4px;
        color: #333;
    }
    
    .upload-text:active {
        background: #e0e0e0;
    }
    
    .preview-item {
        touch-action: none;
        user-select: none;
        -webkit-user-drag: none;
    }
    
    .preview-item:active {
        transform: scale(0.98);
    }
    
    .remove-image {
        width: 24px;
        height: 24px;
        font-size: 16px;
    }
}

/* Accessibility improvements */
.preview-item:focus-visible {
    outline: 2px solid #4CAF50;
    outline-offset: 2px;
}

.remove-image:focus-visible {
    outline: 2px solid #4CAF50;
    outline-offset: 1px;
}

/* Prevent transitions during drag */
.preview-item.touch-dragging,
.preview-item.dragging {
    transition: none !important;
}

  .action-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .action-button {
    background: #0c4076;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
  }
  .action-button a{
    color: white;
  }
  .tabs {
    margin-top: 20px;
  }

  .tab-buttons {
    display: flex;
    gap: 10px;
  }
.tab-content {
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 0 5px 5px 5px;
  padding: 10px;
  margin-top: -1.2px; /* ← this removes the visual gap */
}

  .tab-btn {
    background: #0c4076;
    color: white;
    padding: 8px 16px;
    cursor: pointer;

    border-top: 1px solid #444;
    border-right: 1px solid #444;
    border-left: 1px solid #444;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    font-weight: bold;
    padding-bottom: 5px;
  }

  .tab-btn.active {
  background-color: #fff;
    color: #111;
  }

  .tab-pane {
    display: none;
  }

  .tab-pane.active {
    display: block;
  }
.catIcon .platform-logo {
  width: 30px;
  height: 30px;
}
.star-rating i {
  cursor: pointer;
  font-size: 18px;
}

  .contact-details {
    padding: 15px;
  }
  .contact-details p {
    margin-top: 0;
    padding-top: 4px;
    font-size: 1.25em;
    font-weight: bold;
  }
  .simpleRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .d-inline-block {
    display: inline-block;
  }

.file-input {
    font-size: 18px;
    background: #fff;
    border-radius: 7px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 15px 10px;
    width: 90%;
    cursor: pointer;
}

.file-input::-webkit-file-upload-button {
    background: #eee;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.profile-preview {
    margin-top: 10px;
}

.profile-preview img {
    max-height: 120px;
    width: auto;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.current-file {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
  font-style: italic;
}

.profPicCont{
  text-align: center;
}
.profPicCont img.profPic{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: contain;
}

h1 {
  margin-top: 70px;
}
.adsContainer {
  display: flex;
  flex-wrap: wrap;
}
.singleAd {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background: #fff;
  width: 320px;
  max-width: 400px; /* optional */
  margin: 1rem auto;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.85); 
box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.85);
}

/* Tab header */
.ad-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f8f8;
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.platform-logo, .checkboxCont label .platform-logo {
  width: 20px;
  height: 20px;
}

.username {
  font-size: 14px;
}

/* Body wrapper */
.ad-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Upper body: 1/3 image, 2/3 info */
.upperBody {
  display: grid;
  grid-template-columns: 95px 1fr; /* fixed 85px left, rest right */
  gap: 20px;
  align-items: center;
}

.profPicHolder img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
}

.infoHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.followers, .price, .seller {
  font-size: 15px;
  text-align: left;
}

/* Lower body: two columns */
.lowerBody {
  padding-left: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px; /* row-gap / column-gap */
}

.lowerBody div {
  text-align: left;
  font-size: 14px;
}
.lowerBody i {
  color: #0c4076; /* Serbian blue for icons */
}

.view-more-btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background: linear-gradient(90deg, #c6363c, #0c4076);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.6s ease, transform 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.view-more-btn:hover {
  background-position: right center; /* smooth shift from red→blue to blue→red */
  transform: translateY(-2px);
}

.view-more-btn i {
  margin-right: 6px;
}

.pagination {
    text-align: center;
    margin: 30px 0;
    font-family: sans-serif;
}

.pagination a, .pagination span.ellipsis {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.pagination a {
    background-color: #0c4076;
    color: #fff;
}

.pagination a:hover {
    background-color: #c6363c;
}

.pagination a.active {
    background-color: #fff;
    color: #0c4076;
    border: 1px solid #0c4076;
}

.pagination span.ellipsis {
    padding: 8px 0;
    color: #555;
}

/* za prilagodljivi prikaz */
@media (max-width: 1050px) {
  .toggle {
    display: block;

    visibility: visible;

    opacity: 1;

    animation: fade 1s;
  }

  #logoWide {
    display: none;
  }

  ul {
    position: absolute;

    right: 0;

    background: #333;

    padding: 0;

    width: 65%;

    transform-origin: right;

    transform: translateX(100%);

    transition: 0.5s;
  }

  ul li {
    display: block;

    text-align: center;

    border: 1px solid #fff;

    z-index: 25;
  }

  ul li a {
    display: block;

    color: #fff;

    z-index: 30;
  }

  .active1 {
    transform: translateX(0%);
  }

  .active2 {
    overflow: visible;

    -webkit-transition: visibility 600ms;

    transition: visibility 600ms;
  }
    .half {
    width: 100%;
  }
  .half23, .half13 {
    width: 100%;
    display: block;
  }
  .blogCard1, .blogCard2 {
    margin: 15px auto;
  }
}
@media (max-width: 768px) {
  .oglas {
    width: 95%;
    margin: 5px;
    padding: 7px;
  }
  .ad-table {
    width: 90%;
  }
  .user-table {
    width: 95%;
  }
  .user-table td {
    font-size: 12px;
  }
  .header-content h1 {
    font-size: 40px;

    margin-bottom: 1rem;
  }

  .header-content h2 {
    font-size: 28px;

    margin-bottom: 1rem;
  }

  .row {
    display: block;
  }
.half23 p {
    padding: 10px 0;
}
  .row2 {
    display: block;
  }

  .col {
    width: 100%;
  }

  .col2 {
    display: inline-block;

    width: 40%;
  }

  .imgbkg {
    height: 70vh;
  }
    .hdln {
    font-size: 32px;
  }

  .mainTitle {
    font-size: 32px;
    padding: 20px 7px;
    width: 60%;
  }
  .txtHld {
    padding: 25px 15px 25px 25px;
    font-size: 22px;
  }
  .filters-toggle {
    display: block;
  }
  .filters-content {
    display: none; /* collapsed by default on mobile */
  }
  .filters .single-input {
    display: block;
    width: 100%;
  }
  .checkboxCont {
  width: 60%;
}
}
@media (max-width: 576px) {
  .row2 {
    display: block;
  }

  .col2 {
    width: 80%;
  }

  .imgbkg {
    background: url(../media/img/missing-small.jpg) no-repeat top left;

    height: 70vh;
  }

  .imgbkg2 {
    background: url(../media/img/idk-small.jpg) no-repeat bottom right;

    height: 70vh;
  }

  .parallax {
    padding: 3rem 1.5rem;

    background: url(../media/img/hd-bg0.jpg) no-repeat center center fixed;

    background-size: cover;

    overflow: hidden;
  }

  .parallax div {
    padding: 1rem;

    text-align: center;
  }

  .parallax h2 {
    font-size: 1.25em;
  }

  #contact {
    background: url(../media/img/contact-small.jpg) no-repeat center center;
  }
  .popupNotif {
    width: 80%;
  }
}
@media(max-width: 560px) {
  .progress {
    width: 92%;
  }
  .hdln {
    font-size: 26px;
  }.blog {
    margin: 15px 10px;
    padding: 10px;
    width: 280px;
  }
  .smallCard {
    width: 280px;
    height: 100px;
    margin-bottom: 1rem;
    display: flex;
  }
  .txtHld {
    padding: 25px 15px 25px 25px;
    font-size: 22px;
  }
  .mainTitle {
    width: 60%;
    padding: 15px 5px;
  }
  .titleHolder h5 {
    color: #000;
    margin-top: 7px;
    font-size: 20px;
    padding: 4px 5px 4px;
  }
  .titleHolder p {
    color: #000;
    margin-top: 6px;
    font-size: 13px;
    font-family: 'Montserrat';
  }
  .cardTxt h4 {
    font-size: 18px;
  }
  .px20 {
    padding: 10px 8px;
    }
  .px20 .blockOnSmall {
    float: none;
    display: block;
  }
  #berza {
    padding: 60px 7px;
  }

  #berza h2 {
    padding-left: 15px;
  }

  form {
    text-align: center;
  }

  .searchBTN {
    margin-top: 15px;
  }
}