@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 #777;
    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 15px !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 {
    display: none;
}

.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: 10px;
}

.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: 10px;
}

.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: 12px;
    border: 1px solid #FFFFFF63;
    border-radius: 5px;
    padding: 3px 6px;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #aaa;
}

.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;
}


.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-bottom: 50px;
    /* margin-right: 24px; */
    
}

/* .filter-with-listing {
    display: flex;
} */

.search-result-text {
    font-size: 18px;
    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;
}
.filter-filed-row{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.filter-filed-row .form-group{
    flex: 1;
    /* min-width: 200px; */
}
.filter-filed-row .image-filters{
    display: flex;
    gap: 10px;
}
.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;
    border: 1px solid #2a2a2a;
}

.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: 20px;
}

.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-profile .artist-location {
    display: flex;
}

.artist-profile .artist-location .artist-exp {
    margin: 0 !important;
}

.artist-profile .artist-location a {
    margin-right: 12px;
    display: inline;
}

.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;
    margin-bottom: 20px;
}

.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 */
}


.login-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    max-width: 519px;
    width: 100%;
    border: 1px solid #8D8D8D91;
    background: #000000;
}

.ragister-screen .login-card {
    max-width: 900px;
}

.login-card .title {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.login-card .btn {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #000;
}

.login-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.main-screen {
    /* background-color: #000000eb; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 50px);
    padding: 80px 15px;
}


.main-screen .title {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
}

.main-screen .input-group {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

/* The fieldset-style label line */
.main-screen .input-group label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #000000;
    padding: 0 5px;
    font-size: 14px;
    color: #FFFFFF6E;
    z-index: 1;
}

.main-screen .input-group input:not([type="radio"]):not([type="checkbox"]),
.main-screen .input-group select {
    width: 100%;
    padding: 15px;
    background: #000;
    border: 1px solid #888888;
    border-radius: 10px !important;
    color: white;
    box-sizing: border-box;
    appearance: auto;
    /* font-family: 'Lora', serif; */
}

.main-screen .input-group input[type="file"] {
    padding: 12px 15px;
}

.main-screen .input-group input:focus,
.main-screen .input-group select:focus {
    z-index: 0;
}

.main-screen .input-group input::placeholder {
    color: #555;
}

.main-screen .password-toggle,
.main-screen .repassword-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    /* opacity: 0.7; */
}

.main-screen .forgot-pass {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: -10px;
    margin-bottom: 30px;
}

.main-screen .login-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-bottom: 25px;
}

.main-screen .login-btn:hover {
    opacity: 0.9;
}

.main-screen .footer-text {
    color: #FFFFFFA1;
    font-size: 14px;
    text-align: center;
}

