
/* ======== Index-Header - Nav Start ======== */
header{
    background: #66a7ab;
    /*#5acbd2*/
}

.header_icons{
    height:17px;
    vertical-align:-3px;
}

.navbar-brand{
    margin-right: 0 !important;
}
.nav_title{
    margin-top: 13px;
    margin-left: 10px;

    font-family: "Playwrite CU", cursive;
    font-optical-sizing: auto;
    font-style: normal;

    font-size: 1.2cap;
}

.navbar-nav {
    text-align: center; /* Középre igazítja a menü szövegét */
}

nav, .dropdown-menu{
    background: #f8f8f8 !important; 
}

.dropdown-item {
  text-align: center !important;
}

.nav_font{
    font-family: "LXGW WenKai TC", cursive;
    font-weight: bolder !important;
    font-style: normal;
}

.nav-item:hover, .dropdown-item:hover{
    background: #66a7ab !important;
    border-radius: 20px;
}
.active, .active>a{
    background: #66a7ab !important;
    color: #ffffff !important;
    border-radius: 20px;
}

/* ======== Index-Header - Nav End ======== */
/* ========   Index-Banner Start   ======== */
/* ========   @media query Start   ======== */

@media (min-width: 425px) {
    .br_adress_display{ /* Üdvözlő szövegből megszünteti a sortörést */
        display: none;
    }
}
@media (max-width: 576px) {
    .banner_background{
        height: 35vh !important; /* Mobil eszközöknél 35vh lessz a banner kép mérete. */
    }
    .banner_background {
        background-position-x: 88% !important; /* pozícionálja a képet az x tengelyen */
    }
    .top_contact_info{
        font-size:90%;
    }
    .facebook_contact, .instagram_contact{
    width: 48px !important;
    height: 48px !important;
    }
}
@media (min-width: 625px) {
    .welcome_text{ 
        left: 3%; /* a h1 szöveget bentebb húzza a kép közepe felé 3%-al */
    }
    .br_display{ /* Üdvözlő szövegből megszünteti a sortörést */
        display: none;
    }
}

@media (min-width: 1150px) {
    .welcome_text{
        left: 5%; /* a h1 szöveget bentebb húzza a kép közepe felé 5%-al */
    }
    .side_content{
        max-width: 1050px !important;
    }
}

@media (min-width: 1350px) {
    .banner_background{
        height: 55vh !important; /* monitorokon és tv-ken 55vh lesz a banner kép magassága */
    }
    .welcome_text{
        left: 10%; /* a h1 szöveget bentebb húzza a kép közepe felé 10%-al */
    }
}


/* ========    @media query end    ======== */


.banner_background { /*főoldal bannere*/

    position: relative;
    width: 100%; /* A div szélessége igazodik a szülőelem teljes szélességéhez */
    overflow: hidden; /* levágja ami kilóg */
    height: 45vh; /* alapértelmezés desktopra */
    background-image: url('../img/kozmetikabg.png');
    background-repeat: no-repeat; /* A kép nem ismétlődik */
    background-size:cover;
    background-position: right center;
    display: flex;
    align-items: center; /* középre igazítja a szöveget függőlegesen */

}

.n_color{
    color: #66a7ab !important;
}

.welcome_text{
    position: relative;
    max-width: 85vw; /* hogy ne lógjon túl a megjeleníthető képernyőn*/
}

.banner_title{
    font-size: calc(1.2rem + 1.5vw);
    font-family: 'Times New Roman', Times, serif;
    font-style: normal ;
}

.banner_adress{
    font-family: 'Times New Roman', Times, serif;
    padding-top: 10px;
    font-size: calc(0.8rem + 0.9vw);
    font-weight: 400;
    font-style: italic ;
}

/* ======== Index-Banner End ============ */
        /*  Index-Main Start */
/* ======== Index-Services Start ======== */

.services{
    background-color: #f8f8f8; /*  #ece6de  #f7f8fc  */
}

.section_title{
    color:#66a7ab !important;
}

.services_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Ez biztosítja, hogy az elemek törjenek, ha nem férnek el egy sorban */
}

.services_main > div {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    overflow: hidden;
}

