
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 */


/* Custom css */
html{
    box-sizing: border-box;
    font-family: 'Lora', serif;
    font-size: 16px;
    scroll-behavior: smooth !important;
}

html, body{
    scroll-behavior: smooth !important;
}

a{
    text-decoration:none;
}
/* nav */
#navbar {
    background-color:#762E3F;
    justify-content:space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: top 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1rem clamp(1rem, -0.235rem + 4.706vi, 4rem) 1rem clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.brand-logo{
    height: 70%;
    display:flex;
    align-self:center;
}

.menu-points{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}

.menu-points a{
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
}

.menu-points {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu-points li {
  list-style: none;
  position: relative;
}

.menu-points a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
}

/* Lenyíló menü alapállapotban rejtve */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #762E3F;
  top: 100%;
  left: 0;
  min-width: 220px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  z-index: 999;
  padding-top: 2rem;
}

.dropdown-menu li a {
  display: block;
  padding: 0.8rem 1rem;
  color: white;
}

.dropdown-menu li a:hover {
  background-color: #B26B7B;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (hover: none), (pointer: coarse) {
  .dropdown:hover .dropdown-menu {
    display: none;
  }
}
/* Hamburger ikon */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 3px;
}

.cta-button{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: bold;
    color: #762E3F;
    /* border: 1px solid #762E3F; */
    background: linear-gradient(180deg, #E4D394 0%, #CBA754 100%);
    box-shadow: 0px 4px 4px 0px rgba(118, 46, 63, 0.80);
    border-radius: 3rem;
    display: inline-flex;
    height: 1.5rem;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    align-self:center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.cta-button:hover{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: bold;
    color: #762E3F;
    /* border: 1px solid #762E3F; */
    background: linear-gradient(180deg, #e2d5a6 0%, #ffd36b 100%);
    box-shadow: 0px 4px 4px 0px rgba(118, 46, 63, 0.80);
    border-radius: 3rem;
    display: inline-flex;
    height: 1.5rem;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    align-self:center;
    gap: 0.625rem;
    flex-shrink: 0;
}

/* text lines */
h1{
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    font-family: 'Lora';
    background-color: #762E3F;
}

h2{
    font-size: clamp(2.25rem, 2.0455rem + 0.8182vw, 2.7rem);
    color: #4b4b4b;
    line-height: normal;
    font-style: normal;
    font-family: 'Lora';
}

h3{
    font-size: clamp(1.875rem, 1.7045rem + 0.6818vw, 2.25rem);
    color: #4b4b4b;
    line-height: normal;
    font-style: normal;
    font-family: 'Lora';
    
}

h4{
    font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 1.8rem);
    color: #4b4b4b;
    line-height: normal;
    font-style: normal;
    font-family: 'Lora';
}

p, .review-text{
    font-size: clamp(0.9rem, 1.3vw + 0.4rem, 1.25rem);
    color: #4E4E4E;
    line-height: 1.6;
    word-break: break-word;
    font-family: 'Lora';
}

span{
    color:#762E3F;
    font-family: 'Lora';
}

#arlista-title{
  background-color: white;
  color: #4b4b4b;
}
/* btns */

.btn-ghost{
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: medium;
    color: #762E3F;
    border: 1px solid #762E3F;
    border-radius: 0.5rem;
    display: inline-flex;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.btn-primary{
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(252deg, #B5445F 25.19%, #762E3F 74.81%);
    box-shadow: 0px 4px 4px -2px rgba(118, 46, 63, 0.80);
    border-radius: 0.5rem;
    display: inline-flex;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.btn-primary:hover{
    background: linear-gradient(252deg, #e35778 25.19%, #a13f56 74.81%);
}

.small-cta-button{
    visibility: hidden;
 }


 /* Tartalom */

 .arlista{
    /* Navbar helyének kihagyása */
    margin: 150px 15vh 0 15vh; 
 }

 #arlista-title{
  font-size: 50px;
  margin-bottom: 2vh;
 }

 .category-scrolling{
    margin-bottom: 1rem;
    width: max-content;
 }

 .category-scrolling h4{
    font-size: 24px;
     display: block;
    position: relative;
 }

   .category-scrolling h4::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #B26B7B;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
 }
  .category-scrolling h4:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
 }


#szolgaltatas{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

#szolgaltatas:nth-of-type(2n){
background-color: #b26b7c3b;
}

#szolgaltatas h4:first-of-type{
    flex: 1 1 0px;
     justify-content: center;
}


#szolgaltatas h4:last-of-type{
    flex: 1 1 0px;
    justify-content: center;
    align-self: center;
}

#sminktetovalas-arak, #premium-kezelesek-arak, #szortelenites-arak, #tetovalas-eltavolitas-arak{
  margin-bottom: 2rem;
}

