.bkntc_landing-page * {
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box !important;
    fill: transparent !important;
    max-width: initial !important;
}

.bkntc_landing-page button{
    cursor: pointer !important;
}

.load-more-btn{
    padding: 16px 32px !important;
}

.bkntc_landing-page *:before, .bkntc_landing-page *:after {
    content: "" !important;
    height: 0 !important;
    margin: 0 !important;
    display: none !important;
}

.bkntc_landing-page {
    padding-block-start: 10px;
    padding-block-end: 62px ;
    color: #14151A;
    /*background-color: #F8F8FA;*/
    margin: 0 !important;
}

.bkntc-go-back-to-edit-btn {
    text-decoration: none !important;
    padding: 12px 48px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    border-radius: 2px !important;
    background: #7E82FF !important;
    color: #fff !important;
}

.bkntc-go-back-to-edit-btn:hover {
    color: #fff;
}

.service_duration_badge{
    min-width: 35px;
    color: rgba(69, 44, 12, 0.74);
    background-color: rgba(255, 205, 79, 0.74);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 5px 8px;
    border-radius: 12px;
    flex-shrink: 0;
}

.service_durations_section{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    gap: 5px;
}

/*Warning message style*/
.bkntc_landing-page-warning-msg {
    background-color: #FFE0E7;
    padding: 16px;
    align-items: center;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
}

.bkntc_landing-page img {
    width: 100%;
    height: 100%;
}

.bkntc_landing-page-warning-msg p {
    color: #FA3E6E;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.216px;
    margin: 0;
}

/*Gallery Styles*/
.bkntc_service-gallery img {
    border-radius: 12px;
    object-fit: contain;
    border: 2px solid transparent;
}

.bkntc-gallery-carousel-item img {
    opacity: 0.4;
}

.bkntc_active_gallery_item img {
    opacity: 1;
    border: 2px solid #000;
}

.bkntc_landing-page-hero {
    width: 1300px !important;
    margin: 0 auto;
}

.bkntc_landing-page-hero > div {
    flex: 1;
}

.bkntc_main_img {
    margin-bottom: 16px;
    height: 482px;
}

.bkntc_service-info {
    flex-direction: column;
}

.bkntc_service-info-container {
    flex: 1;
}

.bkntc_addresses-info-container {
    flex: 1;
    margin-top: 32px;
}

.bkntc_gallery-scroll {
    gap: 16px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transition: all 0.5s ease;
    scroll-behavior: smooth;
}

.bkntc_gallery-scroll > div {
    scroll-snap-align: start;
    height: 80px;
    flex: 0 0 100px;
}

.bkntc_gallery-scroll img {
    /*height: 80px;*/
    /*width: 100px;*/
    cursor: pointer;
    display: block;
    object-fit: cover;
}

/*hero info section*/

.bkntc_list_info p {
    margin-top: 0;
    color: #14151A;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.216px;
    margin-bottom: 18px;
}

.bkntc-open-on-map-button:focus {
    outline: none;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0 !important;
}

.bkntc_schedule-info p {
    margin-bottom: 4px;
}

.bkntc_service-info {
    flex-direction: column;
}

.bkntc_service-info-container {
    flex: 1;
}

.bkntc_service-info a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.192px;
    align-items: center;
    color: #14151A;
    overflow-wrap: anywhere;
}

.bkntc_contact-info {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
}

.bkntc_contact-info img {
    width: 24px;
    margin-right: 10px;
}

.bkntc_contact-info svg {
    margin-right: 10px;
}

.bkntc-placeholder-image {
    width: 100%;
    height: 200px;
    background: #EDEEF0;
    border-radius: 4px;
    display: grid;
    place-items: center;
}

.bkntc-placeholder-image img{
    width: 46px;
    object-fit: initial !important;
}

.bkntc_list_info {
    padding: 16px 8px 16px 16px;
    background-color: #f5f7fe;
    flex: 1;
    border-radius: 8px;
    border: 1px solid #e3eaf3;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.bkntc_list_info > div {
    max-height: 340px;
    overflow-y: auto;
    padding-right: 8px;
}

.bkntc_service-badge {
    padding: 4px 16px;
    color: #ff5300;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background-color: #ff53001e;
    border-radius: 8px;
}

.price-range-badge {
    /*padding: 4px 16px;*/
    color: #4FBF65;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /*background-color: rgba(71, 120, 245, 0.10);*/
    border-radius: 8px;
}

.additional-price-range {
    color: rgba(79, 191, 101, 0.4);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
}

.bkntc_review {
    align-items: center;
    color: #14151A;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.192px;
}

.rating-star{
    width: 25px !important;
    height: auto !important;
}