.service_kozmetika, .service_sminktetovalas, .service_szempilla {
    width: 300px; /* fix szélesség */
    height: 150px; /* fix magasság */
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right:25px;
    margin-left:25px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px; /* lekerekített sarkok */
    overflow: hidden;

    transition: transform 0.05s ease, box-shadow 0.05s ease; /* hover hatására módosítás végbemenésének ideje */
}
.service_kozmetika:hover, 
.service_sminktetovalas:hover, /* hover hatása */
.service_szempilla:hover {
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.service_sminktetovalas_img img, .service_kozmetika_img img, .service_szempilla_img img {
    width: 300px;
    
    border-top-left-radius: 10px; /* lekerekített sarkok */
    border-top-right-radius: 10px; /* lekerekített sarkok */
    
    
}


@media (max-width: 880px) { /* Media query képernyőmérettől függően aktiválódik */
    .service_kozmetika_wrap,
    .service_sminktetovalas_wrap,
    .service_szempilla_wrap,
    .review_1_wrap,
    .review_2_wrap,
    .review_3_wrap {
        width: 100%; /* Ha a képernyő kisebb mint 880px, az elemek 100%-os szélességűek lesznek */
        /* Ezáltal egymás alá kerülnek, és nagyon kicsi képernyőnél nem fognak kilógni */
    }
}

.booking_btn{
    background-color: #66a7ab !important; /* Időpont foglalás gomb háttérszíne */
    color:#ffffff !important; /* Időpont foglalás gomb betűszíne */
    border-radius: 20px !important; /* Időpont foglalás gomb lekerekítése */

    font-family: "LXGW WenKai TC", cursive !important; /* betűtípus */
    font-weight: 400 !important;
    font-style: normal !important;

}
.booking_btn:hover, .pulse_btn:hover{
    background-color: #56d0d6 !important;
}
.index_services_a{
    text-decoration: none;
    color:#212529;
}

img[title]{
    pointer-events: none;
}
/* ======== Index-Services End ======== */
/* ======== Index-Rewiew start ========*/

.review{
    background-color: #ffffff;
}
.review_title{
    color: #66a7ab !important;
}

.review_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Ez biztosítja, hogy az elemek törjenek, ha nem férnek el egy sorban */
}

.review_main > div {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    overflow: hidden;
}

.review_1, .review_2, .review_3{
    width: 300px; /* Vélemények dobozának szélessége és egymástól való távolságaik */
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-left: 25px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
    


    border-radius: 10px; /* lekerekített sarkok */
}

.review_1_wrap, .review_2_wrap, .review_3_wrap {
    align-self: flex-start; /* Engedi, hogy az egyes dobozok csak a szükséges magasságot vegyék fel */
  }

.review_name{
    font-family: "LXGW WenKai TC", cursive;
    color: #1f1f1f;
    font-weight: 400;
    font-style: italic;
    font-size: 96% !important;
    text-align: right;
}

.review_text{
    font-family: "LXGW WenKai TC", cursive;
    font-weight: normal !important;
    font-style: normal;
    font-size: normal !important;
    color:#1f1f1f;
}

/* ======== Index-Rewiew end ===========*/
/* ======== Side-content start  ========*/

.side_content{
    word-wrap: break-word;
}
.side_content p{
    font-family: "LXGW WenKai TC", cursive;
    font-weight: bolder !important;
    font-style: normal;
}
.side_content_link{
    font-size: 1.1rem;
    text-decoration: none;
    color: #1f1f1f;
}
.side_content_link:hover{
    color: #858585;
}
.foglalas_btn{
    padding-top: 15px;
}

.price{
    font-weight:normal !important;
    font-size:1.1cap !important;
    text-decoration: underline;
    color:#1f1f1f;
    white-space: nowrap;
}
.price_p{
    font-weight:normal !important;
    font-size:1.3cap !important;
    text-decoration: underline;
    font-family:sans-serif;
    white-space: nowrap;
}

.price_title{
    font-weight:500 !important;
    font-size:1.7cap !important;
    font-family: sans-serif;
    color: #66a7ab;
}

.side_content_price_col{
    display: flex;
    column-gap:100px;
    flex-wrap: wrap;
}
.side_content_price_col>div,.side_content_price_col>div>table{
    width: 316px;
}

@media (min-width: 768px)  {
    .side_content_price_col{
        justify-content: center;
    }
}

/*=== Szempilla price_table start ===*/

td, th {
    text-align: left;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
}
tr:nth-child(even) {
    background-color: #eeeeee;
}

/*=== Szempilla price_table end ===*/

