@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;700;900&display=swap');

:root {
    --primary_color: #ca9e3f;
    --secondary_color: #070707;
    --section_primary_bg: #e8f1f9;
    overflow-x: hidden;
}

body {
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 40px;
}

.slider.round:before {
    border-radius: 50%;
}

.search_input {
    /* padding: 12px 96px 12px 24px; */
    background-color: #ffffff;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    border: 1px solid #ffffff !important;
    transition: all 250ms ease-in-out;
    outline: none;
    height: 50px;
    border-radius: unset !important;

}

.search_input::placeholder {
    color: color(#575756 a(0.8));
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
}

.search_btn {
    position: absolute;
    background: var(--secondary_color);
    border-radius: unset;
    height: 50px;
    padding: 0.1rem 1.1rem !important;
    font-weight: 700;
    border: 0;
}

.btn {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0.6rem 1.8rem !important
}


.header_content_text {
    font-size: 18px;
    letter-spacing: 2px;
}

#headerContent {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #ca9e3f !important;
    background-position: left !important;
}

.topic-list {
    background: white;
    box-shadow: 0px 21px 9px 6px #18181852;
    border-top: 1px solid lightgrey;
    position: absolute;
    z-index: 999;
    padding: 15px;
    display: none;
    text-align: left;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}

.topic-list ul li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;

}

.login_form {
    box-shadow: 0px 0px 30px 0px #c9c9c9;

}

.kk-section-title {
    font-size: 25px;
    font-weight: 700;
    padding: 15px;
}

.agree-error {
    position: unset !important;
    padding: 10px 0px !important;
}

/* * service section  */
#service_section {
    background-color: var(--section_primary_bg);
}


/* top salon section  */
.rating {
    font-size: 11px;
}

.item img {
    object-fit: cover;
    height: 100px;
}

#top_salon .owl-carousel.owl-drag .owl-item {
    padding: 0 1rem;
}

#top_salon .col-12 {
    padding: 0 9rem;
}


/* testimonial section  */
#testimonial {

}

/* partner section  */
#partner {
    background-color: var(--section_primary_bg);
}

/* faq section  */
#faq {
    background-color: var(--section_primary_bg);
}


/* page view css  */
.available_day li {
    position: relative;
}

.available_day li.openDay::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 50%;
    left: -35px;
    top: 7px;
}

.available_day li.offDay::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgb(172, 172, 172);
    border-radius: 50%;
    left: -35px;
    top: 7px;
}

.media img {
    width: 100px;
    height: 100px;
    border: 4px solid #ebebeb;
    border-radius: 50%;
}


/* search page css  */
.search_card:hover {
    background: #fdfcf8;
}

/* rating  */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


/* on button  */
.tgl {
    position: relative;
    display: inline-block;
    height: 30px;
    cursor: pointer;
}

.tgl > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    /* Put the input behind the label so it doesn't overlay text */
    visibility: hidden;
}

.tgl .tgl_body {
    width: 50px;
    height: 25px;
    background: white;
    border: 1px solid #dadde1;
    display: inline-block;
    position: relative;
    border-radius: 50px;
}

.tgl .tgl_switch {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: white;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    border: 1px solid #ccd0d6;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
    -moz-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -moz-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    -o-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -o-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transition-delay: 250ms, 250ms;
    transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    z-index: 1;
}

.tgl .tgl_track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 50px;
}

.tgl .tgl_bgd {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 55px;
    -moz-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    -o-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1), right cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transition-delay: 250ms, 250ms;
    transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    background: #439fd8 url("http://petelada.com/images/toggle/tgl_x.png") center center no-repeat;
}

.tgl .tgl_bgd-negative {
    right: auto;
    left: -45px;
    background: #439fd8 url("http://petelada.com/images/toggle/tgl_check.png") center center no-repeat;
}

.tgl:hover .tgl_switch {
    border-color: #b5bbc3;
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.tgl:active .tgl_switch {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.tgl > :checked ~ .tgl_body > .tgl_switch {
    left: 30px;
}

.tgl > :checked ~ .tgl_body .tgl_bgd {
    right: -45px;
}

.tgl > :checked ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
    right: auto;
    left: -10px;
}


.payment_method ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.payment_method li {
    color: #626262;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border: 1px solid #dee2e6;
}

.payment_method li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.payment_method li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.1rem;
    padding: 25px 25px 25px 60px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.payment_method li:hover label {
    color: var(--primary_color);
}

.payment_method li .check {
    display: block;
    position: absolute;
    border: 5px solid #626262;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 36px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.payment_method li:hover .check {
    border: 5px solid var(--primary_color);
}

.payment_method li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 5px solid var(--primary_color);
}

