.elementor-column.voad-artist-card {
    padding: 15px; /* Add padding to create space between columns */
}

.voad-grid .elementor-row {
    display: flex;
}

.voad-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.voad-card-image {
    width: 100%;
    height: auto;
    border-radius: 50% !important;
    max-width: 10rem !important;
    border-radius: 50%;
    border: 5px solid white !important;
    margin: -100px auto 20px;
    display: block;
    z-index: 1;
    position: relative;
    background-color: white;
    object-fit: cover;
    height: 10rem !important;
    width: 10rem !important;
}

.voad-card-name {
    font-size: 1.2em;
    margin: 15px 0 10px;
    font-weight: bold;
}

.voad-card-brands {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #888;
}

.voad-card-audio {
    width: 100%;
    margin-bottom: 10px;
}

.voad-card-button {
    display: inline-block;
    background-color: #7208b7;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.voad-card-button:hover {
    opacity: 0.8;
}

form.voad-filters {
    border-radius: 10px;
    overflow: hidden;
    background-color: black;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.voad-filters select {
    background-color: black !important;
    border: none;
    color: #fff !important;
    /* background-image: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23ffffff' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' ><path d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'></path></svg>) !important; */
    background-repeat: no-repeat;
}

.voad-filter-buttons input[type="submit"] {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}



.voad-filters input[type="submit"], #clear-filters {
    background: #7208b7;
    margin-left: -5px;
    border-radius: 0;
}

#book-artist-button {
    background: #7208b7;
}

.voad-filters input[type="submit"]:hover, #clear-filters:hover, #book-artist-button:hover {
    opacity: 0.8;
}

/* Adjust Elementor row to allow for proper spacing */
.elementor-row {
    flex-wrap: wrap;
    margin-left: -15px; /* Adjust for padding in columns */
    margin-right: -15px; /* Adjust for padding in columns */
}

.elementor-column.voad-artist-card {
    padding-left: 15px;
    padding-right: 15px;
}

.voad-loading {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #555;
}

.voad-loading:after {
    content: '...';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0);
    }
    40% {
        color: #333;
        text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0);
    }
    60% {
        text-shadow:
            .25em 0 0 #333,
            .5em 0 0 rgba(0,0,0,0);
    }
    80%, 100% {
        text-shadow:
            .25em 0 0 #333,
            .5em 0 0 #333;
    }
}

/* Full-width banner */
.artist-banner {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center; 
}

/* Profile picture */
.artist-profile-pic {
    width: 100%;
    border-radius: 50%;
    border: 5px solid white;
    margin: -100px auto 20px;
    display: block;
    z-index: 1;
    position: relative;
    background-color: white;
    object-fit: cover;
    width: 10rem;
    height: 10rem;
}

.ast-container {
    flex-direction: column;
    background-color: white;
}

/* Container */
.artist-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;

}

/* Left column */
.artist-left {
    flex: 1;
    max-width: 250px;
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

/* Right column */
.artist-right {
    flex: 2;
    padding: 20px;
}

/* Additional styling */
.artist-profile h2 {
    font-size: 24px;
    margin: 20px 0 10px;
    font-weight: bold;
}

.artist-left p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}

.artist-right h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}

.artist-right p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
}

.artist-right h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #444;
}

.artist-right audio {
    width: 100%;
    margin-bottom: 20px;
}

.elementor-button-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 24px;
    background-color: #0073e6; /* Button background color */
    color: white; /* Text color */
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.elementor-button-link:hover {
    background-color: #005bb5; /* Button hover background color */
}

.elementor-button-icon {
    margin-right: 8px;
}

.elementor-button-text {
    vertical-align: middle;
}

#book-artist-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: none; /* Initially hidden */
    overflow: auto;
    max-height: 80vh;
}

#book-artist-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/* Media queries for responsiveness */
@media (max-width: 768px) {
    .artist-container {
        flex-direction: column;
    }

    .artist-left, .artist-right {
        max-width: 100%;
        text-align: center;
    }

    .artist-left {
        padding: 0;
    }
    a.prev-artist span, a.next-artist span {
        font-size: initial;
    }
    a.prev-artist, a.next-artist {
        font-size: 0;
    }
}