.galeria_main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Ez biztosítja, hogy az elemek törjenek, ha nem férnek el egy sorban */
}
.galeria_main>div{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1450px;
} 
/* ==== galery kép nagyítás / modal - start ==== */
.modal {
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
  }
  .modal img {
    
    max-width: 90%;
    max-height: 90%;
    border: 3px solid white;
    
  }
  .modal.active_modal {
    display: flex;
  }
  .close_btn {
    position:absolute;
    top: 5vh;
    right: 5.5vw;
    z-index: 1;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  .close_btn:hover {
    color: #f00;
  }
  .modal button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    z-index: 5;
}
.prev_btn { left: 20px; }
.next_btn { right: 20px; }
  .thumbnail{
    cursor: pointer;
    width: auto; /* fix szélesség */
    height: 150px; /* fix magasság */
    margin:15px;
    border-radius: 10px; /* lekerekített sarkok */
  }
  .p_phone_link{
    color:#212529 !important;
    text-decoration: none;
  }
  .p_title{
    font-size: large !important;
    text-decoration:underline;
  }
  .p_ty{
    font-style: italic;
  }
  .short_hr{
    width: 80%;
    margin: auto;
  }

 /* ==== galery kép nagyítás / modal - end ==== */

/* ======== Side-content end  ========*/
        /*  Main end   */
/* ========   Footer Start   ========= */

/* pulzáló időpont foglaló fix gomb style */
.pulse{
    display: flex;
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
}
.pulse_btn{
    position: relative;
    width: 100px;
    height: 100px;
    background:#66a7ab !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.pulsation{
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    opacity: .8;
    animation: pulseAnimate 3.3s ease-out infinite;
}
@keyframes pulseAnimate{
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
.pulse_btn_link{
    color:#ffffff !important;
    text-decoration: none;
    align-items: center;
    justify-content: center;

}
.pulse_btn_text{
    padding-left:5px;
    padding-top:23px;
    align-items: center;
    justify-content: center;
    display: flex;
}

/* ==> lábazat feletti facebook és insta ikonok mérete és hoverre reagálása start <== */

.fb_contact_img, .insta_contact_img{ 
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.facebook_contact, .instagram_contact{
    width: 68px;
    height: 68px;
    
}
.fb_contact_img:hover, .insta_contact_img:hover{
    transform: scale(1.02) translateY(-2px);
}

/* ==> footer main <== */

.footer_bg{
    background-color: #3d434c;
}
.footer_adress > h4, .footer_contact > h4{
    color: #cecece !important;
    border-color: #4d5560 !important;
    border-width: 2px !important;
}
.footer_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Ez biztosítja, hogy az elemek törjenek, ha nem férnek el egy sorban */
}
.footer_main > div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer_box{
    width: 400px; /* Vélemények dobozának szélessége és egymástól való távolságaik */
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 100vw !important;

    border-radius: 10px; /* lekerekített sarkok */
}
.footer_text{
    color:#a1a1a1;
    margin-bottom: 3px;
}
.footer_link{
    color:#a1a1a1 !important;
    text-decoration: none;
}
.footer_link:hover{
    color: #c9c9c9 !important;
}

.footer_copyright_area{
    background-color: #343941;
    color: #a1a1a1;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: small;
}

/* =========== Cookie ============*/

.cookie_consent{
    border-radius: 10px;
    position: fixed;
    bottom: 15vh;
    background: #fff;
    border: 2px solid #50c3c9;
    padding: 1rem;
    box-shadow: 0px 7px 10px 20px rgba(0,0,0,0.1);
    z-index: 1000;

    opacity: 0;
    transition: opacity 1.2s ease;
    pointer-events: none; /* Ne lehessen kattintani, amíg nem látszik */
}
.cookie_consent.visible{
    opacity: 1;
    pointer-events: auto;
}

#cookie_settings{
    border-radius: 10px;
    display:none; 
    position: fixed; 
    top: 20%; left: 50%; 
    transform: translateX(-50%); 
    background: #fff; 
    border: 2px solid #50c3c9;
    box-shadow: 0px 7px 10px 20px rgba(0,0,0,0.1);
    padding: 1rem; 
    z-index: 1001; 
    width: 310px
}

.cookie_buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px; /* ez opcionális, távolság a gombok között */
}
.cookie_elfogad_btn{
    border: 1px solid #4ebcc2 !important;
    background-color:#66a7ab !important;
    color:#ffffff !important;
    border-radius: 20px !important;
}
.cookie_elfogad_btn:hover{
    background-color:#56d0d6 !important;
}

.cookie_settings_btn{
    border:1px solid #343941 !important;
    border-radius: 20px !important;
}

#marketing_consent,#analytics_consent{
    cursor: pointer;
}
