#epk-container {
    padding: 3rem 0 0 0;
    min-height: 70vh;
}

.about-us {
    margin-bottom: 8rem !important;
}

.about-us p {
    font-size: 14px;
}

.about-us .image-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 2rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.7), rgba(0, 0, 0, 0) 10%),
                linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(0, 0, 0, 0) 10%),
                linear-gradient(to left, rgba(10, 10, 10, 0.7), rgba(0, 0, 0, 0) 10%),
                linear-gradient(to right, rgba(10, 10, 10, 0.7), rgba(0, 0, 0, 0) 10%);
    pointer-events: none;
}

.epk-main-image {
    height: auto;
    /*width: 100%;*/
    object-fit: cover;
}

.biography-container {
    color: white !important;
}

.contact-number,
.contact-email {
    color: #bb9d00 !important;
}

.releases-section {
    margin: 4rem 0 3rem 0;
}

.release-parent-name {
    margin: 0 0 3rem 0;
    color: #ff9d00 !important;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.single-card {
    background-color: transparent;
    border: none;
    width: 22rem;
    border-radius: 8px;
    overflow: hidden;
    padding: 2rem 0;
    display: flex;
    align-items: center;
}

.single-image-wrapper {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.120);
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-image {

    width: 100%;
    height: 100%;
    object-fit: contain;
}

.no-image {
    background-color: #000;
}

.play-icon {
    color: #fff;
    font-size: 1.2rem;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-title {
    margin-top: 10px;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #ff9d00;
    font-weight: 300;
}

.card-text {
    font-size: 13px;
    color: #ccc;
}

.youtube-video {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

.instagram-video {
    position: relative;
    height: 500px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-video img {
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.section-title {
    color: #FFD700;
    text-transform: uppercase;
}

.clickable {
    font-size: 14px;
}

p {
    color: whitesmoke;
}

a {
    color: #bb9d00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    color: #fff;
    background-color: #333;
    border: 1px solid #555;
}

input::placeholder, textarea::placeholder {
    color: #777;
}

.form-group label {
    color: #FFD700;
}

.digital-footprint-section {
    color: whitesmoke !important;
}

.digital-footprint-section ul {
    padding: 0;
    list-style: none;
}

.digital-footprint-section a {
    color: whitesmoke;
    text-decoration: none;
}

.digital-footprint-section a:hover {
    text-decoration: underline; /* Optional: Add an underline on hover for better UX */
}

.book-us-icon {
    font-size: 24px;
}


@media screen and (max-width: 768px) {

    .image-wrapper {
        height: 250px;
    }

    .instagram-video {
        height: 400px;
    }

    .section-title {
        text-align: center;
    }

    .book-us-title-wrapper {
        justify-content: center;
    }

    .biography-container {
        padding: 0 1rem;
        color: white !important;
    }

    .release-parent-name {
        text-align: center;
    }

    .digital-footprint-section {
        text-align: center;
        padding: 0 1rem;
    }
    .about-us .image-wrapper {
        margin-bottom: 3rem;
        padding: 0;
    }

    .epk-main-image {
        width: 90%;
    }
}
