
/* src\App.css */
.App {
   text-align: center;
}

.App-logo {
   height: 40vmin;
   pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
   .App-logo {
      animation: App-logo-spin infinite 20s linear;
   }
}

.App-header {
   background-color: #282c34;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   font-size: calc(10px + 2vmin);
   color: white;
}

.App-link {
   color: #61dafb;
}

@keyframes App-logo-spin {
   from {
      transform: rotate(0deg);
   }
   to {
      transform: rotate(360deg);
   }
}

/* src\index.css */
input[type='checkbox'] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  background-color: white !important;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}
.laptop-mockup.about-us.video-about-us.mobile-about{
  display: none!important;
}

.requirement-text {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
}
.terms-link.register-link {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

input[type='checkbox']:checked {
  background: var(--Buttons, #106b7c) !important;
  border-color: var(--Buttons, #106b7c) !important;
}

input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.client-logo {
  cursor: unset !important;
}
.main-splide-press {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.hero-content.home {
  margin: 0px;
}
.hero-text.home {
  margin: 0 175px;
}

.hero-text-about-us {
  z-index: 3;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.1);
  stroke-width: 1px;
  stroke: var(--Gradient-2, #17a2b8);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}

.grid-container.press-grid {
  display: grid;
}
.grid-container.press-grid-mobile {
  display: none;
}

.case-studies-hero {
  background: var(--Body, #414c58);
}
.error_text {
  color: var(--White, #fff);
  text-align: center;
  font-family: 'DM Sans';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.error_subtitle {
  color: var(--White, #fff);
  text-align: center;
  font-family: 'DM Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.main-container-error {
  margin-top: -170px;
}
.main-container-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
.error_image {
  margin-top: 100px;
}
.btn-login.choose-package.btn-case {
  margin: 40px 0px 140px 0px;
  width: 310px;
}

.case-desktop-image {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.case-mobile-image {
  display: none;
}
/* .fade-in-scroll {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
} */

/* Sekvencijalne animacije sa delay-ovima */
.logo {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.1s;
}

.nav-menu {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.2s;
}

.hero-text.home {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}
.hero-text-about-us > h1 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}
.laptop-mockup-mobile.newsroom-desktop {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}
.hero-description.about-us.newsroom {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.hero-text.press h1 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}
.hero-description.about-us.contact.pricing {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

.hero-text-about-us > h1 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}
.hero-description.about-us {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}
.hero-facts {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.7s;
}
.hero-facts-row {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.8s;
}
.hero-description-pricing {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.hero-subtitle.press {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}
.hero-subtitle-mobile.press {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}
.hero-description-mobile.press {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.hero-subtitle.home-page {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}
.hero-description.press {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}
.logo-mobile {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUpMobile {
  from {
    opacity: 0;
    transform: translateY(15px); /* Smanji sa 40px na 20px */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-mobile {
  overflow: visible;
}

.logo-mobile {
  position: relative; /* Dodaje positioning context */
  z-index: 10; /* Postavlja ispred drugih elemenata */
}
.hamburger-menu:not([class*='close-btn']) {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.hero-description.home {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.hero-buttons {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.7s;
}

.images-carousel {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.6s;
}

/* Feature-sections-home-animation */

/* Keyframe animacija */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-container-blog-details {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  gap: 100px;
}

.newsroom-card:hover .newsroom-card-title {
  color: #106b7c !important;
}

.blog-details-share {
  margin-top: 70px;
}
.media-popup-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  max-width: 120px;
  font-size: 1rem;
  color: #414c58;
  font-weight: 500;
}
.grid-container {
  position: relative;
  z-index: 2;
}

.gradient-blob-left {
  position: absolute;
  bottom: -100px;
  left: -100px;
  height: 700px;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  filter: blur(20px);
}
.ultimate-features-section {
  position: relative;
  overflow: visible;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
  opacity: 0;
  /* ili */
  color: transparent;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 0px; /* od dna ekrana, možeš prilagoditi */
  z-index: 1000000000;
  cursor: pointer;
}
.package-card.premium-card {
  background: linear-gradient(
      165deg,
      rgba(23, 162, 184, 0.15) 6.31%,
      rgba(186, 225, 232, 0.15) 32.05%,
      rgba(248, 249, 250, 0.15) 52.7%,
      rgba(195, 234, 203, 0.15) 77.56%,
      rgba(105, 210, 125, 0.15) 94.96%
    ),
    #f8f9fa;
}
.beyond-par {
  white-space: nowrap;
}

.media-popup-logos.logos-6,
.media-popup-logos.logos-8,
.media-popup-logos.logos-12 {
  display: grid !important;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  gap: 50px;
}
.footer-sitemap {
  padding: 20px 40px 0px 30px;
}

.hero-description.about-us.mobile-about {
  display: none;
}

.media-popup-logos.logos-6 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  /* 4 kolone u redu */
  justify-content: center;
  /* centriranje grida */
  gap: 50px;
  padding: 0 50px;
}

/* Drugi red sa 2 slike centrirane */
.media-popup-logos.logos-6 img:nth-child(5) {
  grid-column: 2;
  /* počinje u 2. koloni */
}

.media-popup-logos.logos-6 img:nth-child(6) {
  grid-column: 3;
  /* počinje u 3. koloni */
}

.media-popup-logos img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* MEDIA OUTLETS POPUP STYLES */
.media-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-main-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.media-popup {
  width: 882px;
  border-radius: 10px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--BG, #f8f9fa);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;

  padding: 32px 45px 80px 45px;
  min-width: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.media-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  color: #98a2b3;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1;
}

.media-popup-title {
  color: var(--Body, #414c58);

  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 122.727% */
}

.media-popup-bar {
  display: flex;
  height: 30px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: var(--Body, #414c58);

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.media-popup-logo img {
  max-width: 80px;
  max-height: 32px;
  margin-bottom: 6px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.1);
}

.mobile-pricing {
  display: none;
}

.package-features li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #414c58;
}
.package-reach {
  margin-top: 30px;
}

/* LOGOS BAR LINES FOR PACKAGES */
.logos-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* MEDIA BAR LINES FOR PACKAGES */
.media-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: 0 0 18px 0; */
  width: 100%;
}

.media-bar-line {
  width: 100%;
  height: 1px;
  background: #17a2b8;
  margin: 0px 0 0px 0;
}

.media-bar-line-popup {
  width: 100%;
  height: 1px;
  background: #17a2b8;
  margin: 0px 0 34px 0;
}

.media-bar-arrow {
  display: flex;
  margin-left: 6px;
  font-family: inherit;
}

.hero-description-pricing {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-top: 16px;
}

.packages-section {
  padding-bottom: 100px;

  background-color: white;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image.pricing {
  right: 70px;
}

.packages-cards {
  margin-top: -65px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.package-btn-pricing {
  height: 43px;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  width: 100%;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/BTNs */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.hero-text-about-us.contact.pricing > h1 {
  margin: 23px 0px;
}

.package-card {
  border-radius: 10px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--BG, #f8f9fa);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  padding: 50px 28px 40px 28px;
  max-width: 506px;
  box-sizing: border-box;

  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  min-width: 320px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  transition: box-shadow 0.2s;
}

.package-card:hover {
  outline: 2px solid var(--Buttons, #106b7c);
  /* background: linear-gradient(
      165deg,
      rgba(23, 162, 184, 0.15) 6.31%,
      rgba(186, 225, 232, 0.15) 32.05%,
      rgba(248, 249, 250, 0.15) 52.7%,
      rgba(195, 234, 203, 0.15) 77.56%,
      rgba(105, 210, 125, 0.15) 94.96%
    ),
    #f8f9fa; */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.package-card:hover .package-btn-pricing {
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--Buttons, #106b7c);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

.package-title {
  color: var(--Body, #414c58);
  text-align: center;
  letter-spacing: 1px;
  font-family: 'DM Sans';
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 8px;
}

.package-price {
  color: var(--Body, #414c58);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 8px;
}

.package-pr {
  color: var(--Body, #414c58);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.package-media-bar {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  width: 100%;
  margin: 30px 0 30px 0;
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Subheading */
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.package-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* row-gap: 50px;
  column-gap: 20px; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 230px;
  align-content: center;
}
.package-logos img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.package-reach {
  color: var(--Body, #414c58);
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: left;
  width: 100%;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  width: 100%;
}

.package-features li {
  word-break: break-word;
  overflow-wrap: break-word;

  color: var(--Body, #414c58);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* white-space: nowrap; */
  text-align: left;

  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  position: relative;
}

.package-features li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.package-btn {
  width: 100%;
  padding: 10px 0;
  border-radius: 24px;
  border: 1.5px solid #17a2b8;
  background: #fff;
  color: #16788a;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  margin-top: 8px;
}

.package-btn:hover {
  background: #17a2b8;
  color: #fff;
  border-color: #16788a;
}

@media (max-width: 1100px) {
  .packages-section.about-us-package {
    overflow: visible !important;
    margin-top: -30px;
    padding-bottom: 0px !important;
    /* padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box; */
  }

  .packages-cards {
    display: flex !important;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px !important;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    scroll-padding-left: 24px;
  }

  .packages-cards::-webkit-scrollbar {
    display: none;
  }

  .package-card {
    /* min-width: 354px; */
    width: 100%;
    /* max-width: 354px; */
    scroll-snap-align: start;
    padding: 30px 16px 40px 16px !important;
    /* box-sizing: border-box; */
  }
  .package-price {
    color: var(--Body, #414c58);

    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px !important;
  }
  /* .package-logos {
    row-gap: 30px !important;
  } */
  .logos-bar-wrapper {
    margin-bottom: 0px !important;
  }
}

.blog-details-go-back {
  max-width: 1200px;
  margin: 0 auto 32px auto;
  padding-left: 70px;
  padding-right: 20px;
}

.blog-back-link-container {
  display: flex;
  align-items: baseline;
  gap: 32px;
}

.hero-description.about-us.contact {
  font-weight: 400 !important;
}

.hero-description.about-us.newsroom {
  font-weight: 300 !important;
}

.highlight-about-us {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section-separator {
  padding: 0 100px;
  /* ili margin: 0 100px; */
}

.section-separator svg {
  width: 100%;
  height: auto;
  display: block;
}

.section-separator1 > .section-separator-mobile {
  display: none;
}

.hamburger-menu {
  z-index: 10;
}

.newsroom-card-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  /* veće da ima mesta za prelaz */
  height: 24px;
  overflow: hidden;
  /* da se lepo prekrije */
}

.blog-details-share-icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

/* strelica koja se prvo vidi */
.newsroom-card-arrow-dekstop {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;

  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: translateX(0);
}

/* grupa sa Read more + malom strelicom */
.newsroom-card-arrow-hover-group {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  opacity: 0;
  transform: translateX(-16px);
  /* kreće malo ulevo */
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  /* da ne smeta dok je skriveno */
}

/* hover efekti */
.newsroom-card:hover .newsroom-card-arrow-dekstop {
  opacity: 0;
  transform: translateX(-32px) scaleX(0.7);
}

.newsroom-card:hover .newsroom-card-arrow-hover-group {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'DM Sans', sans-serif !important;
}

* {
  font-family: 'DM Sans', sans-serif !important;
}

p {
  margin: 0;
}

input {
  font-family: 'DM Sans', sans-serif !important;
}

input::placeholder {
  font-family: 'DM Sans', sans-serif !important;
}

textarea::placeholder {
  font-family: 'DM Sans', sans-serif !important;
}

.section-separator1 {
  margin: 50px 0px;
}

.highlight {
  font-weight: 700;
}

.mobile.contact {
  display: none;
}

.hero-image.press.contact {
  display: flex;
}

.contact-form-group label .asterisk {
  color: #17a2b8;
  font-weight: bold;
}

/* Contact Form Styles */
.contact-form {
  border-radius: 10px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--BG, #f8f9fa);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 1570px;
  padding: 80px 80px 70px 80px;
  margin: 0 175px;
  display: flex;
  flex-direction: column;
  margin-top: -40px;
  margin-bottom: 140px;
}

.contact-form-info-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-text-about-us.contact > h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.hero-image.contact {
  right: 0px;
  display: block;
}

.contact-form-row {
  text-align: left;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.contact-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-form-group.invalid input,
.contact-form-group.invalid textarea {
  border: 1px solid #ff4d4d !important;
  background-color: #fff8f8;
}

.error-message {
  color: #ff4d4d;
  font-size: 11px;
  margin-top: 4px;
  font-weight: 500;
}

/* Contact form status banner (success/error) */
.contact-form-status {
  display: none;
  margin: 0 0 18px 0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.contact-form-status.is-visible {
  display: block;
}

.contact-form-status.success {
  background: #e9f7ef;
  border: 1px solid #69d27d;
  color: #1e7e34;
}

.contact-form-status.error {
  background: #fff1f1;
  border: 1px solid #ff4d4d;
  color: #b02a37;
}

.contact-form-group label {
  color: var(--Body, #414c58);

  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 6px;
}

.contact-form-group input,
.contact-form-group textarea {
  border-radius: 4px;
  border: 1px solid rgba(105, 114, 122, 0.2);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);

  padding: 10px 14px;
  font-size: 15px;
  margin-bottom: 0;
  outline: none;
  transition: box-shadow 0.2s;
}

.contact-form-info p {
  color: var(--Tetriary, #69727a);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Small */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  text-align: left;
}

.contact-form-group input::placeholder {
  color: var(--Tetriary, #69727a) !important;

  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.15);
}

.contact-form-group textarea {
  min-height: 60px;
  resize: vertical;
}

.contact-form-info {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 13px;
  color: #6c7a89;
  margin: 10px 0 0 0;
}

.contact-form-info a {
  color: var(--Buttons, #106b7c);

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.contact-form-actions {
  display: flex;
  justify-content: flex-end;
}

.contact-form-submit {
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--Buttons, #106b7c);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  color: var(--White, #fff);

  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

  border: none;
  padding: 8px 32px;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-form-submit:hover {
  background: #106b7c;
}

/* Cleaned CSS - Removed all duplicate classes and consolidated styles */

.features-section.home {
  padding: 120px 0px;
}

.features-container {
  margin: 0 175px;
}

.wire-visualization {
  pointer-events: none;
  max-height: 460px;
}

.carousel-text p {
  min-width: 500px;
}

.carousel-text {
  position: relative;
  padding: 40px;
}

.carousel-container {
  max-height: 400px;
  padding: 0px 65px;
  margin: 0 65px;
  gap: 100px;
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 12px;
  background: rgba(65, 76, 88, 0.6);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.carousel-container::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(
    270deg,
    rgba(65, 76, 88, 0) -2.77%,
    #17a2b8 17%,
    #69d27d 85.4%,
    rgba(65, 76, 88, 0) 108.55%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.carousel-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 450px;
  z-index: 0;
  pointer-events: none;
  /* da ne “hvata” klikove i da ne ometa interakciju */
}

.carousel-section {
  background-image: url('./images/Section3-BG.jpg');
  /* background-image: url('../static/images/Section3-BG.jpg') !important; */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 780px;
  width: 100%;
}

.carousel-wrapper {
  gap: 50px;
  display: flex;
  overflow-x: auto;
  user-select: none;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  /* sprečava prelamanje teksta */
}

/* .carousel-container {
  flex: 0 0 calc(100% - 175px);
  scroll-snap-align: start;
  min-height: 100%; 
  box-sizing: border-box;
  padding: 20px; 
} */

.carousel-wrapper {
  margin: 0px 0px 0px 175px;
}

.homepage {
  flex-direction: column;
  /* background-image: url('../static/images/layout.png'); */
  /* background-image: url('./images/layout.png'); */

  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
}

.header-mobile {
  background-color: #414c58;
}

.hero-section {
  /* background-image: url('../static/images/layout.png'); */
  background-image: url('./images/layout.png');
  /* background-image: url('../static/images/layout.png'); */
  background-image: url('./images/layout.png');
}

.blog-details-hero {
  background-image: url('./images/layout.png');
  /* background-image: url('../static/images/layout.png'); */
}

.navbar {
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: linear-gradient(135deg, #2d4a52 0%, #1a3238 100%);
  position: relative;
  z-index: 10;
}

.navbar {
  padding: 32px 0;
  top: 0;
  z-index: 1000;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0px 175px;
}

.logo {
  max-width: 217px;
  max-height: 47px;
  background-image: url('./assets/ultimate_wire_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}

.logo img {
  height: 40px;
}

.nav,
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu:has(.user-profile-icon) > :nth-last-child(2) {
  margin-right: -30px;
}

.nav a,
.nav-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

/* .nav a:hover,
.nav-link:hover {
  color: #6ea8a9;
} */

.btn-submit {
  background-color: #535f6a;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
  width: 237px;
  height: 43px;
  border-radius: 30px;
  border-width: 1px;
  padding: 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  gap: 10px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-submit:hover {
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  font-weight: 600;
  color: var(--Body, #414c58);
  box-shadow: inset 5em 0 0 0 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.btn-submit::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #17a2b8, #69d27d);
  border-radius: 32px;
  z-index: -1;
}

.login-btn {
  width: 113px;
}

.btn-login {
  background-color: #106b7c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
  height: 43px;
  border-radius: 30px;
  border-width: 1px;
  padding: 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  gap: 10px;
  opacity: 1;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.user-profile-icon {
  width: 43px;
  height: 43px;
  border-radius: 30px;
  background: linear-gradient(#535f6a, #535f6a) padding-box,
    linear-gradient(135deg, #17a2b8, #69d27d) border-box;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  color: #fff;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.user-profile-icon:hover {
  background: linear-gradient(var(--White, #fff), var(--White, #fff)) padding-box,
    linear-gradient(135deg, #17a2b8, #69d27d) border-box;
  border: 1px solid transparent;
  color: var(--Body, #414c58);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.user-profile-icon:hover svg {
  stroke: var(--Body, #414c58);
}

.user-profile-icon svg {
  width: 20px;
  height: 20px;
  transition: stroke 0.2s;
}

.btn-login::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: linear-gradient(135deg, #17a2b8, #69d27d);
  border-radius: 32px;
  z-index: -1;
}

/* .btn-login::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #17a2b8, #69d27d) !important;
  border-radius: 32px;
  z-index: -1 !important;
} */

.btn-primary {
  background-color: #106b7c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 43px;
  border-radius: 30px;
  padding: 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  cursor: pointer;
  width: 237px;
}

.btn-login:hover {
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  color: var(--Body, #414c58);
  transition: background 0.5s, color 0.5s, box-shadow 0.5s;

  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

/* Hero Section */
.hero-section {
  margin-top: -130px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 175px;
  width: 100%;
}

.hero-text {
  flex: 1;
  width: 50%;
  max-width: 500px;
  color: white;
  text-align: left;
  z-index: 10;
}

.hero-subtitle {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 15px;
  opacity: 0.9;
  color: white;
}

.hero-subtitle em {
  font-style: italic;
  color: #fff;
  font-weight: 700;
}

.choose-package {
  width: 237px;
}

.hero-text h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
  white-space: nowrap;
}

.hero-description {
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.hero-buttons {
  display: flex;
  gap: 30px;
  z-index: 10;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #6ea8a9;
  padding: 13px 28px;
  color: #6ea8a9;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: #6ea8a9;
  color: white;
  transform: translateY(-2px);
}

/* Hero Image */
.hero-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.laptop-mockup {
  border: none;
  outline: none;
  clip-path: inset(10px 1px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 100px),
    linear-gradient(to top, transparent 0px, black 100px),
    linear-gradient(to left, transparent 0px, black 100px),
    linear-gradient(to right, transparent 0px, black 100px);

  /* This combines all three masks so they work together */
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  width: calc(100vw - 400px);
  position: relative;
  right: 420px;
}

/* Partners Section */
.partners-section {
  background-color: #1a3238;
  padding: 40px 50px;
}

.partners-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-grid img {
  height: 30px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.partners-grid img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* Responsive */
@media (max-width: 1000px) {
.laptop-mockup.about-us.video-about-us.contact-video{
  display: none!important;
}
.laptop-mockup.about-us.video-about-us.mobile-about{
  display: block!important;
}

  .privacy-policy-wrapper {
    padding: 0 30px !important;
  }
  .privacy-policy-header {
    margin-top: 30px !important;
    padding: 0 30px;
  }

  .footer-sitemap p a {
    display: inline-block; /* ili block */
    max-width: unset !important; /* ili neka širina */
    word-break: break-word; /* sigurnica */
  }
  .footer-column p {
    white-space: normal !important;
    max-width: unset !important;
  }

  .carousel-dots.blog-details-dots {
    margin-top: 30px;
  }
  .carousel-dots-container.blog-details-carousel {
    margin-bottom: 50px !important;
  }
  .carousel-dots.carousel-homepage {
    margin-top: 20px;
  }
  .main-splide-press {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .carousel-dots-container-press {
    margin-left: 40px !important;
    margin-bottom: 0px !important;
  }
  .carousel-dots.press {
    margin-top: 10px !important;
  }
  .feature-card.press {
    max-width: none !important;
    box-sizing: border-box !important;
  }
  .arrow-left-press {
    display: none !important;
  }
  .arrow-left-press {
    display: none !important;
  }
  .blog-details-hero {
    min-height: 260px !important;
  }

  .items.about-us {
    display: flex;
    gap: 14px !important;
    animation: scroll-clients-about-mobile 20s linear infinite;
    width: max-content;
    padding-left: 0;

    overflow: unset !important;
  }

  .wrapper.clients-grid.about-us {
    overflow: hidden;
    /* width: 100%; */
  }

  .client-logo.about-us {
    flex-shrink: 0;
    min-width: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @keyframes scroll-clients-about-mobile {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50%));
    }
  }

  .pagination-controls.about-us {
    display: flex !important;
    padding-top: 30px;
  }

  .items.about-us {
    padding: 10px;
  }

  .clients-header.about-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .clients-header.about-us {
    margin-bottom: 20px !important;
  }

  .hero-text.press {
    margin: 80px 0px 0px 30px !important;
  }

  .hero-text.press h1 {
    margin: 0px;
  }

  .mobile-press {
    display: block !important;
    width: auto !important;
  }

  .hero-buttons.press {
    flex-direction: row !important;
  }

  .btn-login.press {
    display: none !important;
  }
  .hero-buttons.press > .magnetic:nth-of-type(-n + 2) {
    display: none !important;
  }

  .btn-submit.press {
    display: none !important;
  }

  .hero-subtitle-mobile.press {
    margin-bottom: 15px;
    display: block !important;
    color: var(--White, #fff);
    leading-trim: both;
    text-edge: cap;

    /* Desktop/Body Small */
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
  }

  .hero-description-mobile.press {
    max-width: 354px;
    margin-bottom: 30px;

    display: block !important;
    color: var(--White, #fff);
    leading-trim: both;
    text-edge: cap;

    /* Desktop/Body Small */
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
  }

  .hero-subtitle.press {
    display: none !important;
  }

  .hero-description.press {
    display: none;
  }

  .contact-form-container {
    /* /* background: url('../static/images/contact_section.png') !important; */
    background: url('./images/contact_section.png') !important;

    background-size: cover !important;
    max-width: unset !important;
    background-repeat: no-repeat !important;
    padding: 50px 28px;
    margin: 0px 20px;
  }

  .form-submit-btn {
    width: 100%;
    margin-top: 30px;
  }

  .form-note {
    font-size: 14px !important;
  }

  .form-footer {
    flex-direction: column;
  }

  .form-group input {
    max-width: 100% !important;
  }

  .contact-subtitle {
    max-width: 354px;
    white-space: unset !important;
  }

  .contact-info {
    gap: 10px !important;
  }

  .hero-facts-row.contact {
    margin-top: 10px;
  }

  .hero-fact.contact {
    gap: 10px !important;
  }

  .contact-section {
    gap: 0px !important;
  }

  .line-header {
    height: 46px !important;
  }

  .highlight-about-us {
    color: var(--Buttons, #106b7c);

    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px !important;
  }

  .hero-text-about-us > h1 {
    font-size: 34px !important;
    font-weight: 700;
    line-height: 34px !important;
    max-width: 320px;
  }

  .hero-text-about-us {
    margin-left: 30px;
  }

  .hero-description.about-us {
    font-size: 16px !important;
  }

  .hero-facts {
    font-size: 16px !important;
  }

  .hero-fact-value {
    font-size: 26px !important;
  }

  .hero-fact-label {
    font-size: 14px !important;
  }

  .items {
    gap: 10px !important;
  }

  .carousel-container {
    margin: 0px !important;
    max-height: unset !important;
    background-repeat: no-repeat;
  }

  .carousel-bg-image {
    display: none;
  }

  .clients-decor {
    display: none;
  }

  .items {
    padding-left: 0px !important;
  }

  .carousel-section {
    min-height: 850px;
    justify-content: center;
    display: flex;
    background-image: unset;
    background: rgba(65, 76, 88, 1);
    position: relative; /* Neophodno za pozicioniranje sjaja */
    overflow: hidden; /* Sprečava da blur "izađe" van sekcije */
    z-index: 0;
  }

  .carousel-section::after {
    content: '';
    position: absolute;
    height: 398.12px;
    width: 389px;
    transform: rotate(119.9deg);
    background: linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%);
    filter: blur(55px);
    opacity: 0.8;
    z-index: -1;
  }

  .carousel-content p {
    min-width: unset !important;
  }

  .hero-buttons {
    gap: 25px !important;
    flex-direction: column;
  }

  .header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px 0 30px;
  }

  .hero-content {
    align-items: unset !important;
    margin: 0px !important;
  }

  .hero-image {
    margin-top: -25px !important;
    justify-content: unset !important;
    align-items: unset !important;
    right: 0px;
    width: 100% !important;
  }
  .hero-image.homepage-hero-image {
    margin-top: -45px !important;
  }

  .hero-section {
    margin-top: 0px !important;
  }

  .client-logo {
    border-radius: 10px !important;
  }

  .client-logo::before,
  .client-logo::after {
    height: 1px !important;
  }

  .trusted-clients-section h2 {
    letter-spacing: 0px !important;
  }

  .pagination-controls {
    display: none !important;
  }

  .header {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
  }

  .hero-buttons {
    justify-content: left;
  }

  .laptop-mockup {
    width: 300px;
    height: 225px;
    right: 0 !important;
  }

  .partners-grid {
    justify-content: center;
    gap: 20px;
  }
}

/* Features Section */
.features-section {
  background-color: white;
  padding: 165px 0px;
  position: relative;
}

.features-container.about-us {
  margin: 0 0px 0px 175px;
}

.section-header {
  text-align: left;
  margin-bottom: 30px;
}

.section-tag {
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  position: relative;
  font-weight: 700;
  font-size: 14px;

  height: 30px;

  color: var(--Body, #414c58);

  font-weight: bold;
}

/* Effective PR Section */
.effective-pr-section {
  background: var(--Body, #414c58);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.planet-background {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.planet-background.about-us {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.planet-image {
  height: auto;
}

.gradient-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.gradient-background svg {
  width: 100%;
  height: auto;
  display: block;
}

.effective-pr-container {
  display: flex;
  flex-direction: column;
  margin: 0px 175px;
  position: relative;
  z-index: 2;
}

.effective-pr-section .section-header {
  text-align: left;
  margin-bottom: 0px;
}

.effective-pr-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.2;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
  row-gap: 60px;
}

.benefit-card {
  position: relative;
  display: flex;
  gap: 20px;
}

.benefit-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefit-card h3 {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Reg */
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
}

.benefit-card p {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Reg */
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.mobile-newsroom {
  display: none;
}

.laptop-mockup-mobile.newsroom-desktop {
  display: block;
}

.newsroom-controls-mobile {
  display: none;
}

.mobile-separator {
  display: none;
}

.blog-header-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.package-logos.mobile {
  display: none;
}

@media (max-width: 768px) {
  .hero-description.about-us.contact.privacy-policy {
    margin-bottom: 20px;
  }
  .privacy-policy-header > h1 {
    font-size: 34px !important;
  }
  .privacy-table-wrapper {
    margin-right: -30px !important;
    width: auto !important;
  }
  .carousel-text.second-carousel-text {
    padding: 5px 20px 50px 30px !important;
  }

  .feature-card.press {
    min-height: 280px;
  }

  .feature-card.press {
    height: 270px;
  }

  .section-header.homepage-visibility {
    margin-bottom: 10px !important;
  }
  .case-mobile-image {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .main-container-error {
    margin-top: -50px;
  }

  /* .error_image{
  margin-top: 40px;
} */
  .case-desktop-image {
    display: none;
  }
  .case-mobile-image {
    display: block;
  }

  .items.home-page-items {
    overflow: hidden !important;
  }
  .carousel-text {
    padding: 40px 20px 50px 30px !important;
  }
  .wire-visualization {
    height: 350px !important;
  }
  .item.homepage-item {
    /* height: auto !important;
    min-height: unset !important; */
    margin-top: 40px;
  }
  .visualization-mobile {
    margin-top: -40px;
  }
  .carousel-dots1.homepage-dots {
    margin-top: 40px !important;
    margin-left: 30px !important;
  }

  .blog-details-share {
    margin-top: 0px !important;
  }
  .main-container-blog-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px !important;
  }

  .media-bar-line:last-child {
    margin: 0px 0px 0px 0px !important;
  }
  .packages-logos {
    row-gap: 35px !important;
  }
  .hero-facts {
    margin: 30px 0px 20px 0px !important;
  }

  .hero-description.about-us.mobile-about {
    display: block !important;
  }
  .hero-description.about-us.desktop-about {
    display: none !important;
  }

  .faq-text {
    font-weight: 700 !important;
  }
  .section-tag.press-tag {
    max-width: 93px !important;
  }
  .step {
    margin-bottom: 8px !important;
  }
  .steps-container {
    margin: 20px 0px !important;
  }
  .footer-sitemap {
    padding: 0px !important;
  }

  /* Drugi red sa 2 slike centrirane */
  .media-popup-logos.logos-6 img:nth-child(5) {
    grid-column: unset !important;
    /* počinje u 2. koloni */
  }

  .media-popup-logos.logos-6 img:nth-child(6) {
    grid-column: unset !important;
    /* počinje u 3. koloni */
  }

  .media-popup-logos.logos {
    grid-template-columns: 1fr 1fr !important;
  }

  .media-popup-logos.logos-6 {
    grid-template-columns: 1fr 1fr !important;
  }

  .media-popup-logos.logos-8 {
    grid-template-columns: 1fr 1fr !important;
  }

  .media-popup-logos.logos-12 {
    grid-template-columns: 1fr 1fr !important;
  }

  .popup-main-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-popup {
    box-sizing: border-box;
    padding: 20px 20px 60px 20px !important;
    max-width: 354px;
  }

  .media-popup-bar {
    width: 100%;
  }

  .media-bar-line-popup.bar-popup {
    margin: 0px !important;
  }

  .media-popup-title {
    font-size: 34px !important;
  }

  .packages-cards {
    padding: 0 24px !important;
  }

  .package-pr {
    font-size: 16px !important;
  }

  .package-btn-pricing.mobile-standard {
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    border-radius: 30px;
    border: 1px solid var(--Gradient-2, #17a2b8);
    /* background: var(--Buttons, #106B7C); */
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }

  .packages-cards {
    margin-top: -30px !important;
  }

  /* .package-logos.desktop {
    display: none !important;
  } */

  /* .package-logos.mobile {
    display: flex !important;
    grid-template-columns: 1fr 1fr;
  } */

  .package-features li {
    white-space: unset !important;
    text-align: left !important;
  }

  .hero-image.pricing {
    display: none !important;
  }

  .blog-details-go-back.blog-details-new {
    margin: 0 auto 0px auto !important;
  }
  .newsroom-card-meta {
    gap: 15px;
  }

  .newsroom-card-meta {
    margin-bottom: 15px !important;
  }
  .newsroom-card-title {
    font-weight: 600 !important;
  }

  .blog-details-go-back {
    padding-left: 0px !important;
  }

  .blog-back-link-container {
    flex-direction: column;
  }

  .how-it-works-content.about-us {
    margin: 0px 30px 30px 30px !important;
  }

  .blog-header-container {
    padding: 0px !important;
  }

  .blog-header-row {
    flex-direction: column;
    gap: 30px !important;
  }

  .section-separator1 > .section-separator-mobile {
    display: block !important;
  }

  .blog-details-main-content {
    gap: 0px !important;
  }

  .section-separator-mobile {
    display: block !important;
    padding: 50px 0px 35px 0px;
  }

  .section-separator1 {
    width: 100%;
    max-width: 932px;
  }

  .section-separator1 svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .section-separator1 {
    margin: 0px !important;
  }

  .blog-back-link {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  #blog-image img {
    min-height: 283px;
    max-height: 350px;
  }

  .blog-back-link-div {
    text-align: left;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .blog-details-hero-inner {
    height: unset !important;
  }

  .blog-details-hero {
    /* width: 354px; */
    height: 283px;
    flex-shrink: 0;
    padding: 0 30px;
  }

  .meta-separator {
    stroke-width: 5px;
    stroke: var(--Primary, #17a2b8);
  }

  .section-separator {
    display: none;
  }

  .blog-body-text {
    font-size: 14px;
  }

  .blog-body-text > span {
    font-size: 16px !important;
  }

  .blog-details-title {
    font-size: 26px !important;
    line-height: 36px;
  }

  .blog-details-content-section {
    padding: 130px 30px 0px 30px !important;
  }

  .newsroom-card-meta {
    font-size: 12px !important;
  }

  .blog-details-share-text {
    color: #414c58 !important;
    font-weight: 700 !important;
    margin-bottom: unset !important;
  }

  .blog-details-share {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .blog-details-share-icons {
    flex-direction: row;
  }

  .blog-details-main-content {
    margin-top: 20px;
    flex-direction: column;
  }

  .newsroom-latest-articles.blog-articles {
    padding: 115px 0px 0px 0px !important;
  }

  .laptop-mockup-mobile.newsroom-desktop {
    object-fit: cover !important;
  }

  .hero-text-about-us.newsroom > h1 {
    letter-spacing: 1px !important;
  }

  .mobile.contact > img {
    width: 100%;
    margin-top: -50px;
  }

  .footer-logo-img {
    max-width: 140px;
  }

  .hero-subtitle.home-page {
    margin-top: 15px;
  }

  .hero-subtitle-mobile.press {
    margin-top: 15px;
  }

  .hero-description.home {
    margin-bottom: 20px;
  }

  .page-indicator.about-us.newsroom {
    display: block !important;
  }

  .hero-image.newsroom {
    right: 0px !important;
  }

  .hero-content.newsroom {
    min-height: 550px;
  }

  .newsroom-isolation {
    display: none !important;
  }

  .mobile-filter-value {
    opacity: 0.4;
  }

  .newsroom-card-arrow-mobile-arrow-1 {
    display: block !important;
  }

  .newsroom-controls-desktop {
    display: none !important;
  }

  .newsroom-controls-mobile {
    display: block !important;
    margin-bottom: 40px;
  }

  .newsroom-card {
    gap: 5px !important;
  }

  .newsroom-grid {
    gap: 30px !important;
  }
}

/* Responsive styles for effective PR section */
@media (max-width: 1024px) {
  .effective-pr-container {
    padding: 0 80px;
  }
}

@media (max-width: 768px) {
  .newsroom-latest-articles {
    gap: 5px !important;
  }
  .next-arrow {
    width: 20px !important;
    height: 20px !important;
  }
  .features-section.home {
    padding: 80px 0px 0px 0px !important;
  }
  .mobile-pricing {
    display: block !important;
    width: 100%;
  }

  .newsroom-grid.blog-grid {
    margin: 0px 0px 0px 30px !important;
    display: flex !important;
    gap: 16px !important;
    flex-wrap: nowrap;
    padding-bottom: 0px;
  }

  .newsroom-pagination.blog-pagination {
    display: none !important;
  }

  .newsroom-card.blog-card {
    min-width: 300px;
    /* max-width: 354px; */
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
  }

  .newsroom-card-arrow-dekstop {
    display: none;
  }

  .newsroom-card-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .newsroom-card-read-more {
    display: block !important;
    color: var(--Buttons, #106b7c);
    leading-trim: both;
    text-edge: cap;

    /* Desktop/BTNs */
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
  }

  .newsroom-card-meta {
    font-size: 12px !important;
  }

  .newsroom-card-title {
    font-size: 18px !important;
  }

  .newsroom-grid {
    margin: 0px 30px !important;
  }

  .planet-background.about-us.group {
    display: block !important;
  }

  .planet-background.about.us.main {
    display: none !important;
  }

  .planet-background.about.us {
    top: 40% !important;
  }

  .effective-pr-container {
    padding: 0 20px;
  }

  .effective-pr-section {
    padding: 60px 0;
  }

  .effective-pr-section h2 {
    font-size: 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 30px;
  }

  .benefit-card {
    padding: 0px 0px 0px 20px !important;
    border-left: 1px solid;
    border-image: linear-gradient(to bottom, #17a2b8 47%, #69d27d 98%) 1 100%;
  }

  .planet-background {
    top: 70% !important;
  }

  .gradient-background {
    left: -40vw;
    /* pomeri više ulevo */
    bottom: -10vw;
    /* pomeri malo niže */
    width: 180vw;
    /* proširi SVG da pokrije */
    height: 120vw;
    /* povećaj visinu */
    transform: rotate(-12deg);
    /* blagi nagib ka gore */
  }

  .gradient-background svg {
    width: 180vw !important;
    height: 120vw !important;
    min-width: 600px;
    min-height: 300px;
  }

  .benefit-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .effective-pr-container {
    gap: 0px !important;
    margin: 0px 30px !important;
    padding: 0px !important;
  }

  .benefit-card p {
    font-size: 18px;
  }
}

.how-it-works-section {
  background-image: url('./assets/BG.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 20px;
}

.how-it-works-container {
  position: relative;
  color: white;
}

.section-header h2 {
  font-size: 44px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #414c58;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 20px;
}

.section-description {
  font-size: 18px;
  color: var(--Body, #414c58);
  line-height: 1.6;
  max-width: 770px;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-description em {
  font-style: italic;
  font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

/* Hide Splide on desktop, show grid */
#test-splide {
  display: none;
}

.features-grid.desktop-grid {
  display: grid;
}

/* Show Splide on mobile, hide grid */
@media (max-width: 768px) {
}

.feature-card {
  position: relative;
  background: var(--BG, #f8f9fa);
  padding: 40px 30px;
  transition: all 0.3s ease;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
/* .feature-card.home{
  min-width: 354px;
} */

.feature-card.press {
  padding: 45px 30px;
}

.feature-card:hover {
  border-radius: 10px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#f8f9fa, #f8f9fa),
    linear-gradient(90deg, rgba(23, 162, 184, 1), rgba(105, 210, 125, 1));
}

.feature-card:hover::before,
.feature-card:hover::after {
  opacity: 0;
  transform: none;
  pointer-events: none;
}

/* Gornji i donji border preko pseudo-elemenata */
.feature-card {
  border: 2px solid rgba(0, 0, 0, 0.2);
  /* border: 2px solid transparent; */
  position: relative;
  border-radius: 10px;
  border-left: 2px solid rgba(65, 76, 88, 0.2);
  border-right: 2px solid rgba(65, 76, 88, 0.2);
  background: var(--BG, #f8f9fa);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
}

.feature-card::before,
.feature-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(65, 76, 88, 0),
    rgba(23, 162, 184, 1),
    rgba(105, 210, 125, 1),
    rgba(65, 76, 88, 0)
  );
}

.feature-card::before {
  top: -2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.feature-card::after {
  bottom: -2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* .feature-card:hover {
  transform: translateY(-5px);
} */

.feature-icon {
  font-size: 32px;
  display: block;
}

.feature-card h3 {
  color: var(--Body, #414c58);

  /* Desktop/H3 */
  font-family: 'DM Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.feature-card p {
  font-size: 18px;
  color: var(--Body, #414c58);

  line-height: 1.6;
  margin: 0;
}

/* Responsive for Features */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 1000px) {
  .newsroom-latest-articles-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* glatki scroll na iOS */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }

  .newsroom-latest-articles-inner::-webkit-scrollbar {
    display: none;
  }
  .grid-container.about-grid {
    overflow: auto;
  }
  .feature-card.home {
    box-sizing: border-box;
    padding: 30px !important;
    /* max-height: 254px; */
    max-width: none !important;
    box-sizing: border-box !important;
    height: 100%;
  }
  .main-splide-homepage {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .features-section.home {
    overflow: hidden;
  }
  #test-splide {
    display: block;
  }

  .features-grid.desktop-grid {
    display: none !important;
  }
  .grid-container.press-grid {
    display: none;
  }

  .grid-container.press-grid-mobile {
    display: block;
    margin-left: 30px;
  }

  .feature-card.press {
    height: 330px;
  }
  .feature-card.press:last-child {
    margin-right: 0px !important;
  }

  .hero-text-about-us.contact {
    margin-top: 70px !important;
  }
  .how-it-works-content.newsroom {
    margin: 0px 0px 30px 0px !important;
  }

  .ultimate-features-row::after {
    content: unset !important;
  }

  .step-number {
    min-width: unset !important;
  }

  /* .section-header h2 {
    white-space: nowrap;
  } */
  .what-we-do {
    padding: 0px 30px !important;
  }

  .laptop-mockup-mobile {
    min-width: 370px;
    width: 100%;
  }

  .features-section {
    padding: 110px 0px;
  }

  .section-header {
    padding: 0px 0px;
  }

  .section-tag {
    width: 100%;
    height: 100%;
    font-size: 12px;
    max-width: 152px;
    padding: 5px 30px;
  }

  .section-tag-div {
    width: 100%;
    height: 100%;
    font-size: 12px;
    max-width: 152px;
  }

  .step-number {
    line-height: 21px;
  }

  .feature-card h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
  }

  .feature-card p {
    font-size: 16px !important;
  }

  .section-header h2 {
    font-size: 26px;
    letter-spacing: 0px !important;
  }

  .mobile-hide {
    display: none;
  }

  .section-description {
    font-size: 16px !important;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 30px;
  }

  .feature-card:hover,
  .feature-card:active {
    transition: none !important;
    transform: unset !important;
  }
}

/* Footer Styles */
.footer {
  background-color: #414c58;
  padding: 100px 0 40px 0;
  color: white;
}

.footer-container {
  margin: 0 175px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 140px;
}

.footer-brand {
  flex: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.logo-dots {
  color: white;
  font-size: 20px;
  line-height: 1;
}

.logo-text {
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-description {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 450px;
  text-align: left;
  font-weight: 200;
}

.footer-social {
  display: flex;
  gap: 26px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.footer-links {
  display: flex;
  flex: 2;
  gap: 100px;
}

.footer-column {
  display: flex;
}

.footer-column p {
  color: white;
}

.footer-column h4 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  color: white;

  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column {
  text-align: left;
}

.footer-column ul li a {
  color: white;

  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  /* 150% */
  white-space: nowrap;
  text-decoration: none;
}

.footer-column p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 200;
  max-width: 230px;
}

/* Responsive Footer */
@media (max-width: 1000px) {
  .laptop-mockup.homepage-img {
    display: none !important;
  }
  .footer {
    padding: 40px 0 30px 0;
  }

  .footer-content {
    flex-direction: column;
    gap: 0px;
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
  }

  .footer-brand {
    max-width: 100%;
  }
}

/* How It Works Section */
.how-it-works-section {
  background-color: #f8fafb;
  padding: 100px 0px;
  position: relative;
}

.how-it-works-container {
  margin: 0 auto;
  display: flex;
  text-align: left;
  align-items: center;
}

.how-it-works-content {
  flex: 1;
  margin-left: 175px;
}

.steps-container {
  flex-direction: column;
  display: flex;
  gap: 10px;
  margin: 30px 0;
  align-items: flex-start;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 600px;
  margin-bottom: 16px;
}

.step-number {
  line-height: 30px;
  font-size: 22px;
  color: #17a2b8;
  font-weight: bold;
  min-width: 24px;
  /* Osigurava da brojevi imaju istu širinu */
  text-align: left;
  padding-top: 2px;
}

.step-text {
  margin: 0;
  line-height: 1.5;
}

.step p {
  font-size: 22px;
  color: #414c58;
  margin: 0;
  font-weight: 500;
}

.btn-choose-package {
  border: 1px solid var(--Gradient-2, #17a2b8);

  background-color: #106b7c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  width: 237px;
  height: 43px;
  border-radius: 30px;
  border: none;
  padding: 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}

.btn-choose-package::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  /* background: linear-gradient(135deg, #17a2b8, #69d27d); */
  border-radius: 32px;
  z-index: -1;
}

.btn-choose-package:hover {
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: var(--Body, #414c58);
}

/* Responsive for How It Works */
@media (max-width: 1000px) {
  .how-it-works-section {
    padding: 60px 30px;
  }

  .steps-container {
    flex-direction: column;
    gap: 10px;
  }

  .step p {
    max-width: 100%;
  }
}

/* Trusted Clients Section */
.trusted-clients-section {
  background-color: white;
  padding: 160px 0px;
  position: relative;
}

.trusted-clients-container {
  margin: 0 175px;
}

.trusted-clients-section .section-header {
  text-align: left;
  margin-bottom: 30px;
}

.trusted-clients-section h2 {
  font-size: 44px;
  font-weight: 700;
  color: #414c58;
  margin-top: 20px;
  line-height: 1.2;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

.client-logo {
  background-color: rgba(248, 249, 250, 1);
  /* border: 2px solid transparent; */
  border: 2px solid rgba(0, 0, 0, 0.2);

  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-left: 2px solid rgba(65, 76, 88, 0.2);
  border-right: 2px solid rgba(65, 76, 88, 0.2);

  border-radius: 20px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-height: 80px;
  position: relative;
}

.client-logo::before {
  top: -2px; /* Promeni sa -1px */
}

.client-logo::after {
  bottom: -2px; /* Promeni sa -1px */
}

.client-logo::before,
.client-logo::after {
  content: '';
  position: absolute;
  left: 5%;
  right: 5%;
  height: 2px;
  width: 90%;
  background: linear-gradient(
    to right,
    rgba(65, 76, 88, 0),
    rgba(23, 162, 184, 1),
    rgba(105, 210, 125, 1),
    rgba(65, 76, 88, 0)
  );
}

.client-logo:hover {
  border-radius: 20px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#f8f9fa, #f8f9fa),
    linear-gradient(90deg, rgba(23, 162, 184, 1), rgba(105, 210, 125, 1));
  cursor: default !important; /* ovo će uvek biti obična strelica */
}
.client-logo:hover::before,
.client-logo:hover::after {
  opacity: 0;
  transform: none;
  pointer-events: none;
}

.client-logo img {
  max-width: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
  max-height: 80px;
}

.client-logo:hover img {
  opacity: 1;
}

/* Responsive for Trusted Clients */
@media (max-width: 1024px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 1000px) {
  .trusted-clients-section {
    padding: 75px 0px 75px 30px;
    background-color: white;
  }

  .trusted-clients-section h2 {
    font-size: 26px;
  }

  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .client-logo {
    padding: 0px;
    min-height: 70px;
  }
}

@media (max-width: 480px) {
  .clients-grid {
    grid-template-columns: 1fr;
  }
}

.carousel-section-button {
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8) !important;
  background: var(--White, #fff) !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15) !important;
  color: var(--Body, #414c58) !important;
}

.carousel-content {
  flex: 1;
  color: white;
  max-width: 500px;
  text-align: left;
}

.wire-visualization {
  margin-bottom: 100px;
}

.carousel-badge {
  max-height: 30px;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  margin-bottom: 20px;

  /* Desktop/Subheading */
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.carousel-content h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.2;
}

.carousel-content p {
  white-space: normal;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: 300;
}

.carousel-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 400px;
}

.floating-rings {
  position: relative;
  width: 300px;
  height: 300px;
}

.ring {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(110, 168, 169, 0.3), rgba(23, 162, 184, 0.2));
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.ring-1 {
  width: 120px;
  height: 120px;
  top: 20px;
  right: 40px;
  animation-delay: 0s;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(110, 168, 169, 0.3));
}

.ring-2 {
  width: 80px;
  height: 80px;
  top: 60px;
  right: 180px;
  animation-delay: 2s;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(23, 162, 184, 0.25));
}

.ring-3 {
  width: 160px;
  height: 160px;
  bottom: 40px;
  right: 80px;
  animation-delay: 4s;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(105, 210, 125, 0.2));
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-20px) rotate(120deg);
  }

  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

.carousel-dots {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 40px;
}

.carousel-dots1 {
  justify-content: center;
  gap: 55px;
  display: flex;
  gap: 12px;
  /* margin-top: 55px; */
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #106b7c;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  opacity: 0.5;
  /* smanjena opacity */
}

.dot.active {
  opacity: 1 !important;
  border: 1px solid #106b7c;
  /* puna #106B7C boja za aktivni */
}

.dot:hover {
  background-color: rgba(16, 107, 124, 0.5);
  /* hover sa više opacity */
}

.features-grid {
  position: relative;
}

.clients-decor {
  position: absolute;
  left: -175px;
  top: -25px;
  width: 206px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  object-fit: none;
}

/* .clients-decor-right {
  position: absolute;
  right: -175px;
  top: -25px;
  width: 206px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  object-fit: none;
} */

.dot:hover.active {
  opacity: 1 !important;
  /* zadrži punu boju pri hoveru */
  background-color: #106b7c;
}

.dot1 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  opacity: 0.5;
  /* smanjena opacity */
}

.dot1.active1 {
  opacity: 1 !important;
  border: 1px solid white;
  /* puna #106B7C boja za aktivni */
}

.dot1:hover {
  background-color: white;
  /* hover sa više opacity */
}

.dot1:hover.active {
  opacity: 1 !important;
  /* zadrži punu boju pri hoveru */
  background-color: white;
}

.clients-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.next-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke-width: 2px;

  stroke-width: 2px;
  stroke: #106b7c;
}

.pagination-controls {
  align-items: center;
  display: flex;
  gap: 15px;
}

.pagination-controls:hover {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  opacity: 0.8;
}

.pagination-arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  stroke-width: 2px;
  stroke: #106b7c;
}

.page-indicator {
  color: #106b7c;

  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 3.6px;
}

/* Responsive for Carousel */
@media (max-width: 1000px) {
  .carousel-dots1 {
    gap: 8px !important;
  }

  .item {
    min-height: 650px;
  }

  .carousel-dots1 {
    margin-top: 20px !important;
    margin: 20px 40px 30px 40px;
    justify-content: flex-start;
  }

  .clients-grid {
    margin-top: 10px !important;
  }

  .trusted-clients-section .section-header {
    margin-bottom: 0px !important;
  }

  .carousel-container {
    height: 100%;
    min-width: 370px;
    flex-direction: column;
    text-align: center;
    margin: 0 30px;
    gap: 40px;
  }

  .carousel-content h2 {
    font-size: 26px;
    white-space: normal;
    max-width: 300px;
    overflow-wrap: break-word;
  }

  .visualization-dekstop {
    display: none;
  }

  .carousel-container {
    margin: 0 30px !important;
    padding: 0px !important;
  }

  .carousel-content p {
    font-size: 16px;
    max-width: 314px;
  }

  .carousel-badge {
    white-space: nowrap;
  }

  .floating-rings {
    width: 250px;
    height: 250px;
  }

  .ring-1 {
    width: 100px;
    height: 100px;
  }

  .ring-2 {
    width: 60px;
    height: 60px;
  }
}

/* Footer Icon Styles */
.footer-icon {
  width: 2px;
  height: 100%;

  max-height: 390px;
  align-self: flex-start;
}

.social-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.footer-description2 {
  display: none;
}

.visualization-mobile {
  display: none;
}

/* Mobile Footer Responsive */
@media (max-width: 1000px) {
  .visualization-mobile {
    display: block !important;
    max-height: 320px;
  }

  .carousel-visual {
    height: 100%;
  }

  .wire-visualization {
    margin-bottom: 0px !important;
    width: 100%;
    /* height: 302px; */
    object-fit: contain;
  }

  .navbar {
    display: none !important;
  }

  .carousel-text {
    padding: 0px 20px 50px 30px;
  }

  .carousel-badge {
    font-size: 12px !important;
  }

  .features-container {
    margin: 0px;
  }

  .footer-column ul li {
    margin-bottom: 0px !important;
  }

  .footer-column h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* boja linije */
    padding-bottom: 15px;
    /* razmak od teksta */
    margin-bottom: 15px;
    /* razmak ispod linije */
  }

  .carousel-dots.features-carousel-dots {
    margin-top: 20px !important;
  }
  /* Mobile Horizontal Scroll for Features */
  .features-grid {
    display: flex !important;
    overflow-x: auto;
    gap: 15px;
    padding: 0 0px;
    margin-left: 30px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: max-content;
    margin-bottom: 10px;
  }
  .grid-container {
    /* overflow-x: auto; */
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .feature-header {
    gap: 0px;
    flex-direction: column;
    align-items: baseline;
  }

  .features-grid::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .feature-card {
    max-width: 354px;
  }

  .feature-description {
    width: 100%;
  }

  .feature-card {
    flex: 0 0 280px;
    /* prvi card puna širina, drugi delimično vidljiv */
    scroll-snap-align: start;
  }

  .feature-card:first-child {
    margin-left: 0;
  }

  /* Skini border sa poslednje kolone */
  .footer-column:last-child {
    border-bottom: none;
  }

  .footer {
    padding: 40px 0 30px 0;
  }

  .footer-container {
    margin: 0 30px;
  }

  .footer-content {
    flex-direction: column;
    gap: 0px;
  }

  .footer-brand {
    text-align: center;
    max-width: 100%;
  }

  .footer-description {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-description {
    display: none;
  }

  .footer-description2 {
    color: #b8c4c8;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 35px;
    text-align: left;
    display: block;
  }

  .footer-social {
    gap: 26px;
  }

  .logo {
    width: 138px !important;
    height: 30px !important;
  }

  .how-it-works-image {
    max-width: 350px;
    height: 227px;
  }

  .step p {
    font-size: 18px;
  }

  .how-it-works-container {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .footer-column {
    text-align: left;
    width: 100%;
  }

  .footer-column h4 {
    text-align: left;
    margin-bottom: 15px;
  }

  .footer-column ul {
    text-align: center;
  }

  .footer-column p {
    text-align: left;
    white-space: nowrap;
    margin-bottom: 8px;
  }

  .footer-icon {
    display: none;
  }
}

/* Mobile Navigation Menu Styles */
@media (max-width: 1000px) {
  .footer-column li {
    text-align: left;
  }
  .footer-column p {
    line-height: normal !important;
    margin-bottom: 0px !important;
  }
  .footer-sitemap {
    width: 100%;
  }

  .footer-column ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 30px;
    /* prvi broj razmak između redova, drugi između kolona */
    align-items: start;
    /* poravnava vrhove redova */
  }

  .footer-column ul li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-column ul li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-column ul li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-column ul li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-column ul li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-column ul li:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
}

/* Mobile Clients Grid Horizontal Scroll */
@media (max-width: 1000px) {
  .dot {
    width: 6px !important;
    height: 6px !important;
  }

  .carousel-dots {
    gap: 8px !important;
  }

  .client-logo img {
    max-width: 120px;
  }

  .hero-content {
    margin: 0 30px;
  }

  .hero-text h1 {
    display: none !important;
  }

  .hero-text {
    width: 100% !important;
    margin: 75px 0px 0px 30px !important;
  }

  .hero-title-mobile {
    color: var(--White, #fff);
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 1px;

    /* Mobile/H1 */
    font-family: 'DM Sans';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 100% */
  }

  .hero-description {
    max-width: 354px;
    white-space: unset !important;
    font-size: 16px;
  }

  .trusted-clients-container {
    margin: 0px;
  }

  .clients-grid::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .clients-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 14px;
    padding: 0 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }

  .client-logo {
    flex: none;
    scroll-snap-align: start;
    min-height: 80px;
  }

  .client-logo:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .client-logo:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }

  .client-logo:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
  }

  .client-logo:nth-child(4) {
    grid-row: 1;
    grid-column: 4;
  }

  .client-logo:nth-child(5) {
    grid-row: 1;
    grid-column: 5;
  }

  .client-logo:nth-child(6) {
    grid-row: 2;
    grid-column: 1;
  }

  .client-logo:nth-child(7) {
    grid-row: 2;
    grid-column: 2;
  }

  .client-logo:nth-child(8) {
    grid-row: 2;
    grid-column: 3;
  }

  .client-logo:nth-child(9) {
    grid-row: 2;
    grid-column: 4;
  }

  .client-logo:nth-child(10) {
    grid-row: 2;
    grid-column: 5;
  }

  .client-logo:first-child {
    margin-left: 0;
  }

  .client-logo:last-child {
    margin-right: 30px;
  }

  .client-logo {
    flex: 0 0 280px;
    scroll-snap-align: start;
    min-height: 80px;
  }

  .client-logo:first-child {
    margin-left: 0;
  }

  .client-logo:last-child {
    margin-right: 30px;
  }

  .client-logo {
    width: 170px;
  }
}

.images-carousel {
  position: absolute;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
  overflow: hidden;
  width: 100%;
  /* position: relative; */
}

.carousel-track {
  display: flex;
  animation: slideLeft 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.images-carousel > img {
  opacity: 0.5;
}

.images-carousel img {
  object-fit: cover;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  color: #a0a5ab;
  filter: grayscale(100%) brightness(0.65) contrast(0.9);
  /* opacity: 0.5; */
  width: 170px;
  height: 48px;
  margin-right: 94px;
}

/* @keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
} */

  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50%));
    }
  }




@media (max-width: 1000px) {

.laptop-mockup.about-us.video-about-us.desktop-about{
  display: none!important;

}

  .carousel-wrapper {
    margin: 0px 30px !important;
  }

  .images-carousel {
    margin-bottom: -100px !important;
  }

  .carousel-track {
    animation-duration: 25s;
  }

  .images-carousel img {
    height: 30px;
    /* max-width: 80px; */
    width: 100px;
    margin-right: 38px;
  }
}

.carousel-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1000px) {
  .carousel-wrapper {
    padding: 0 0px;
    gap: 15px;
  }
}
@media (min-width: 1451px) and (max-width: 1779px) {
  .how-it-works-image {
    max-width: 810px;
  }
  .how-it-works-image:not(.about-us-how-it-works) {
    right: 50px;
    position: relative;
  }
}

@media (min-width: 1000px) and (max-width: 1450px) {
  .mission-statements {
    gap: 30px !important;
  }

  .how-it-works-image:not(.about-us-how-it-works) {
    right: 20px;
    position: relative;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .carousel-section .splide__slide {
    margin-left: 80px;
  }

  .carousel-container {
    gap: 70px;
    max-width: 100% !important;
    min-width: 1220px !important;
    margin: 0 !important;
  }
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .carousel-section .splide__slide {
    margin-left: 0px;
  }

  .carousel-container {
    gap: 70px;
    max-width: 1100px !important;
    min-width: 920px !important;
    margin: 0 !important;
  }
}

@media (min-width: 1251px) and (max-width: 1600px) {
  .breakline-homepage {
    display: none !important;
  }

  br.breakline-homepage {
    display: none !important;
  }

  .privacy-policy-wrapper {
    padding: 0 90px !important;
  }
  .hero-text.home {
    margin: 0 90px;
  }
  /* .homepage-img {
    right: 250px;
  } */
  .homepage-img {
    right: 520px !important;
    width: calc(100vw - 200px) !important;
  }

  .hero-content.home {
    margin: 0px 0px 0px 0px !important;
  }

  .reliable-delivery-decor {
    right: -30px !important;
  }

  /* .laptop-mockup {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  } */
  .homepage-hero-image {
    display: block;
    right: 0px;
    position: unset !important;
  }

  .blog-details-go-back {
    max-width: unset;
    padding-left: 90px;
  }

  .main-container-blog-details {
    max-width: unset;
    padding: 0px 90px !important;
  }
  .packages-cards {
    margin-left: 90px;
    margin-right: 90px;
  }
  .features-container.about-us {
    margin: 0px 0px 0px 90px !important;
  }
  .contact-form {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .newsroom-content {
    padding: 110px 90px 110px 90px !important;
  }
  .newsroom-latest-articles.blog-articles {
    padding: 0px 90px 125px !important;
  }

  #blog-image {
    max-width: calc(100% - 180px) !important; /* 90px sa svake strane */
    margin: 60px auto 0;
  }

  /* .blog-details-go-back {
    max-width: 85% !important;
  } */

  /* .blog-details-content-inner {
    max-width: 65% !important;
  } */

  .blog-details-hero-inner {
    max-width: 1200px !important;
  }

  .hero-text h1 {
    letter-spacing: 1px !important;
    font-size: 40px !important;
    line-height: unset !important;
  }

  .laptop-mockup {
    /* max-width: 770px !important; */
  }

  .how-it-works-image {
    max-width: 640px !important;
  }
  .homepage-hero-image {
    /* right: 110px !important; */
  }
  .nav-menu {
    gap: 20px !important;
  }

  .logo {
    max-width: 170px !important;
  }

  .nav a,
  .nav-link {
    font-size: 14px !important;
    white-space: nowrap;
  }

  .laptop-mockup {
    /* max-width: 1100px; */
  }

  .hero-description {
    white-space: unset !important;
  }

  .ultimate-feature-title {
    font-size: 28px !important;
    white-space: nowrap;
  }

  .ultimate-feature-desc {
    font-size: 16px !important;
  }

  .ultimate-features-row {
    margin: 0 90px !important;
  }

  .mission-statements {
    margin: 0 90px !important;
  }

  .section-header.about-us {
    margin: 0 90px !important;
  }

  .how-it-works-content.about-us {
    margin: 0 90px !important;
  }
  .effective-pr-container {
    margin: 0px 90px !important;
  }
  .faq-container {
    margin: 0px 90px !important;
  }

  .navbar-container {
    padding: 0px 90px !important;
  }

  .feature-card {
    padding: 30px 20px !important;
  }

  .feature-card p {
    font-size: 16px !important;
  }

  .hero-content {
    margin: 60px 0px 0px 90px !important;
  }

  .hero-description.home {
    margin: 20px 0px;
  }

  .features-container {
    margin: 0 90px !important;
  }

  .trusted-clients-container {
    margin: 0px 90px !important;
  }

  .client-logo {
    min-width: 120px;
    padding: 25px !important;
  }

  .section-header h2 {
    font-size: 36px !important;
  }

  .step-text {
    font-size: 16px !important;
  }

  .footer-description {
    width: 100% !important;
  }

  .how-it-works-content {
    margin: 0px 0px 0px 90px !important;
  }

  .how-it-works-container {
    gap: 40px;
  }

  .how-it-works-image {
    max-width: 600px;
  }

  .footer-links {
    gap: 15px !important;
  }

  .footer-container {
    margin: 0px 90px !important;
  }
  .footer-sitemap {
    padding: 20px 10px 0px 30px;
  }

  .contact-section {
    padding: 120px 0 0 125px;
  }

  .footer-content {
    gap: 80px !important;
  }
}

/* Hamburger Menu Styles */
.hamburger-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  /* prečnik kruga */
  height: 40px;
  border: 1px solid transparent;
  /* mora biti transparentan */
  background: linear-gradient(#545e69, #545e69) padding-box,
    /* unutrašnja boja (može transparent) */
      var(--Gradient-2, linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%)) border-box;
  border-radius: 50%;
  /* pravi krug */
  cursor: pointer;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 14px; */
}

.burger-menu {
  height: 14px;
}

.hamburger-icon span {
  display: block;
  width: 14px;
  height: 1px;
  background-color: white;
  /* boja linija */
}

/* Show hamburger menu on mobile */
@media (max-width: 1000px) {
  .contact-title {
    font-size: 34px !important;
  }

  .contact-subtitle {
    font-size: 16px !important;
  }

  .hero-fact-value.contact {
    font-size: 18px !important;
  }

  .hero-fact-label.contact {
    font-size: 14px !important;
  }

  .contact-info {
    margin-left: 30px;
  }

  .hero-fact.contact {
    justify-content: unset !important;
    padding-left: unset !important;
  }

  .wire-visualization {
    pointer-events: none;
  }

  .carousel-dots-container {
    margin-left: 30px;
  }
  .carousel-dots-container-pricing {
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
  }

  .logo-mobile {
    object-fit: contain;
  }

  .hamburger-menu {
    display: flex;
  }
}

@media (min-width: 1000px) {
  .footer-links {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px !important;
  }

  .ultimate-features-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }

  .login-button.btn-register {
    margin: 0px auto 12px auto;
  }

  .homepage-dots {
    /* margin-top: -50px !important; */
  }

  .carousel-section {
    background-position: unset !important;
  }
  .feature-card.press h3 {
    margin-top: 13px;
  }
  .hero-content.home {
    min-height: 100vh;
  }
  .hero-content.newsroom {
    min-height: 500px;
  }
  .hero-content.pricing-content {
    min-height: 500px;
  }
  .hero-content.press-section {
    min-height: 620px;
  }
  .laptop-mockup.about-us.video-about-us.press-video {
    right: 0%;
  }

  .laptop-mockup.about-us.video-about-us.contact-video {
    right: 12%;
  }
  .hero-content.contact-content {
    min-height: 500px;
  }

  .video-about-us {
    position: absolute;
    right: 0;
    z-index: 1;
    right: -20px;
  }
  .hero-text-about-us {
    z-index: 3;
    position: relative;
  }

  @keyframes scroll-clients-about {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50%));
    }
  }

  .items.about-us {
    display: flex;
    animation: scroll-clients-about 30s linear infinite;
    width: max-content;
    padding-left: 0;
    gap: 40px;
    margin-bottom: 10px;
  }

  .items.about-us:hover {
    animation-play-state: paused;
  }

  .items.about-us {
    overflow: unset !important;
  }

  .wrapper.clients-grid.about-us {
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    /* za Firefox */
    -ms-overflow-style: none;
    /* za IE i Edge */
  }

  .wrapper.clients-grid.about-us::-webkit-scrollbar {
    display: none;
    /* za Chrome, Safari, Opera */
  }

  .client-logo.about-us {
    flex-shrink: 0;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-section {
    min-height: 780px;
    justify-content: center;
  }

  .laptop-mockup-mobile {
    display: none;
  }

  .hero-title-mobile {
    display: none;
  }

  .logo-mobile {
    display: none;
  }

  .header-mobile {
    display: none;
  }

  .carousel-dots {
    display: none;
  }

  /* .carousel-dots1 {
    display: none;
  } */
}

@media (min-width: 1350px) {
  .hero-content.about-us {
    min-height: 700px;
  }
  .carousel-content h2 {
    letter-spacing: 2px;
  }
}

main.slider-demo-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

main.slider-demo-main h1 {
  margin-bottom: 50px;
}

.wrapper {
  position: relative;
}

.items {
  padding-left: 175px;
  position: relative;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  cursor: pointer;
}

.items.active {
  cursor: grab;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: var(--margin);
  user-select: none;

  width: 50%;
  height: 130px;
  color: var(--bg-color);
  font-size: 33px;
  font-weight: bold;
  line-height: 130px;
}

/* .item:last-child {
  margin-right: 175px;
} */

@media screen and (min-width: 500px) {
  .item {
    width: 33%;
  }
}

@media screen and (min-width: 800px) {
  .item {
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .item {
    width: 20%;
  }
}

@media (min-width: 1000px) and (max-width: 1350px) {
  .how-it-works-container {
    margin: 0px 15px auto auto !important;
  }
}

@media (min-width: 1780px) {
  .client-logo {
    max-height: 140px;
    box-sizing: border-box;
  }
  .how-it-works-container {
    margin: 0px 100px auto auto !important;
    gap: 50px;
  }
  .how-it-works-image {
    max-width: 880px;
  }
}

.wrapper {
  position: relative;
  overflow: visible;
}

.items {
  overflow-x: visible;
  overflow-y: visible;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 35px;
}

.items.active {
  cursor: grab;
}

.item {
  width: 100%;
  /* width: auto; */
  height: 500px;

  font-size: 33px;
  font-weight: bold;
  line-height: 130px;
  text-align: center;
  user-select: none;
}

@media screen and (min-width: 1899px) {
  .clients-grid {
    grid-template-columns: repeat(5, 290px) !important;
  }
  .client-logo.about-us {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1800px) {
  .laptop-mockup.homepage-img {
    width: auto !important;
    right: 850px !important;
  }

  .carousel-container {
    min-width: 1440px;
  }
}

@media screen and (min-width: 1600px) {
  .homepage-dots {
    margin-top: 0px !important;
  }

  .video-about-us {
    width: 1096px;
    height: 700px;
  }
  .packages-cards {
    margin-left: 175px;
    margin-right: 175px;
  }

  .carousel-text {
    padding: 64px 80px !important;
  }
}

@media screen and (min-width: 1700px) {
  .carousel-container {
    gap: 290px !important;
  }
}

@media (min-width: 350px) and (max-width: 390px) {
  .features-grid {
    margin-left: 15px !important;
  }

  .features-card {
    padding: 20px !important;
  }

  .feature-card {
    padding: 18px !important;
  }
}

@media (min-width: 700px) and (max-width: 1500px) {
  /* .wire-visualization {
    max-height: 380px !important;
  } */
}

@media (min-width: 1100px) and (max-width: 1500px) {
  .images-carousel {
    margin-bottom: 20px !important;
  }

  .images-carousel img {
    width: 130px !important;
  }

  .video-about-us {
    position: absolute;
    right: 0;
    z-index: 1;
    right: -20px;
  }
  .hero-text-about-us {
    z-index: 3;
    position: relative;
  }

  /* .wire-visualization {
    max-height: 380px;
  } */
  .main-container-error {
    margin-top: -80px;
  }
  /* .arrow-left-press{
    top: 80%!important;
  }
  .arrow-right-press{
    top: 42%!important;
  } */

  .packages-cards {
    grid-template-columns: 1fr 1fr 1fr !important;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr) !important; */
    gap: 20px;
  }

  .package-card {
    padding: 50px 20px 40px 20px;
  }
  .package-logos > img {
    max-width: 90px;
  }
  .packages-section {
    justify-content: normal;
  }

  .package-features li {
    font-size: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;

    /* opcionalno: razbijanje dugih reči bez razmaka */
    word-break: break-word;

    /* osigurava da širina ne prelazi roditelja */
    max-width: 100%;
    text-align: left;
    white-space: normal;
  }
  .package-title {
    font-size: 32px;
  }
  .package-price {
    font-size: 25px;
  }

  /* .packages-cards > div:nth-child(3) {
    grid-column: 1 / 3;
    justify-self: center;
    width: fit-content;
  } */

  .features-container.about-us {
    margin: 0px 0px 0px 90px !important;
  }

  .ultimate-features-row {
    margin: 0 90px !important;
  }

  .section-header.about-us {
    margin: 0 90px !important;
  }

  .mission-statements {
    margin: 0 90px !important;
  }

  .hero-content.about-us {
    margin: 0 90px !important;
  }

  .ultimate-feature-card {
    padding: 80px 30px !important;
    /* min-width: auto !important;
    max-width: auto !important; */
  }

  .how-it-works-content.about-us {
    margin: 0px 0px 0px 90px !important;
  }

  .items.about-us {
    gap: 25px !important;
  }

  .client-logo.about-us {
    min-height: 90px !important;
    min-width: 170px !important;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .section-header.about-us {
    margin: 0 30px !important;
  }

  .how-it-works-content.about-us {
    margin: 0px 0px 0px 30px !important;
  }

  .ultimate-features-row {
    padding: 0 60px !important;
  }

  .ultimate-feature-card {
    padding: 70px 15px !important;
    min-width: auto !important;
  }

  .ultimate-feature-desc {
    font-size: 15px !important;
  }

  .ultimate-feature-title {
    font-size: 22px !important;
    letter-spacing: 0px !important;
  }
}

@media (min-width: 700px) and (max-width: 1650px) {
  /* .carousel-container {
    max-width: 85% !important;
  } */

  .items {
    padding: 0 !important;
  }
}

@media (min-width: 1100px) and (max-width: 1650px) {
  .carousel-bg-image {
    min-height: 350px !important;
  }

  .carousel-text {
    padding: 55px 10px !important;
    width: 100%;
  }

  .items {
    padding: 0 !important;
  }

  .items {
    gap: 100px !important;
  }
}

/* ABOUT US */

.about-us-how-we-do-it {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Reg */
  font-family: 'DM Sans';
  font-size: 18px;

  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.user-guide {
  color: var(--Buttons, #106b7c);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  /* debljina linije */
  text-underline-offset: 3px;
  /* razmak linije od teksta */
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
  leading-trim: both;
  text-edge: cap;
}

.about-us-tech > p {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Reg */
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  max-width: 770px;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.hero-facts {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;
  margin: 40px 0px;
  /* Desktop/Body Large */
  font-family: 'DM Sans';
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
}

.hero-facts-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 16px;
}

.hero-fact {
  min-height: 84px;
  border-left: 1px solid;
  border-image: linear-gradient(180deg, #17a2b8 0%, #69d27d 100%);
  border-image-slice: 1;
  padding-left: 24px;
  min-width: 160px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-fact-value {
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}

.hero-fact-label {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Small */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.hero-description.about-us {
  white-space: normal !important;
  font-size: 18px;
}

.hero-text-about-us {
  max-width: 730px;
}

.mission-statement {
  display: flex;
  flex-direction: column;
}

.mission-statement-p {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 610px;
  text-align: left;
}

.mission-header > div > span {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/H3 */
  font-family: 'DM Sans';
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

.mission-statements {
  display: flex;
  margin: 0 175px;
  gap: 150px;
}

.mission-header {
  display: flex;
  gap: 15px;
  padding: 10px 10px 10px 25px;
  text-align: left;
  flex-direction: column;
}

.mission-header-header > img {
  max-width: 34px;
  max-height: 34px;
}

.what-we-do-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.what-we-do-icon {
  margin-left: auto;
  /* Ako treba da bude baš uz desnu ivicu roditelja: */
  /* display: block; */
  /* max-width: 80px;  // prilagodi veličinu po potrebi */
}

.ultimate-features-section {
  position: relative;
  padding: 120px 0 70px 0;
  background-color: #414c58;
}

.ultimate-features-row {
  position: relative;
  display: flex;
  align-items: stretch;
  z-index: 2;
}

.ultimate-feature-card {
  /* background: #3e4a56; */
  padding: 80px 40px;
  flex-direction: column;
  min-width: 280px;
  max-width: 420px;
  text-align: left;
  display: flex;
  gap: 25px;
}

.ultimate-feature-card:not(:first-child) {
  border-left: 2px solid rgba(105, 114, 122, 0.4);
}

.ultimate-feature-label {
  background: #e6f7f4;
  color: #106b7c;
  border-radius: 16px;
  padding: 2px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 18px;
  display: inline-block;
}

.ultimate-feature-title {
  letter-spacing: 1px;
  text-align: left;
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 118.75% */
}

.ultimate-feature-title em {
  font-style: italic;
  color: #fff;
}

.ultimate-feature-desc {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Reg */
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  text-align: left;
}

.ultimate-features-tutorial {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ultimate-tutorial-btn {
  position: relative;

  z-index: 1000;
  display: inline-flex;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/BTNs */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  max-width: 258px;
  max-height: 43px;
  white-space: nowrap;
}

.ultimate-tutorial-btn:hover {
  /* background: #e6f7f4;
  color: #17a2b8; */

  border-radius: 30px;
  /* border: 1px solid var(--Gradient-2, #17A2B8)!important; */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15) !important;
  color: var(--White, #fff) !important;
  background: #414c58 !important;

  /* border-radius: 30px;
  background:
    linear-gradient(#106B7C, #106B7C) padding-box,
    linear-gradient(
      90deg,
      #17A2B8 46.99%,
      #69D27D 98%
    ) border-box;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
color: #FFF; */
}

.btn-about-us {
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Subheading */
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  max-width: 146px;
  white-space: nowrap;
  max-height: 30px;
}

.ultimate-features-container::before,
.ultimate-features-container::after {
  content: '';
  position: absolute;
  left: 5%;
  right: 5%;
  height: 2px;
  width: 90%;
  /* background: linear-gradient(to right, rgba(65, 76, 88, 0), rgba(23, 162, 184, 1), rgba(105, 210, 125, 1), rgba(65, 76, 88, 0)); */

  background: linear-gradient(
    to right,
    rgba(65, 76, 88, 0) 0%,
    rgba(23, 162, 184, 1) 20%,
    rgba(105, 210, 125, 1) 80%,
    rgba(65, 76, 88, 0) 100%
  );

  /* content: '';
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(65, 76, 88, 0) -8.1%,
    #17a2b8 24.1%,
    #69d27d 68.64%,
    rgba(65, 76, 88, 0) 104.99%
  );

  z-index: 1; */
}

/* Gornja linija */
.ultimate-features-container::before {
  top: 0;
}

/* Donja linija */
.ultimate-features-container::after {
  bottom: 0;
}

/* Pozicioniranje na vrh */
.ultimate-features-container::before {
  top: 0;
}

/* Pozicioniranje na dno */
.ultimate-features-container::after {
  bottom: 0;
}

.ultimate-features-container {
  border-radius: 10px;
  background: var(--Body, #414c58);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  position: relative;
  display: flex;
}

.section-header.about-us {
  margin: 0 175px;
}

.clients-grid.about-us {
  display: flex;
}

.client-logo.about-us {
  min-width: 290px;
  min-height: 140px;
  padding: unset;
}

.client-logo.about-us > img {
  pointer-events: none;
}

.items.about-us {
  padding-left: 0px;
}

.clients-header.about-us {
  margin-bottom: 30px;
}

.client-logo.about-us:hover {
  transform: none;
  transition: none;
}

.page-indicator.about-us {
  color: var(--Buttons, #106b7c);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/BTNs */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0px;
}

.hero-description.about-us {
  max-width: 610px;
}

.hero-text-about-us > h1 {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/H1 */
  font-family: 'DM Sans';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: 1px;
}

.hero-text-about-us {
  margin-top: 130px;
}

.hero-section-about-us {
  max-height: 700px;
}

.features-section.about-us {
  padding: 110px 0px;
}

.mission-header-line {
  display: flex;
}

.mission-header-header {
  gap: 15px;
  display: flex;
  align-items: center;
}

.items.about-us {
  gap: 30px;
}

.trusted-clients-section.about-us {
  padding: 130px 0px 160px 0px;
}

@media (max-width: 1000px) {
  .hero-facts-row.contact {
    margin-bottom: 40px !important;
  }

  .hero-content {
    position: relative;
  }

  .laptop-mockup.about-us {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 460px !important;
    height: auto !important;
  }

  .mission-header {
    gap: 5px !important;
    padding: 10px 10px 10px 15px !important;
  }

  .mission-icon.first {
    max-height: 205px;
  }

  .features-section.about-us {
    padding: 80px 0px 65px 0px !important;
  }

  .ultimate-feature-desc {
    font-size: 16px !important;
  }

  .hero-text-about-us {
    margin-top: 50px !important;
  }

  .hero-fact {
    min-height: 50px !important;
    padding-left: 10px !important;
  }

  .ultimate-feature-title {
    font-size: 22px !important;
  }

  .ultimate-features-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* centriranje kartice pri snap-u, ali prvi slajd ostaje 30px od leve (preko margin-left na track-u) */
    padding-left: max(0px, calc(50vw - 150px - 30px));
    padding-right: max(30px, calc(50vw - 150px));
    scroll-padding-left: max(0px, calc(50vw - 150px - 30px));
    scroll-padding-right: max(30px, calc(50vw - 150px));
    overflow-y: hidden;
  }

  .ultimate-feature-card {
    overflow: hidden;
    padding: 50px 30px !important;
  }

  .ultimate-features-container {
    margin-left: 30px; /* inicijalni razmak levo */
  }

  .ultimate-features-container {
    display: flex;
    gap: 0px;
  }

  .ultimate-feature-card {
    flex: 0 0 300px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    max-width: 300px;
    min-width: 300px;
    margin-right: 0;
    overflow-y: hidden;
  }

  .ultimate-feature-card:last-child {
    margin-right: 0;
  }

  .ultimate-features-row::-webkit-scrollbar {
    display: none;
  }

  .ultimate-features-row {
    scrollbar-width: none;
  }

  .features-container.about-us {
    margin: 0px !important;
  }

  .mission-statement-p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .mission-header-header {
    gap: 10px !important;
  }

  .mission-header-line > img {
  }

  .mission-header-header > img {
    width: 29px !important;
    height: 29px !important;
  }

  .mission-header > div > span {
    font-size: 18px !important;
  }

  .laptop-mockup.about-us {
    display: block !important;
  }

  .mission-statements {
    margin: 0 30px !important;
    flex-direction: column;
    gap: 10px;
  }

  .section-header.about-us {
    margin: 0px 30px !important;
  }

  .client-logo.about-us {
    display: flex;
    width: 172px;
    height: 87px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    min-width: unset !important;
    min-height: unset !important;
    flex: 0 0 172px !important;
  }

  .trusted-clients-section.about-us {
    padding: 90px 0px 80px 0px !important;
  }

  .about-us-tech > p {
    font-size: 16px !important;
  }

  .how-it-works-content {
    margin: 0px 0px 30px 0px !important;
  }

  .about-us-how-we-do-it {
    font-size: 16px !important;
  }

  .how-it-works-section.about-us {
    padding: 80px 0px 0px 0px !important;
  }

  .clients-grid.about-us {
    grid-template-columns: none !important;
    grid-template-rows: none !important;
  }

  .what-we-do-icon {
    display: none;
  }

  .hero-description {
    max-width: 354px !important;
  }

  .hero-facts-row {
    flex-direction: column;
    gap: 30px !important;
    margin-bottom: 50px !important;
  }
}

.hero-text {
  flex: 1;
  width: 50%;
  max-width: 500px;
  color: white;
  text-align: left;
  z-index: 10;
}

.hero-text h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
  white-space: nowrap;
}

.hero-description.about-us {
  color: var(--White, #fff);
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.hero-text-about-us {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Mobile/H1 */
  font-family: 'DM Sans';
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 100% */
}

.hero-text-about-us {
  text-align: left;
}

.section-header.what-we-do {
  margin-bottom: 10px;
}

.ultimate-feature-title {
  margin: 0px;
}

.ultimate-feature-desc {
  margin: 0px;
}

.how-it-works-section.about-us {
  padding: 80px 0px;
}

.about-us-tech > h2 {
  letter-spacing: 1px;
}

/* Effective PR Distribution Section */
.effective-pr-section {
  background-color: #414c58;
  padding: 135px 0px 130px 0px;
  position: relative;
  color: white;
}

.effective-pr-content {
  flex: 1;
  max-width: 600px;
}

.effective-pr-content .section-header {
  margin-bottom: 40px;
}

.effective-pr-content .section-tag {
  background: linear-gradient(135deg, #17a2b8, #69d27d);
  border: 1px solid #17a2b8;
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.effective-pr-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.2;
}

.effective-pr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.effective-pr-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.effective-pr-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
  line-height: 1.3;
}

.effective-pr-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

.effective-pr-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.effective-pr-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 1000px) {
  .effective-pr-container {
    margin: 0 20px;
    flex-direction: column;
    gap: 40px;
  }

  .effective-pr-content {
    max-width: 100%;
  }

  .effective-pr-content h2 {
    font-size: 32px;
  }

  .effective-pr-grid {
    gap: 20px;
  }

  .effective-pr-card {
    padding: 20px;
  }

  .effective-pr-card h3 {
    font-size: 18px;
  }

  .effective-pr-card p {
    font-size: 14px;
  }
}

.faq-section {
  background-color: white;
  padding: 120px 0px 150px 0px;
}

.faq-container {
  margin: 0 175px;
}

.faq-header {
  text-align: left;
  margin-bottom: 50px;
}

.faq-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #414c58;
  margin-top: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 125px;
}

/* Linija ispod svakog item-a */
.faq-item .faq-content {
  position: relative;
}

.faq-item .faq-content::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 1px;
  /* background: linear-gradient(to right, #17a2b8 47%, #69d27d 98%); */
  background: var(--Gradient-2, linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%));
}

.faq-item:first-child .faq-content::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 10px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #17a2b8 47%, #69d27d 98%);
}

.faq-item:first-child .faq-content::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: 0;
  height: 1px;
  /* background: linear-gradient(to right, #17a2b8 47%, #69d27d 98%); */
  background: var(--Gradient-2, linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%));
}

.faq-item:last-child .faq-content::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: 0;
  height: 1px;
  /* background: linear-gradient(to right, #17a2b8 47%, #69d27d 98%); */
  background: var(--Gradient-2, linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%));
}

.faq-text-left {
  padding-left: 10px;
}

/* Remove old styles */
.faq-item:first-child::before {
  display: none;
}

.faq-item:not(:last-child)::after {
  display: none;
}

.faq-item:last-child::after {
  display: none;
}

.faq-number {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  /* 141.667% */
}

.faq-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 20px;
  padding: 20px 25px 20px 0px;
}

.faq-question:hover .faq-text {
  color: #17a2b8;
}

.faq-text {
  flex: 1;
  color: #414c58;
  font-family: 'DM Sans';
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  transition: color 0.3s ease;
}

.faq-toggle {
  color: #414c58;
  font-family: 'DM Sans';
  font-size: 35px;
  font-weight: 300;
  min-width: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

.faq-answer.active {
  max-height: 500px;
  opacity: 1;
}

.faq-answer p {
  color: #414c58;
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0;
  text-align: left;
  max-width: 980px;
}

.faq-answer ul {
  padding-left: 20px;
  margin: 16px 0;
  text-align: left;
}

.faq-answer li {
  max-width: 980px;
  color: #414c58;
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.faq-answer li::before {
  content: '•';
  color: black;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}

/* Responsive FAQ */
@media (max-width: 1000px) {
  .faq-item:first-child .faq-content::before {
    left: 0px !important;
  }

  .faq-item:first-child .faq-content::after {
    left: 0px !important;
  }

  .faq-item:last-child .faq-content::after {
    left: 0px !important;
  }

  .faq-text-left {
    padding-left: 0px !important;
  }

  .faq-section {
    padding: 80px 30px;
  }

  .faq-container {
    margin: 0;
  }

  .faq-header h2 {
    font-size: 26px;
    letter-spacing: 0;
  }

  .faq-item {
    /* padding: 20px 0; */
    gap: 12px;
  }

  .faq-item:not(:last-child)::after {
    left: 40px;
  }

  .faq-text {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-number {
    font-size: 14px;
    min-width: 28px;
  }

  .faq-toggle {
    font-size: 30px;
    min-width: 20px;
  }

  .how-it-works-section.press {
    padding: 80px 0px 60px 30px !important;
  }

  .faq-question {
    padding: 30px 0px 10px 0px;
  }

  .faq-question.first-question {
    padding: 10px 0px 10px 0px;
  }

  .faq-header {
    margin-bottom: 30px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-answer ul {
    padding-left: 16px;
  }

  .faq-answer li {
    font-size: 14px;
    line-height: 20px;
  }
}

.about-us-how-we-do-it-description {
  margin: 20px 0px;
}

/*Contact*/
.contact-section {
  display: flex;
  align-items: flex-start;
  min-height: 600px;
  padding: 120px 0 0 175px;
  gap: 60px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: left;
  flex: 1;
  color: #fff;
  max-width: 570px;
}

/* .form-group input {
  max-width: 360px;
} */

.contact-title {
  margin: 0px;
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/H1 */
  font-family: 'DM Sans';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
}

.contact-subtitle {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  white-space: nowrap;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-detail {
  border-left: 2px solid #17a2b8;
  padding-left: 18px;
}

.contact-label {
  font-size: 1rem;
  font-weight: 600;
  color: #69d27d;
  display: block;
  margin-bottom: 4px;
}

.contact-value {
  font-size: 1rem;
  color: #bfcad6;
}

.contact-form-container {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form {
  width: 100%;
  /* padding: 60px 85px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(65, 76, 88, 0.7);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  height: 650px;
  width: 100%;
  max-width: 930px;
  flex-shrink: 0; */
}

.form-row {
  display: flex;
}

.form-group {
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--White, #fff);
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.form-group label {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Small */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  /* 150% */
}

.form-group input,
.form-group textarea {
  border-radius: 4px;
  border: 1px solid rgba(105, 114, 122, 0.2);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 12px 14px;
  align-items: center;
  color: #fff;
  gap: 10px;
}

.form-group input::placeholder {
  opacity: 0.6;
}

.form-group textarea::placeholder {
  opacity: 0.6;
}

.form-group.full-width {
  width: 100%;
}

.form-group textarea {
  min-height: 80px;
  resize: vertical;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.form-note {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Small */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  opacity: 0.6;
  text-align: left;
}

.form-submit-btn {
  max-height: 43px;
  display: inline-flex;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/BTNs */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.form-submit-btn:hover {
  background: #17a2b8;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .faq-number {
    display: none;
  }

  .faq-list {
    gap: 0px !important;
  }

  .pagination-controls.press {
    display: block !important;
    color: var(--Buttons, #106b7c);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .section-header.effective-pr h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .press-mobile-text {
    display: block !important;
    color: var(--White, #fff);
    leading-trim: both;
    text-edge: cap;

    /* Desktop/Body Small */
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
  }

  .effective-pr-section {
    padding: 80px 0px 80px 0px !important;
  }

  .section-tag.benefits {
    max-width: 120px;
    font-size: 12px;
  }

  .section-tag-press {
    max-width: 120px !important;
  }

  .clients-header.press {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .features-section.press {
    padding: 70px 0px !important;
  }

  /* .feature-card.press p {
    min-width: 294px;
  } */

  .feature-card.press {
    padding: 30px !important;
  }

  .section-tag.press {
    max-width: 120px;
  }

  .hero-text.press h1 {
    font-size: 34px !important;
    letter-spacing: 1px !important;
  }

  .contact-section {
    flex-direction: column;
    gap: 40px;
    padding: 95px 0px 0px 0px;
  }

  hr.custom-line {
    margin: 70px 0px 20px 0px !important;
  }

  .contact-info {
    max-width: 100%;
  }

  .contact-form-container {
    max-width: 100%;
  }

  .contact-form {
    padding: 20px 30px;
    max-width: 100%;
  }

  .form-row {
    flex-direction: column;
  }
}

.hero-facts-row.contact {
  display: flex;
  flex-direction: column;
}

.asterisk {
  color: var(--Primary, #17a2b8);
  font-weight: 700;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.hero-fact-value.contact {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Large */
  font-family: 'DM Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 145.455% */
}

.hero-fact-label.contact {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Small */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.contact-form-container {
  max-width: 930px;
  /* background: url('../static/images/contact_section.png') no-repeat center center; */
  background: url('./images/contact_section.png') no-repeat center center;

  /* background-size: contain; */
  background-position: left;
}

.hero-fact.contact {
  border-left: unset;
  border-image: unset;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  padding-left: unset;
}

hr.custom-line {
  border: none;
  height: 1px;
  background: var(--White, #fff);
  margin: 90px 0px 40px 0px;
}

.line-header {
  height: 86px;
}

.hero-image.press {
  right: 0;
}

.hero-subtitle.press {
  white-space: nowrap;
}

.hero-description.press {
  margin-bottom: 40px;
}

.features-grid.press {
  grid-template-columns: repeat(4, 1fr);
}

.feature-header.press {
  flex-direction: column;
  align-items: baseline;
}

.trusted-clients-section.contact {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 41.74%,
      rgba(23, 162, 184, 0.1) 80.69%,
      rgba(105, 210, 125, 0.16) 97.72%
    ),
    #f8f9fa;
}

.hero-description.press {
  white-space: normal;
}

.hero-content.press {
  margin-top: 20px;
}

.hero-text h1 {
  letter-spacing: 2px;
}

.features-section.press {
  padding: 125px 0px;
}

.section-header h2 {
  letter-spacing: 2px;
}

.feature-card.press h3 {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Reg */
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0px;
}

.feature-card {
  padding: 60px 30px;
}

.hero-text.press {
  margin-top: 60px;
}

.benefit-content {
  display: flex;
  flex-direction: column;
}

.benefit-card {
  display: flex;
}

.benefit-content > h3 {
  margin: 0;
}

.benefit-content p {
  max-width: 750px;
}

.benefit-content {
  text-align: left;
}

.section-header.effective-pr h2 {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/H2 */
  font-family: 'DM Sans';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 122.727% */
}

.section-tag.benefits {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Subheading */
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  min-width: 129px;
  max-height: 30px;
}

.hero-text.press h1 {
  display: block !important;
}

.hero-subtitle-mobile.press {
  display: none;
}

.hero-description-mobile.press {
  display: none;
}

.mobile-press {
  display: none;
}

.press-mobile-text {
  display: none;
}

@media (max-width: 1000px) {
  .next-arrow.press {
    width: 20px !important;
    height: 20px !important;
  }
  .hero-buttons.press {
    gap: 10px !important;
  }
  .step.press p {
    font-size: 17px !important;
  }

  .hero-description-mobile.press {
    font-size: 15px !important;
  }
}

@media (min-width: 1500px) {
  .arrow-left-press {
    top: 81% !important;
  }
  .arrow-right-press {
    top: 42% !important;
  }

  .ultimate-features-row {
    margin: 0 175px;
  }

  .hero-description.home {
    margin: 25px 0px;
  }

  /* .hero-text.home {
    margin-top: 125px;
  } */
}

.newsroom-content {
  background: #fff;
  padding: 110px 175px 110px 175px;
}

.newsroom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.newsroom-categories {
  display: flex;
  gap: 16px;
}

.newsroom-category {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  background: #fff;
  color: #414c58;
  font-weight: 600;
  padding: 16px 36px;
  max-height: 43px;
  border-radius: 24px;
  cursor: pointer;
  border: none;
  z-index: 1;
  overflow: visible;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.newsroom-category::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  /* debljina bordera */
  background: linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.newsroom-category.active::before {
  display: none !important;
  content: none !important;
}

.newsroom-category.active,
.newsroom-category:hover {
  background: var(--Buttons, #106b7c);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  color: #fff;
}

.newsroom-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.newsroom-sort-btn {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/BTNs */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  border: none;
  background-color: white;
}

.sort-arrow {
  margin-left: 8px;
}

.newsroom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
  background-color: white;
}

.newsroom-isolation {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.newsroom-isolation-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 2;
  pointer-events: none;
  max-width: 150px;
}

.newsroom-card-image {
  width: 100%;
  height: 180px;
  background: #e5e8ef;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.newsroom-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #414c58;
  font-size: 24px;
  border-radius: 6px;
  background-color: #414c58;
}

.newsroom-card-meta {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  color: var(--Tetriary, #69727a);

  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.newsroom-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #414c58;
  margin: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsroom-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* broj redova */
  -webkit-box-orient: vertical;
  overflow: hidden;

  color: var(--Body, #414c58);

  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  text-align: left;
}

.newsroom-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.newsroom-card-arrow {
  font-size: 22px;
  color: #17a2b8;
}

.newsroom-card:hover .newsroom-card-arrow {
  opacity: 1;
}

.newsroom-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.newsroom-page {
  opacity: 0.5;

  color: var(--Body, #414c58);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: #fff;
  border: 1px solid #69727a;

  width: 43px;
  height: 43px;
  border-radius: 21.5px;
  cursor: pointer;
}

.newsroom-page.active,
.newsroom-page:hover {
  border: unset !important;
  opacity: 1 !important;
  background: var(--Buttons, #106b7c);

  color: #fff;
}

@media (max-width: 1100px) {
  .package-reach {
    margin-top: 30px;
  }
  .arrow-left-press {
    display: none;
  }
  .arrow-right-press {
    display: none;
  }

  .reliable-delivery-decor {
    display: none;
  }

  .packages-cards {
    display: flex !important;
  }

  .newsroom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .newsroom-grid {
    grid-template-columns: 1fr;
  }

  .newsroom-content {
    padding: 32px 0 60px 0;
  }
}

.hero-image.newsroom {
  right: 80px;
}

.benefit-card {
  position: relative;
}

.benefit-card.press {
  padding-left: 20px;
}

.benefit-card.press::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  /* debljina bordera */
  background: linear-gradient(90deg, #414c58 0%, #17a2b8 59%, #69d27d 99%);

  border-radius: 2px;
  /* zaobljene ivice */
}

.features-grid.press > div:first-child {
  position: relative;
}

.clients-decor.press {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 120px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.features-grid.press .benefit-card:first-child {
  position: relative;
  z-index: 2;
}

.ultimate-features-row {
  position: relative;
}

.ultimate-features-row::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 30%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%);
  opacity: 0.5;
  filter: blur(130px);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.planet-image.about-us {
  width: 100%;
}

.planet-background.about-us.group {
  display: none;
}

.planet-background.about.us.main {
  display: block;
}

.mobile-filtering-header {
  padding: 16px 24px 8px;
}

.mobile-filtering-header h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #414c58;
  margin: 0;
}

.mobile-filter-group {
  padding: 8px 24px;
  position: relative;
}
.mobile-filter-group.sort-group {
  display: none;
}

.mobile-filter-btn {
  width: 100%;
  background: white;
  border: 1.5px solid var(--Gradient-2, #17a2b8);
  border-radius: 30px;
  padding: 8px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-filter-label .dropdown-arrow {
  transition: transform 0.3s ease;
}

.mobile-filter-btn.open .dropdown-arrow {
  transform: rotate(180deg);
}

.mobile-filter-btn span:first-child {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.mobile-filter-value {
  color: var(--Body, #414c58);
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.mobile-filter-dropdown {
  border-radius: 14px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  position: absolute;
  top: 100%;
  left: 24px;
  right: 24px;
  background: white;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.mobile-filter-dropdown.open {
  padding: 20px 32px 20px 24px;

  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
}

.mobile-filter-option {
  color: var(--Buttons, #106b7c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(65, 76, 88, 0.1);
}

.mobile-filter-option:last-child {
  border-bottom: none;
}

.mobile-filter-option[data-value='All'] {
  opacity: 0.5;
}

.mobile-filter-option:hover {
  background: rgba(23, 162, 184, 0.05);
}

.mobile-filter-btn svg {
  margin-left: 8px;
}

.newsroom-card-read-more {
  display: none;
}

/* .page-indicator.about-us.newsroom {
  display: none;
} */
.arrow-left-press {
  position: absolute;
  left: 0;
  top: 80%;
  transform: translateY(-50%) !important;
  z-index: 1;
}

.arrow-right-press {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%) !important;
  z-index: 1;
}

.arrow-fade-in {
  opacity: 0;
  animation: arrowFadeIn 0.8s ease-out 0.3s forwards;
}

@keyframes arrowFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.newsroom-card {
  border-radius: 8px;
  /* outline: 2px solid transparent;
  outline-offset: -2px; */
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-left: 2px solid rgba(65, 76, 88, 0.2);
  /* leva ivica */
  border-right: 2px solid rgba(65, 76, 88, 0.2);
  background: var(--White, #fff);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);

  position: relative;

  background: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  /* ...ostalo... */
}

.newsroom-card::before,
.newsroom-card::after {
  content: '';
  position: absolute;
  left: 0px;
  /* isto kao border */
  right: 0px;
  /* isto kao border */
  height: 2px;

  /* Gradient linija */
  background: linear-gradient(
    to right,
    rgba(65, 76, 88, 0),
    rgba(23, 162, 184, 1),
    rgba(105, 210, 125, 1),
    rgba(65, 76, 88, 0)
  );

  /* Iznad shadow-a */
  z-index: 2;
}

.newsroom-card:hover {
  border-radius: 10px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#f8f9fa, #f8f9fa),
    linear-gradient(90deg, rgba(23, 162, 184, 1), rgba(105, 210, 125, 1));
}

.newsroom-card:hover::before,
.newsroom-card:hover::after {
  opacity: 0;
  transform: none;
  pointer-events: none;
}

.newsroom-card::before {
  top: -2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.newsroom-card::after {
  bottom: -2px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.reliable-delivery-decor {
  position: absolute;
  top: 52%;
  right: -110px;
  transform: translateY(-50%);
  height: auto;
  z-index: 0;
  pointer-events: none;
}

/* Ensure the last card (Reliable Delivery) has relative positioning */
.features-grid .feature-card:last-child {
  position: relative;
  overflow: visible;
}

.newsroom-isolation-left.mobile {
  display: none;
}

.newsroom-isolation-right.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .laptop-mockup.homepage-img {
    display: none !important;
  }

  .package-logos.mobile > img {
    max-width: 65px;
  }
  .laptop-mockup.about-us.video-about-us.press-video {
    display: none !important;
  }

  .package-card {
    box-sizing: unset;
  }
  .section-header.press-header {
    margin-bottom: 5px !important;
  }
  .error_subtitle {
    font-size: 16px;
    width: 354px;
    line-height: 24px;
  }
  .btn-login.choose-package.btn-case {
    margin: 30px 0px 100px 0px;
  }
  .error_text {
    color: var(--White, #fff);
    text-align: center;

    font-family: 'DM Sans';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
  .btn-login.choose-package.btn-case {
    width: 201px;
  }

  /* .item:last-child {
    margin-right: 20px !important;
  } */

  .feature-card {
    border: none; /* poništava generalni border */
    border-left: 2px solid rgba(65, 76, 88, 0.2); /* ostaje levo */
    border-right: 2px solid rgba(65, 76, 88, 0.2); /* ostaje desno */
  }

  .planet-background.about-us {
    transform: translateY(-80%);
  }

  .carousel-dots-container.carousel-dots-container {
    margin-left: 40px !important;
    margin-bottom: 90px;
  }
  .how-it-works-section.blog-details-works-sections {
    margin-top: 40px;
  }

  .carousel-dots.blog-details {
    position: fixed;
    bottom: 40px;
    left: 55px;
    transform: translateX(-50%);
    z-index: 100;
  }
  .how-it-works-section {
    background: linear-gradient(
        138deg,
        rgba(0, 0, 0, 0) 22.49%,
        rgba(23, 162, 184, 0.1) 41.61%,
        rgba(105, 210, 125, 0.16) 85.3%
      ),
      #f8f9fa;
  }
  .section-header {
    margin-bottom: 25px !important;
  }
  .package-title {
    font-size: 34px !important;
  }

  .package-price {
    font-size: 26px !important;
  }

  .items.about-us {
    display: grid;
    grid-template-columns: repeat(10, 173px);
  }

  /* .mobile-hide{
    display: none !important;
  } */
  .wrapper.clients-grid.about-us {
    padding: 0px 0px 0px 0px !important;
  }

  .mobile-only-press {
    display: none;
  }

  .hero-description.about-us {
    color: var(--White, #fff);

    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }

  .ultimate-feature-title {
    color: var(--White, #fff);
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }

  .newsroom-isolation-right.desktop {
    display: none;
  }

  .newsroom-isolation-left.mobile {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 100px;
    height: auto;
    z-index: 2;
    pointer-events: none;
  }

  .newsroom-isolation-right.mobile {
    display: block !important;
  }

  .newsroom-card-arrow {
    margin-bottom: 15px;
  }

  .newsroom-card-arrow-hover-group {
    transform: unset !important;
    opacity: 1 !important;
  }

  .beyond-par {
    white-space: nowrap;
  }

  .trusted-clients-section.home {
    padding: 80px 0px 80px 0px !important;
  }
  .carousel-dots.trusted-carousel-dots.our-clients-dots {
    padding-left: 30px !important;
  }
  .section-header.our-clients-section {
    padding-left: 30px !important;
  }
  .clients-grid {
    scroll-padding: 30px;
  }

  .carousel-content.home p {
    font-size: 16px !important;
    font-weight: 300 !important;
  }

  .reliable-delivery-decor {
    width: 80px;
    right: -60px;
    display: none;
  }
}

.section-tag-div {
  letter-spacing: 1px;
  max-width: 158px;
  border-radius: 30px;
  border: 1px solid var(--Gradient-2, #17a2b8);
  background: linear-gradient(
    90deg,
    rgba(23, 162, 184, 0.15) 46.99%,
    rgba(105, 210, 125, 0.15) 98%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;

  height: 30px;

  color: var(--Body, #414c58);

  font-weight: bold;
}

.feature-card.home {
  padding: 40px 30px;
}

.trusted-clients-section.home {
  padding: 100px 0px;
}

.carousel-section-button:hover {
  border-radius: 30px;
  /* border: 1px solid var(--Gradient-2, #17A2B8)!important; */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15) !important;
  color: var(--White, #fff) !important;
  background: #414c58 !important;
}

.carousel-content.home p {
  color: var(--White, #fff);

  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(65, 76, 88, 0.98);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.mobile-menu-container {
  width: 100%;
  height: 100%;
  background: #414c58;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 18px;
}

/* Header sa logom i X dugmetom */
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  overflow: visible;
}

.logo-mobile-menu {
  overflow: visible;
  width: auto;
}

.close-mobile-menu {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #17a2b8;
  background: transparent;
  color: #17a2b8;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.close-mobile-menu:hover {
  background: #17a2b8;
  color: #fff;
}

/* Navigacija */
.mobile-menu-nav {
  margin-bottom: 48px;
}

.mobile-menu-title {
  color: var(--White, #fff);

  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;

  margin-bottom: 10px;
  display: block;
}

.mobile-menu-nav a {
  font-weight: 600;
  color: var(--White, #fff);
  text-decoration: none;
  letter-spacing: 1px;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  line-height: 26px;

  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.mobile-menu-buttons {
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 0px 24px;
  gap: 20px;
}

.mobile-menu-nav a:hover {
  color: #17a2b8;
}

.mobile-menu-nav {
  padding: 40px 30px;
}

.mobile-menu-nav a {
  display: flex;
  justify-content: space-between;
}

.arrow {
  width: 13px;
  height: 13px;
  color: white;

  margin-left: 6px;
}

.mobile-menu-header {
  padding: 25px 30px 0px 30px;
}

/* Responsive za male ekrane */
@media (max-width: 500px) {
  .mobile-menu-nav a {
    font-size: 18px;
    padding: 13px 0;
  }
}

.mobile-menu-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-overlay.closing {
  opacity: 0;
  pointer-events: auto;
}

.mobile-menu-overlay.closing .mobile-menu-nav a {
  opacity: 0;
  transform: translateY(-5px);
}

.login-mobile-menu {
  max-width: 113px !important;
}

.mobile-menu-nav a {
  display: flex;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition-delay: 0s;
}

/* Otvaranje - stagger delay */
.mobile-menu-overlay.open .mobile-menu-nav a {
  opacity: 1;
  transform: translateY(5px);
}

.mobile-menu-overlay.open .mobile-menu-nav a:nth-child(1) {
  transition-delay: 0.05s;
}

.mobile-menu-overlay.open .mobile-menu-nav a:nth-child(2) {
  transition-delay: 0.1s;
}

.mobile-menu-overlay.open .mobile-menu-nav a:nth-child(3) {
  transition-delay: 0.15s;
}

.mobile-menu-overlay.open .mobile-menu-nav a:nth-child(4) {
  transition-delay: 0.2s;
}

.mobile-menu-overlay.open .mobile-menu-nav a:nth-child(5) {
  transition-delay: 0.25s;
}

.mobile-menu-overlay.open .mobile-menu-nav a:nth-child(6) {
  transition-delay: 0.4s;
}

/* Zatvaranje - obrnut stagger delay */
.mobile-menu-overlay.closing .mobile-menu-nav a {
  opacity: 0;
  transform: translateY(-5px);
}

.mobile-menu-overlay.closing .mobile-menu-nav a:nth-child(1) {
  transition-delay: 0.3s;
}

.mobile-menu-overlay.closing .mobile-menu-nav a:nth-child(2) {
  transition-delay: 0.25s;
}

.mobile-menu-overlay.closing .mobile-menu-nav a:nth-child(3) {
  transition-delay: 0.2s;
}

.mobile-menu-overlay.closing .mobile-menu-nav a:nth-child(4) {
  transition-delay: 0.15s;
}

.mobile-menu-overlay.closing .mobile-menu-nav a:nth-child(5) {
  transition-delay: 0.1s;
}

.mobile-menu-overlay.closing .mobile-menu-nav a:nth-child(6) {
  transition-delay: 0.05s;
}

/* Modal Overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-overlay.active {
  display: flex;
}

/* Modal Content */
.modal-content {
  background: linear-gradient(rgba(248, 249, 250, 1), rgba(248, 249, 250, 1)) padding-box,
    linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 60px 40px;
  max-width: 460px;
  width: 90%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.3s ease-out;
  overflow: hidden;
}

/* Remove max-width when register form is visible */
.modal-content:has(#registerFormContainer:not([style*='display: none'])) {
  max-width: 650px;
  padding: 40px;
}

#registerForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-content::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 85%;
  width: 130px;
  height: 80px;
  background-image: url('./images/IsolationModeLogin.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.modal-content:has(#loginFormContainer:not([style*='display: none']))::after {
  top: 70%;
}
.modal-content:has(#loginFormContainer:not([style*='display: none']))::before {
  top: 70%;
}

.modal-content::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 85%;
  width: 130px;
  height: 80px;
  background-image: url('./images/IsolationModeLogin.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

#loginForm {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#registerForm .form-row {
  display: flex;
  gap: 20px;
}

#loginForm > div > label,
#registerForm .form-label {
  color: rgba(65, 76, 88, 1) !important;
}

#loginForm > div > input,
#registerForm .form-input {
  color: rgba(105, 114, 122, 1) !important;
}

#loginForm > div > div > input,
#registerForm .form-input {
  color: rgba(105, 114, 122, 1) !important;
}

#loginForm > div > input::placeholder,
#registerForm .form-input::placeholder {
  color: rgba(105, 114, 122, 1) !important;
  opacity: 1;
}

#loginForm > div > div > input::placeholder,
#registerForm .form-input::placeholder {
  color: rgba(105, 114, 122, 1) !important;
  opacity: 1;
}

/* Select styling in register form - identical to input */
#registerForm select.form-input {
  color: rgba(105, 114, 122, 1) !important;
  font-size: 16px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  height: auto !important;
  min-height: auto !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

#registerForm select.form-input::placeholder {
  font-size: 16px !important;
  color: rgba(105, 114, 122, 1) !important;
  opacity: 1;
}

#registerForm select.form-input option {
  color: rgba(105, 114, 122, 1) !important;
  font-size: 16px !important;
  font-family: inherit !important;
}

#registerForm select.form-input option:disabled {
  color: rgba(105, 114, 122, 1) !important;
  opacity: 1;
  font-style: normal !important;
  font-size: 16px !important;
}

#registerForm select.form-input option:checked {
  color: rgba(105, 114, 122, 1) !important;
  opacity: 1;
  font-style: normal !important;
  font-size: 16px !important;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close Button */
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: 1px solid rgba(16, 107, 124, 0.2);
  border-radius: 8px;
  font-size: 28px;
  cursor: pointer;
  color: rgba(16, 107, 124, 1);
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.modal-close:hover {
  color: #000;
}

/* Modal Title */
.modal-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(65, 76, 88, 1);
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/* Error Banner */
.error-banner {
  display: none;
  background: #fff1f0;
  border: 1px solid #ffccc7;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-banner-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.error-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.error-banner-text {
  flex: 1;
}

.error-banner-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #dc3545;
  margin-bottom: 6px;
}

.error-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.error-list li {
  font-size: 13px;
  color: #dc3545;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.error-list li:last-child {
  margin-bottom: 0;
}

.error-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  font-weight: bold;
}

.error-banner-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #dc3545;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.error-banner-close:hover {
  opacity: 0.7;
}

/* Form Group */

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0;
  transition: color 0.2s;
}

.form-label.error {
  color: #dc3545;
}

.form-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}

.form-input:focus {
  outline: none;
  border-color: #00838f;
  box-shadow: 0 0 0 3px rgba(0, 131, 143, 0.1);
}

.form-input::placeholder {
  color: #999;
}

.form-input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-input.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Select Input Styling - to match form-input exactly */
.form-input[type='select'],
.form-input select,
select.form-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 12px 14px;
  padding-right: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23414c58' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-input[type='select']::placeholder,
.form-input select::placeholder,
select.form-input::placeholder {
  font-size: 22px !important;
  color: rgba(105, 114, 122, 1) !important;
  opacity: 1;
}

/* Ensure select text is selectable when opened */
.form-input[type='select']:focus,
.form-input select:focus,
select.form-input:focus {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.form-input[type='select']:focus,
.form-input select:focus,
select.form-input:focus {
  outline: none;
  border-color: #00838f;
  box-shadow: 0 0 0 3px rgba(0, 131, 143, 0.1);
}

.form-input[type='select'] option,
.form-input select option,
select.form-input option {
  padding: 12px 16px;
  font-size: 14px;
  font-family: inherit;
  color: #000;
  background-color: #fff;
}

.form-input[type='select'] option:disabled,
.form-input select option:disabled,
select.form-input option:disabled {
  color: #999;
  font-style: normal;
}

.form-input[type='select'].error,
.form-input select.error,
select.form-input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-input[type='select'].error:focus,
.form-input select.error:focus,
select.form-input.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Password Input Wrapper */
.password-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input-wrapper .form-input {
  padding-right: 45px;
  width: 100%;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.2s;
  z-index: 1;
}

.password-toggle:hover {
  color: #00838f;
}

.password-toggle:focus {
  outline: none;
  color: #00838f;
}

.password-toggle .eye-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.error-message {
  display: none;
}

/* Form Container */
.form-container {
  width: 100%;
}

/* Form Row - Two Column Layout */
.form-row {
  display: flex;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Form Group - same as login form */
.form-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Checkbox Label */
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(65, 76, 88, 1) !important;
  cursor: pointer;
  line-height: 1.5;
  transition: color 0.2s;
  z-index: 100;
}

.checkbox-label.error {
  color: #dc3545 !important;
}

.checkbox-label input[type='checkbox'] {
  margin-top: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Terms Link */
.terms-link {
  color: rgba(16, 107, 124, 1);
  text-decoration: underline;
  cursor: pointer;
}

.terms-link:hover {
  color: rgba(16, 107, 124, 0.8);
}

/* Password Requirements */
.password-requirements {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.password-requirement {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(65, 76, 88, 1);
  transition: opacity 0.2s;
}

.password-requirement.satisfied {
  opacity: 1;
}

.password-requirement:not(.satisfied) {
  opacity: 0.5;
}

.requirement-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(16, 107, 124, 1);
  flex-shrink: 0;
}

.requirement-text {
  color: rgba(65, 76, 88, 1);
}

/* Login Button */

.login-button {
  border-radius: 30px;
  border: 1px solid transparent;

  background:
    /* unutrašnji background */ linear-gradient(#106b7c, #106b7c) padding-box,
    /* gradient border */ linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%) border-box;

  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);

  /* background: linear-gradient(#00838f, #00838f) padding-box,
    linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%) border-box;
  
  border: 2px solid transparent;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */

  max-width: 300px;
  width: 100%;
  padding: 12px;

  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin: 16px auto 12px auto;
  display: block;
  transition: background 0.3s, color 0.3s, transform 0.2s;
}

.login-button:hover {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #17a2b8 46.99%, #69d27d 98%) border-box;
  color: black;
  transform: translateY(-2px);
}

.login-button:active {
  transform: translateY(0);
}

/* Signup Link */
.signup-link-container {
  color: var(--Body, #414c58);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;

  text-align: center;
  margin-bottom: 20px;
  margin-top: 16px;

  position: relative;
  z-index: 1;
}

.signup-link {
  color: #00838f;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s;
}

.signup-link:hover {
  color: #006d77;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: rgba(65, 76, 88, 1);
  font-size: 13px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1.5px;
  background-color: rgba(65, 76, 88, 1);
}

.divider::before {
  margin-right: 12px;
}

.divider::after {
  margin-left: 12px;
}

/* Google Login Button */
.google-login-button {
  width: 100%;
  padding: 12px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(16, 107, 124, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.2s, border-color 0.2s;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.google-login-button:hover {
  background-color: #f9f9f9;
  border-color: #d0d0d0;
}

.google-logo {
  width: 18px;
  height: 18px;
}

/* Wave Decoration */
.wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='grad'%3E%3Cstop offset='0%25' stop-color='%2300838f' opacity='0.1'/%3E%3Cstop offset='100%25' stop-color='%2300d4ff' opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0,40 Q300,20 600,40 T1200,40 L1200,80 L0,80 Z' fill='url(%23grad)' opacity='0.3'/%3E%3C/svg%3E")
    no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
}

.contact-us-sections {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
}

.hero-text-about-us.newsroom > h1 {
  font-size: 48px;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .login-button {
    max-width: 220px;
  }

  .modal-content::before {
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 999990;
    display: block;
    clip-path: inset(0 50px 0 0px);
    top: 82%;
  }

  .modal-content::after {
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: block;
    z-index: 999909;
    clip-path: inset(0 50px 0 0px);
    top: 82%;
  }

  .modal-content:has(#loginFormContainer:not([style*='display: none']))::after {
    position: absolute;
    right: -10px;
    top: 75%;
  }

  .modal-content:has(#loginFormContainer:not([style*='display: none'])) {
    padding: 10px 20px 40px 20px;
  }
  .login-button:not(.btn-register) {
    margin-top: 25px;
  }
  .modal-content:has(#loginFormContainer:not([style*='display: none']))::before {
    position: absolute;
    left: -10px;
    top: 75%;
  }

  .modal-content:has(#loginFormContainer:not([style*='display: none'])) .modal-close {
    position: absolute;
    right: 0px;
  }

  #loginFormContainer .modal-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .form-group.group-email {
    margin-bottom: 25px;
  }
  .modal-title {
    color: var(--Body, #414c58);
    text-align: center;

    font-family: 'DM Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .package-features li {
    align-items: flex-start !important;
  }
  .package-features li > img {
    margin-top: 5px;
  }

  .carousel-dots.trusted-carousel-dots {
    margin-top: 25px !important;
  }
  .clients-grid {
    padding-bottom: 5px;
  }
  .ultimate-feature-desc {
    max-width: 290px;
  }

  .pagination-controls.press.pagination-mobile {
    display: flex !important;
    align-items: center;
  }

  .hero-text-about-us.newsroom > h1 {
    font-size: 34px !important;
    line-height: 34px !important;
  }

  .contact-form-info-text {
    gap: 0px !important;
  }

  .contact-us-sections {
    background: white !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-form {
    max-width: 340px !important;
    width: 100% !important;
    margin: 0 30px !important;
    padding: 40px 28px 50px 28px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.1) !important;
    border: 1px solid #17a2b8 !important;
    margin-top: -30px !important;
    margin-bottom: 40px !important;
  }

  .contact-form-row {
    flex-direction: column !important;
    gap: 0 !important;
    margin-bottom: 0px !important;
  }

  .contact-form-group {
    width: 100% !important;
    margin-bottom: 25px !important;
  }

  .contact-form-group label {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  .contact-form-group input,
  .contact-form-group textarea {
    font-size: 15px !important;
    padding: 10px 12px !important;
    margin-bottom: 0 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1) !important;

    border: 1px solid rgba(105, 114, 122, 0.2) !important;
    background: #fff !important;
  }

  .contact-form-group textarea {
    min-height: 70px !important;
  }

  .contact-form-info {
    flex-direction: column !important;
    align-items: flex-start !important;
    font-size: 13px !important;
    margin-top: 10px !important;
    gap: 0 !important;
  }

  .contact-form-info-text p {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }

  .contact-form-info a {
    font-size: 13px !important;
  }

  .contact-form-actions {
    width: 100% !important;
    justify-content: center !important;
    margin-top: 18px !important;
  }

  .contact-form-submit {
    width: 100% !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    background: #106b7c !important;
    color: #fff !important;
    border: 1px solid #17a2b8 !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15) !important;
  }

  .mobile.contact {
    display: block !important;
  }

  .hero-image.press.contact {
    display: none !important;
  }

  .hero-text-about-us.contact > h1 {
    font-size: 34px !important;
  }
}

.blog-details-content-inner {
  text-align: left !important;
}

.blog-details-title {
  color: var(--Body, #414c58);

  font-family: 'DM Sans';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

.blog-details-main-content {
  display: flex;
  gap: 32px;
}

.blog-details-main-content p,
.blog-details-main-content ul,
.blog-details-main-content h2 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blog-details-main-content ul {
  padding-left: 24px !important;
}

.blog-details-meta {
  text-align: left !important;
  margin-bottom: 12px !important;
}

.blog-back-link {
  text-align: left !important;
  margin-bottom: 18px !important;
}

.blog-details-hero-inner {
  position: relative;
  width: 100%;
  max-width: 1570px;
  height: 533px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid white;
  background: var(--Body, #414c58);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  height: 533px;
}

.hero-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 550px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.blog-details-hero {
  position: relative;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 500px;
  max-height: 360px;
}

.blog-details-main-image {
  width: 100%;
  object-fit: scale-down;
}

.newsroom-latest-articles {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 175px 175px;
  background-color: white;
}

.section-separator {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: white;
}

.blog-details-header {
  display: flex;
  gap: 50px;
}

.highlight-newsroom {
  font-weight: 700;
}

.hero-content.newsroom {
  max-height: 500px;
}

.newsroom-card-img-placeholder {
  width: 100%;
  /* zauzima širinu diva */
  height: 180px;
  /* ili koliko želiš */
  overflow: hidden;
  /* sakriva sve što izlazi iz diva */
  display: flex;
  align-items: center;
  /* vertikalno centriranje */
  justify-content: center;
  /* horizontalno centriranje */
}

.newsroom-card-img-placeholder img {
  width: 100%;
  /* ili height: 100% ako želiš da pokrije vertikalno */
  height: 100%;
  object-fit: cover;
  /* slika se prilagođava dimenzijama diva, a ne deformiše se */
}

.blog-body-text > span {
  color: var(--Body, #414c58);
  leading-trim: both;
  text-edge: cap;

  /* Desktop/Body Small */
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.blog-details-share-text {
  color: var(--Body, #414c58);

  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
  display: inline-block;
}

.newsroom-latest-articles.blog-articles {
  padding: 0px 175px 120px;
}

.blog-details-content-section {
  position: relative;
  background: #fff;
  padding: 250px 0px 0px 0px;
}

#blog-image {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

#blog-image::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #17a2b8, #69d27d);
  z-index: -1;
  border-radius: 10px;
}

#blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.blog-back-link {
  text-decoration: none;
  color: var(--Buttons, #106b7c);
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.hero-description.newsroom {
  line-height: 26px;
}

@media (min-width: 1350px) {
  .newsroom-card {
    /* max-width: 503px; */
    padding: 10px 10px 30px 10px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .feature-card.press h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .feature-card.press p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1250px) {
  .privacy-policy-wrapper {
    padding: 0 40px !important;
  }
  .hero-description.about-us {
    font-size: 15px;
  }
  .hero-text-about-us > h1 {
    font-size: 32px;
  }
  .hero-content.about-us {
    margin: 0 40px !important;
  }
  .hero-text.home.hero-text-homepage {
    margin: 0 0px !important;
  }

  .laptop-mockup.homepage-img:not(.video-about-us) {
    right: 300px !important;
    width: auto !important;
    max-width: 1000px !important;
  }

  .reliable-delivery-decor {
    display: none !important;
  }

  .newsroom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .mobile-newsroom > img {
    object-fit: cover;
  }

  .laptop-mockup-mobile.newsroom-desktop {
    display: none !important;
  }

  .mobile-newsroom {
    width: 100%;
    flex-shrink: 0;
    display: block !important;
    bottom: 0px;
    position: absolute;
  }

  .mobile.pricing {
    height: 220px;
     margin-top: 50px;
  }

  /* .mobile-pricing {
    width: 100%;
    flex-shrink: 0;
    display: block !important;
    bottom: 0px;
    position: absolute;
  } */

  .mobile-pricing {
    border: none;
    outline: none;
    clip-path: inset(10px 1px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 100px),
      linear-gradient(to top, transparent 0px, black 100px),
      linear-gradient(to left, transparent 0px, black 100px),
      linear-gradient(to right, transparent 0px, black 100px);
    mask-composite: intersect;
    width: 100%;
    flex-shrink: 0;
    display: block !important;
    position: absolute;
    bottom: 35px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .wire-visualization {
    max-height: 380px !important;
  }

  .meta-separator {
    max-width: 100%;
  }

  .package-features li {
    word-wrap: break-word;
    overflow-wrap: break-word;

    /* opcionalno: razbijanje dugih reči bez razmaka */
    word-break: break-word;

    /* osigurava da širina ne prelazi roditelja */
    max-width: 100%;
    text-align: left;
    white-space: normal;
  }

  /* #blog-image {
    max-width: 85%;
  } */
  #blog-image {
    max-width: calc(100% - 60px); /* 175px sa svake strane */
  }

  .blog-details-content-section {
    padding: 80px 40px 0px 40px !important;
  }

  .newsroom-latest-articles.blog-articles {
    padding: 0px 40px !important;
  }

  .blog-details-hero-inner {
    margin-top: unset !important;
    max-height: 350px !important;
  }

  .hero-text-about-us.newsroom > h1 {
    white-space: nowrap;
  }

  .hero-image.newsroom {
    right: 0px;
  }

  .newsroom-content {
    padding: 40px !important;
  }

  .newsroom-category {
    padding: 16px 24px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1250px) {
  .nav a,
  .nav-link {
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  .navbar-container {
    padding: 0 40px !important;
  }

  .logo {
    background-image: unset !important;

    max-width: 120px !important;
  }

  .btn-submit {
    max-width: 170px;
    font-size: 13px;
  }

  .btn-login.choose-package {
    max-width: 170px;
  }

  .btn-login {
    font-size: 13px;
  }

  .how-it-works-content {
    margin-left: unset !important;
  }

  .how-it-works-container {
    flex-direction: column;
  }

  .footer-container {
    margin: 0 40px !important;
  }

  .footer-content {
    gap: 10px !important;
  }

  .footer-links {
    gap: 15px !important;
  }

  .footer-sitemap {
    padding-left: 10px;
  }
  .footer-sitemap {
    padding: 20px 10px 0px 10px;
  }
  .footer-column ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-sitemap p a {
    font-size: 14px !important;
  }

  .hero-content {
    margin: 0 40px !important;
  }

  .nav,
  .nav-menu {
    gap: 20px !important;
  }

  .trusted-clients-container {
    margin: 0 40px !important;
  }

  .laptop-mockup.homepage-img {
    max-width: 850px;
  }

  .hero-text.home h1 {
    font-size: 32px !important;
    line-height: unset !important;
    letter-spacing: 1px !important;
  }

  .hero-content.home {
    padding-top: 100px;
  }

  .hero-description.home {
    padding-bottom: 15px;
    font-size: 13px;
  }

  .hero-subtitle.home-page {
    font-size: 13px;
  }

  .features-container {
    margin: 0 40px !important;
  }
}

.blog-details-header-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.newsroom-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #69727a;
  font-size: 14px;
}

.desktop-hero-gradient {
  width: 100%;
  display: block;
}

.mobile-hero-gradient {
  display: none;
}

@media (max-width: 768px) {
.laptop-mockup{
  -webkit-mask-image:none!important;
}

  .laptop-mockup-mobile.homepage-mobile {
    /* left: 10px; */
    border: none;
    outline: none;
    clip-path: inset(10px 1px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 40px),
      linear-gradient(to top, transparent 0px, black 40px),
      linear-gradient(to left, transparent 0px, black 40px),
      linear-gradient(to right, transparent 0px, black 40px);
    mask-composite: intersect;
    right: 0px;
    position: relative;
    object-fit: cover;
    object-position: right;
    /* height: 400px; */
    margin-top: 50px;
  }
  .images-carousel {
    margin-bottom: -100px !important;
    z-index: 100;
  }
  /* .hero-section.homepage-section{

  height: 95vh;
} */

  .back-to-top {
    bottom: 10px !important;
  }
  .hero-description.about-us.contact.pricing {
    font-style: italic;
    font-weight: 700 !important;

    line-height: 24px;
    /* 150% */
  }

  .hero-description-pricing {
    font-style: normal;
    font-weight: 300;
    font-size: 16px !important;
    margin-top: 8px !important;
    line-height: 24px !important;
    /* 150% */
    max-width: 354px;
  }

  .hero-text-about-us.pricing {
    margin-top: 65px !important;
  }

  .desktop-hero-gradient {
    display: none;
  }

  .mobile-hero-gradient {
    display: block;
    width: 100%;
  }
}

.newsroom-isolation-right {
  display: none;
}

.newsroom-isolation-left-desktop {
  display: none;
}

@media (min-width: 1300px) {
  .ultimate-feature-card {
    max-width: 500px;
    box-sizing: border-box;
  }

  #blog-image {
    max-width: calc(100% - 350px); /* 175px sa svake strane */
  }

  .nav-menu > :nth-last-child(2) {
    margin-right: -10px;
  }
  .newsroom-isolation-right {
    right: 0px;
    display: block !important;
  }

  .newsroom-isolation-left-desktop {
    position: absolute;
    display: block !important;
    left: 0;
    max-width: 152px;
  }

  .newsroom-isolation-left-desktop.upper {
    top: 90%;
    bottom: 0px;
  }
  .newsroom-isolation-left-desktop {
    bottom: 30%;
  }

  .newsroom-isolation-left-desktop.bottom {
    bottom: 0px;
  }
}

.blog-header-row {
  display: flex;
  align-items: baseline;
  gap: 65px;
  margin-bottom: 16px;
}

@media (min-width: 550px) and (max-width: 1000px) {
  .d-none {
    display: none !important;
  }

  .hero-text.home {
    max-width: 1000px !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .hero-title-mobile {
    font-size: 40px !important;
  }

  .hero-buttons {
    flex-direction: row !important;
  }
}

@media (max-width: 380px) {
  .how-it-works-section.press {
    padding: 80px 0px 60px 20px !important;
  }
}

@media (min-width: 500px) and (max-width: 1100px) {
  .blog-details-hero-inner {
    margin-top: 40px !important;
  }
}

@media (max-width: 500px) {
  .blog-details-hero-inner {
    margin-top: 100px !important;
  }
}

@media (min-width: 1921px) {
  .hero-image {
    /* right: 0px !important; */
  }
}

/* Magnetic Button Effect */
.magnetic {
  /* display: inline-block; */
  transition: transform 0.3s ease-out;
}

/* Scroll Fade-In Animation */
.fade-in-scroll {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-item.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition-delay: 0.5s !important;
}

.section-description.press-description.fade-in-scroll {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Smanji sa 0.7s na 0.3s */
  transition-delay: 0.35s !important; /* Dodaj ovo da forsiraj bez delay-a */
}

.section-description.press-description.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn-choose-package.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* DODAJ OVO */
  transition-delay: 0.3s !important; /* Sada će raditi */
}
.features-grid.press.fade-in-scroll {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition-delay: 0.6s !important;
}

.features-grid.press.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn-choose-package.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card.press.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out; /* DODAJ OVO */
  transition-delay: 0.2s !important; /* Sada će raditi */
}
.feature-card.press.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-item.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* .nav a:hover,
.nav-link:hover {
  color: #6ea8a9;
} */

/* .nav-menu {
  overflow: hidden;
} */
.nav-menu {
  min-width: max-content;
}

.nav-menu a {
  overflow: hidden;
  display: inline-block;
  padding-right: 2px;
  /* dodaj malo prostora desno */
}

.nav-menu a span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: transform 0.3s ease;
  padding-right: 4px;
  /* osiguraj prostor za sva slova */
}

.nav-menu a span::before {
  color: white;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  font-weight: 800;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  width: max-content;
  /* osiguraj da hover tekst zauzme potreban prostor */
}

.nav-menu a:hover span {
  transform: translateY(-100%);
}

/* Footer link animation */
.footer-sitemap ul li a {
  overflow: hidden;
  display: inline-block;
  padding-right: 20px;
}

.footer-sitemap ul li a span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  padding-right: 8px;
}

.footer-sitemap ul li a span::before {
  color: white;
  /* ili bilo koja boja za hover */
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  font-weight: 800;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  width: max-content;
}

.footer-sitemap ul li a:hover span {
  transform: translateY(-100%);
}

/* Footer contact links animation */
.footer-sitemap p a {
  overflow: hidden;
  display: inline-block;
  padding-right: 2px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 200;
  max-width: 230px;
}

.footer-sitemap p a span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  padding-right: 20px;
}

.footer-sitemap p a span::before {
  color: white;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  font-weight: 800;
  transform: translate3d(0, 0, 0);
  max-width: 230px !important;
}

.footer-sitemap a:not(.adress-footer):hover span {
  transform: translateY(-100%);
}

@media (min-width: 1300px) and (max-width: 1800px) {
  .package-logos > img {
    max-width: 100px;
  }
  .homepage-img {
    /* width: 95%; */
  }
  .footer-links {
    gap: 30px !important;
  }
  .footer-content {
    gap: 90px !important;
  }
}

@media (min-width: 768px) {
  .gradient-blob-left {
    display: none !important;
  }
}
@media (min-width: 1300px) and (max-width: 1800px) {
  .feature-card {
    padding: 40px 30px !important;
  }
  .arrow-right-press {
    top: 44% !important;
  }
  .arrow-left-press {
    top: 81% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1800px) {
  .hero-text h1 {
    font-size: 36px !important;
    letter-spacing: 1px !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .package-logos > img {
    max-width: 80px;
  }
  .main-container-error {
    margin-top: -50px;
  }
  .case-desktop-image {
    width: 100%;
  }
}

@media (max-height: 750px) {
  .mission-statements {
    gap: 30px !important;
  }
  .modal-content {
    width: 100%;
    margin: 0 20px;
    /* padding-top: 20px; */
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 40px;
  }

  .modal-header {
    position: sticky;
    top: 0;
    padding: 10px 24px 20px 24px;
    z-index: 1000;
    /* border-bottom: 1px solid #eee; */
    background: rgba(248, 249, 250, 1);
  }

  .modal-content:has(#registerFormContainer:not([style*='display: none'])) > .modal-header {
    padding: 30px 24px 20px 24px;
  }

  .modal-content:has(#registerFormContainer:not([style*='display: none'])) {
    max-width: 650px;
    padding: 0px 0px;
  }

  #registerForm {
    padding: 0 40px !important;
    gap: 0px;
  }

  .modal-close {
    position: absolute;
    top: 15px; /* Udaljenost od vrha */
    right: 15px; /* Udaljenost od desne ivice */
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 11; /* Da dugme uvek bude iznad ostalih elemenata */
  }

  .modal-content:has(#loginFormContainer:not([style*='display: none'])) .modal-close {
    top: 7px !important;
  }

  .modal-title {
    font-size: 20px;
  }
  .modal-title.create-account {
    margin-bottom: 40px;
    position: sticky;
    top: 0;
    background: rgba(248, 249, 250, 1);
    z-index: 10;
    padding: 20px 0 10px 0;
    margin-top: -60px;
    padding-top: 60px;
  }

  #registerFormContainer > .modal-title.create-account {
    margin-bottom: 40px !important;
    padding: 60px 0 25px 0;
    margin-top: -60px;
  }
  #registerForm {
    padding: 0 20px;
  }

  .form-group {
    margin-bottom: 14px;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  #registerTermsLabel {
    margin-top: 10px;
  }

  .checkbox-label {
    font-size: 16px !important;

    line-height: 26px !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* .terms-link.register-link.privacy-policy{

    margin-left: 20px;
  } */

  .checkbox-label input[type='checkbox'] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .terms-link {
    display: inline;
  }

  .form-row .form-group {
    margin-bottom: 0;
  }

  .password-requirements {
    gap: 3px;
  }

  .password-requirement {
    font-size: 10px;
    gap: 4px;
  }

  .login-button {
    margin: 12px auto 10px auto;
    padding: 11px;
    font-size: 15px;
  }

  #registerForm .login-button {
    margin: 0px auto !important;
  }
  #registerForm .login-button.btn-register {
    max-width: 220px;
    margin-top: 30px !important;
    margin-bottom: 25px !important;
  }

  .form-group-bottom {
    position: sticky;
    bottom: 0;
    background: rgba(248, 249, 250, 1);
    padding: 20px 20px;
    margin: 0 -20px;
    z-index: 100000;
  }

  .signup-link-container {
    margin-bottom: 0px;
    margin-top: 15px;
    color: var(--Body, #414c58);
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
  }

  .divider {
    margin: 30px 0;
    font-size: 12px;
  }

  #registerFormContainer .divider {
    margin: 10px 0 !important;
  }

  /* #registerForm .form-label {
    display: none !important;
  } */

  .google-login-button {
    font-size: 14px;
    padding: 10px;
  }

  .error-banner {
    padding: 10px 12px;
    margin-bottom: 16px;
  }

  .error-banner-title {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .error-list li {
    font-size: 12px;
  }

  .error-banner-close {
    top: 10px;
    right: 10px;
    font-size: 18px;
  }
}

/* Mobile styles for login modal */
@media (max-width: 768px) {
  .mission-statements {
    gap: 30px !important;
  }
  .modal-content {
    width: 100%;
    /* padding: 28px 20px; */
    margin: 0 20px;
    /* padding-top: 20px; */
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .modal-content:has(#registerFormContainer:not([style*='display: none'])) {
    max-width: 650px;
    padding: 0px 0px;
  }

  .modal-header {
    position: sticky;
    top: 0;
    padding: 20px 24px 20px 24px;
    z-index: 1000;
    /* border-bottom: 1px solid #eee; */
    background: rgba(248, 249, 250, 1);
  }

  #registerForm {
    gap: 0px;
  }

  .modal-close {
    position: absolute;
    top: 15px; /* Udaljenost od vrha */
    right: 15px; /* Udaljenost od desne ivice */
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 11; /* Da dugme uvek bude iznad ostalih elemenata */
  }

  .modal-title {
    font-size: 20px;
  }
  .modal-title.create-account {
    margin-bottom: 40px;
    position: sticky;
    top: 0;
    background: rgba(248, 249, 250, 1);
    z-index: 10;
    padding: 20px 0 10px 0;
    margin-top: -60px;
    padding-top: 60px;
  }

  #registerFormContainer > .modal-title.create-account {
    margin-bottom: 40px !important;
    padding: 60px 0 25px 0;
    margin-top: -60px;
  }
  #registerForm {
    padding: 0 20px;
  }

  .form-group {
    margin-bottom: 14px;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  #registerTermsLabel {
    margin-top: 10px;
  }

  .checkbox-label {
    font-size: 16px !important;

    line-height: 26px !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* .terms-link.register-link.privacy-policy{

    margin-left: 20px;
  } */

  .checkbox-label input[type='checkbox'] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .terms-link {
    display: inline;
  }

  .form-row .form-group {
    margin-bottom: 0;
  }

  .password-requirements {
    gap: 3px;
  }

  .password-requirement {
    font-size: 10px;
    gap: 4px;
  }

  .login-button {
    margin: 12px auto 10px auto;
    padding: 11px;
    font-size: 15px;
  }

  #registerForm .login-button {
    margin: 0px auto !important;
  }
  #registerForm .login-button.btn-register {
    max-width: 220px;
    margin-top: 30px !important;
    margin-bottom: 25px !important;
  }

  .form-group-bottom {
    position: sticky;
    bottom: 0;
    background: rgba(248, 249, 250, 1);
    padding: 20px 20px;
    margin: 0 -20px;
    z-index: 100000;
  }

  .signup-link-container {
    margin-bottom: 0px;
    margin-top: 15px;
    color: var(--Body, #414c58);
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
  }

  .divider {
    margin: 30px 0;
    font-size: 12px;
  }

  #registerFormContainer .divider {
    margin: 10px 0 !important;
  }

  /* #registerForm .form-label {
    display: none !important;
  } */

  .google-login-button {
    font-size: 14px;
    padding: 10px;
  }

  .error-banner {
    padding: 10px 12px;
    margin-bottom: 16px;
  }

  .error-banner-title {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .error-list li {
    font-size: 12px;
  }

  .error-banner-close {
    top: 10px;
    right: 10px;
    font-size: 18px;
  }
}

/* #test-splide {
  width: 100%;
} */

.main-splide-homepage {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* #test-splide .splide__slide {
  width: 100% !important;
} */

/* #test-splide .feature-card {
  width: 100%;
  max-width: 100%;
} */

/* #test-splide .splide__slide {
  margin-right: 4rem;
} */

.test-card {
  background: #f8f9fa;
  padding: 60px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.test-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #106b7c;
}

.test-card p {
  font-size: 18px;
  color: #666;
}

.test-card.card-1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.test-card.card-2 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}
.test-card.card-3 {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
}
.test-card.card-4 {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  color: white;
}
.test-card.card-5 {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  color: white;
}
.test-card.card-6 {
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
  color: white;
}

.test-card.card-1 h3,
.test-card.card-2 h3,
.test-card.card-3 h3,
.test-card.card-4 h3,
.test-card.card-5 h3,
.test-card.card-6 h3 {
  color: white;
}

.test-card.card-1 p,
.test-card.card-2 p,
.test-card.card-3 p,
.test-card.card-4 p,
.test-card.card-5 p,
.test-card.card-6 p {
  color: rgba(255, 255, 255, 0.9);
}

#features-splide {
  overflow: visible; /* mora biti visible */
}

.splide__track {
  overflow: visible; /* ili default */
}

.splide__list {
  display: flex; /* Splide zahteva flex */
}
.clients-grid {
  z-index: 1000000;
  position: relative;
}

@media (min-width: 800px) and (max-width: 1860px) {
  .hero-content.home {
    padding-top: 30px !important;
  }
}

@media (min-width: 800px) and (max-width: 1400px) {
  .hero-text.home {
    margin: 0 90px !important;
  }

  /* .laptop-mockup:not(.video-about-us) {
    right: 280px !important;
  } */
}

@media (min-width: 1600px) {
  .images-carousel {
    bottom: 25px !important;
  }
}

@media (min-width: 1601px) and (max-width: 1800px) {
  .laptop-mockup.homepage-img{
    right: 700px!important;
    width: calc(100vw - 200px)!important;
  }
}

/* PRIVACY POLICY CSS
} */

/* Privacy Policy Styles */

.privacy-policy-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #0a0a0a;
}

.privacy-policy-wrapper {
  padding: 0 175px;
}
.privacy-policy-header {
  text-align: left;
  margin-right: auto;

  margin-top: 200px;
}

.privacy-policy-header > h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  color: var(--White, #fff);
  font-family: 'DM Sans';
  font-style: normal;
  letter-spacing: 1px;
}

.privacy-section {
  margin-bottom: 50px;
  text-align: left;
}

.privacy-section h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.privacy-section p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 16px;
}

.privacy-section ul {
  list-style-type: disc;
  margin-left: -30px;
  margin-bottom: 16px;
}

.privacy-section ul li {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 10px;
}

.privacy-section ul li strong {
  color: #ffffff;
  font-weight: 600;
}

.privacy-section a {
  color: #4a90e2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-section a:hover {
  color: #6bb3ff;
  text-decoration: underline;
}

/* Table Styles */
.privacy-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.privacy-table thead {
  background: rgba(255, 255, 255, 0.05);
}

.privacy-table thead th {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.privacy-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease;
}

.privacy-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.privacy-table tbody td {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  padding: 25px 20px;
  vertical-align: top;
}

.privacy-table tbody td p {
  margin-bottom: 10px;
  font-size: 15px;
}

.privacy-table tbody td ul {
  list-style-type: disc;
  margin-left: -20px;
  margin-bottom: 10px;
}

.privacy-table tbody td ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}

/* Hero Section Adjustments for Privacy Policy */
.hero-content.privacy-policy {
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .hero-content.privacy-policy {
    min-height: auto !important;
    align-items: center;
    justify-content: center;
  }

  .privacy-policy-content {
    padding: 60px 20px;
  }

  .privacy-section h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .privacy-section p,
  .privacy-section ul li {
    font-size: 15px;
  }

  .privacy-section ul {
    margin-left: -25px;
  }

  .privacy-table-wrapper {
    margin: 20px -0px;
    border-radius: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .privacy-table {
    min-width: 600px;
  }

  .privacy-table thead th,
  .privacy-table tbody td {
    padding: 12px 10px;
    font-size: 13px;
    min-width: 100px;
  }

  .privacy-table tbody td p,
  .privacy-table tbody td ul li {
    font-size: 13px;
  }

  .privacy-table tbody td ul {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .privacy-policy-content {
    padding: 40px 16px;
  }

  .privacy-section h2 {
    font-size: 20px;
  }

  .privacy-section ul {
    margin-left: -30px;
  }

  .privacy-section p,
  .privacy-section ul li {
    font-size: 14px;
  }

  .privacy-table-wrapper {
    margin: 20px -0px;
  }

  .privacy-table {
    min-width: 500px;
  }

  .privacy-table thead th,
  .privacy-table tbody td {
    padding: 10px 8px;
    font-size: 12px;
    min-width: 80px;
  }

  .privacy-table tbody td p,
  .privacy-table tbody td ul li {
    font-size: 12px;
  }
}

@media (max-width: 1600px) and (min-width: 1000px) {
  .splide__slide.is_active {
    margin-right: 40px !important;
  }
}