#alkategoria{
  padding-bottom: 1rem;
}

#sminktetovalas-arak h1, #premium-kezelesek-arak h1, #szortelenites-arak h1, #tetovalas-eltavolitas-arak h1{
  margin-bottom: 1rem;
}

#sminktetovalas-arak #szolgaltatas:last-of-type, #premium-kezelesek-arak #szolgaltatas:last-of-type, #szortelenites-arak #szolgaltatas:last-of-type, #tetovalas-eltavolitas-arak #szolgaltatas:last-of-type{
  margin-bottom: 1.5rem;
}

#top{
  padding:120px;
}


 
.contact-icon-text{
    display:flex;
    /* justify-content: center; */
    padding-bottom: clamp(1rem, 0.794rem + 0.784vi, 1.5rem);
    gap: 1rem;
}

#contact-box{
    padding: 2vh;
}

#contact-scroll{
  background-color: white;
  color: #4b4b4b;
  margin-bottom: 1rem;
}

.contact{
    margin: 0 5vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.cta-container{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

#map-h1{
    text-align: center;
    margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.icon{
    height: 50%;
    align-self: center;
}

.map{
    margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.social-div, .map {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

iframe{
    display: flex;
    flex-basis: auto;
    width: 100%;
    }

footer{
    background-color: #762E3F;
    margin:0;
}

#footer-p{
    color:#fff !important;
}


footer {
  background-color: #762E3F;
  color: white;
  padding: 2rem 1rem;
  margin-top: 3rem;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col p {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-col h4 {
  color: #E4D394;
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: clamp(0.9rem, 1.3vw + 0.4rem, 1.25rem);
  font-family: 'Lora';
  line-height: 1.8rem;
}

.footer-col a:hover {
  color: #E4D394;
}

.footer-copy {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  opacity: 0.8;
  color: white;
}

/* Social ikonok */
.social-links {
  display: flex;
  gap: 0.5rem;
}

.social-links img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s;
}

.social-links img:hover {
  transform: scale(1.1);
}
  
  
@media (max-width: 875px) {
        #navbar{
        display:flex;
        flex-direction: row;
        gap: 2rem;
    }

    .hamburger {
    display: flex;
    padding-left: 50px;
  }

  .brand-logo{
    height:4rem;
  }

  .menu-points {
    position: absolute;
    top: 100%;
    left: 0;
    background: #762E3F;
    flex-direction: column;
    width: 100%;
    display: none;
    padding: 1rem 0;
  }

  .menu-points li {
    text-align: center;
    width: 100%;
  }

  .menu-points.show {
    display: flex;
  }

  /* Mobilon a lenyíló nyitás kattintással */
  .dropdown-menu {
    position: static;
    background: #B26B7B;
    border-radius: 0;
    padding-top: 0;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }

}

@media (max-width: 768px) {

     #navbar{
        display:flex;
        flex-direction: row;
        gap: 2rem;
    }

    .hamburger {
    display: flex;
  }

  .brand-logo{
    height:4rem;
  }

  .menu-points {
    position: absolute;
    top: 100%;
    left: 0;
    background: #762E3F;
    flex-direction: column;
    width: 100%;
    display: none;
    padding: 1rem 0;
  }

  .menu-points li {
    text-align: center;
    width: 100%;
  }

  .menu-points.show {
    display: flex;
  }

  /* Mobilon a lenyíló nyitás kattintással */
  .dropdown-menu {
    position: static;
    background: #B26B7B;
    border-radius: 0;
    padding-top: 0;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }

  .arlista{
    margin: 110px 2vh 0 2vh;
  }

   iframe{
        display: flex;
        flex-basis: auto;
        width: 100%;
    }

    .map{
         margin-top: clamp(1rem, -0.235rem + 4.706vi, 4rem);
    }

    .contact{
        flex-direction: column;
    }

    .small-cta-container{
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 480px) {

     .cta-button{
        display: none;
    }

    .nav-elements{
        justify-content:center;
    }

        .small-cta-button{
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
        font-weight: bold;
        color: #762E3F;
        background: linear-gradient(180deg, #E4D394 0%, #CBA754 100%);
        box-shadow: 0px 4px 4px 0px rgba(118, 46, 63, 0.80);
        border-radius: 3rem;
        display: inline-flex;
        height: 1.5rem;
        padding: 1rem 2rem;
        justify-content: center;
        align-items: center;
        align-self:center;
        gap: 0.625rem;
        flex-shrink: 0;
        visibility:visible;
    }

    
    .map{
         margin-top: clamp(1rem, -0.235rem + 4.706vi, 4rem);
    }

    .contact{
        flex-wrap: wrap;
    }

    .contact-icon-text{
        align-items: center;
    }

    .small-cta-container{
        display: flex;
        justify-content: center;
    }



}