@media (max-width: 768px) {
    body {
        font-family: "Montserrat", sans-serif;
        font-display: swap;
    }
    .app-intro {
        padding: 20px 10px;
        text-align: center;
        margin: 10px auto;
    }
    .app-intro .container {
        padding: 10px;
        border: 1px solid #313131;
        border-radius: 12px;
    }
    .app-intro h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .app-intro h3 {
        color: #c1c6c9;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    .app-intro p {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0 0 15px;
        padding: 0 10px;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
    }
    .heading-wrapper {
        margin-bottom: 10px;
        }
    .heading-front {
        color: #9c9c9c; 
        font-size: 1.2rem;
    }
    .heading-back {
        transform: translate(-50%, -80%);
        font-size: 2.3rem;
        -webkit-text-stroke: 1px rgba(204, 128, 84, 0.5); 
    }
    .feature-grid {
        gap: 15px;
        }
    .feature-item {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        padding: 5px;
    }
    .feature-item p {
        font-size: 0.85rem;
    }
    .trial-container {
        padding: 10px;
        border: 1px solid #313131;
        margin: 0 10px;
        border-radius: 12px;
    }
    .trial-item h2 {
        font-size: 1.6rem;
        margin: 0;
    }
    .trial-item h3 {
        font-size: 1.1rem;
        padding: 20px 0;
    }
    .trial-description {
        font-size: 0.8rem;
        color: #ffffff;
        margin-bottom: 50px;
    }
    .trial-item {
        margin-top: 25px;
    }
    .trial-item-wrapper {
        width: 200px;
        height: 200px;
    }
    .trial-promo {
        font-size: 2rem;
        margin: 0;
        color: #ffffff;
    }
    .trial-promo-p1 {
        margin: 0;
        font-size: 1.3rem;
        color: #36e600;
    }
    .statistic-naslov h2 {
        font-size: 1.6rem;
    }
    .statistic-container {
        gap: 20px;
    }
    .statistic-card {
        border: 1px solid #1a1a1a;
        padding: 10px;
        border: 1px solid rgba(116, 209, 39, 0.04);
        background: linear-gradient(120deg, rgba(116, 209, 39, 0.04) 0%, rgba(0, 255, 0, 0) 100%);
        border-radius: 20px;
    }
    .preis-naslov h2 {
        font-size: 1.6rem;
    }
    .preis-podnaslov {
        font-size: 1rem;
    }
    .paket-wrapper {
        flex: 0 0 auto;
        height: max-content;
        scroll-snap-align: center;
    }
    .paketi-container {
        justify-content: flex-start;
        padding: 10px;
        margin: 10px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .paket-naziv {
        font-size: 1.5rem;
    }
    .paket-popust {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
        padding: 5px;
    }
    .paket-cena {
        font-size: 1.7rem;
        font-weight: 700;
        margin: 5px 0;
    }
    .valuta {
        font-size: 1.2rem;
    }
    .paket-trajanje {
        padding-bottom: 5px;
        margin-bottom: 0;
        font-size: 1rem;
    }
    .paket-wrapper ul {
        margin: 10px 0;
    }
    .paket-wrapper li {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    .checkmark {
        font-size: 1rem;
        margin-right: 8px;
    }
    .btn-aktiviraj {
        font-size: 1rem;
        padding: 5px 0;
        margin: 5px auto;
        border-radius: 5px;
    }
    .system-benefits-container {
        flex-direction: column;
        width: auto;
        gap: 30px;
        padding: 20px 10px;
        background: #161616;
    }
    .system-benefits-list {
        width: auto;
        padding: 10px;
        border: 1px solid #313131;
        border-radius: 12px;
    }
    .system-benefits-list h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .system-benefits-list ul {
        padding: 0;
    }
    .system-benefits-list p {
        color: #c1c6c9;
        font-size: 0.9rem;
    }
    .benefits-list span {
        color: #36e600;
    }
    .system-benefits-intro {
        width: auto;
        padding: 10px;
        border: 1px solid #313131;
        border-radius: 12px
    }
    .system-benefits-intro p {
        color: #c1c6c9;
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.3;
    }
    .title-back {
        transform: translate(-50%, -50%);
        font-size: 1.3rem;
        -webkit-text-stroke: 1px rgba(255, 102, 0, 0.35); 
    }
    .screenshot-title  {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .screenshot-subtitle {
        font-size: 0.9rem;
        padding: 0 10px;
    }
    .gallery-item {
        width: auto;
        height: auto;
        margin: 10px 0;
    }
    .gallery-item .hover-text {
        background: rgba(0,0,0,0.55);
        font-size: 0.9rem;
        transition: top 0.4s ease;
    }
    .hover-text .btn-detaljnije {
        margin-top: 10px;
        padding: 8px 20px;
        margin-top: 10px;
        border: 1px solid #ffffff;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        font-size: 0.9rem;
    }
    .recenzije-section {
        margin: 0;
        padding: 20px 10px;
    }
    .recenzije-wrapper {
        margin: 0;
        padding: 10px 0;
        width: 100%;
    }
    .recenzija-naslov {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .recenzija-naslov h2 {
        font-size: 1.6rem;
    }
    .recenzija-naslov p {
        font-size: 1rem;
        margin: 5px 0;
    }
    .prosecna-ocena-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.prosecna-ocena-kartica {
  width: max-content;
  margin: 0 auto;
  padding: 0;
}
.ocena-zvezdice {
  background-color: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 10px;
  color: #FFA500;
  font-size: 1.5rem;
  padding: 0 0 0 10px;
  letter-spacing: 10px;
}
.ocena-badge {
    color: #1a1a1a;
    background: linear-gradient(90deg, #613f00, #FFA500, #FFA500, #613f00);
    border: 1px solid #333333;
    font-size: 1rem;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
    letter-spacing: normal;
}
    .recenzija-scroll-box {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex; 
    gap: 10px; 
    padding: 10px; 
    margin: 0 auto;
    width: 100%; 
    box-sizing: border-box;
}
.recenzija-rew { 
    display: flex;
    flex-wrap: nowrap; 
    width: fit-content; 
    padding: 0;
    margin: 0;
}
.recenzija {
    flex: 0 0 auto; 
    width: 260px; 
    background: #242424; 
    border: 1px solid #333333; 
    border-radius: 12px; 
    padding: 20px 5px; 
    margin: 0; 
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
    scroll-snap-align: center; 
    min-height: 280px; 
    color: #E0E0E0; 
}
.slider-button {
    display: none;
}
.watermark-logo {
    position: absolute; 
    top: 15px; 
    right: 15px; 
    opacity: 0.1; 
    z-index: 1; 
}
.watermark-logo img {
    width: 40px;
    height: 40px;
}
.recenzija-content-area {
    flex-grow: 1; 
    margin-bottom: 10px; 
    position: relative; 
    padding-top: 10px; 
}
.quote-icon {
    font-family: serif; 
    font-size: 3.5em; 
    color: #007bff; 
    opacity: 0.8; 
    position: absolute;
    top: -10px; 
    left: 0;
    line-height: 1;
    z-index: 2; 
}
.recenzija-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #FFFFFF; 
    margin-top: 0; 
    margin-bottom: 8px;
    padding-left: 40px; 
}
.recenzija-text {
    font-size: 0.85em;
    line-height: 1.6;
    color: #B0B0B0; 
    margin-top: 30px;
    padding-left: 40px; 
    max-height: 180px; 
    overflow-y: auto; 
    background: none; 
    border-radius: 0; 
    padding: 5px 10px; 
}
.recenzija-text::-webkit-scrollbar {
    width: 6px;
}
.recenzija-text::-webkit-scrollbar-track {
    background: #333;
    border-radius: 3px;
}
.recenzija-text::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 3px;
}
.recenzija-text::-webkit-scrollbar-thumb:hover {
    background: #777;
}
.recenzija-footer {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    margin-top: auto; 
    padding-top: 10px;
    border-top: 1px solid #333333;
}
.user-profile {
    display: flex;
    align-items: center;
}
.user-profile .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid #444; 
}
.user-details {
    display: flex;
    flex-direction: column;
}
.user-name {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFFFFF; 
    margin: 0;
}
.user-title {
    font-size: 0.8em;
    color: #b0b0b0; 
    margin: 0;
}
.user-rating .ocena-rew {
    font-size: 1.2em;
    color: #FFD014; 
    margin: 0;
    letter-spacing: 1px; 
}
.datum-rew {
    font-size: 0.7rem;
    color: #b0b0b0;
}
    .komentar-rew::-webkit-scrollbar {
        width: 2px;
    }
    .komentar-rew::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.5); 
        border-radius: 20px;
    }
    .komentar-rew::-webkit-scrollbar-track {
        background-color: transparent; 
    }
    .faq-section {
        padding: 20px 10px;
        width: auto;
    }
    .faq-container {
        padding: 20px 10px;
        font-family: 'Montserrat', sans-serif;
    }
    .faq-section h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .faq-section p {
        font-size: 0.9rem;
        color: #ffffff;
    }
    .faq-question {
        padding: 10px;
        font-size: 0.85rem;
    }
   .faq-answer p {
        margin: 5px 0;
        font-weight: 400;
        line-height: 1.1;
        color: #d1d5db;
    }
    .faq-question .icon {
        font-size: 1.2rem;
    }
    .faq-item.active .icon {
        color: #ff0000;
    }
    .faq-cta-inline {
        padding: 20px;
        margin: 20px auto;
    }
    .faq-cta-inline h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .faq-cta-button {
        padding: 10px;
        font-size: 0.85rem;
        border-radius: 0.5rem;
    }
    .baner-text h2 {
        font-size: 1rem;
        margin-bottom: 1rem;
        color: #ffffff;
    }
    .baner-text p {
        font-size: 0.8rem;
        margin-bottom: 2rem;
        color: #FFDAB9;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-btn {
        font-size: 0.8rem;
        background: linear-gradient(to bottom, #ff5e00 0%, #6e2800 100%);
        background-size: 100%; 
        color: #ffffff;
    }
    @keyframes moveDot {
        0%, 100% {
        top: 5%;
        right: 5%;
        }
        25% {
            top: 5%;
            right: calc(100% - 8%);
        }
        50% {
            top: calc(100% - 8%);
            right: calc(100% - 8%);
        }
        75% {
            top: calc(100% - 8%);
            right: 5%;
        }
    }
    .card-effect .topl {
        width: 95%;
        left: 11px;
        top: 18px;
        background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
    }
    .card-effect .bottoml {
        width: 95%;
        left: 11px;
        bottom: 22px;
    }
    .banner-logo {
        margin-top: 50px;
    }
    .banner-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        color: #f9fafb; 
        padding: 10px;
        text-align: center;
        margin: 25px auto;
    }
    /* ---------------- Header CSS -------------------- */
    .cta-button {
        font-weight: 400;
        font-size: 0.8rem;
        animation: none;
        opacity: 1;
        padding: 10px;
    }
    html.no-scroll,
    body.no-scroll {
        overflow: hidden;
    }
    .logo img {
        width: 35px;
        height: 35px;
        margin: 0 2px 0 0;
    }
    .logo h3 {
        padding: 5px 8px;
    }
    .logo h3 .e {
        font-size: 1rem;
    }
    .logo h3 .brand-text {
        font-size: 1.1rem;
    }
    .nav.glavni-meni,
    .nav.korisnicka-prijava {
        display: none; 
    }
    .hamburger-menu {
        display: block; 
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        position: relative; 
        z-index: 1101; 
    }
    .hamburger-menu .bar {
        display: block;
        width: 25px;
        height: 1px;
        background-color: #FFFFFF; 
        margin: 5px 0;
        transition: all 0.3s ease;
    }
    .hamburger-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .mobile-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex; 
        justify-content: flex-end; 
        align-items: flex-start;
        z-index: 1100;
        visibility: hidden; 
        opacity: 0;
        transition: visibility 0.6s, opacity 0.5s ease-in-out;
    }
    .mobile-nav-overlay.is-active {
        visibility: visible;
        opacity: 1;
    }
    .mobile-nav-content {
        background-color: rgba(44, 44, 44, 0.0.5); 
        backdrop-filter: blur(10px);
        width: 80%; 
        max-width: 350px; 
        height: max-content;
        padding: 15px;
        border: 1px solid rgba(212, 212, 212, 0.2);
        border-radius: 0 0 0 30px;
        transform: translateX(100%); 
        transition: transform 0.6s ease-in-out;
        box-shadow: -5px 0 15px rgba(0,0,0,0.3);
        overflow-y: auto; 
        touch-action: none;
    }
    .mobile-nav-overlay.is-active .mobile-nav-content {
        transform: translateX(0); 
    }
    .mobile-nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-nav-footer {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        padding: 10px 0;
        border-top: 1px solid #424242;
        
    }
    .mobile-nav-footer img {
        opacity: 0.6;
        padding: 5px;
        border: 1px solid #2a441b;
        border-radius: 50%;
    }
    .footer-text {
        display: flex;
        flex-direction: column;
    }
      .footer-text i {
        color: #2a441b;
        font-size: 1.2rem;
        margin-left: 5px;
    }
    .mobile-nav-footer p {
        color: #ffffff;
        font-size: 0.9rem;
        margin: 0;
    }
      .mobile-nav-footer a {
        color: #c4c4c4;
        font-size: 0.7rem;
    }
    .call-now {
        background: none;
        border: none;
        color: #00c911; 
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .close-menu {
        background: none;
        border: none;
        color: #ff0000; 
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .mobile-glavni-meni {
        list-style: none;
        padding: 40px 0 0 0; 
        margin: 0;
    }
    .mobile-glavni-meni li a i {
        color: #9c9c9c;
    }
    .mobile-glavni-meni li a {
        display: flex;                
        justify-content: space-between; 
        align-items: center;          
        font-weight: 300;
        font-size: 0.9rem;
        color: #FFFFFF;
        text-decoration: none;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
        background-color: rgba(44, 44, 44, 0.05);
        transition: background-color 0.3s ease;
    }
    .mobile-glavni-meni li a.active i,
    .mobile-glavni-meni li a:hover,
    .mobile-glavni-meni li a.active {
        color: #D16527; 
        font-weight: 700;
    }
.nav-separator {
  position: relative;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #161616, #161616, #474747, #161616, #161616);
  border-radius: 2px;
  margin: 5px 0;
  overflow: hidden;
}
.nav-separator::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: 0;
  background: linear-gradient(to right, transparent, transparent, #ff0000 30%, transparent, transparent, #8400ff);
  border-radius: 2px;
  animation: navSeparator 4s linear infinite;
}
@keyframes navSeparator {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
    .hero {
        padding: 10px;
        height: 100vh;
        box-sizing: border-box;
        background-image: 
            linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.9) 100%),
            url('../img/eservismanager-3d-logo-responziv.webp');
        background-size: contain;
    }
    .hero-box {
        display: none;
    }
    .hero-text {
        max-width: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    }
    .hero h1 {
        font-size: 2em;
         animation: none;
         overflow-wrap: break-word;
    }
    .h1-logo-span {
        font-size: 1.3rem;
    }
    .hero-text {
        max-width: 100%;
    }
    .hero-text p {
        font-size: 0.8rem;
        line-height: 1.6;
        animation: none;
    }
    /* ---------------- Header CSS -------------------- */
}