.mb-17px {
    margin-bottom: 17px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-34px {
    margin-bottom: 34px;
}

.mb-22 {
    margin-bottom: 22px;
}

.ps-17px {
    padding-left: 17px;
}

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

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

.home-section {
    padding: 17px;
    background-color: var(--text-white);
}

.talent-home-sidebar-card {
    padding-top: 13px;
    padding-left: 10px;
}

.talent-pay-text {
    font-size: 16px;
}

.talent-home-sidebar-card .title {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    font-family: 'Interstate Cond Mono';
    text-transform: uppercase;
}

.talent-home-sidebar-card .value {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    font-family: 'Interstate Cond Mono';
    line-height: 1;
}

.talent-home-sidebar-btn {
    border: 1px solid #000;
    padding: 6px 18px;
    font-weight: bold;
    font-size: 22px;
    background-color: transparent;
    font-family: 'Interstate Cond Mono';
    letter-spacing: 0.6px;
    transition: all 0.3s ease-in-out;
}

.talent-home-sidebar-btn:hover {
    background-color: #000;
    color: #fff;
}

.sub-title {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1;
    font-family: Interstate Cond Mono;
    font-weight: 700;
}

.description {
    font-size: 14px;
    color: #000;
}

/* .artist-name-defult {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    background: rgba(255, 216, 0, 0.83);
    padding: 20px 15px;
    text-align: center;
} */

.artist-name-defult p,
.artist-name a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.artist-name span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.artist-card:hover .artist-name-defult {
    display: none;
}

.artist-info-btn {
    display: inline-block;
    margin-top: 12px;
    background: #111;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.artist-info-btn:hover {
    border: 1px solid #000;
    color: #000 !important;
}

.artist-search-input-container {
    flex: 1;
    border: 1px solid #000;
    border-right: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    outline: none;
    transition: border-color 0.3s ease;
    padding: 8px 17px;
}

.artist-grid-container {
    /* margin: 27px 0 34px 0; */
    margin-top: 9px;
}

.mb-article-spacing {
    margin-bottom: 17px;
}

.talent-pagination-container {
    margin-bottom: 13px;
    margin-top: 34px;
}

.artist-search-btn {
    padding: 8px 24px;
    background-color: var(--bg-dark);
    color: #fff;
    border: 1px solid var(--bg-dark);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Interstate Cond Mono', monospace;
}

.artist-search-input {
    all: unset;
    width: 100%;
}


.swiper-button-next,
.swiper-button-prev {
    color: var(--bg-dark) !important;
    background-color: var(--text-white);
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 100 !important;
    pointer-events: auto !important;
    position: absolute !important;
    cursor: pointer !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px !important;
    font-weight: 700;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.en-savoir-subtitle {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--bg-dark);
    margin-bottom: 3px;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.en-savoir-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bg-dark);
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.en-savoir-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bg-dark);
    margin-bottom: 15px;
}

.artist-promo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* GENERAL PROMO SECTION STYLES */
.promo-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    position: relative;
}

.section-label {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    color: white;
    background-color: #1a1a1a;
    padding: 8px 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-family: 'Interstate Cond Mono';
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); */
}

/* DIVIDER LINE */
.promo-section::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 2px;
    background: #000;
    z-index: 5;
}

/* FOLLOW SECTION */
.follow-section {}

.social-icons-container {
    display: flex;
    gap: 17px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.social-iconv2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    background-color: #333333;
}

.social-iconv2::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease;
}

