  *{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial;
  }

  body{
  background:#f3f3f3;
  }

  .container{
  width:90%;
  max-width:1200px;
  margin:auto;
  }

 
:root {
  --main:#6a6f3d;
  --accent:#c00000;
  --bg:#f3f3f3;
}
.main-header {
  display:flex; 
  justify-content:space-between; 
  align-items:center;
  margin-left: 130px;
  padding:20px 0; background:var(--bg);
}
.center-block { display:flex; align-items:center; gap:55px; }
.logo-block img { width:120px; gap: 10px;}
.title-block { text-align:center; }
.title-block h1 { font-size:clamp(24px,4vw,42px); color:var(--main); }
.title-block small { font-size:clamp(14px,2vw,22px); color:var(--accent); display:block; }

/* ===== CONTACT ===== */
.header-contact { 
  display: flex;
  gap: 20px;
  border: 1px solid var(--main);
  padding: 10px;
  border-radius: 12px;
}

/* Left + Right */
.contact-left,
.contact-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Links */
.contact-left a,
.contact-right a {
  font-size: 18px;
  color: #000;
  text-decoration: none; /* harrison underline हटाया */
  transition: 0.3s;
}

/* Hover effect */
.contact-left a:hover,
.contact-right a:hover {
  color: rgb(179,9,9);
  transform: translateX(5px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    margin: 0 auto; /* կենտրոնացնում ենք ամբողջ բլոկը */
  }

  .header-contact {
    flex-direction: column;   /* Ուղղահայաց դասավորում */
    align-items: center;      /* Կենտրոնացում հորիզոնտալ */
    justify-content: center;  /* Կենտրոնացում ուղղահայաց */
    text-align: center;       /* Թեքստերի կենտրոնացում */
    gap: 10px;  
  }

  .contact-left a,
  .contact-right a {
    font-size: 16px;
  }
}





  .hero p{
  font-size:32px;
  color:#860303;
  }

 
  
  .hero {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }










.navbar{
background:#076b18c7;
padding:10px 20px;
position:relative;
display: flex;
justify-content:  space-between;
align-items: center;
z-index: 1001;

}
@media (max-width: 768px){
  .navbar{
    margin-top:0px;
  }
}

#menu{
display:flex;
justify-content:center;
align-items:center;
gap:30px;
}

#menu a{
color:white;
text-decoration:none;
font-weight:bold;
}


.dropdown{
position:relative;
}

.dropdown-content{
display:none;
position:absolute;
top:100%;
left:0;
background:#076b18c7;
min-width:200px;
flex-direction:column;
}

.dropdown-content a{
display:block;
padding:10px;
}

.dropdown-content a:hover{
background:#0a8605;
}
.dropdown-content.active {
  display: block;
}


@media(min-width:901px){
.dropdown:hover .dropdown-content{
display:flex;
}
}


.burger{
display:none;
font-size:30px;
color:rgb(14, 13, 13);
cursor:pointer;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}


@media(max-width:900px){

.burger{
display:block;
}

#menu{
display:none;
flex-direction:column;
gap:10px;
margin-top:0px;
position: absolute;
left: 50%;
transform: translate(-50%);

}

#menu.active{
display:flex;
}

.dropdown-content{
position:relative;
}

.dropdown-content.show{
display:flex;
}

} 



.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown .dropbtn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #076b18c7;
  color: white;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 20px;
}

.language-dropdown .flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.language-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #076b18c7;
  min-width: 140px;
  border-radius: 5px;
  z-index: 1000;
}

.language-dropdown .dropdown-content a {
  display: flex;
  align-items:center;
  gap: 6px;
  padding: 8px;
  color: white;
  text-decoration: none;
}

.language-dropdown .dropdown-content a:hover {
  background: #0a8605;
}

.language-dropdown .dropdown-content.active {
  display: block;
}

/* Mobile */
@media(max-width:900px){
  .burger { display: block; }
  #menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 0;
    background: #076b18c7;
    width: 200px;
  }
  #menu.active { display: flex; }
}




.hero {
  position: relative;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 1200px; /* փոխիր ըստ քո դիզայնի */
   touch-action: pan-y;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: no-repeat contain;
}

