

/*-----------------------Alap beállítások--------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.nunito-uniquifier {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

body {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Nunito", sans-serif;
}

p {
  font-family: "Nunito", sans-serif;
}


h1{
  font-family: "Nunito", sans-serif;
}

a {
  font-family: "Nunito", sans-serif;
}

*{
  margin: 0px;
  font-family: "Nunito", sans-serif;
 
}

h4{
  font-size: 3px;  
  font-family: "Nunito", sans-serif; 
  
}

h2{
  font-family: "Nunito", sans-serif;
}


body {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------félkör--------------------------------------*/


.containers {
    position: relative;
    width: 200px; 
    height: 200px;
    margin: auto; 
}
.logos {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0; 
    border-radius: 50%; 
}



.logo-container {
  position: relative; 
  display: inline-block;
}

.half-circle{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-53%) scaleY(-1);
    width: 100px;
    height: 50px;
    background-color: #3989c9;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    z-index: -23;
    top: 72px;
    width: 130px;
    height: 64px;
    bottom: 147px;
}


/*-----------------------------------------header----------------------------------*/
.header {
    position: sticky;
    top: 0;
    z-index: 2000; /* magasabb mint a navbar */
}




.header {
    position: sticky;
    top: 0;
    z-index: 2000;
}


.navbar {
    position: sticky;
    top: calc(var(--header-height));
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.header {
  background-color: #58585a;
  color: white;
  padding: 10px 0;

}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
}

.social, .address, .phone {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Nunito", sans-serif;
}

.social a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.phone-number {
  background-color: #ff7043;
  padding: 5px 10px;
  border-radius: 30px;
  color: white;
}

i {
  font-size: 1.2em;
}

.fa-map-marker-alt{
  text-align: center; 
  white-space: nowrap; 
  font-size: 16px; 
  font-weight: bold; 
  display: block;

}

.address {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.address:hover {
    text-decoration: none;
    color: inherit;
}



/*---------------------tesztnabar----------------------*/

@media only screen and (max-width:768px) {
  .nav-wrapper{
    display:none !important;
  }
  .left-menu{
    display:none !important;
  }
  }

  .navbar {
    position: sticky;
    top: calc(var(--header-height));
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3989c9;
  padding:0px;
  position: sticky;
  z-index: 1000;
  top: 40px;
}

.nav-wrapper {
  display: flex;
  flex: 1;
}

.left-menu {
  justify-content: flex-end; 
  margin-right: 100px; 
  margin-right: 80px;
}

.right-menu {
  justify-content: flex-start; 
  margin-left: 100px; 
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 120px;
  margin: 0;
  padding: 0;
  
}

.logo-container {
  flex-shrink: 0;


}

.logo-container {
  position: relative; 
  display: flex;
  justify-content: center;
}



.navbar-logo {
  height: 50px;
  max-height: 80px;
  width: auto;
  display: block;
  transform: scale(2);
  margin-top: 35px;
  display: flex;
}

.nav-link {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}

.nav-link:hover {
  transition: 0.1;
  font-weight: 1000;
}


.nav-link {
  position: relative;
  text-decoration: none;
  color: whitesmoke; 
  padding-bottom: 10px; 
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px; 
  background-color: whitesmoke; 
  transform: scaleX(0); 
  transform-origin: right;
  transition: transform 0.3s ease-in-out; 
}

.nav-link:hover::after {
  transform: scaleX(1); 
  transform-origin: left; 
}



h1, h2, h3 {
    margin-bottom: 20px;
}


ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

p{
    margin-bottom: 20px; 
    line-height: 1.6; 
}


.contact-infos {
    margin-top: 20px;
    padding: 10px;
    background-color: #3989c9;
    color: #fff;
    border-radius: 5px;
}

.contact-infos a {
    color: #fff;
    text-decoration: none;
}

.contact-infos a:hover {
    text-decoration: underline;
}



/*---FELHIVAS-----*/

.hirdetes-doboz {
  background-color: white;
  padding: 25px 30px;
  border: 3px solid #ff7043; 
  border-radius: 12px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-top: 75px;
}

.hirdetes-doboz h2 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #ff7043;
  letter-spacing: 0.5px;
}

.hirdetes-doboz p {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1024px){
  .navbar{
    top: 40px;
  }
}

