body.index-page {
    background-color: #03111f;
}
body.crypter-page {
    background-color: #03111f;
}
body.keylogger-page {
    background-color: #03111f;
}
body.vps-page {
    background-color: #03111f;
}
body {
    
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgba(207, 223, 224, 0.8); /* добавете цвят на текста ако липсва */
    font-family: Arial, sans-serif; /* добавете шрифт ако липсва */
    margin: 0;
    padding: 0;
    min-height: 100vh; /* важно - минимална височина колкото екрана */
    display: flex; /* ВАЖНО - това го добавяме */
    flex-direction: column; /* ВАЖНО - това го добавяме */
    position: relative;
    z-index: 1;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center,
                 rgba(0, 88, 255, 0.25) 0%,
                 rgba(121, 120, 141, 0.15) 40%,
                 transparent 70%
             );
  z-index: -1;
  pointer-events: none;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: rgba(3, 17, 31, 0.9);*/
    padding: 0 15%;
    /*border-bottom: 1px solid rgba(10, 252, 228, 0.2);*/
    position: relative;
    height: 75px;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
}

#logo {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

#logo a {
    text-decoration: none;
    display: flex;
    align-items: flex-start; /* Променено от center на flex-start */
    position: relative;
}

#logo a img {
    height: 85px;
    width: auto;
    margin-right: 0px;
    display: block;
    margin-top: 50px;
    position: relative;
    left: 20px;
}

#logo a span {
    margin-top: 90px; /* Преместено тук от #logo a */
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1774ee;
}

#logo a:hover span {
    text-shadow:
      0 0 6px  #fff,
      0 0 12px #0ff,
      0 0 25px #0ff,
      0 0 50px #00aaff,
      0 0 75px #00aaff;
}

#nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:5px;
    margin-top: 40px;
}

.nav-item {
    margin-top: 30px;
    text-decoration: none;
    color: #1774ee;
    font-size: 16px;
    padding: 0px 6px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-shadow:
      0 0 1px rgba(67, 13, 216, 0.3),
      0 0 2px rgba(11, 182, 182, 0.2);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.nav-item:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow:
      0 0 4px #0ff,
      0 0 8px #0ff,
      0 0 12px #00aaff;
}

.telegram-header-icon {
    padding: 5px;
    text-shadow: none;
    line-height: 0;
    filter: drop-shadow(0 0 3px rgba(0, 255, 255, 0.7))
            drop-shadow(0 0 6px rgba(0, 170, 255, 0.5));
    transition: filter 0.3s ease, background-color 0.3s ease;
}

.telegram-header-icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
    filter: drop-shadow(0 0 5px #0ff)
            drop-shadow(0 0 10px #00aaff);
}

.telegram-header-icon img {
    height: 25px;
    width: auto;
    display: block;
    opacity: 0.9;
}

#bodyimg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
#anon {
    width: 50px;
}
#bodyimg img {
    display: block;
    height: 220px;
    width: auto;
    box-shadow: 0 0 8px #0058ff, 0 0 16px rgb(121 120 141 / 80%);
    border-radius: 50%;
}

h3.video-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow:
      0 0 4px #0ff,
      0 0 8px #0ff,
      0 0 15px #0ff,
      0 0 30px #00aaff;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.video-border-container {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 450px;
    width: 90%;
    position: relative;
    z-index: 5;
    border: 2px solid rgba(0, 255, 255, 0.6);
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.4), 0 0 20px rgba(0, 170, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}

.video-container {
   position: relative;
   width: 100%;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
}

.video-container.video-tall {
    padding-bottom: 150%; /* Примерно за портретно видео */
    max-width: 450px;  /* Ограничаване на ширината за високи видеа */
    margin-left: auto;
    margin-right: auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 15px 20px;*/
    background: rgba(10, 10, 10, 0.9);
    color: rgba(192, 192, 192, 0.7);
    border-top: 1px solid rgba(57, 79, 78, 0.3);
    height: auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    font-size: 14px;
    text-decoration: underline;
}
footer a{
    color:rgba(192, 192, 192, 0.7);
    margin-left: 15px;
}

@media (max-width: 992px) {
    #header {
        padding: 0 5%; /* Намалено от 15% на 5% */
    }
    
    #logo a img {
        height: 70px; /* Намалено от 85px */
        margin-top: 40px; /* Намалено от 50px */
    }
    
    #logo a span {
        margin-top: 70px; /* Намалено от 90px */
        font-size: 20px; /* Намалено от 22px */
    }
    
    .video-border-container {
        max-width: 80%; /* Променено от 450px на процент */
    }
}