/* active slide */
.slide.active {
  opacity: 1;
}

  .title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }

  .title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: rgb(226,12,12);
    border-radius: 5px;
      animation:  line 2s ease-in-out infinite alternate;

  }
  @keyframes line{
    from{
      width: 0px;
    }
    to{
      width: 150px;
    } 
  } 
  /* Mobile adjustments */
@media (max-width: 768px) {
  .slider {
    height: 250px; /* փոքրացնում ենք բարձրությունը */
  }

  .slide img {
    object-fit: cover; /* պահում ենք, որ չձգվի */
  }
}

/* շատ փոքր էկրանների համար */
@media (max-width: 480px) {
  .slider {
    height: 180px;
  }
}

    .textt-blockd{
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.6;
    color: #323232;
    text-align: center;
  }    



.textt-blockd span {
  display: block;
  margin-top: 15px;
  line-height: 1.6;
}

.textt-blockd strong {
  display: block;
  margin-top: 10px;
}




  .title1 {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    padding: 80px ;
  }


  /* SECTION */
  .page{
    max-width:1400px;
    margin:auto;
    padding:90px 20px;
  }

  /* GRID */
  .page-gri{
    display:grid;
    grid-template-columns:repeat(5,1fr); /* 5 նկար մեկ շարքում */
    gap:30px;
  }

  /* TITLE */
  .page-title{
    grid-column:1 / -1;      /* վերցնում է ամբողջ շարքը */
    text-align:center;
    font-size:clamp(28px,4vw,36px);
    font-weight:bold;
    margin-bottom:80px;
    top: 20px;
    position:relative;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    
  }


  /* Կարմիր գիծ */
  .page-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-20px;
    width:100%;
    height:4px;
    background:#e20c0c;
    border-radius:4px;
  }

  /* IMAGES */
  .page-img{
    width:100%;
    height:220px;
    object-fit:contain;
    border-radius:10px;
    cursor:pointer;
    transition:0.3s;
  }

  .page-img:hover{
    transform:scale(1.05);
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
  }

  /* RESPONSIVE */

  /* tablet */
  @media(max-width:1000px){
    .page-gri{
      grid-template-columns:repeat(3,1fr);
    }
  }

  /* mobile */
  @media(max-width:600px){
    .page-gri{
      grid-template-columns:repeat(2,1fr);
    }
  }









  .gallery-grid{
  padding:0px 80px;
  text-align:center;
  text-decoration: none;
  }

  .gallery-grid span{
  font-size:24px;
  margin-bottom:50px;
  text-decoration: none;
  color: #000;
  }


  .gallery-grid h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    
    width: 0;
    height: 3px;
    background: rgb(226, 12, 12);
    border-radius: 5px;

    animation: line 4s ease forwards;
  }

  @keyframes line{
    from{
      width: 0;
    }
    to{
      width: 150px;
    }
  }

  .card-title {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
  }

  
  .card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: red;
    border-radius: 2px;
    transition: width 0.4s ease-out;
  }

.grid-card:hover .card-title::after {
  transition-delay: 0.1s;
  width: 100%;
}
  
  .gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:50px;
  }


  .gallery-grid img{
  width:100%;
  height:550px;
  object-fit:contain;
  border-radius:10px;
  cursor:pointer;
  transition:0.3s;
}

  .gallery-grid img:hover{
  transform:scale(1.05);
    box-shadow: 0 0 10px #a7a5a5,
              0 0 20px #10fc8e,
              0 0 40px #10b102;

  }



.video-section {
  padding: 60px 20px;
  text-align: center;
}
.video-title{
font-size:38px;
color:#0a0a0a;
margin-bottom:10px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Desktop-ում 2 շարքով */
  gap: 40px;
  max-width: 1000px;
  margin: auto;
}

.video-grid video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  object-fit: cover;
}

/* Mobile responsive */
@media(max-width: 768px){
  .video-grid {
    grid-template-columns: 1fr; /* Mobile-ում մեկ շարք */
  }

.video-title{
font-size:30px;
margin-top: 20px;
}


}












.credit-section{
padding:70px 20px;
background:#f4f4f4;
text-align:center;
}

.credit-title{
font-size:38px;
color:#0a0a0a;
margin-top:40px;
}

p.credit-intro {
font-size:18px;
gap: 0px;
margin-bottom:10px;
}