@media (max-width: 768px){
  .navbar{
    top: 63px;
  }
}

@media (max-width: 600px) {
  .hirdetes-doboz {
    padding: 18px 20px;
    font-size: 16px;
    max-width: 92%;
    margin: 20px auto;
    border-radius: 10px;
    margin-top: 75px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hirdetes-doboz h2 {
    font-size: 20px;
  }

  .hirdetes-doboz p {
    font-size: 16px;
  }

  .navbar{
    top: 62px;
  }
}




/*--- NYITVATARTÁS MEGJELENÍTÉSE ----*/


  #nyitvatartas {
    background-color: #3989c9;
    padding: 15px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    max-width: 500px;
    margin: 20px auto;
    margin-top: 75px;
    font-family: "Nunito", sans-serif;
  }
  #nyitvatartas h3 {
    margin-top: 0;
    color: #f4f4f4;
    font-family: "Nunito", sans-serif;
  }
  #nyitvatartas ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #nyitvatartas li {
    padding: 5px 0;
    font-size: 16px;
    color: #f4f4f4;
  }

  /*-------telefonka---------*/

@media (max-width: 768px) {

  #nyitvatartas {
  width: 225px; /* vagy amennyit szeretnél */
}

}

/*
    .rendelo {
      background-color: #3a8ecf;
      color: white;
      padding: 30px 40px;
      border-radius: 12px;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      margin-top:60px;
    }

    h2 {
      margin-top: 0;
      font-size: 24px;
    }

    .rendeles{
      margin-left: 70px;
    }

    .opening {
      font-size: 18px;
      margin-bottom: 20px;
      margin-left: 101px;
    }
*/
    /* Időpontok rácsba rendezve */
    .timetable {
      display: grid;
      grid-template-columns: auto auto;
      gap: 10px 30px;
    }

    .day {
      font-weight: bold;
      margin-left: 42px;
    }

    .time {
        margin-right: 5px;
    }


    @media (max-width: 768px) {
      .rendelo{
      width: 250px;
      }
    }

    @media (min-width: 1440px){
      .hero-image{
        top: 620px!important;
      }

      .rendelo{
        width: 775px;
      }

      .day{
        margin-left: 195px;
      }

      .time{
        margin-right: 111px;
      }

      .rendeles {
        margin-left: 295px;
      }

      .opening{
        margin-left: 309px;
      }
    }



/*------------------------------Rolunk----------------------------*/

.hero-section {
  min-height: 100vh;
  background: white;
}

.hero-section .section-content{
  display: flex;
  align-items: center;
  min-height: 70vh;
  color: #3989c9;
  justify-content: space-between;

}

.section-content {
  margin-left:28px ;
}

.subtitle {
  font-family: "Nunito", sans-serif; 
}

.description{
    font-size: clamp(14px, 2vw, 18px); 
}

.gallery-section {
  padding: 0;
  margin: 0 auto; 
  max-width: 1200px; 
}

.gallery-section .gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
  justify-content: center; 
}

.gallery-section .gallery-list .gallery-item {
  width: calc(33.33% - 21px); 
  overflow: hidden;
  margin: 0 auto; 
}


.hero-section .hero-details .title{
  font-size: 50px;
  color: 10px;
  margin-top: 60px;
}

.hero-section .hero-details .subtitle{
  margin-top:8px;
  max-width:70%;
  font-size: 20px;
  font-weight: 10px;
}



.hero-section .hero-details .description{
  max-width: 70%;
  padding:20px;
  font-size: 20px;
}

.hero-section .hero-details .buttons {
  display: flex;
  gap:23px;
}

.hero-section .hero-details .button {
  padding: 10px 26px;
  color: white;
  border: 2px solid transparent;
  border-radius: 20px;
  background: #3989c9;
  font-weight: 30px;
  transition: 0.3 ease;
  text-decoration: none;
}

.hero-section .hero-details .button:hover,
.hero-section .hero-details .contact-us {
  color: #3989c9;
  border-color:white;
  background: transparent;
}

.hero-section .hero-details .contact-us:hover{
  color: #3989c9;
  border-color:white;     
  background: transparent;
}

.hero-image{
  width: 300px;
  height: auto;
  position: absolute;
  top: 466px;
  right: -6px;
  margin: 30px;

}