.service_review, .staff_review{
    font-size: 16px;
    color: #828F9A;
    font-weight: 400;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.service_review_container{
    display:flex;
    margin-left: 10px;
    line-height: 1.7;
}

.staff_review_container{
    display:flex;
    line-height: 1.7;
    align-items: center;
    justify-content: center;
}

.bkntc_service_name {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
}

.landing_page_title{
    margin-bottom: 0px;
    line-height: unset;
    font-size: 32px;
}

.bkntc_service_info {
    align-items: center;
    margin-bottom: 32px;
}

.bkntc_schedule_item {
    justify-content: space-between;
    padding-block: 8px;
}

.bkntc_schedule_item:not(:last-child) {
    border-bottom: 1px solid rgba(71, 120, 245, 0.10);
}

.bkntc_schedule_value {
    padding: 4px 16px;
    color: #8E9CA7;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.168px;
    border-radius: 30px;
    background: #EDEEF0;
}

.bkntc_schedule_key {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.192px
}

/* Book an appointment */
.bkntc_book_appointment {
    display: grid;
    place-items: center;
    background-color: #ff5300;
    color: #fff;
    padding-block: 62px;
    margin-block: 30px 0px;
    text-align: left;
}

.bkntc_book_appointment-btn {
    color: #000;
    background: #fff !important;
    margin-top: 32px;
    padding: 16px 32px !important;
}

.bkntc_book_appointment-btn img {
    width: 20px;
}

.bkntc_book_appointment div {
    max-width: 1008px !important;
    margin: auto;
    display: grid;
    place-items: center;
}

.bkntc_book_appointment p {
    font-size: 16px;
    letter-spacing: -0.288px;
    margin: 0;
}

.bkntc_landing-page button {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px !important;
    border: none !important;
    align-items: center !important;
    gap: 4px !important;
}

.bkntc_landing-page button:not(.bkntc-map-view-container button, .bkntc_cart_footer button, .bkntc_landing-page button ) {
    padding: 16px 32px !important;
}

.bkntc_landing-page button:hover, .bkntc-go-back-to-edit-btn:hover {
    /*filter: brightness(90%) !important;*/
    /*text-decoration: inherit !important;*/
}

/* Our services */

.bkntc_services_container.staff-container {
    background: #f5f7fe;
    padding-top: 32px;
    padding-bottom: 32px;
}

.bkntc_services_container, .review-container {
    text-align: center;
}

.bkntc_services_container h2, .review-container h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.48px;
    margin: 0 !important;
}

.bkntc_services_container button, .review-container button {
    background-color: #ff5300;
    color: #fff;
}

.bkntc_services_wrapper, .review-wrapper {
    display: grid;
    max-width: 1216px !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 383px));
    gap: 20px;
    margin: 32px auto;
    justify-content: center !important;
}

.bkntc_services_wrapper > *, .review-wrapper > * {
    width: 380px;
    justify-self: center;
}

.bkntc_service_cart {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(71, 120, 245, 0.10);
    text-align: initial;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.staff-container .bkntc_service_cart {
    padding: 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(71, 120, 245, 0.10);
    text-align: initial;
    position: relative;
    display: flex;
    flex-direction: column;
}

.staff-container h2 {
    text-align: center;
    padding-block: 8px 0px !important;
    line-height: unset !important;
}

.staff_contact_item{
    text-align: center;
    font-size: 16px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.staff_contact_info{
    padding-block: 10px 15px;
}

.staff-container .staff_profession{
    color: #828F9A;
    font-size: 16px;
    text-align: center;
}

.staff-container .staff_mail{
width: 20px;
height: auto;
}

.staff-image-container{
    display: flex;
    justify-content: center;
}

.staff-image{
    border-radius: 50% !important;
    object-fit: cover !important;
    height: 180px !important;
    width: 180px !important;
}

.staff-placeholder-image{
    width:46px !important;
    height: 46px !important;
}

.staff-image-container .bkntc-placeholder-image{
    height: 180px;
    width: 180px;
    border-radius: 50%;
    object-fit: cover !important;
}

.bkntc_service_badge {
    position: absolute;
    top: 32px;
    right: 32px;
    padding: 8px 12px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.168px;
}

.bkntc_service_cart h2 {
    padding-block: 8px 8px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.252px;
    line-height: 24px;
    margin-top: 0px !important;
}

.bkntc_service_desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.224px;
    margin: 0 0 16px;
    min-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /*-webkit-box-orient: vertical;*/
    position: relative;
}

.bkntc_read_more {
    color: black;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.bkntc_read_more:hover {
    text-decoration: underline;
}

/* Modal styles */
.bkntc-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;
}

.bkntc-modal[style*="display: block"] {
    opacity: 1;
}

.bkntc-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 80%;
    max-width: 600px !important;
    position: relative;
}

.company_logo{
    max-width: 120px !important;
    max-height: 80px !important;
    line-height: 0px;
}

.landing_page_header_section{
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    gap: 20px;
    align-items: center;
}

.company-logo img{
    max-height: 80px;
}