@media (max-width: 768px) {
    #header {
        flex-direction: column;
        height: auto;
        padding: 15px;
    }

    #logo {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    
    #logo a {
        justify-content: center; /* Центрира логото */
    }
    
    #logo a img {
        height: 60px; /* Намалено още */
        margin-top: 20px; /* Намалено още */
        left: 0; /* Махаме отместването наляво */
    }
    
    #logo a span {
        margin-top: 40px; /* Намалено още */
        font-size: 18px; /* Намалено още */
    }

    #nav-menu {
        margin-right: 0;
        justify-content: center;
        width: 100%;
        padding-top: 20px; /* Добавено за повече пространство */
        gap: 10px;
    }

    .nav-item {
        margin-top: 10px; /* Намалено от 30px */
        font-size: 15px;
    }

    .video-border-container {
        max-width: 95%;
        width: 95%;
        margin-bottom: 20px;
        padding: 3px;
        margin-top: 20px;
    }
}

/* За много малки екрани като телефони в портретен режим */
@media (max-width: 480px) {
    #logo a {
        flex-direction: column; /* Лого над текста при малки екрани */
        align-items: center;
    }
    
    #logo a img {
        height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #logo a span {
        margin-top: 5px; /* Намалено драстично */
    }
    
    #nav-menu {
        gap: 5px;
    }
    
    .nav-item {
        font-size: 14px;
        padding: 3px;
    }
    
    .telegram-header-icon img, .jabber-header-icon img {
        height: 18px;
    }
    
    .video-border-container {
        border-width: 1px; /* По-тънък бордър */
    }
    
    .glow-button {
        padding: 10px 25px; /* По-малък бутон */
        font-size: 16px; /* По-малък шрифт */
    }
}

.features {
    text-align: center;
    margin-top: 0; /* Нулираме горния марджин, контролира се от #bodyimg */
    margin-bottom: 0; /* Ще се контролира от видео контейнера */
    position: relative;
    z-index: 5;
    color: #ffffff;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.features h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 4px #0ff, 0 0 8px #0ff;
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #e0ffff;
}

.feature-list li {
    margin-bottom: 5px;
}

.glow-button {
    display: block;
    margin: 40px auto 20px auto;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: bold;
    color: #e0ffff;
    background: linear-gradient(145deg, #03111f, #0a2f4d);
    border: 1px solid rgba(10, 252, 228, 0.5);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow:
      0 0 5px rgba(0, 255, 255, 0.8),
      0 0 10px rgba(0, 170, 255, 0.6);
    box-shadow:
      0 0 8px rgba(0, 170, 255, 0.5),
      0 0 15px rgba(0, 88, 255, 0.3),
      inset 0 0 6px rgba(10, 252, 228, 0.3);
    transition: all 0.3s ease-in-out;
}

.glow-button:hover {
    color: #ffffff;
    background: linear-gradient(145deg, #0a2f4d, #03111f);
    border-color: rgba(10, 252, 228, 0.9);
    text-shadow:
      0 0 7px #0ff,
      0 0 15px #00aaff;
    box-shadow:
      0 0 12px rgba(0, 170, 255, 0.9),
      0 0 25px rgba(0, 88, 255, 0.7),
      0 0 40px rgba(0, 88, 255, 0.4),
      inset 0 0 10px rgba(10, 252, 228, 0.5);
    transform: translateY(-3px);
}

.glow-button:active {
    transform: translateY(0);
    box-shadow:
      0 0 5px rgba(0, 170, 255, 0.8),
      inset 0 0 10px rgba(10, 252, 228, 0.6);
}

.info-container {
    text-align: center;
    max-width: 500px;
    margin: 20px auto 40px auto;
    padding: 25px;
    background-color: rgba(3, 17, 31, 0.9);
    border-radius: 8px;
    border: 1px solid rgba(10, 252, 228, 0.2);
    position: relative;
    z-index: 5;
    width: 90%;
    box-sizing: border-box;
    color: #ffffff;
}

.info-container.hidden {
    display: none;
}

.crypto-address {
    margin-bottom: 15px;
    font-size: 16px;
}

.label {
    font-weight: bold;
    color: rgba(10, 252, 228, 0.9);
    margin-right: 5px;
}

.address {
    display: inline-block;
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    word-break: break-all;
    color: #e0ffff;
    font-family: monospace;
}

.info-container h3.price-item {
    font-size: 1.1em;
    margin: 10px 0;
    color: #e0ffff;
    font-weight: 500;
}

.info-container p.payment-contact {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(10, 252, 228, 0.2);
    font-size: 1.1em;
    color: #ffffff;
    text-shadow: 0 0 5px #0ff, 0 0 10px #00aaff;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.jabber-header-icon {
    padding: 5px;
    text-shadow: none;
    line-height: 0;
    filter: drop-shadow(0 0 3px rgba(0, 255, 255, 0.7))
            drop-shadow(0 0 6px rgba(0, 170, 255, 0.5));
    transition: filter 0.3s ease, background-color 0.3s ease;
}

.jabber-header-icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
    filter: drop-shadow(0 0 5px #0ff)
            drop-shadow(0 0 10px #00aaff);
}

.jabber-header-icon img {
    height: 45px;
    width: auto;
    display: block;
    opacity: 0.9;
}

/* VPS Content Styles */
.vps-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    z-index: 5;
}

.vps-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow:
        0 0 6px #0ff,
        0 0 12px #0ff,
        0 0 24px #0ff,
        0 0 48px #00aaff;
    font-family: 'Orbitron', sans-serif;
}

.vps-description {
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #e0ffff;
    line-height: 1.6;
}

.vps-tables-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 800px;
    width: 100%;
    margin-bottom: 40px;
}

