/*!
Theme Name: B BROW THREADING
Theme URI: http://underscores.me/
Author: Web Creation Nepal
Author URI: https://www.webcreationnepal.com/
Description: At the Beauty & Brow Parlour, we believe that self-care is a priority, not a luxury. We recognise that beauty begins with self-appreciation and our highly skilled team of beauticians and beauty experts are dedicated to making you feel beautiful and valued – allowing you to embrace your beauty and show the world your confidence.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brow_threading
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

B BROW THREADING is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*css*/
.tl-card__body {
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background-color: transparent;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 40px 20px 50px 20px;
  text-align: center;
  z-index: 1;
}

.card-img {
  min-height: 500px;
}


.service_category img {
    border-radius: 100%;
    height: 150px;
    width: 150px !important;
}
.category_title {
  position: absolute;
  z-index: 999;
  top: 40px;
  right: 0;
  left: 0;
  text-align: center;
  padding: 20px;
}

/* =========================================================
   PARLOUR BOOKING
   ========================================================= */

.parlour-booking-app {
    --pb-primary: #b76e79;
    --pb-primary-dark: #9e5662;
    --pb-primary-light: #fff6f7;
    --pb-text: #292929;
    --pb-muted: #777;
    --pb-border: #e8e3e3;
    --pb-background: #faf8f8;
    --pb-white: #ffffff;

    width: 100%;
    max-width: 1180px;
    margin: 45px auto;

    background: var(--pb-white);

    border: 1px solid var(--pb-border);
    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 15px 45px rgba(0, 0, 0, .07);
}


/* =========================================================
   HEADER
   ========================================================= */

.parlour-booking-header {
    text-align: center;

    padding: 42px 25px 30px;
}

.parlour-booking-header h2 {
    margin: 0 0 10px;

    font-size: 34px;
    line-height: 1.25;

    font-weight: 600;

    color: var(--pb-text);
}

.parlour-booking-header p {
    margin: 0;

    color: var(--pb-muted);

    font-size: 15px;
}


/* =========================================================
   PROGRESS
   ========================================================= */

.parlour-progress {
    display: flex;

    justify-content: center;
    align-items: center;

    padding: 0 25px 35px;
}

.parlour-progress-step {
    display: flex;

    align-items: center;

    color: #aaa;

    font-size: 14px;
    font-weight: 500;
}

.progress-number {
    width: 36px;
    height: 36px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 9px;

    border: 1px solid #ddd;

    background: #fff;

    transition: .25s ease;
}

.parlour-progress-step.active {
    color: var(--pb-primary);
}

.parlour-progress-step.active
.progress-number {
    color: #fff;

    background: var(--pb-primary);

    border-color: var(--pb-primary);
}

.parlour-progress-step.completed
.progress-number {
    color: #fff;

    background: var(--pb-primary);

    border-color: var(--pb-primary);
}