@media (max-width: 768px) {
    .bkntc-modal-content {
        width: 90%;
        margin: 20% auto;
        padding: 15px;
    }
    
    .bkntc-modal-body {
        max-height: 50vh;
    }
    
    .bkntc-modal-footer {
        margin-top: 15px;
    }
    
    .bkntc-modal-close-btn {
        width: 100%;
        padding: 12px;
    }

    .bkntc_service_name{
        font-size: 24px;
    }

    .company_logo img{
        max-height: 60px !important;
        max-width: 60px !important;
    }

    .bkntc_main_img{
        height: 300px;
    }
    .bkntc_service-gallery img{
        object-fit: contain;
    }

    .bkntc_book_appointment, .staff-container{
        margin-left: -20px;
        margin-right: -20px;
    }

    .staff-image, .staff-image-container .bkntc-placeholder-image{
        height: 140px !important;
        width: 140px !important;
    }
    
    .staff-placeholder-image{
        width: 46px !important;
        height: 46px !important;
    }
}

.bkntc-modal-close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
}

.bkntc-modal-close:hover {
    color: #333;
}

.bkntc-modal-body {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding: 10px 0;
    max-height: 60vh;
    overflow-y: auto;
}

.bkntc-modal-footer {
    margin-top: 20px;
    text-align: center;
}

.bkntc-modal-close-btn {
    background-color: #53d56c;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.bkntc_cart_footer {
    border-top: thin solid rgba(71, 120, 245, 0.10);
    padding-top: 16px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.staff-container .bkntc_cart_footer{
    justify-content: center;
}

.bkntc_cart_footer p {
    margin: 0;
    color: #4FBF65;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.224px;
}

.bkntc_cart_footer .bnktc_booking_popup_btn {
    padding: 8px 24px !important;
    border-radius: 8px !important;
    background: #ff53001e;
    box-shadow: 0 1px 2px 0 rgba(20, 21, 26, 0.05) !important;
    color: #ff5300;
    align-items: center !important;
    gap: 8px !important;
}

.bkntc_service_cart img {
    border-radius: 4px;
    height: 200px;
    object-fit: cover;
    margin: 0 !important;
    display: block !important;
}

.review-wrapper {
    gap: 80px;
}

.review-cart header {
    align-items: center;
}

.review-cart header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-cart header h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.252px;
    margin: 0;
}

.review-cart {
    text-align: left;
}

.review-cart div {
    margin-block: 8px;
}

.review-cart span {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.192px;
}

.review-cart div img {
    width: 18px;
    height: 18px;
}

.review-cart p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.224px;
}

.bkntc-map-details h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.bkntc-map-details h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.216px;
    margin-block: 30px 17px;
    align-items: center;
    gap: 10px;
}

.bkntc-location-container {
    max-height: calc(100svh - 278px);
    overflow-y: auto;
}

.bkntc-location-container h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    gap: 10px;
    cursor: pointer;
    margin: 0 8px 0 0;
    padding-block: 10px;
    align-items: center;
}

.bkntc-location-container h3:not(:first-child) {
    border-top: thin solid rgba(71, 120, 245, 0.10);
}

.bkntc_landing-page .bkntc-map-details {
    padding: 10px 8px 16px 16px;
}

@media (max-width: 768px) {
    .bkntc-location-container {
        max-height: initial;
        overflow-y: initial;
    }
}

@media (width <= 1320px){
    .bkntc_landing-page-hero{
        width: 1000px !important;
    }
}

@media (width <= 1100px) {
    .bkntc_landing-page-hero {
        width: 800px !important;
        padding-inline: 10px;
        flex-direction: column-reverse;
    }

    .bkntc_book_appointment div {
        padding-inline: 20px;
    }
}

@media (width <= 1100px) {
    .bkntc_landing-page-hero {
        width: 600px !important;
    }
}

@media (width <= 768px) {
    .bkntc_landing-page-hero {
        width: 450px !important;
    }

    .bkntc_service-info-container {
        flex-direction: column
    }

    .bkntc_book_appointment {
        padding-block: 31px;
    }

    .bkntc_book_appointment p {
        font-size: 18px;
    }

    .bkntc_landing-page button {
        font-size: 14px !important;
    }

    .bkntc-location-container {
        max-height: initial;
        overflow-y: initial;
    }

    .bkntc_service_desc {
        height: auto;
    }
    
    .bkntc_read_more {
        background-color: transparent;
        position: relative;
        display: inline-block;
        right: auto;
        bottom: auto;
    }

    .bkntc_cart_footer p {
        font-size: 16px;
    }
}

@media (width <= 600px) {
    .bkntc_landing-page-hero {
        width: 100% !important;
    }

}

@media (width <= 500px) {
    .bkntc_service-info-container /*,.bkntc_service_info */ {
        flex-direction: column
    }

    /*.bkntc_service_info{
        align-items: start;
    }*/

    .bkntc_services_container, .bkntc_landing-page-hero {
        padding-inline: 0px;
    }

    .bkntc_book_appointment {
        padding-block: 31px;
    }

    .bkntc_gallery-scroll{
        margin: auto;
        max-width: 240px !important;
    }

    .bkntc_services_wrapper > *, .review-wrapper > * {
        width: 100%;
    }

    .bkntc_book_appointment-btn {
        padding: 10px !important;
    }

    .bkntc_cart_footer{
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: auto;
}
}

.service-header-container {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}