.social-iconv2.facebook svg {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.social-iconv2:hover {
    background-color: #333333;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.5);
}

.social-iconv2 svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.social-iconv2:hover svg {
    transform: scale(1.2);
}

/* RELEASE SECTION */
.release-section {
    gap: 17px;
}

.release-card {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1;
    border-radius: 0;
    overflow: hidden;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
    margin-bottom: 17px;
}

.release-card:hover {
    transform: translateY(-5px);
}

.album-cover {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.talent-title {
    font-size: 33px !important;
    line-height: 1;
}

.release-card:hover .album-image {
    transform: scale(1.05);
}

.album-overlay {
    position: absolute;
    inset: 0;
    background:#000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.release-card:hover .album-overlay {
    opacity: 0.75;
}

.album-label {
    font-size: 28px;
    font-weight: 900;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.album-artist {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* DOWNLOAD SECTION */
.download-section {
    gap: 17px;
}

/* PRESS KIT SECTION */
.press-kit-section {
    /* gap: 20px; */
    /* padding: 40px 0px 0px 0px; */
}

.press-kit-btn {
    padding: 16px 60px;
    background-color: #ffd800;
    color: #1a1a1a;
    border: 1px solid #1a1a1a !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    /* box-shadow: 0 4px 15px rgba(255, 237, 78, 0.3); */
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}


.press-kit-btn:hover {
    background-color: #fff;
    color: #1a1a1a;
}

/* .press-kit-btn:active {
    transform: translateY(-1px);
    } */

/* RESPONSIVE DESIGN */
@media (max-width:991px) {
    .promo-section::before {
        top: 16px;
    }
}

@media (max-width: 768px) {
    .promo-section::before {
        top: 36px;
    }

    .artist-promo-container {
        padding: 30px 15px;
    }

    .promo-section {
        padding: 20px 0;
    }

    .section-label {
        font-size: 16px;
        padding: 6px 20px;
        letter-spacing: 1px;
    }

    .social-icons-container {
        gap: 15px;
    }

    .social-iconv2 {
        width: 45px;
        height: 45px;
    }

    .social-iconv2 svg {
        width: 22px;
        height: 22px;
    }

    .release-card {
        max-width: 280px;
    }

    .album-label {
        font-size: 24px;
    }

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

    .press-kit-btn {
        padding: 14px 50px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .promo-section::before {
        top: 22px;
    }

    .artist-promo-container {
        padding: 20px 10px;
    }

    .promo-section {
        padding: 8px 0;
        gap: 15px;
    }

    .section-label {
        font-size: 14px;
        padding: 5px 15px;
        letter-spacing: 0.8px;
    }

    .social-iconv2 {
        width: 40px;
        height: 40px;
    }

    .social-iconv2 svg {
        width: 20px;
        height: 20px;
    }

    .release-card {
        max-width: 240px;
    }

    .album-label {
        font-size: 20px;
    }

    .album-artist {
        font-size: 12px;
    }

    .press-kit-btn {
        padding: 12px 40px;
        font-size: 14px;
    }
}



/* new css card start */
.artist-card {
    position: relative;
    /* width: 303px; */
    height: 303px;
    overflow: hidden;
    cursor: pointer;
}
.artist-cardv2{
    height: 100%;
}
.artist-cardv2 img{
    min-height: 212px !important;
}
.artist-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.artist-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(255, 216, 0, 0.90);
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 17px;
    transition: height 0.5s ease, all 0.4s ease;
}
.article-category {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    letter-spacing: 0.05em;
    font-family: 'Interstate Cond Mono', monospace;
}

.article-card-content {
    padding: 12px 16px 00px;
}

.artist-card:hover .artist-name {
    height: 100%;
    background: rgba(255, 216, 0, 0.90);
    color: #000;
}

.artist-name span {
    font-size: 14px;
    font-weight: bold;
    transition: font-size 0.3s ease, color 0.3s ease;
}


.artist-name a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
    pointer-events: none;
    margin-top: -15px;
    white-space: nowrap;
}

.artist-card:hover .artist-name a {
    margin-top: 0px;
}

.artist-card:hover .artist-name a {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* new css card end */

.right-sidebar-img-slider {
    width: 100%;
}

/* simple CTA rendered via pseudo-element to avoid HTML changes */
.artist-card-img {
    width: 100%;
    height: 350px;
}

.share-icon {
    width: 24px;
    height: 24px;
}

/* artist card css end */

/* talent artist css start */
.artist-title {
    text-transform: uppercase;
    font-size: 34px;
    color: #000;
    line-height: 34px;
    letter-spacing: .02em;
    margin-bottom: 0;
    font-family: Interstate Cond Mono;
    font-weight: 700;
}

.talent-artist-btn {
    background-color: transparent;
    color: #000;
    padding: 12px 30px;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.4s all;
    font-family: 'Interstate Cond Mono', monospace;
    font-weight: bold;
    text-decoration: none;
    transition: all 1s ease;
}

.talent-artist-btn:hover {
    background-color: #000;
    color: #fff;
}

.right-sidebar-img-slider-main .swiper-button-next,
.right-sidebar-img-slider-main .swiper-button-prev {
    display: none;
}

.right-sidebar-img-slider-main img {
    aspect-ratio: 16/9;
}

.laisla-tv-swiper .swiper-wrapper .laisla-tv-card {
    height: 100%;
}

.laisla-tv-swiper .swiper-slide {
    height: 350px;
}

/* Album Swiper Styles */
.albumSwiper {
    width: 100%;
    height: 100%;
}

.albumSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

/* talent artist css end */
/* Main spacing between articles - 34px */
.mt-article-spacing {
    margin-top: 17px;
}

/* Article card container */
.article-card {
    position: relative;
}

.article-image-wrapper {
    width: 100%;
    height: 100%;
    /* min-height: 250px; */
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
}

/* Image wrapper */
.article-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    overflow: hidden;
}

.article-image-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0009;
    /* Black background with opacity */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 99;
    transition: opacity 0.3s ease;
}

.article-image-wrapper:hover::before {
    opacity: 1;
}

/* Content area with 17px spacing from image */
.article-content {
    padding-top: 17px;
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

/* Subtitle styling */
.article-subtitle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    color: #666;
}

/* Title styling */
.article-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    line-height: 1;
    color: #000;
    font-family: 'Interstate Cond Mono';
}

/* Article text */
.article-text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Read more button */
.read-more-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.read-more-btn:hover {
    background-color: #333;
    color: #fff;
}

/* Tablet responsive */
@media (max-width: 991px) {
    .article-image-wrapper {
        min-height: 250px;
    }

    .article-content {
        padding-left: 0;
        padding-top: 17px;
        min-height: auto;
    }

    .article-title {
        font-size: 22px;
    }
}

/* Mobile responsive */
@media (max-width: 767px) {
    .mt-article-spacing {
        margin-top: 17px;
    }

    .article-image-wrapper {
        min-height: 200px;
    }

    .article-content {
        padding-top: 17px;
    }

    .article-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .article-text {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .read-more-btn {
        padding: 10px 28px;
        font-size: 11px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .article-image-wrapper {
        min-height: 180px;
    }

    .article-title {
        font-size: 18px;
    }
}

.talent-list .artist-grid-container {
    margin-top: 0px !important;
}

.about-content-17{
    padding-top: 17px;
    padding-bottom: 34px;
}

.book-now-container{
    margin-top: 31px;
}
.about-titlev2{
    margin-top: -6px;
}
.about-contentv2{
    padding: 0px 0px;
}
.about-articlev2{
    padding-bottom: 26px;
}
.share-section{
    padding: 0PX 17PX 24PX 17PX;
}
.artist-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Tablet */
@media (max-width: 992px) {
    .artist-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .artist-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