.main-screen .footer-text a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.error-massage {
    color: #ff0000 !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}

.form-leftinfo h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.form-leftinfo .main-head p {
    color: #888888;
}

.form-leftinfo .main-head {
    margin-bottom: 50px;
}

.form-leftinfo .form-group {
    margin-bottom: 30px;
}

.form-leftinfo .form-group label {
    margin-bottom: 8px;
    color: #FFFFFF6E;
}

.form-leftinfo .form-group .form-control {
    border: 1px solid #3A3A3A;
    padding: 15px 20px;
    border-radius: 10px;
    background: none;
    color: #fff;
}

.form-leftinfo .form-group .form-control::placeholder {
    color: #FFFFFF6E;
}

.contact-form {
    border-radius: 20px;
    padding: 30px;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFFFFF82;
    border-bottom: 1px solid #333333;
    padding: 20px 0;
}

.contact-list li a {
    color: #FFFFFF82;
    transition: all 0.5s;
}

.contact-list li a:hover {
    color: #fff;
}

.contact-list li:first-child {
    padding-top: 0;
}

.form-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.thankyou-box {
    width: 100%;
    max-width: 500px;
    border: 1px solid #8D8D8D91;
    border-radius: 10px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
    background: #000;
}

.thankyou-box h1 {
    margin-bottom: 15px;
}

.rounded-box {
    background: #D9D9D90A;
    border: 1px solid #FFFFFF57;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.radio-box {
    border: 2px solid #505050;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    /* min-height: 150px; */
    display: flex;
    align-items: end;
    position: relative;
    transition: all 0.3s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: grayscale(1); */
    cursor: pointer;
    width: 100%;
}

/* .radio-box:has(input:checked) {
    border-color: #fff;
    filter: grayscale(0);
} */
.radio-box.active {
    border-color: #FFEDCC;
    
}
.radio-box .check-icon{
    display: none;
}
.radio-box.active .check-icon{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.radio-box:hover {
    border-color: #FFEDCC;
}

.radio-select-options .title {
    margin-bottom: 5px;
}

.radio-select-options .title,
.radio-select-options p,
.or-separator {
    font-size: 14px;
    font-weight: 400;
}

.radio-select-options p,
.or-separator {
    color: #FFFFFF82;
}

.or-separator {
    color: #6E6E6E;
    margin: 10px 0;
    border: 1px solid #505050;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-image {
    position: absolute;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-image {
    /* height: 91px; */
    width: auto;
    object-fit: cover;
}

.badges-container img {
    height: 100px;
    object-fit: contain;
    width: auto;
}

.virtual-arrow p {
    font-size: 7px;
    color: #fff;
}

.virtual-arrow h2 {
    font-size: 16px;
    font-weight: 900;
}

.virtual-tourbtn {
    border: 1px solid #FFFFFF63;
    width: 68px;
    height: 62px;
    /*background-color: #323232;*/
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.virtual-tourbtn:hover {
    color: #fff;
}

.virtual-arrow {
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    margin: auto;
    transform: rotate(-360deg);
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    text-align: center;
    justify-content: center;
    gap: 2px;
}

.virtual-arrow::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: rotate(321deg);
}

.badges-container img {
    height: auto;
    object-fit: contain;
    width: auto;
    max-height: 55px;
}

.badges-container .badge-icon {
    width: 70px;
    height: 70px;
    background: #000;
    background: #323232;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.virtual-tour-section iframe {
    width: 100%;
    border-radius: 30px;
}

.hover-dropdown:hover .dropdown-menu {
    display: block !important;
    top: 100%;
    left: 0;
    margin-top: 0;
}

.mobile-menus .dropdown-menu {
    position: unset !important;
    transform: unset !important;
}

.mobile-menus .dropdown-menu .dropdown-item {
    font-size: 14px;
    border-bottom: 1px solid #d5d5d5;
}

.mobile-menus .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

.mobile-menus .nav-item .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/* Row & Section layouts */


.tattoo-section-header {
    display: flex;
    align-items: center;
}

/* Icon box wrapping the SVGs */
.tattoo-icon-box {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-right: 20px;
    flex-shrink: 0;
}
.tattoo-icon-box svg {
    transform: rotate(-45deg);
}

/* Section Title Typography */

/* Underline accent with diamond rule */
/* Tags Container */
.tattoo-profile-container .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 60px;
}

/* Tag Pill Common Styles */

.tattoo-tag-pill svg, 
.tattoo-tag-pill .tag-star {
    margin-right: 5px;
    flex-shrink: 0;
}

/* --- Golden Theme (Standard Elements) --- */
.theme-gold .tattoo-icon-box {
    border: 1px solid #FFFFFF63;
}



/* --- Red Theme (Won't Do Elements) --- */
.theme-red .tattoo-icon-box {
    border: 1px solid #d9534f;
}
.theme-red .tattoo-section-title {
    color: #d9534f;
}
.theme-red .tattoo-title-underline {
    background: linear-gradient(90deg, #d9534f, transparent);
}
.theme-red .tattoo-title-underline span {
    color: #d9534f;
}
.theme-red .tattoo-tag-pill {
    border: 1px solid rgba(217, 83, 79, 0.3);
}

/* ============================================================
   Convention / Upcoming Events — Offcanvas & Cards
   ============================================================ */

.convention-trigger-btn {
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-00%) rotate(270deg);
    transform-origin: right center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 12px 20px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    z-index: 1040;
    white-space: nowrap;
}
.convention-trigger-btn:hover {
    background: #fff;
    color: #000;
}

.convention-offcanvas {
    background: #000 !important;
    border-left: 1px solid #2a2a2a !important;
    width: 370px !important;
    visibility: hidden;
}
.convention-offcanvas.show {
    visibility: visible;
}
.convention-offcanvas .offcanvas-header {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 20px;
}
.convention-offcanvas .offcanvas-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}
.convention-offcanvas .btn-close {
    filter: invert(1) brightness(0.6);
}
.convention-offcanvas .offcanvas-body {
    padding: 20px;
    overflow-y: auto;
}

/* Convention Card */
.convention-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 20px; */
    border: 1px solid #2e2e2e;
    background: #141414;
}
.convention-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    z-index: 0;
}
.convention-card-inner {
    position: relative;
    z-index: 1;
    padding: 0;
}
.convention-card-header {
    text-align: center;
    padding: 14px 20px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.convention-attending-text {
    font-size: 11px;
    font-style: italic;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.convention-attending-text::before,
.convention-attending-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3));
}
.convention-attending-text::after {
    background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3));
}

.convention-card-name {
    text-align: center;
    padding: 14px 20px 10px;
}
.convention-event-title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 6px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    min-height: 60px;
}
.convention-event-subtitle {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.convention-event-subtitle::before,
.convention-event-subtitle::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.convention-info-grid {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 4px 0 0;
}
.convention-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.convention-info-item .convention-date-range{
    display: flex;
gap: 5px;
}
.convention-info-item:last-child {
    border-bottom: none;
}
.convention-info-icon {
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}
.convention-info-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.55);
    display: block;
    margin-bottom: 3px;
}
.convention-info-main {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    display: block;
}
.convention-info-sub {
    font-size: 10px;
    color: #888;
    display: inline-block;
    margin-top: 2px;
    line-height: 1.3;
}

.convention-cta-bar {
    background: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 8px 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.75);
}

.convention-card-footer {
    text-align: center;
    padding: 10px 20px 14px;
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #666;
}
.convention-card-footer strong {
    color: rgba(255, 255, 255, 0.8);
}

.convention-book-btn {
    display: block;
    text-align: center;
    margin: 0 16px 14px;
    padding: 9px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.25s;
}
.convention-book-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
    text-decoration: none;
}

.convention-no-events {
    text-align: center;
    padding: 40px 20px;
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
}


 .travelling-filters {
        background-color: #232323;
        border: 1px solid #505050;
        padding: 15px;
        margin-bottom: 50px;
    }

    .travelling-filters .filter-item label {
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
    }