.vps-table {
    background: linear-gradient(145deg, rgba(3, 17, 31, 0.65), rgba(10, 47, 77, 0.55));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid rgba(0, 255, 255, 0.5);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 
        0 0 15px rgba(0, 255, 255, 0.3),
        0 0 30px rgba(0, 170, 255, 0.15),
        inset 0 0 15px rgba(10, 252, 228, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vps-table:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 5px 30px rgba(0, 255, 255, 0.6),
        0 10px 60px rgba(0, 170, 255, 0.3),
        inset 0 0 25px rgba(10, 252, 228, 0.15);
}

.vps-table::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #0ff, transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.vps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.vps-table h3 {
    margin: 0;
    font-size: 20px;
    color: #00FFFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow:
        0 0 4px #0ff,
        0 0 8px #0ff,
        0 0 16px #00aaff;
    font-family: 'Orbitron', sans-serif;
}

.vps-icon {
    font-size: 28px;
    filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.7));
}

.vps-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.vps-specs li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.3;
}

.vps-specs li:last-child {
    border-bottom: none;
}

.spec-label {
    color: #e0ffff;
    font-weight: 500;
    min-width: 90px;
    font-size: 13px;
}

.spec-value {
    color: #00FFFF;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 255, 255, 0.4);
    text-align: right;
    flex: 1;
    font-size: 13px;
}

.vps-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 18px;
}

.feature-badge {
    background: rgba(0, 255, 255, 0.08);
    border: 1px solid rgba(0, 255, 255, 0.25);
    border-radius: 15px;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
    color: #00FFFF;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(0, 255, 255, 0.4);
}

.vps-price {
    text-align: center;
    margin: 18px 0;
    padding: 15px;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgba(0, 88, 255, 0.08));
    border-radius: 10px;
    border: 2px solid rgba(0, 255, 255, 0.3);
    box-shadow: 
        0 0 12px rgba(0, 255, 255, 0.25),
        inset 0 0 12px rgba(10, 252, 228, 0.08);
}

.price-amount {
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
    text-shadow:
        0 0 6px #0ff,
        0 0 12px #0ff,
        0 0 24px #00aaff;
    font-family: 'Orbitron', sans-serif;
}

.price-period {
    font-size: 16px;
    color: #e0ffff;
    margin-top: 5px;
    font-weight: 500;
}

.order-button {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #e0ffff;
    background: linear-gradient(145deg, #03111f, #0a2f4d);
    border: 2px solid rgba(10, 252, 228, 0.4);
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow:
        0 0 4px rgba(0, 255, 255, 0.7),
        0 0 8px rgba(0, 170, 255, 0.5);
    box-shadow:
        0 0 6px rgba(0, 170, 255, 0.4),
        0 0 12px rgba(0, 88, 255, 0.25),
        inset 0 0 5px rgba(10, 252, 228, 0.25);
    transition: all 0.3s ease-in-out;
    font-family: 'Orbitron', sans-serif;
}

.order-button:hover {
    color: #ffffff;
    background: linear-gradient(145deg, #0a2f4d, #03111f);
    border-color: rgba(10, 252, 228, 0.9);
    text-shadow:
        0 0 7px #0ff,
        0 0 15px #00aaff;
    box-shadow:
        0 0 12px rgba(0, 170, 255, 0.9),
        0 0 25px rgba(0, 88, 255, 0.7),
        0 0 40px rgba(0, 88, 255, 0.4),
        inset 0 0 10px rgba(10, 252, 228, 0.5);
    transform: translateY(-3px);
}

.order-button:active {
    transform: translateY(0);
    box-shadow:
        0 0 5px rgba(0, 170, 255, 0.8),
        inset 0 0 10px rgba(10, 252, 228, 0.6);
}

/* Payment Info Section */
.payment-info {
    text-align: center;
    max-width: 600px;
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(3, 17, 31, 0.9), rgba(10, 47, 77, 0.8));
    border: 2px solid rgba(0, 255, 255, 0.4);
    border-radius: 16px;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.3),
        inset 0 0 15px rgba(10, 252, 228, 0.1);
}

