@font-face {
    font-family: 'unblurLogoFont';
    src: url('fonts/Didot_Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'unblurBody';
    src: url('fonts/Avenir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UnblurHandwritten';
    src: url('fonts/IndieFlower-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.menu_section_wrapper{
    background-color: #fffff9;
    padding: 25px 0;
    color: #2C332F;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.featuredService_title{
    width: 100%;
    letter-spacing: 5px;
    text-align: center;
    margin: auto;
    font-style: italic;
    
}
.featuredService_bg{
    background-image: url("assets/headerimage4.webp");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.menu_textBlock{
    width: 90%;
    margin: auto;
    text-align: center;
}

.highlight_menu_item_image{
    width: 40%;
    border-radius: 6px;
    margin-right: 20px;
    border: 2px solid #BA9B7C;
}

    /*phones */
    @media (max-width:450px) {
        .highlight_menu_item_image{
            margin:5px;
            width: 35%;
        }
    } 

.highlight_menu_item_text_wrapper{
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    justify-content: space-between
}
    /*phones */
    @media (max-width:450px) {
        .highlight_menu_item_text_wrapper{
            padding: 5px;
        }
    } 
.highlight_service_top_title{
    font-family:'Montserrat' ,'Varela Round', sans-serif;
    color: #BA9B7C;
    font-size: 1em;
    padding: 5px;
    margin: 0;
    text-align: left;
    letter-spacing: 10px;
}
   
.highlight_service_large_title{
    font-family: 'unblurLogoFont', serif;
    font-size: 2.5em;
    color: #2C332F;
    padding: 5px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 90%;
}
.highlight_service_bottom_title{
    font-family:'Montserrat' ,'Varela Round', sans-serif;
    color: #BA9B7C;
    font-size: 1em;
    padding: 5px;
    margin: 0;
    padding-top: 0;
    text-align: right;
    letter-spacing: 10px;
}

    /*phones */
    @media (max-width:450px) {
        .highlight_service_top_title, .highlight_service_bottom_title{
            font-size: 1em;
        }
        .highlight_service_large_title{
            font-size: 1.8em;
        }
        .highlight_service_description{
            font-size: .8em;
            margin-top: 0;
            margin-bottom: 5px;
            text-align: center;
        }
    } 

.highlight_service_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 60%;
    background-color: transparent;
    margin: 0%;
    padding: 10px;
    border: 1px solid #BA9B7C;
    color: #BA9B7C;
}

    /*phones */
    @media (max-width:450px) {
        .highlight_service_btn{
           padding: 3px;
           font-size: .8em;
           width: 70%;
        }
    } 

.viewBApage{
    color: #35816c;
    background-color: transparent;
    border: none;
    display: block;
    margin: 25px auto;
    text-align: center;
    font-size: .9em;
    font-family:'Montserrat' ,'Varela Round', sans-serif;
    letter-spacing: 5px;
}

/* service videos */
.service_video_container{
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    overflow: scroll;
}
.service_videos_wrapper{
    display: flex;
    height: 100%;
    width: fit-content;
    margin: auto;
}
.video_and_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}
.video_wrapper{
    height: 90%;
    border: 2px solid #BA9B7C;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.unblurVideoLogo{
    position: absolute;
    margin-top: 30px;
    width: 20%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.serviceVideo_overlay{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    /* border-radius:0px 0px 10px 10px; */
    background: linear-gradient(to top, black, black 40%, transparent);
}

.serviceVideo_title{
    font-size: 1.5em;
    margin-bottom: 0;
}
.serviceVideo_subTitle{
    font-size: 1em;
    color: #BA9B7C;
}

.highlight_videos{
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.readMore_btn{
    background-color: transparent;
    border: none;
    color: #35816c;
    margin-top: 10px;
}

.fullscreen-video {
    margin: 0;
    border: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expandVideoBtn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* service video overlays -- opened & closed */
.serviceVideo_subTitle{
    text-align: center;
}
.overlay_more_opened{
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin-bottom: 20px;
}


.serviceVideo_ActionBtn{
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#BA9B7C;
	background-color:transparent;
	border: 2px solid #BA9B7C;
	padding:10px 30px 6px 30px;
	font-size:5vw;
	font-family:'clearWebfont', sans-serif; 
}

.fullscreenWrapper{
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
.expandedVideoWrapper{
    height: 100%;
    border: none;    
}

.fullscreenWrapper .expandedVideoWrapper {
    scroll-snap-align: start;
  }

/* full menu */
.menu_sections_titles{
    font-family: 'unblurLogoFont', serif;
    font-size: 1.9em;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 90%;
}

.full_menu_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin:20px auto;
    border-bottom: 1px solid #BA9B7C;
    /* border-top: 1px solid #BA9B7C; */
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Services Grid Layout */
.services_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
    align-items: stretch;
}

.addons_section {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #BA9B7C;
}

.service_card {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid #BA9B7C;
    border-radius: 10px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.service_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(186, 155, 124, 0.2);
}

.service_card .full_menu_desc {
    display: none;
}

.learn_more_btn {
    display: inline-block;
    margin-top: auto;
    padding: 12px 30px;
    background-color: #BA9B7C;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', 'Varela Round', sans-serif;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    align-self: center;
}

.learn_more_btn:hover {
    background-color: #9a8266;
}

.full_menu_image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: 100%;
}
    /* service images */


 /* YOUTH FACIAL */
 .service1{
        background-image: url("assets/service1.webp");
    }
/* ACNE TREATMENT */
    .service2{
        background-image: url("assets/service2.webp");
    }
/* CLASSIC FACIAL */
    .service3{
        background-image: url("assets/service3.webp");
    }
 /* EXPRESS CLASSIC FACIAL */
    .service4{
        background-image: url("assets/service4.webp");
    }
/* LIFTING TREATMENT */
    .service5{
        background-image: url("assets/service5.webp");
    }
/* RELAXATION */
    .service6{
        background-image: url("assets/service6.webp");
    }
/* MICRONEEDLING */
    .service7{
        background-image: url("assets/service7.webp");
    }
/* GOLDWN MICRONEEDLING */
    .service8{
        background-image: url("assets/service8.webp");
    }

    .service9{
        background-image: url("assets/service_9.webp");
    }
    .service10{
        background-image: url("assets/service10.webp");
    }

.full_menu_title{
    font-family:'Montserrat' ,'Varela Round', sans-serif;
    font-size: 1.3em;
    color: #BA9B7C;
    letter-spacing: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.full_menu_desc{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.readmorebtn, .arrow{
    font-size: .5em;
    color: #2C332F;
    cursor: pointer;
}
.full_menu_price{
    font-family:'Montserrat' ,'Varela Round', sans-serif;
    font-size: 1em;
    color: #BA9B7C;
    letter-spacing: 5px;
}

.slide_title_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Mobile Responsive for Services Grid */
@media (max-width: 450px) {
    .services_grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px auto;
    }
    
    .service_card {
        padding: 25px 15px;
    }
    
    .service_card .full_menu_image {
        height: 80px;
        width: 80px;
    }
    
    .service_card .full_menu_title {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    
    .service_card .full_menu_price {
        font-size: 0.9em;
        margin-bottom: 15px;
    }
    
    .learn_more_btn {
        padding: 10px 25px;
        font-size: 0.85em;
    }
}