.hero-section .hero-image-wrapper{
  max-width: 10px;
  margin-right: 30px;
}

.hero-image-wrapper{
  max-width: 20%;
  height: auto;
}

/* Chevron stílus */
.chevron {
  font-size: 12px; 
  margin-left: 5px; 
  color: white; 
}


.nav-menu .dropdown {
  position: relative;
}

.nav-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #3989c9;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none; 
}

.nav-menu .dropdown-menu li {
  padding: 5px 20px;
}

.nav-menu .dropdown:hover .dropdown-menu {
  display: block; 
}





/*------------------------szolgaltatast--------------------*/

.containeres h2{
  font-size: 50px;
  color: #3989c9;
  margin-bottom: 70px;

}

.szolgaltatasok {
  background-color: rgb(255, 255, 255);
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px;
  margin-top: 0px;
}

.szekciokezdo-h{
  text-align: center;
  font-size: 50px;
  color: #3989c9;
  margin-top:75px;
  font-family: "Nunito", sans-serif;
}

.szekciokezdo-h:hover {
  transition: 0.3;
  font-weight: 1000;
}

.szolgaltatasok-text {
  text-align: center;
}

.szolgaltatasok-h{
  font-size: 20px;
  font-family: "Nunito", sans-serif;
}

.szolgaltatasok-p{
  font-size: 15px;
  text-align: center;
  display: block;
  font-family: "Nunito", sans-serif;

}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 50px;
  margin: 80px;
}

.szolgaltatasok-img {
  display: flex;
  width: 100px;
  margin: auto;
}

.szolgaltatasok-img:hover {
  transition: 100ms;
  width: 110px;
}

.szolgaltatasok-h {
  margin-top: 14px;
  margin-bottom: 4px;
  text-align: center;
  font-family: "Nunito", sans-serif;
}

.szolgaltatasok-p {
  margin: 0;
  text-align: center;
  font-family: "Nunito", sans-serif;
}




/*-------------------------Gallery---------------------------*/

.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    margin-top: 70px;
    color: #3989c9;
    font-weight: bold;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}
/*-----------------------Kapcsolat----------------------------

.contact-section{
  padding: 50px 0 100px;
  background: lightblue;
}

.contact-section .section-contact{
  display: flex ;
  gap:48px;
  align-items: flex-start;
  justify-content: space-between;
}


.contact-section .contact-info-list .contact-info{
  display: flex;
  gap: 20px;
  margin: 20px 0;
  align-items: center;
}

.contact-section .contact-info-list .contact-info i{
  font-size: 20px;
}

.contact-section .contact-form .form-input{
  width: 100%;
  height: 50px;
  padding: 0 12px;
  outline: none;
  margin-bottom: 16px;
  background: white;
  border: 1px solid;
  border-radius:
   20px; 
}

.contact-section .contact-form .form-input:focus{
  border-color: #3989c9;
}

.contact-section .contact-form textarea .form-input{
  height: 100px;
  padding: 12px;
  resize: vertical;
}

.contact-section .contact-form .submit-buttom {
  background: #3989c9;
  padding: 10px 26px;
  color: white;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 20px;
  margin-top: 10px;
  transition: 0.3 ease;

}

.contact-section .contact-form .submit-buttom:hover{
  background: transparent;
  color: #3989c9;
}

*/


/*------------------------Contact us--------------------------



.contact{
  min-height: 100vh;
  background-color: #c4e2fa;
  padding: 145px;
  text-align: center;
}

.container {
  margin: 0 auto;
}

.container h2{
  font-size: 36px;
  margin-bottom: 40px;
  color: #3989c9;
}

.contact-wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
}

.contact-form{
  text-align: left;
}

.contact-form h3{
  font-size: 24px;
  margin-bottom: 20px;
  color: #3989c9;
}

.form-group ::placeholder{
  margin-bottom: 20px;
  

}

input, textarea{
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: #a4d3fa;
  color: black;
  margin: 5px;
}

input:focus, textarea:focus{
  outline:none;
  box-shadow: 0 0 8px;
}

button{
  display: inline-block;
  padding: 12px 24px;
  background-color: #3989c9;
  color: rgb(255, 255, 255);
  border:none;
  cursor: pointer;
  transition: 0.3a ease;
  border-radius: 8px;
  margin-top: 14px;
}

button:hover{
  background-color:#a4d3fa ;
}

.contact-info{
  text-align: left;
  margin-left:50px
}

.contact-info h3{
  font-size: 24px;
  margin-bottom: 20px;
  color: #3989c9;

}

.contact-info p{
  margin-bottom: 10px;
  color: black;
 
}

.contact-info i{
  color: black;
  margin-right: 10px;
}

*/