.progress-line {
    width: 70px;

    height: 1px;

    background: #ddd;

    margin: 0 18px;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.parlour-booking-content {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        330px;

    border-top: 1px solid var(--pb-border);
}


/* =========================================================
   MAIN
   ========================================================= */

.parlour-booking-main {
    padding: 38px;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.parlour-booking-sidebar {
    background: var(--pb-background);

    border-left: 1px solid var(--pb-border);

    padding: 30px 25px;
}


/* =========================================================
   STEPS
   ========================================================= */

.parlour-booking-step {
    display: none;
}

.parlour-booking-step.active {
    display: block;
}


/* =========================================================
   STEP HEADING
   ========================================================= */

.parlour-step-heading {
    margin-bottom: 28px;
}

.step-small {
    display: block;

    margin-bottom: 8px;

    color: var(--pb-primary);

    font-size: 11px;

    letter-spacing: 1.5px;

    font-weight: 700;
}

.parlour-step-heading h3 {
    margin: 0 0 8px;

    font-size: 25px;

    line-height: 1.3;

    color: var(--pb-text);

    font-weight: 600;
}

.parlour-step-heading p {
    margin: 0;

    font-size: 14px;

    color: var(--pb-muted);
}


/* =========================================================
   CATEGORY
   ========================================================= */

.parlour-category-filter {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 25px;
}

.parlour-category-btn {
    border: 1px solid var(--pb-border);

    background: #fff;

    color: #555;

    padding: 10px 18px;

    border-radius: 30px;

    font-size: 13px;

    cursor: pointer;

    transition: .2s ease;
}

.parlour-category-btn:hover,
.parlour-category-btn.active {
    background: var(--pb-primary);

    border-color: var(--pb-primary);

    color: #fff;
}


/* =========================================================
   SERVICES
   ========================================================= */

.parlour-services {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.parlour-service-card {
    display: flex;

    align-items: center;

    padding: 19px;

    border: 1px solid var(--pb-border);

    border-radius: 12px;

    background: #fff;

    cursor: pointer;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.parlour-service-card:hover {
    border-color: var(--pb-primary);

    box-shadow:
        0 7px 22px rgba(0, 0, 0, .05);
}

.parlour-service-card.selected {
    background: var(--pb-primary-light);

    border-color: var(--pb-primary);
}


/* Radio */

.parlour-service-select {
    flex: 0 0 auto;

    width: 24px;
    height: 24px;

    position: relative;

    cursor: pointer;
}

.parlour-service-radio {
    position: absolute;

    opacity: 0;
}

.parlour-radio {
    display: block;

    width: 22px;
    height: 22px;

    border: 1px solid #ccc;

    border-radius: 50%;

    background: #fff;

    transition: .2s ease;
}

.parlour-service-radio:checked
+ .parlour-radio {
    border-color: var(--pb-primary);

    background: var(--pb-primary);

    box-shadow:
        inset 0 0 0 5px #fff;
}


/* Service information */

.parlour-service-information {
    flex: 1;

    padding-left: 15px;
}

.parlour-service-information h4 {
    margin: 0 0 7px;

    color: var(--pb-text);

    font-size: 16px;

    font-weight: 600;
}

.parlour-service-details {
    color: var(--pb-muted);

    font-size: 13px;
}

.parlour-service-details i {
    margin-right: 5px;
}


/* Price */

.parlour-service-price {
    color: var(--pb-primary);

    font-size: 17px;

    font-weight: 700;

    padding-left: 15px;
}


/* =========================================================
   LOADING
   ========================================================= */

.parlour-loading {
    text-align: center;

    padding: 45px 20px;

    color: var(--pb-muted);

    font-size: 14px;
}


/* =========================================================
   EMPTY
   ========================================================= */

.parlour-no-services,
.parlour-no-slots {
    text-align: center;

    padding: 40px 20px;

    border: 1px dashed var(--pb-border);

    border-radius: 10px;

    color: var(--pb-muted);

    background: #fff;
}


/* =========================================================
   DATE
   ========================================================= */

.parlour-date-box {
    margin-bottom: 30px;
}

.parlour-label {
    display: block;

    margin-bottom: 9px;

    color: var(--pb-text);

    font-size: 13px;

    font-weight: 600;
}

.parlour-label span {
    color: #d44;
}

.parlour-input {
    width: 100%;

    height: 52px;

    padding: 0 15px;

    border: 1px solid var(--pb-border);

    border-radius: 9px;

    background: #fff;

    color: var(--pb-text);

    font-size: 14px;

    box-sizing: border-box;

    transition: .2s ease;
}

.parlour-input:focus {
    outline: none;

    border-color: var(--pb-primary);

    box-shadow:
        0 0 0 3px rgba(183, 110, 121, .1);
}


/* =========================================================
   TIME
   ========================================================= */

.parlour-time-section {
    margin-top: 10px;
}

.parlour-time-slots {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 10px;
}

.parlour-time-slot {
    min-height: 48px;

    border: 1px solid var(--pb-border);

    background: #fff;

    border-radius: 8px;

    color: #555;

    cursor: pointer;

    font-size: 13px;

    transition: .2s ease;
}

.parlour-time-slot:hover:not(:disabled),
.parlour-time-slot.active {
    background: var(--pb-primary);

    border-color: var(--pb-primary);

    color: #fff;
}

.parlour-time-slot.disabled,
.parlour-time-slot:disabled {
    color: #bbb;

    background: #f5f5f5;

    border-color: #eee;

    cursor: not-allowed;

    text-decoration: line-through;
}


/* =========================================================
   EMPTY TIME
   ========================================================= */

.parlour-empty-state {
    grid-column: 1 / -1;

    text-align: center;

    padding: 40px 20px;

    color: var(--pb-muted);
}

.empty-icon {
    font-size: 30px;

    margin-bottom: 10px;

    color: var(--pb-primary);
}

.parlour-empty-state p {
    margin: 0;

    font-size: 14px;
}


/* =========================================================
   FORM
   ========================================================= */

.parlour-form-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;
}

.parlour-form-group.full {
    grid-column: 1 / -1;
}

.parlour-form-group {
    min-width: 0;
}

.parlour-error {
    display: block;

    margin-top: 5px;

    color: #d33;

    font-size: 12px;
}


/* =========================================================
   FINAL SUMMARY
   ========================================================= */

.parlour-final-summary {
    margin-top: 30px;

    border: 1px solid var(--pb-border);

    border-radius: 12px;

    overflow: hidden;

    background: #fff;
}

.final-summary-heading {
    padding: 16px 18px;

    background: var(--pb-background);

    border-bottom: 1px solid var(--pb-border);
}

.final-summary-heading h4 {
    margin: 0;

    font-size: 15px;

    color: var(--pb-text);
}

.final-summary-service {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 15px;

    padding: 18px;

    border-bottom: 1px solid var(--pb-border);
}

.final-summary-service span,
.final-summary-date span {
    display: block;

    margin-bottom: 5px;

    color: var(--pb-muted);

    font-size: 12px;
}

.final-summary-service strong,
.final-summary-date strong {
    color: var(--pb-text);

    font-size: 14px;
}

.final-summary-date {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 15px;

    padding: 18px;
}

.summary-selected-service {
  display: flex;
  justify-content: space-between;
}
/* =========================================================
   NAVIGATION
   ========================================================= */

.parlour-navigation {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 12px;

    margin-top: 30px;
}

.parlour-next-btn,
.parlour-submit-btn {
    min-height: 50px;

    padding: 0 25px;

    border: 0;

    border-radius: 8px;

    background: var(--pb-primary);

    color: #fff;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: .2s ease;
}

.parlour-next-btn:hover:not(:disabled),
.parlour-submit-btn:hover {
    background: var(--pb-primary-dark);
}

.parlour-next-btn:disabled {
    opacity: .45;

    cursor: not-allowed;
}

.parlour-next-btn span {
    margin-left: 10px;
}

.parlour-back-btn {
    min-height: 50px;

    padding: 0 22px;

    border: 1px solid var(--pb-border);

    border-radius: 8px;

    background: #fff;

    color: #555;

    cursor: pointer;

    font-size: 13px;
}


/* =========================================================
   SIDEBAR SUMMARY
   ========================================================= */

.parlour-summary {
    position: sticky;

    top: 25px;
}

.summary-header {
    display: flex;

    align-items: center;

    gap: 12px;

    padding-bottom: 20px;

    border-bottom: 1px solid var(--pb-border);
}

.summary-icon {
    width: 40px;
    height: 40px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #fff;

    color: var(--pb-primary);

    font-size: 18px;
}

.summary-header h3 {
    margin: 0 0 3px;

    color: var(--pb-text);

    font-size: 17px;

    font-weight: 600;
}

.summary-header p {
    margin: 0;

    color: var(--pb-muted);

    font-size: 12px;
}


/* Selected service */

.summary-service {
    padding: 20px 0;

    border-bottom: 1px solid var(--pb-border);
}

.summary-empty span {
    display: block;

    margin-bottom: 5px;

    color: var(--pb-text);

    font-size: 13px;

    font-weight: 500;
}

.summary-empty small {
    color: var(--pb-muted);

    font-size: 12px;
}

.summary-service-selected h4 {
    margin: 0 0 8px;

    color: var(--pb-text);

    font-size: 15px;
}

.summary-service-selected p {
    margin: 0;

    color: var(--pb-muted);

    font-size: 12px;
}


/* Info */

.summary-info {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 18px 0;

    border-bottom: 1px solid var(--pb-border);
}

.summary-info-icon {
    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #fff;
}

.summary-info span {
    display: block;

    margin-bottom: 3px;

    color: var(--pb-muted);

    font-size: 11px;
}

.summary-info strong {
    color: var(--pb-text);

    font-size: 13px;
}


/* Total */

.summary-total {
    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 22px;
}

.summary-total span {
    color: var(--pb-muted);

    font-size: 14px;
}

.summary-total strong {
    color: var(--pb-primary);

    font-size: 22px;
}


/* =========================================================
   MESSAGE
   ========================================================= */

.parlour-booking-message {
    display: none;

    margin-top: 20px;

    padding: 13px 15px;

    border-radius: 8px;

    font-size: 13px;
}

.parlour-booking-message.error {
    display: block;

    color: #842029;

    background: #f8d7da;

    border: 1px solid #f5c2c7;
}


/* =========================================================
   SUCCESS
   ========================================================= */

.parlour-booking-success {
    display: none;

    text-align: center;

    padding: 70px 25px;
}

.success-icon {
    width: 70px;
    height: 70px;

    margin: 0 auto 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--pb-primary);

    color: #fff;

    font-size: 35px;
}

.parlour-booking-success h3 {
    margin: 0 0 10px;

    color: var(--pb-text);

    font-size: 25px;
}

.parlour-booking-success > p {
    margin: 0 auto 25px;

    max-width: 500px;

    color: var(--pb-muted);

    font-size: 14px;
}

.success-details {
    max-width: 500px;

    margin: 0 auto 25px;

    padding: 20px;

    background: var(--pb-background);

    border-radius: 10px;

    text-align: left;
}

.parlour-new-booking {
    min-height: 48px;

    padding: 0 22px;

    border: 0;

    border-radius: 8px;

    background: var(--pb-primary);

    color: #fff;

    cursor: pointer;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .parlour-booking-content {
        grid-template-columns: 1fr;
    }

    .parlour-booking-sidebar {
        border-left: 0;

        border-top: 1px solid var(--pb-border);
    }

    .parlour-summary {
        position: static;
    }

}


@media (max-width: 767px) {

    .parlour-booking-app {
        margin: 20px auto;

        border-radius: 12px;
    }

    .parlour-booking-header {
        padding: 28px 18px 22px;
    }

    .parlour-booking-header h2 {
        font-size: 25px;
    }

    .parlour-progress {
        padding: 0 15px 25px;
    }

    .progress-text {
        display: none;
    }

    .progress-line {
        width: 35px;

        margin: 0 8px;
    }

    .parlour-booking-main {
        padding: 25px 18px;
    }

    .parlour-booking-sidebar {
        padding: 25px 18px;
    }

    .parlour-step-heading h3 {
        font-size: 21px;
    }

    .parlour-service-card {
        padding: 15px;
    }

    .parlour-service-price {
        font-size: 15px;
    }

    .parlour-time-slots {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .parlour-form-grid {
        grid-template-columns: 1fr;
    }

    .parlour-form-group.full {
        grid-column: auto;
    }

    .final-summary-service,
    .final-summary-date {
        grid-template-columns: 1fr;
    }

    .parlour-navigation {
        flex-direction: column-reverse;

        align-items: stretch;
    }

    .parlour-next-btn,
    .parlour-submit-btn,
    .parlour-back-btn {
        width: 100%;
    }

}