@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Romanesco&display=swap');

body {
    color: rgb(255, 255, 255);
    font-family: "Roboto Slab", serif;
    background-color: #181818;
}

p {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

a:hover {
    color: rgba(255, 255, 255, 0.51);
    transition: 0.5s;
}

.text-danger {
    color: #E43B32 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
.py-50{
    padding: 3.125rem 0;
}
.py-100 {
    padding: 100px 0px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

input {
    color: rgb(255, 255, 255);
}

input:focus,
select:focus {
    outline: 0px;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

li {
    list-style: none;
}

.section-radius {
    border-radius: 45px 45px 0px 0px;
    position: relative;
}

.primary-btn {
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #fff;
    display: inline-block;
    color: #020202;
    width: auto;
    padding: 14px 40px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s;
}

.primary-btn:hover {
    background: none;
    border: 1px solid #323232;
    color: #fff;
}

.outline-btn {
    background: none;
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.57);
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px 15px;
    color: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: unset !important;
    font-size: 14px;
    line-height: normal;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.form-group .select2-container--default .select2-selection--single {
    height: auto;
    background-color: rgba(217, 217, 217, 0.11);
    border: 0;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FFFFFF;
}

.form-group .select2-results__option[aria-selected],
.select2-results__option {
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(217, 217, 217, 0.11) !important;
}

.select2-dropdown {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #8D8D8D91 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #8D8D8D91;
    background-color: rgba(217, 217, 217, 0.11) !important;
}

.form-control,
.form-select {
    background-color: rgba(217, 217, 217, 0.11);
    padding: 11px 15px;
    color: #FFFFFF;
    border: 1px solid #777;
    box-shadow: unset !important;
    border-radius: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-select option {
    background-color: #000;
}

.form-control:focus {
    background-color: rgba(217, 217, 217, 0.11);
    color: #FFFFFF;
}

input.form-control::placeholder {
    color: #FFFFFF80;
}

.main-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.top-bar {
    background: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    padding: 8px 10px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.top-left span {
    margin-right: 20px;
}

.top-right a {
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
}

.top-right a:hover {
    color: rgb(255, 255, 255);
}

.logo a {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
}

.navbar {
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .navbar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    transition: color 0.25s;
    padding: 5px 20px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: rgb(255, 255, 255);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(255, 255, 255);
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 3px;
    margin-top: 12px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 40px;
}

.navbar-nav .dropdown-item {
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.5s;
}

.navbar-nav .dropdown-item:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

.navbar-nav .dropdown-toggle::after {
    border: 0px;
    background-image: url("../images/dropdown-icon.png");
    width: 24px;
    height: 24px;
    top: 6px;
    position: absolute;
    background-size: contain;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgb(0, 0, 0);
        padding: 15px;
        margin-top: 12px;
        border-radius: 6px;
    }

    .navbar .nav-link {
        padding: 10px 0px;
    }
}

.footer-header {
    padding: 30px 0px;
    background: radial-gradient(circle at center top, rgb(34, 34, 34), rgb(0, 0, 0));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.nav-link-custom {
    font-size: 16px;
    transition: color 0.3s;
}

.nav-link-custom:hover {
    color: rgba(255, 255, 255, 0.5);
}

.copyright {
    font-size: 14px;
}

.copyright a {
    text-decoration: underline;
}

.hero-banner {
    position: relative;
    padding: 100px 0px 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    /* margin-top: -50px; */
}

.hero-banner::after {
    content: "";
    background: linear-gradient(89.19deg, rgb(0 0 0 / 94%) 0.69%, rgb(53 53 53) 51.44%, rgba(0, 0, 0, 0.89) 78.29%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    z-index: -1;
}

.banner-title {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-title span {
    font-weight: 300;
}

.artists-list {
    background-color: #191919;
    padding: 60px 0;
}

.artist-card {
    background: rgb(0, 0, 0);
    border: 1px solid #8D8D8D91;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

.artist-card:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
}

.artist-media {
    position: relative;
    height: 235px;
}

.artist-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-rating {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.artist-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.artist-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.artist-name a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.5s;
    text-decoration: underline;
}

.artist-name a:hover {
    color: rgba(255, 255, 255, 0.51);
    transition: 0.5s;
}

.verified {
    font-size: 14px;
    color: rgb(76, 175, 80);
}

.studio-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.artist-location {
    font-size: 14px;
    margin-bottom: 16px;
}

.artist-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 0px;
    list-style: none;
}

.artist-tags li {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 13px;
}

.artist-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artist-price {
    font-size: 14px;
}

.artist-price strong {
    font-size: 20px;
    font-weight: 700;
}

.artist-exp {
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.zipcode .form-control {
    border: 1px solid #fff;
}

.mobile-canvas {
    background-color: #000;
}

.offcanvas .btn-close {
    background-color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 12px;
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.mobile-canvas .nav-link {
    font-size: 14px;
    padding: 5px 15px !important;
    color: rgba(255, 255, 255, 0.8);
}

/* ==================== Product detail page ======================= */
.detail-banner-content h1 {
    font-size: 54px;
    font-weight: 400;
    font-family: "Romanesco", cursive;
}

.product-detail-banner {
    height: 240px;
    padding: 70px 0 70px;
}

.with-slider-banner .banner-slide .slide-item-img img {
    height: 240px;
    object-fit: cover;
}

.product-detail-banner .owl-theme .owl-dots .owl-dot.active span,
.product-detail-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.product-detail-banner .owl-theme .owl-dots .owl-dot span {
    background: #a9a9a9;
}

.detail-banner-content img {
    width: 179px;
    min-width: 179px;
    object-fit: contain;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}

.product-detail-banner .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product-detail-banner .owl-theme .owl-nav .disabled {
    cursor: no-drop;
}

.product-left {
    height: 625px;
    border-radius: 44px;
    overflow: hidden;
    background: #0c0c0c;
}

.product-left .main-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.name-with-social {
    position: absolute;
    bottom: 0;
    background-color: #0000008A;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.name-with-social h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.name-with-social img {
    min-width: 30px;
    max-width: 30px;
    object-fit: contain;
    /* margin-left: -17px; */
    height: auto;
}

.name-with-social ul li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.product-main-title h2 {
    font-size: 30px;
    font-weight: 600;
}

.price-wrp {
    font-size: 50px;
    font-weight: 600;
    margin-top: 15px;
}

.price-wrp span {
    font-size: 20px;
}

.tags-list {
    margin-top: 25px;
}

.tags-list li {
    border-top: 1px dashed #FFFFFF3B;
    padding: 15px 0;
}

.tags-list li strong {
    font-weight: 400;
}

.tags-list li p {
    font-size: 20px;
}

.tags span {
    font-size: 20px;
    border: 1px solid #FFFFFF36;
    border-radius: 10px;
    padding: 6px 12px;
    line-height: normal;
}

.booking-info .small-btn {
    border: 1px solid #FFFFFF63;
    border-radius: 10px;
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-btn.quote {
    background-color: #323232;
    border-color: #323232;
    color: #fff;
}

.booking-info .primary-btn {
    font-size: 20px;
}

.pay-method img {
    width: 38px;
}

.tattoo-collection .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.tattoo-collection .owl-carousel .slide-item {
    height: 520px;
    overflow: hidden;
    border-radius: 34px;
    transform: skewY(-7deg);
}

.tattoo-collection .owl-item {
    margin-top: 100px;
}


.tattoo-collection .right-1,
.tattoo-collection .owl-item.left-1 {
    margin-top: 30px;
}

.tattoo-collection .right-2,
.tattoo-collection .owl-item.left-2 {
    margin-top: 78px;
}

.tattoo-collection .owl-item.active.center {
    margin-top: 0;
}

.tattoo-collection .owl-item.right-2,
.tattoo-collection .owl-item.right-1 {
    transform: skewY(7deg);
}

.owl-item.active.center .slide-item {
    transform: unset;
}

.tattoo-collection .owl-carousel .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tattoo-collection .owl-theme .owl-nav [class*='owl-'] {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF57;
    background-color: #D9D9D90A;
    margin: 0;
    font-size: 22px;
}

.tattoo-collection .owl-theme .owl-nav {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 0px;
}

.tattoo-collection .owl-theme .owl-nav.disabled {
    display: none;
}


.amenities-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.amenities-list li {
    border: 1px solid #FFFFFF40;
    padding: 30px 7px;
    border-radius: 10px;
    width: 18.5%;
}

.amenities-list li p {
    font-size: 18px;
    margin-top: 15px;
}

.hours-info {
    border: 1px solid #484848;
    border-radius: 40px;
    padding: 30px;
}

.hours-info li {
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0;
    border-top: 1px solid #FFFFFF29;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hours-info li:first-child {
    border-top: 0;
    padding-top: 0;
}

.hours-info li:last-child {
    padding-bottom: 0;
}

.regular-opening-hours .map {
    height: 100%;
}

.regular-opening-hours .map iframe {
    border-radius: 40px;
}

.pdf-box {
    background-color: #D9D9D921;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 60px;
}

.download-pdf {
    background: none;
}

/* Added by twinkle*/

/* .form-control.error {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
} */

.inner-page-header {
    position: unset;
}

/* filter */
.vertical-filter {
    border: 1px solid #505050;
    background-color: #232323;
    border-radius: 20px;
    width: 360px;
    min-width: 360px;
    position: sticky;
    top: 30px;
    margin-right: 24px;
}

.filter-with-listing {
    display: flex;
}

.search-result-text {
    font-size: 20px;
    font-weight: 400;
}

.artists-list-box .primary-btn {
    background: none;
    color: #fff;
    border-color: #FFFFFF91;
}

.artists-list-box .primary-btn:hover {
    background-color: #fff;
    color: #000;
}

.search-result-text span {
    font-weight: 600;
}

.filter-head h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

.vertical-filter .filter-head,
.filter-body {
    padding: 25px;
}

.filter-head .filter-select {
    border: 1px solid #FFFFFF52;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    color: #fff;
    width: fit-content;
    padding: 8px 14px;
}

.filter-head .filter-select span {
    display: flex;
    cursor: pointer;
}

.filter-body {
    border-top: 1px solid #FFFFFF2B;
}

.field-icon {
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    border-radius: 0 5px 5px 0px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filed-divider {
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.filed-divider span {
    border-top: 1px solid #FFFFFF2B;
    width: 100%;
    display: inline-block;
}

.vertical-filter .form-group {
    margin-bottom: 15px;
}

.vertical-filter .form-group:last-child {
    margin-bottom: 0;
}

.vertical-filter .form-group label {
    font-size: 14px;
    margin-bottom: 7px;
}

.form-select {
    background-image: url(../images/dropdown-icon.png);
    background-size: 18px;
}

.filter-btn {
    border: 1px solid #fff;
    padding: 8px 15px;
    line-height: normal;
    align-items: center;
    border-radius: 10px;
    display: inline-block;
}

.mobile-filter.offcanvas {
    background-color: #232323;
    color: #fff;
}

.mobile-filter.offcanvas .vertical-filter {
    border: 0;
    position: unset;
}

.mobile-filter.offcanvas .vertical-filter .filter-body {
    padding: 20px 0;
}

.mobile-filter.offcanvas .filter-head {
    padding: 20px 1rem 5px;
    position: relative;
}

.mobile-filter.offcanvas .filter-head h2 {
    font-size: 20px;
}

.mobile-filter.offcanvas .filter-head .filter-select {
    font-size: 12px;
    gap: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

.mobile-filter.offcanvas .filter-head .filter-select svg {
    width: 9px;
}

.reset-btn {
    background: none;
    border: 0;
    padding: 0px;
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
    line-height: normal;
}

.data-notfound img {
    max-height: 370px;
    height: auto;
    width: auto;
    object-fit: contain;
    margin-bottom: 40px;
}

.data-notfound {
    margin-top: 50px;
}

.data-notfound p {
    font-size: 22px;
    color: #A0A0A0;
}

.data-notfound span {
    color: #fff;
}

.artists-notfound-info {
    border: 1px solid #505050;
    padding: 30px;
    border-radius: 20px;
}

.vertical-filter .select2-container {
    width: 100% !important;
}

.artists-notfound-info .content {
    margin: auto;
    max-width: 400px;
}


/* Gallery */
.gallery-section .grid-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
}

.gallery-section .card {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.gallery-section .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}

.gallery-section .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* map */
.location-info #map {
    height: 800px;
    width: 100%;
}

.filter-controls {
    max-width: 730px;
    margin: auto;
    padding: 30px 0;
}

.form-control:focus,
.form-select:focus {
    border-color: #777;
}

.artist-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.artist-item {
    padding: 10px 0;
    border-bottom: 1px solid #939393;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.artistname {
    font-weight: 600;
    font-size: 14px;
}

.artist-list li:last-child {
    border-bottom: none;
}

.artist-info-window img {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    border: 1px solid #8D8D8D91;
    object-fit: contain;
    display: inline-block;
}

.custom-marker {
    background-color: white;
    border-radius: 50%;
    padding: 8px;
    border: 2px solid #333;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-marker:hover {
    background-color: #FFD700 !important;
}

.location-error {
    color: #ffcc00;
    text-align: center;
    margin: 10px 0;
    font-style: italic;
}

.location-text {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.location-text svg{
    min-width: 16px;
}

.artist-info-window .quote {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-top: 15px;
    padding: 8px 15px;
    line-height: normal;
}

.artist-content p {
    color: #FFFFFF82;
    margin-top: 5px;
}

.artist-info-window {
    width: 100%;
    font-size: 14px;
    font-family: "Roboto Slab", serif;
}

.artist-info-window .heading {
    font-size: 16px;
    font-weight: 600;
}

.location-info .gm-style .gm-style-iw-c {
    background-color: #000;
    color: #fff;
    padding: 20px !important;
    border-radius: 20px;
    border: 1px solid #ffffff;
    width: 100% !important;
}

.location-info .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.location-info .gm-ui-hover-effect {
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    right: 15px;
    top: 15px;
}
.location-info .gm-style .gm-style-iw-tc {
    -webkit-filter: drop-shadow(0 1px 1px #D9D9D9);
}
.location-info .gm-style .gm-style-iw-tc::after{
    background: #000000;
    top: -2px;
}

.location-info .gm-ui-hover-effect>span {
    background-color: #ffffff;
    margin: 0 !important;
}

.location-info .gm-style-iw-ch {
    display: none !important;
}
.starting-hours .hours{
    font-size: 20px;
    font-weight: bold;
}
.starting-hours .hours span{
    font-size: 16px;
    font-weight: 400;
}
.starting-hours p{
    color: #888888;
}
.artist-tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.artist-tag span{
   padding: 6px 12px;
   border-radius: 5px;
   background-color: #D9D9D91C;
   display: inline-block;
   text-align: center;
}

/* Book Your Appointment  */
.artist-appointment-box,.booking-summary,.booking-requested-wrp{
    border: 1px solid #505050;
    padding: 30px;
    border-radius: 20px;
    background-color: #000000;
}
.booking-summary{
    position: sticky;
    top: 20px;
}
.artist-profile{
    gap: 30px;
}
.inner-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.artist-profile img{
    width: 108px;
    min-width: 108px;
    height: 108px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #4d4d4d;
}
.artist-appointment-box hr,.booking-requested-wrp hr{
    margin: 30px 0;
}
.booking-requested-wrp .payment-summary hr{
    margin: 15px 0;
}
.session-tag {
    background: #D9D9D91F;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
}
.details-list{
  gap: 15px;
}
.details-list li{
    font-size: 14px;
    display: flex;
    gap: 10px;
    font-weight: 600;
    width: 45%;
}
.details-list li span{
    display: block;
}

.details-list li span,.booking-summary ul span,.total-box p span{
    font-weight: 400;
    color: #FFFFFF82;
}

.deposit-required{
    border: 1px solid #8D8D8D91;
    background-color: #181818;
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
}
.deposit-required p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.deposit-required p span{
    color: #fff;
}
.booking-summary ul li,.total-box p{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 15px;
}
.booking-summary ul li:last-child,.total-box p:last-child{
    margin-bottom: 0;
}
.total-box{
    border: 1px dashed #848484;
    border-radius: 10px;
    background-color: #181818;
    padding: 15px;
}

.time-select input[type="radio"] {
    display: none;
}

.time-select label {
    display: inline-block;
    border: 1px solid #FFFFFF52;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    line-height: normal;
    margin-bottom: 0 !important;
}

.time-select .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.time-select input[type="radio"]:checked+label {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.appointment-slot input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);        
}
.what-next li{
    display: flex;
    gap: 15px;
    padding-bottom: 30px;
    position: relative;
}
.what-next li:last-child{
    padding-bottom: 0;
}
.what-next li::after{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    border: 1px dashed #FFFFFF52;
}
.what-next li:last-child::after{
    content: unset;
}
.icon-circle{
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #323232;
    position: relative;
    z-index: 1;
}
.icon-circle img{
    height: 18px;
    width: auto;
    object-fit: contain;
}
.back-btn.primary-btn{
    background-color: #323232;
    border-color: #323232;
    color: #fff;
}
.separator-payment-method {
  display: flex;        /* Aligns items in a row */
  align-items: center;  /* Vertically centers the word with the lines */
  text-align: center;
  margin: 20px 0;       /* Adds vertical spacing */
}

.separator-payment-method::before,
.separator-payment-method::after {
  content: "";          /* Required for pseudo-elements */
  flex: 1;              /* Allows the lines to grow and fill available space */
  border-bottom: 1px solid #ccc; /* Styles the line */
  margin: 0 10px;       /* Adds horizontal space between lines and the word */
}
