 <!-- CSS-ը ներսում է, որ 100% աշխատի -->
  <style>

/* ԿԱՐԵՎՈՐ – թաքցնում է նավբարը մինչև բեռնվելը */
#nav-container { opacity: 0; transition: opacity 0.4s ease; }
#nav-container.loaded { opacity: 1; }

/* Ուղղում է մենյուի դիրքը մինչև բեռնվելը */
#nav-container .nav-menu { display: flex !important; justify-content: flex-end; }


    * { margin:0; padding:0; box-sizing:border-box; }
    body { font-family: Arial, sans-serif; padding-top: 90px; background:#f0f0f0; }
    :root {
  --bg: rgb(51, 204, 153);
  --text:  #12067b  ;    /* ← ԱՅՍՏԵՂ փոխիր ցանկալի կապույտը */
  --accent: #ffffff;
}
   
.site-nav{
position: fixed !important;   /* ← sticky-ի փոխարեն fixed */
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;         /* ← ավելացրու */
  z-index: 1000;
  background: rgb(51, 204, 153);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--nav-border);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);

 
}

.nav-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.nav-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
 
}

.nav-brand img{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: contain;

}

.nav-brand .brand-text{
  font-size: 16px;
  font-weight: 700;
   color: var(--text);
}

.nav-menu{
  display: flex;
  gap: 16px;
  margin-left: auto;
  list-style: none;


}

.nav-menu .nav-link{
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 10px;
  color: var(--text);
  font-weight: 600;
  transition: 0.2s;
  color: #12067b !important;
}

.nav-menu .nav-link:hover{
  background: rgba(10, 3, 105, 0.1);
      color: var(--accent);
}
/* ====== ՆԱՎԲԱՐԻ ՖՈՆԸ ՄՆՈՒՄ Է, ԲԱՅՑ ՄԻԱՅՆ ՏԵՔՍՏ + ՈՍԿԵԳՈՒՅՆ ԵՐԻԶ HOVER-ԻՆ ====== */
.site-nav {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  width: 100%;
  background: rgb(51, 204, 153) !important;   /* ֆոնը մնում է */
  border-bottom: none !important;
  box-shadow: none !important;               /* ստվերը հանում ենք */
  backdrop-filter: none !important;
  z-index: 1000;
  padding: 12px 0;
}

/* Տեքստերը */
.nav-menu .nav-link {
  color: var(--text);
  font-weight: 600;
  padding: 10px 22px;           /* մի փոքր տեղ տալիս ենք երիզին */
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Hover և Active – միայն ոսկեգույն փայլող երիզ */
.nav-menu .nav-link::before {
  content: '';
  position: absolute;
  top: -4px; left: -4px; right: -4px; bottom: -4px;
  background: linear-gradient(90deg,
    transparent,
    #ead252,
    #f4d03f,
    #ffd700,
    #f4d03f,
    #ead252,
    transparent
  );
  background-size: 200% 200%;
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 0 20px #ead252, 0 0 35px rgba(234,210,82,0.8);
  animation: shimmer 4s linear infinite paused;
  transition: opacity 0.4s ease;
}

.nav-menu .nav-link:hover::before,
.nav-menu .nav-link.active::before {
  opacity: 1;
  animation-play-state: running;
}

/* Hover-ի ժամանակ տեքստը դառնում է սպիտակ կամ ոսկեգույն */
.nav-menu .nav-link:hover,
.nav-menu .nav-link.active {
  color: #ffffff !important;
}

/* Շարժման անիմացիա */
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
/* Hamburger գեղեցիկ 3 գիծ */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger-line {
  width: 28px;
  height: 3px;
  background: #12067b;
  border-radius: 3px;
  transition: 0.3s;
}

/* Hamburger → X փոխակերպում */
.nav-toggle.active .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(7px, 7px); }
.nav-toggle.active .hamburger-line:nth-child(2) { opacity: 0; }
.nav-toggle.active .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

/* Mobile */
@media (max-width: 880px) {
  .nav-toggle { display: flex; }
  .brand-text { display: none; }

  .nav-menu {
    position: fixed;
    top: 74px;            /* նավբարի բարձրությանը համապատասխան */
    left: 0; right: 0;
    background: rgb(51, 204, 153);
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    gap:28px;
  }
  .nav-menu.show {
    max-height: 500px;    /* բավական է բոլոր կետերի համար */
      opacity: 1;
    transform: translateY(0);
    pointer-events: all;            /* միայն հիմա է թույլատրվում սեղմել */
  }
  
  /* Անիմացիա՝ հղումները մեկ առ մեկ հայտնվում են */
  .nav-menu.show .nav-link {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-menu.show .nav-link:nth-child(1) { transition-delay: 0.2s; }
  .nav-menu.show .nav-link:nth-child(2) { transition-delay: 0.3s; }
  .nav-menu.show .nav-link:nth-child(3) { transition-delay: 0.4s; }
  .nav-menu.show .nav-link:nth-child(4) { transition-delay: 0.5s; }
  .nav-menu.show .nav-link:nth-child(5) { transition-delay: 0.6s; }
  
}
/* Hamburger */
.nav-toggle{
  display: none;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  
}



.site-nav::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, 
    transparent, 
    #ead252, 
    #f4d03f, 
    #ffd700, 
    #f4d03f, 
    #ead252, 
    transparent
  );
  background-size: 200% 100%;
  border-radius: 10px;
  box-shadow: 
    0 0 10px #ead252,
    0 0 20px #f4d03f,
    0 0 30px rgba(234, 210, 82, 0.6);
  animation: shimmer 4s linear infinite;
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ==================== MOBILE – ՆՈՒՅՆ ԴԻԶԱՅՆԸ, ԻՆՉ ԴԵՍՔԹՈՓՈՒՄ ==================== */
@media (max-width: 880px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    
  }

  .brand-text {
    display: none;
   
  }
@media (max-width: 880px) {
  .nav-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .nav-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
}
  /* Մենյուն բացվում է ամբողջ էկրանով, բայց նույն ոճով */
  .nav-menu {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    background: rgb(51, 204, 153);
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
    
  }

  .nav-menu.show {
    max-height: 600px;   /* բավական է բոլոր կետերի համար */
  }

  /* Կետերը մոբայլում նույն ոսկեգույն երիզով */
  .nav-link {
    color: #12067b;
    font-weight: 600;
    font-size: 1.15rem;
    padding: 16px 40px;           /* ավելի մեծ դիպչելու համար */
    width: 80%;
    text-align: center;
    border-radius: 16px;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #ffffff !important;
  }

  /* Կարևոր է՝ մոբայլում էլ աշխատի ::before երիզը */
  .nav-link::before {
    background-size: 200% 200%;
    border-radius: 18px;
    top: -6px; left: -6px; right: -6px; bottom: -6px;
  }
}
@media (max-width: 880px) {
  .nav-menu {
    display: none !important;        /* ← փակ վիճակում ընդհանրապես չի երևում */
  }
  .nav-menu.show {
    display: flex !important;        /* ← բացվելիս երևում է */
  }
}

 /* nav.css  ավարտը*/


  </style>