input[type=radio]:checked ~ .check::before {
    background: var(--primary_color);
}

input[type=radio]:checked ~ label {
    color: var(--primary_color);
}


.cc_nmbr {
    width: 25px;
    border-radius: 50%;
    background: #15282f;
    font-size: 12px;
    height: 25px;
    right: -9px;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc_nmbr1 {
    width: 25px;
    border-radius: 50%;
    background: #15282f;
    font-size: 12px;
    height: 25px;
    right: -9px;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* my cart section  */
.my_cart img {
    width: 100px;
    height: 68px;
}

.cart_section {
    z-index: 11;
    height: 100%;
    transition: .5s ease-in-out;
    transform: translateY(100%);
}

.cart_section_show {
    transform: translateY(0%);

}

.book_btn_section {
    transition: .5s ease-in-out;
    transform: translateY(100%);
}

.book_btn_section_show {
    transform: translateY(0%);

}

.card-img-top {
    height: 150px !important;
    width: auto;
    object-fit: cover;
}

.kk-service-card-title {
    font-size: 14px !important;
}

.service-category {
    flex-wrap: unset !important;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox label {
    margin-left: 30px;
    padding: 2px;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    /* background-color: #e5e2d9; */
    border: 2px solid #ca9e3f;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: rgb(240, 235, 235);
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #ca9e3f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-open {
    overflow: hidden;
}

.nav-item a {
    white-space: nowrap !important;
}

.help-block.with-errors {
    color: #f51515;
    font-size: 12px;
    padding: 5px 0px;
}

.post-img-fluid {
    width: 200px;
    height: 140px;
    object-fit: cover;

}

.post-img-logo {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    right: -35px;
    top: 25%;
    border: 2px solid white;
    background: white
}

.product-desc {
    padding-left: 2% !important;
    width: 100%
}

@media only screen and (max-width: 780px) {
    .fs-sm-20 {
        font-size: 20px;
    }

    .post-img-fluid {
        width: 100%;
        height: 145px;
        object-fit: cover;
    }

    .post-img-logo {
        position: absolute;
        height: 80px;
        width: 80px;
        border-radius: 50px;
        bottom: -20px;
        left: 40%;
        border: 2px solid white;
        background: white;
        right: auto;
        top: auto;
    }

    .product-desc {
        padding-left: 0% !important;
        padding: 4% !important
    }

    #headerContent {
        background-image: unset !important;
    }


}

.checkedBtn {
    background: #02b902;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 25px;
    color: #fff;
    font-weight: 700;
    /* box-shadow: -4px 3px 9px 0px #9797966e; */
    border-radius: 50px 0px 0px 50px;
}

.heading {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
}

.heading2 {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
}

/* Default styles */
.input-btn-grp {
    position: relative;
}

.input-btn-grp input {
    border-radius: 50px;
    padding: 20px;
    border: none;
    background: white;
    box-shadow: 0px 5px 16px 3px #00000005;
    height: 55px;
}

.input-btn-grp button {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    bottom: 5px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .input-btn-grp {
        position: relative;
        width: 100%; /* Make sure the container takes full width */
    }

    .input-btn-grp input {
        padding: 15px; /* Reduce padding if needed */
        height: 50px; /* Adjust height if needed */
    }

    .input-btn-grp button {
        position: absolute;
        top: 40%;
        right: 5px;
        transform: translateY(-50%); /* Center button vertically */
        border-radius: 50px;
        height: 40px; /* Adjust height if needed */
        width: auto; /* Adjust width if needed */
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .input-btn-grp input {
        padding: 10px; /* Further reduce padding if needed */
        height: 55px; /* Further adjust height if needed */
    }

    .input-btn-grp button {
        height: 50px; /* Further adjust button height if needed */
    }
}


.user-image img {
    height: 140px;
    width: 140px;
    object-fit: cover;
}

.form-check-input[type="radio"] + label::after, .form-check-input[type="radio"] + label::before, label.btn input[type="radio"] + label::after, label.btn input[type="radio"] + label::before {
    height: 0px !important;
    width: 0px !important;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 1;
    pointer-events: auto;
}

.list-group label {
    padding-left: 30px !important;
}

.list-group input {
    margin-top: 10px;
    left: 10px;
}

/* partmer_verify_btn */
.partmer_verify_btn {
    color: #fff;
    border-color: #50cd89 !important;
    background-color: #50cd89 !important;
    font-size: .85rem !important;
    font-weight: 600 !important;
    font-family: Poppins, Helvetica, sans-serif;
    padding-top: .05rem !important;
    padding-bottom: .10rem !important;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
    border-radius: .475rem !important;
}