.payment-info h3 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #00FFFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow:
        0 0 5px #0ff,
        0 0 10px #0ff,
        0 0 20px #00aaff;
    font-family: 'Orbitron', sans-serif;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: rgba(0, 255, 255, 0.1);
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 12px;
    min-width: 120px;
}

.payment-icon {
    font-size: 24px;
    filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.8));
}

.payment-method span:last-child {
    color: #00FFFF;
    font-weight: 500;
    font-size: 14px;
}

.contact-note {
    color: #e0ffff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
}

/* Navigation active state for VPS page */
.nav-item.active {
    color: #ffffff;
    background-color: rgba(0, 255, 255, 0.2);
    text-shadow:
      0 0 4px #0ff,
      0 0 8px #0ff,
      0 0 12px #00aaff;
}
/* Добави тези стилове в style.css */
.vps-time {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Orbitron', sans-serif;
    transition: all 0.3s ease;
}

/* Responsive стилове за работното време */
@media (max-width: 768px) {
    .vps-time {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .vps-time {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}
/* Responsive Styles for VPS Tables */
@media (max-width: 992px) {
    .vps-tables-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .vps-title {
        font-size: 28px;
    }
    
    .payment-methods {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .vps-content {
        padding: 20px 15px;
    }
    
    .vps-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .vps-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .vps-tables-container {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .vps-table {
        padding: 25px 20px;
    }
    
    .vps-table h3 {
        font-size: 20px;
    }
    
    .vps-features {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .price-amount {
        font-size: 32px;
    }
    
    .payment-methods {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .payment-method {
        min-width: 150px;
    }
    
    #jabber-contact-box {
        position: static;
        display: block;
        width: fit-content;
        margin: 15px auto 0 auto;
        text-align: center;
        right: auto;
        top: auto;
    }
}

@media (max-width: 480px) {
    .vps-title {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .vps-table {
        padding: 20px 15px;
        border-radius: 16px;
    }
    
    .vps-tables-container {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    
    .spec-label {
        min-width: 80px;
        font-size: 14px;
    }
    
    .spec-value {
        font-size: 14px;
    }
    
    .price-amount {
        font-size: 28px;
    }
    
    .order-button {
        padding: 15px;
        font-size: 16px;
    }
    
    .payment-info {
        padding: 20px 15px;
    }
    
    .payment-info h3 {
        font-size: 20px;
    }
}

/* Прост фикс - замени съществуващия hamburger CSS с това: */

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 25px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: linear-gradient(90deg, #FF8C00, #FF4500, #FFD700);
    margin: 3px 0;
    transition: 0.3s;
    box-shadow: 0 0 5px rgba(255, 140, 0, 0.8);
}

@media (max-width: 768px) {
    #header {
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        padding: 15px;
    }
    
    .hamburger { 
        display: flex; 
    }
    
    #nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: linear-gradient(145deg, 
            rgba(20, 8, 2, 0.97), 
            rgba(60, 20, 5, 0.95), 
            rgba(100, 35, 10, 0.92));
        border-left: 2px solid rgba(255, 140, 0, 0.6);
        box-shadow: -5px 0 20px rgba(255, 69, 0, 0.4);
        flex-direction: column;
        padding-top: 80px;
        transition: right 0.3s ease;
        z-index: 1000;
    }
    
    #nav-menu.active { 
        right: 0; 
    }
    
    .nav-item {
        margin: 10px 0;
        padding: 15px;
        width: 80%;
        color: #FF8C00;
        border: 1px solid rgba(255, 140, 0, 0.3);
        background: rgba(0, 0, 0, 0.4);
        text-shadow: 0 0 5px rgba(255, 69, 0, 0.8);
    }
    
    .nav-item:hover {
        background: rgba(255, 69, 0, 0.2);
        border-color: rgba(255, 140, 0, 0.8);
        color: #FFD700;
        text-shadow: 0 0 8px rgba(255, 215, 0, 0.9);
        transform: scale(1.05);
    }
}
.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 50px;
}

.fade-img {
    width: 100%;
    max-width: 670px;
    height: auto;  
    /* max-height: 400px;  */
    object-fit: contain;  
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
    margin: 0 auto;
}
.anon-image {
  display: block;
  margin: 60px auto;
  max-width: 100%;
  height: 150px;
}