.contact_us_6 * {
  font-family: Nunito, sans-serif;
}

.text-blk {
  color: #3989c9;
}

.contact_us_6 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_6 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_6 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_6 .responsive-container-block {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_6 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  width: 35%;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #03a9f4;
  position: absolute;
  height: 950px;
  right: 0px;
}

.contact_us_6 .responsive-container-block.container {
  position: relative;
  min-height: 75px;
  flex-direction: row;
  z-index: 2;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_6 .container-block.form-wrapper {
  background-color: white;
  max-width: 450px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 90px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 52px;
  font-weight: 900;
}

.contact_us_6 .text-blk.contactus-subhead {
  color: #939393;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  display: none;
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_6 .input {
  width: 100%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #939393;
  border-right-color: #939393;
  border-bottom-color: #939393;
  border-left-color: #939393;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: black;
}

.contact_us_6 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #939393;
  border-right-color: #939393;
  border-bottom-color: #939393;
  border-left-color: #939393;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
}

.contact_us_6 .submit-btn {
  width: 98%;
  background-color: #3989c9;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.submit-btn {
  transition: 1.2s ease;
box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}

.submit-btn:hover{
  background-color: #6caee4;
  box-shadow: none;
  transform: scale(1.08); /* 8%-kal nagyobb lesz */
}

.submit-btn:active {
  background-color: #0062b3;
  transform: scale(0.95); /* benyomódás effekt */
}


.contact_us_6 .form-box {
  z-index: 2;
  margin-top: 0px;
  margin-right: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #9c9c9c;
}

.contact_us_6 ::placeholder {
  color: #dadada;
}

.contact_us_6 .mob-text {
  display: block;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-subhead.color {
  color: white;
}

.contact_us_6 .map-box {
  max-width: 800px;
  max-height: 520px;
  width: 100%;
  height: 520px;
  background-color: #d9d9d9;
  background-image: url("");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}

.contact_us_6 .map-part {
  width: 100%;
  height: 100%;
}

.contact_us_6 .text-blk.map-contactus-head {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #3989c9;
}


.text{
    font-size: 15px;
    line-height: 32px;
    margin-top: -1px;
    margin-right: 41px;
    margin-bottom: -6px;
    margin-left: 334px;
}


div.contact-details p.text {
  color: black;
  text-decoration: none;
}



.contact_us_6 .text-blk.map-contactus-subhead {
  max-width: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -82px;
  margin-left: 0px;

}

.contact_us_6 .social-media-links.mob {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  width: 230px;
  display: flex;
  justify-content: flex-start;
}

.contact_us_6 .link-img {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .link-img.image-block {
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .social-icon-link {
  margin: 0 25px 0 0;
  padding: 0 0 0 0;
}


@media (max-width: 1024px) {
  .contact_us_6 .responsive-container-block.container {
    justify-content: center;
  }

  .contact_us_6 .map-box {
    position: absolute;
    top: 0px;
    max-height: 320px;
  }

  .contact_us_6 .map-box {
    max-width: 100%;
    width: 100%;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .map-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 60px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .contact_us_6 .link-img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
  }

  .contact_us_6 .social-media-links.mob {
    justify-content: space-evenly;
  }

  .contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }

  .contact_us_6 .text-blk.contactus-subhead {
    display: block;
  }

  .contact_us_6 .mob-text {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block.container {
    flex-wrap: wrap;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us_6 .submit-btn {
    width: 100%;
  }

  .contact_us_6 .input {
    width: 100%;
  }

  .contact_us_6 .textinput {
    width: 100%;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

    .text {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: black;
  }

  .text img {
    margin-right: 10px;
    width: 20px;
  }

  .contact_us_6 .text-blk.map-contactus-subhead {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .contact_us_6 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 220px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 220px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 35px;
  }

  .contact_us_6 .input {
    height: 45px;
  }
}

.contact_us_6 *, 
.contact_us_6 *::before, 
.contact_us_6 *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/*-------------------------Footer-----------------------------*/

.footer {
  justify-content: center;
  display: block;
  background-color:#3989c9;
  margin-top: 0rem;
  padding: 0%;
}

.footer ul {
  display: grid;
  padding: 0;
  gap: 24px;
  margin-bottom: 2.3rem;
  padding-top: 2.3rem;
}

.footer ul li {
  display: flex;
  justify-content: center;
}

.footer ul li a {
  text-decoration: none;
  color: white;
}

.footer ul li a:hover {
  font-weight: bold;
  transition: 0.3s;
}

.footer-logo {
  display: flex;
  width: 8.563rem;
}

.social-icon {
  display: flex;
  width: 2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.social-icon:hover {
  width: 2.2rem;
  transition: 0.3s;
}

.footer-darker {
  background-color: black;
  justify-content: center;
  display: flex;
  padding: 0px;
}

.footer-p {
  margin: 1rem; 
  color: white;
  font-size: 1rem;

}





/*---------------------mobil--------------------*/


@media (max-width: 768px) {

  .navbar-logo {
    display: block;
    margin: 0 auto;
}

.logo-container {
  display: block;
  text-align: center;
}


  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.social {
    text-align: left;
}

.address {
    text-align: center;
}

.phone {
    text-align: right;
}


.social a{
  display: none !important;
}

.address a{
  display: none !important;
}

.phone a{
  display: none !important;
}



.social i,
.address i,
.phone i{
    font-size: 24px;
}

.fa-map-marker-alt a{
  display: none !important;
}


.logo img {
    display: block !important;
    max-width: 120px;
    height: auto;
}
  .menu-icon {
    display: block; 
}

.nav-menu {
    display: none; 
    flex-direction: column;
    background-color: #3989c9;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 200px;
    border-radius: 5px;
}

.nav-menu.show {
    display: flex; 
}

.nav-wrapper {
    display: none; 
}

.nav-wrapper.show {
    display: flex; 
    flex-direction: column;

}


  .nav-link{
    display: none !important; 
    visibility: hidden;
  }


.section-content {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
  margin-left: 0px ;
}

.hero-image-wrapper {
  display: block; 
  width: 100%; 
  text-align: center; 
  margin-top: 20px; 
  position: relative;
  clear: both; 
}

.hero-image {
  width: 82px;
  height: auto;
  position: absolute;
  top: 117px;
  right: 117px;
  margin: -165px;
}

  .hero-section .section-content {
    flex-direction: column;       /* egymás alá rendezi az elemeket */
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .hero-section .hero-details {
    max-width: 90%;
    margin: 0 auto;
  }

  .hero-section .hero-image-wrapper {
    max-width: 60%;
    margin: 0 auto;
    position: static;
  }

  .hero-image {
    width: 100%;
    height: auto;
    position: static;
    margin: 0;
  }

  .hero-section .hero-details .subtitle,
  .hero-section .hero-details .description {
    max-width: 100%;
  }

  .hero-section .hero-details .buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-section .hero-details .button {
    width: fit-content;
  }
 


.buttons {
  order: 3; 
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button {
  margin: 10px 0; 
}


  .containeres h2 {
    font-size: 50px;
    color: #3989c9;
    margin-bottom: 70px;
  }
  
    .grid-container {
      display: grid;
      grid-template-columns: 1fr; 
      gap: 20px;
      margin: 20px;
    }
  
    .szekciokezdo-h {
      font-size: 24px; 
    }
  
    .szolgaltatasok-h {
      font-size: 20px; 
    }
  
    .szolgaltatasok-p {
      font-size: 14px; 
      font-size: 14px; 
      margin: 0 10px; 
      word-wrap: break-word;
    }

    .grid-item {
      display: flex;
      flex-direction: column; 
      align-items: center;
      gap: 15px; 
      text-align: center; 
    }
  .szolgaltatasok-img {
      margin-bottom: 15px; 
  }

  .szekciokezdo-h{
    margin: 40px;

  }

  .szolgaltatasok {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
    margin-top: 80px;
}

.description {
  text-align: center!important; 
  display: block; 
  margin: 0 auto; 
  max-width: 80%; 
}


.gallery-section {
  max-width: 90%; 
}

.gallery-section .gallery-list {
  flex-direction: column; 
  align-items: center; 
}

.gallery-section .gallery-list .gallery-item {
  width: 100%; 
  margin: 0 auto;
}



    
    /* Alapértelmezett navigáció elrejtése mobilon */
    .nav-wrapper {
        position: fixed;
        top: 0;
        left: -250px; 
        width: 250px;
        height: 100vh;
        background: #333;
        transition: left 0.3s ease-in-out;
        padding-top: 60px;
    }

    /* Aktív állapot - csúszik be */
    .nav-wrapper.active {
        left: 0;
    }


    .social-text, .address-text, .phone-text {
        display: none; 
    }

    .half-circle {
        width: 116px;
        height: 53px;
        bottom: -15px;
        transform: translateX(-58%) scaleY(-1);
        top: 52px;
    }

    .navbar-logo {
        display: block;
        margin: 0 auto;
        top: 12px;
        position: relative;
        margin-top: 15px;
        right: 9px;
        height: 40px;
}

/* Hamburger ikon - bal oldalon */
.hamburger {
    left: 20px;
    cursor: pointer;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 15px !important;
    overflow: hidden;
}

/* Hamburger vonalak */
.hamburger div {
    width: 100%;
    height: 4px;
    background-color: whitesmoke;
    transition: 0.3s ease-in-out;
}

/* Oldalról becsúszó mobilmenü 
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.mobile-menu.active {
    left: 0;
}



.mobile-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
}

/* Menüelemek
.mobile-menu li {
    margin: 20px 0; 
}

.mobile-menu a {
    text-decoration: none;
    font-size: 20px;
    color: #3989c9; 
    font-weight: bold;
    transition: color 0.2s ease-in-out;
    letter-spacing: 1.5px; 
    text-align: center; 
}



/* Bezáró gomb (X) */
.close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #3989c9; /* Beállított kék szín */
    transition: color 0.2s ease-in-out;
}

.close-menu:hover {
    color: #0056b3; /* Sötétebb kék hoverre */
}
}

@media (min-width: 769px) {
    .hamburger,
    .mobile-menu {
        display: none !important;
    }

    .language-switcher {
          bottom: 530px;
    }

  }

@media (min-width: 1440px){
  p{
    font-size:20px;
  }

  h1 {
  font-size: 20px;
}


a {
  font-size: 20px;
}


h4{
  font-size: 20px;  
  
}

h2{
  font-size: 20px;
}

.navlink{
  font-size: 20px;
}

.nav-menu {
    gap: 226px;
    margin: 0px;
    padding: 28px;
}

.szolgaltatasok-p {
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: "Nunito", sans-serif;
}

.hero-section .hero-details .description {
    font-size: 20px;

}

.szolgaltatasok-h {
  font-size: 25px;
}

li{
  font-size: 20px;
}

@media (min-width: 769px) {


    .language-switcher {
          bottom: 530px;
    }

  }



}


/* ===== PANEL – bal oldalról csúszik be ===== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100vh;
    background: #ffffff;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    transform: translateX(-105%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
    overflow: visible;
    font-family: "Nunito", sans-serif;
}

.mobile-menu.active {
    transform: translateX(0);
}

/* ===== FEJLÉC CSÍK ===== */
.mobile-menu::before {
    content: 'EbKlinika';
    display: block;
    background: #3989c9;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 18px 20px 14px 20px;
    flex-shrink: 0;
}

/* ===== BEZÁRÓ GOMB – jobb oldalon a fejlécben ===== */
.mobile-menu .close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
    transition: background 0.2s;
}

.mobile-menu .close-menu:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ===== NAV LISTA – nincs scroll, minden látszik ===== */
.mobile-menu .mobile-nav {
    list-style: none;
    padding: 10px 10px 10px;
    margin: 0;
    overflow: visible;
    flex: 1;
}

/* ===== ELVÁLASZTÓK ===== */
.mobile-menu .mobile-nav > li + li {
    border-top: 1px solid #e8f0f8;
}

/* ===== MINDEN LINK & TOGGLE ===== */
.mobile-menu .mobile-nav a,
.mobile-menu .mobile-nav .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    text-decoration: none !important;
    color: #1a3a50;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.mobile-menu .mobile-nav a:hover,
.mobile-menu .mobile-nav .dropdown-toggle:hover {
    background: #e8f3fc;
    color: #3989c9;
}

/* ===== NYITOTT ELEM ===== */
.mobile-menu .mobile-nav .dropdown.open > .dropdown-toggle,
.mobile-menu .mobile-nav .dropdown.open > a.dropdown-toggle {
    background: #3989c9;
    color: #ffffff;
    border-radius: 8px;
}

/* ===== CHEVRON ===== */
.mobile-menu .mobile-nav .chevron {
    font-size: 10px;
    color: #3989c9;
    transition: transform 0.25s ease, color 0.2s;
    flex-shrink: 0;
    margin-left: 6px;
}

.mobile-menu .mobile-nav .dropdown.open > .dropdown-toggle .chevron,
.mobile-menu .mobile-nav .dropdown.open > a .chevron {
    transform: rotate(180deg);
    color: #ffffff;
}

/* ===== ALMENÜ – mindig látszik, nincs animáció, nem görget ===== */
.mobile-menu .mobile-nav .submenu {
    display: none;
    list-style: none;
    padding: 2px 0 2px 6px;
    margin: 0 0 0 14px;
    border-left: 3px solid #3989c9;
}

.mobile-menu .mobile-nav .dropdown.open > .submenu {
    display: block;
}

/* Almenü linkek */
.mobile-menu .mobile-nav .submenu a {
    font-size: 13.5px;
    font-weight: 600;
    color: #2d5a7a;
    padding: 7px 10px;
    border-radius: 6px;
}

.mobile-menu .mobile-nav .submenu a:hover {
    background: #e8f3fc;
    color: #3989c9;
}

/* 2. szintű almenü */
.mobile-menu .mobile-nav .submenu .submenu {
    border-left: 2px solid rgba(57, 137, 201, 0.4);
    margin-left: 8px;
    padding-left: 4px;
}

.mobile-menu .mobile-nav .submenu .submenu a {
    font-size: 13px;
    font-weight: 500;
    color: #4a6a80;
    padding: 6px 10px;
}

/* ===== OVERLAY ===== */
.mm-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 30, 60, 0.45);
    z-index: 9997;
}

.mm-overlay.active {
    display: block;
}

/* ===== CSAK MOBILON LÁTHATÓ ===== */
@media (min-width: 769px) {
    .mobile-menu,
    .mm-overlay {
        display: none !important;
    }
}


.info-card h1 { font-size: 1.6rem; margin-bottom: 16px; color: #222; } .intro { font-size: 0.98rem; line-height: 1.5; margin-bottom: 18px; } .clinic { border-top: 1px solid #eee; padding-top: 14px; margin-top: 14px; } .clinic:first-of-type { border-top: none; padding-top: 0; margin-top: 10px; } .clinic h2 { font-size: 1.05rem; margin-bottom: 6px; color: #333; } .clinic h2 span { font-weight: 500; font-size: 0.9rem; color: #e05a5a; margin-left: 4px; } .clinic p { font-size: 0.95rem; line-height: 1.4; margin-bottom: 3px; } a { color: #2563eb; text-decoration: none; } a:hover { text-decoration: underline; } /* Mobil finomhangolás */ @media (max-width: 480px) { .info-card { padding: 20px 16px 22px; border-radius: 12px; } .info-card h1 { font-size: 1.35rem; } .clinic h2 { font-size: 1rem; } }

/* Alapállapot: láthatatlan, de helyén van */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease;
  background: white; /* fontos! */
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
}

/* Hoverkor: csak áttűnik, nem ugrik */
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Jobbra nyíló menük */
.dropend {
  position: relative;
}

.dropend > .dropdown-menu {
  top: 0;
  left: 100%;
}

/* Hover a dropend-en */
.dropend:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Linkek */
.dropdown-menu .nav-link {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
}

.dropdown-menu .nav-link:hover {
  background: rgba(0,0,0,0.05);
}


.nav-wrapper a,
.nav-menu a,
.nav-link {
  text-decoration: none !important;
}


