.logo-net{
    width: 150px;
    height: 75px;
    object-fit: cover;
}
/* basic styles — ոճը փոխիր ըստ կարիքի */
.languages { position: relative; display: inline-block; }
.lang-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
}
.lang-toggle img.current-flag { width: 20px; height: 14px; object-fit: cover; border-radius: 2px; }
.lang-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 150px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 6px;
  display: none;
  z-index: 9999;
}
.lang-dropdown.open { display: block; }
.lang-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}
.lang-item img { width: 18px; height: 12px; object-fit: cover; border-radius: 2px; }
.lang-item:hover { background: rgba(0,0,0,0.04); }
.caret { font-size: 12px; }
.fg{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.main-header .outer-box .nav-btn{
    margin-left: unset !important;
}
.slider-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 20;
}

.slider-arrows .arrow {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50%;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.3s;
    font-size: 20px;
    color: #000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.slider-arrows .prev {
    left: 25px;
}

.slider-arrows .next {
    right: 25px;
}

.slider-arrows .arrow:hover {
    background: #ffffff;
    transform: scale(1.15);
}
/* Center bottom dots */
.main-slider-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 30;
}

.main-slider-carousel .owl-dot {
    width: 15px !important;
    height: 15px !important;
    background: rgba(255,255,255,0.6) !important;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    transition: 0.3s;
}

/* Active dot – darker or colored */
.main-slider-carousel .owl-dot.active {
    background: #ffffff !important;
    transform: scale(1.2);
}
.sd{
    width: 150px;
    height: 75px;
    object-fit: cover;
}
.main-header .main-menu .navigation > li:hover > a, .main-header .main-menu .navigation > li.current > a{
    color:#E17AF8 !important ;
}
.main-header .main-menu .navigation > li > ul > li{
       background-color:#9A58D2!important;
}
.main-header .main-menu .navigation > li > ul > li:hover > a{
    background-color: #E17AF8 !important;
}
.main-header .header-top .social-box:before{
    background-color: #E17AF8 !important;
}
.btn-style-two,.cta-section .inner-container{
  background-color: #E17AF8 !important;  
}
.btn-style-three:before,.btn-style-four:before{
     background-color:#9A58D2!important;
}
.btn-style-four{
      background-color: #E17AF8 !important;  
}
.price-block .upper-box h4 span,.price-block .price-list li:before,.service-block .inner-box:hover h4 a, .service-block .inner-box:hover .services{
    color: #8a1ceb !important;
}
.service-block .inner-box .border-two{
    border-right: 10px solid #E17AF8 !important;
    border-bottom:10px solid #E17AF8 !important;
}
.service-block .inner-box .border-one{
    border-top:10px solid #E17AF8 !important;
    border-left:10px solid #E17AF8 !important;
}
.inner-box.wow.fadeInLeft.animated{
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}
.inner-box {
    border-radius: 30px;
    background-color: #f2e7f5 !important;
  
}
.facility-block .inner-box h5 a:hover{
   color:#9A58D2!important;
}
.facility-block .inner-box .icon-box{
    color: #E17AF8 !important;
    border: 2px solid #E17AF8 !important;
    border-left:10px solid #E17AF8 !important;
}
.facility-block .inner-box:hover .icon-box{
    background-color: #E17AF8  !important;
        color: #ffffff !important;
}
.bordImage{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}










button {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 position: relative;
 padding: 0 20px;
 font-size: 18px;
 text-transform: uppercase;
 border: 0;
 box-shadow: #E17AF8 ;
 background-color: #E17AF8 ;
 border-radius: 12px;
 overflow: hidden;
 transition: 31ms cubic-bezier(.5, .7, .4, 1);
}

button:before {
 content: attr(alt);
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 inset: 0;
 font-size: 15px;
 font-weight: bold;
 color: white;
 letter-spacing: 4px;
 opacity: 1;
}

button:active {
 box-shadow: none;
 transform: translateY(7px);
 transition: 35ms cubic-bezier(.5, .7, .4, 1);
}

button:hover:before {
 transition: all .0s;
 transform: translateY(100%);
 opacity: 0;
}

button i {
 color: white;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: 4px;
 font-style: normal;
 transition: all 2s ease;
 transform: translateY(-20px);
 opacity: 0;
}

button:hover i {
 transition: all .2s ease;
 transform: translateY(0px);
 opacity: 1;
}

button:hover i:nth-child(1) {
 transition-delay: 0.045s;
}

button:hover i:nth-child(2) {
 transition-delay: calc(0.045s * 3);
}

button:hover i:nth-child(3) {
 transition-delay: calc(0.045s * 4);
}

button:hover i:nth-child(4) {
 transition-delay: calc(0.045s * 5);
}

button:hover i:nth-child(6) {
 transition-delay: calc(0.045s * 6);
}

button:hover i:nth-child(7) {
 transition-delay: calc(0.045s * 7);
}

button:hover i:nth-child(8) {
 transition-delay: calc(0.045s * 8);
}

button:hover i:nth-child(9) {
 transition-delay: calc(0.045s * 9);
}

button:hover i:nth-child(10) {
 transition-delay: calc(0.045s * 10);
}




/* From Uiverse.io by ahmed150up */ 
.card {
  display: flex;
  height: 70px;
  width: 270px;
}

.card svg {
  position: absolute;
  display: flex;
  width: 60%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
  cursor: pointer;
}

.card .social-link1,.card .social-link2,.card .social-link3,.card .social-link4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 50px;
}

.card svg {
  transform: scale(1);
}

.card .social-link1:hover {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  animation: bounce_613 0.4s linear;
}

.card .social-link2:hover {
  background-color: #00ccff;
  animation: bounce_613 0.4s linear;
}

.card .social-link3:hover {
  background-color: #5865f2;
  animation: bounce_613 0.4s linear;
}

.card .social-link4:hover {
  background-color: #12a50b;
  animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