div#book-artist-modal button.close-modal-btn {
    background: #000;
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
    border-radius: 50%;
    padding: 17px 20px;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .elementor-column.voad-artist-card {
        margin-bottom: 20px;
    }

    .voad-card {
        padding: 10px;
    }

    .voad-card-name {
        font-size: 1.1em;
    }

    .voad-card-brands {
        font-size: 0.85em;
    }

    .voad-card-button {
        padding: 8px 15px;
    }
    .artist-banner {
        height: 160px;
    }
}


.artist-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center
}

.artist-navigation a span {
    background-color: #7208b7;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    margin: 15px;
}

.voad-pagination .page-numbers {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    margin: 5px;
    display: inline-flex;
    width: 40px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.purple-bg {
    background-color: #7208b7 !important;
}

.rounded {
    border-radius: 30px !important;
}

.voad-pagination .page-numbers:hover {
    background-color: #7208b7;
    color: #fff;
}

.voad-pagination .current.page-numbers {
    background-color: #7208b7;
}

a.next.page-numbers, a.prev.page-numbers {
    width: 80px;
    border-radius: 50px;
}

a.prev.page-numbers {
    width: 115px;
}

.voad-pagination {
    margin: 20px 0 40px;
}

.voad-card-demo-label {
    margin: 0;
}

p.voad-card-demo-label {
    font-size: 10px;
    background-color: #f1f3f4;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
    color: #000;
}

a.voad-card-button {
    margin: 20px 0;
}

.voad-card-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modal {
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    z-index: 99;
    padding: 5%;
}

.modal-container {
    max-height: 100%;
    overflow-x: scroll;
    position: relative;
    width: 80%;
    margin: auto;
}

button.close-modal-btn {
    position: fixed;
    background-color: #7209B7;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
}

.modal .calc-container {
    background-color: #000000b5;
    padding: 20px !important;
    border-radius: 20px;
}

.modal .calc-subtotal-wrapper {
    position: relative !important;
    top: initial !important;
    left: initial !important;
}

.book-artist-button {
    background-color: #7209B7 !important;
    margin: 5px;
    font-weight: bold;
}

.book-artist-button:hover {
    opacity: 0.8;
    background-color: #7209B7;
}

a img.voad-card-image:hover {
    opacity: 0.8;
}

/* Hide the dropdown arrow for selects with the 'no-arrow' class */
select.no-arrow {
    /* Remove default appearance */
    -webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none;    /* Firefox */
    appearance: none;
    
    /* Hide the background image (arrow) */
    background: transparent;
    
    /* Optional: Adjust padding to align text properly */
    padding-right: 30px; /* Adjust as needed */
    
    /* Optional: Add a custom icon if desired */
    position: relative;
}

select.no-arrow::-ms-expand {
    display: none; /* IE 10+ */
}

select.no-arrow::after {
    content: none; /* Remove any added content */
}

/* Optional: Style the disabled select for better UX */
select.no-arrow:disabled {
    cursor: not-allowed;
    background-color: #f0f0f0; /* Light gray background */
    color: #a0a0a0; /* Gray text */
}

.voad-filters select.no-arrow {
    background-image: none !important;
}

.artist-left , .artist-navigation a {
    color: #fff !important;
}

/* General style for all select elements */
select {
    background-color: #333; /* Dark grey background */
    color: #fff; /* White text for better contrast */
    border: 1px solid #555; /* Optional: Set border color */
    padding: 5px;
}

/* Firefox specific styling */
@-moz-document url-prefix() {
    select {
        background-color: #333; /* Dark grey background specific to Firefox */
        color: #fff; /* White text */
    }
}

/* Optional: Style the dropdown arrow in Firefox */
select::-moz-focus-inner {
    border: 0; /* Remove inner border on focus in Firefox */
}

.artist-banner h2.elementor-heading-title.elementor-size-default {
    text-align: center;
    color: #fff;
    padding-top: 20px;
}