.credit-bank{
  font-size: 30px;
  
}
.banks{
display:flex;
justify-content:center;
gap:35px;
flex-wrap:wrap;
}

.bank-card{
background:white;
width:320px;
padding:30px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.15);
transition:0.3s;
text-align:left;
}

.bank-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.bank-logo{
width:120px;
margin-bottom:15px;
}

.bank-card h3{
color:#076b18;
margin-bottom:15px;
}

.bank-card ul{
padding-left:18px;
}

.bank-card li{
margin:7px 0;
font-size:15px;
}






@media(max-width:768px){

.banks{
flex-direction:column;
align-items:center;
}

.bank-card{
width:70%;
}

.credit-title{
font-size:30px;
margin-top: 50px;
}

}












    .lightbox{
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
    z-index:10000;
  }

  .lightbox-img{
    max-width:90%;
    max-height:80%;
    border-radius:6px;
    box-shadow:0 0 20px rgba(255,255,255,0.2);
  }


.close, .lightbox .prev, .lightbox .next {
  position:absolute;
  color:white;
  font-size:40px;
  cursor:pointer;
  user-select:none;
}

.close { top:20px; right:30px; }
.lightbox .prev { top:50%; left:30px; transform:translateY(-50%); }
.lightbox .next { top:50%; right:30px; transform:translateY(-50%); }

.close:hover, .lightbox .prev:hover, .lightbox .next:hover {
  color:#ddd;
}
      


  .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: rgba(0,0,0,0.4);
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  transition: 0.3s;
}

.arrow:hover {
  background: rgba(0,0,0,0.7);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
 





  .form{
  background:#0a8605;
  padding:20px 20px;
  text-align:center;
  }

  .form input{
  padding:12px;
  margin:10px;
  border:none;
  width:220px;
  }



  .form input,
  .form textarea{
    width: 100%;
    max-width: 200px;
    padding: 10px 15px;
    margin: 10px 0;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    outline: none;
    transition: all 0.3s ease;
  }

  /* focus effect */
  .form input:focus,
  .form textarea:focus{
    border-color: #076b18;
    box-shadow: 0 0 5px rgba(7,107,24,0.4);
  }

  /* textarea height */
  .form textarea{
    margin: 10px 0;
    padding: 10px 15;
    min-height: 10px;
    resize: vertical;
  }

  /* placeholder style */
  .form input::placeholder,
  .form textarea::placeholder{
    color: #999;
    font-size: 14px;
  }


  .form button{
  padding:12px 30px;
  background:rgb(6, 154, 199);
  border-radius: 40px;
  color:white;
  border:none;
  cursor:pointer;
  }
  #sending-overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #overlay-box {
    background: white;
    padding: 30px 50px;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }

  #success-check, #error-cross {
    font-size: 50px;
    margin-top: 20px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
  }

  #success-check.show, #error-cross.show {
    opacity: 1;
    transform: scale(1.2);
  }

  .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #076b18;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
  }



    @media(max-width:900px){

  nav{
  display:none;
  flex-direction:column;
  position:absolute;
  top:60px;
  right:0;
  background:#076b18c7;
  width:200px;
  }

  nav a{
  padding:15px;
  }

  .burger{
  display:block;
  }

  .grid{
  grid-template-columns:repeat(2,1fr);
  }

  .hero p{
  font-size:24px;
  }

  }

  @media(max-width:600px){

  .grid{
  grid-template-columns:1fr;
  }

  .hero p{
  font-size:20px;
  }

  } 


  .working-hours {
    /* padding: 1px 2px; */
    /* border-radius: 10px; */
    text-align: end;
      font-size:clamp(4vw,36px);
    margin-bottom: -5%;

  }

  .working-hours h3 {
    margin-bottom:0px;
    color: #000000;
    /* weight: 50px; */
  }

  .working-hours p {
    font-size: 16px;
    color: #000000;
    display: block;
    margin: 5px 0;
  }


/* Mobile */
@media (max-width: 500px) {
  .working-hours {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 12px;
  }

  .working-hours h3 {
    font-size: 18px;
  }

  .working-hours p {
    font-size: 14px;
    line-height: 1.5;
  }
}
  .polics{
  text-align: left;
  }

  .polics h3{
    font-size: 13px;
    color: #000;
  }




  html{
    scroll-behavior: smooth;
  }