body {
    background: linear-gradient(90deg, hsla(346, 100%, 83%, 1) 0%, hsla(238, 70%, 48%, 1) 100%);
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Health Section */
.health {
    position: relative;
    text-align: center;
    color: aliceblue;
    overflow: hidden; /* Ensures the image doesn't overflow its container */
    height: 100vh; /* Adjust this value based on the desired height */
}

.health img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.health h1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 68px;
    font-weight: 600;
    z-index: 1;
}

/* Video Section */
.vid {
    text-align: center;
    color: rgb(250, 250, 253);
}

.vid h1 {
    font-size: 34px;
    font-weight: bold;
}

.vid p {
    margin: 40px 50px;
    line-height: 30px;
    font-size: 18px;
    color: rgb(240, 243, 246);
    font-weight: 800;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Post Section */
.post h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    color: rgb(177, 240, 203);
    margin-bottom: 60px;
}

/* Tour Section */
.tour {
    text-align: center;
    color: aliceblue;
}

.tour h1 {
    margin: 40px 30px;
    font-size: 48px;
    font-weight: bolder;
}

.tour p {
    font-size: 18px;
    font-weight: bolder;
}

/* Video Container */
.b1 {
    width: 40%;
    margin: 20px 50px;
    border: 4px solid white;
    border-radius: 28px;
}

/* Flexible Layouts */
.papy {
    display: flex;
    flex-direction: row;
}

.pap {
    margin: 40px 30px;
}

.papy2 {
    display: flex;
    justify-content: center;
}

/* Progress Bar */
#progress-container {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    z-index: 1000;
}

#progress-bar {
    height: 100%;
    width: 0;
    background-color: #ca3535;
}

/* Parallax Effect */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.parallax {
    background-image: url("/images/stress-player-relief.webp");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Mental Section */
.mentalb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-block: 0.444444em;
}

.mental {
    margin-top: 30px;
    font-size: 36px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 30px;
}

.mentt {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 30px;
    margin-left: 330px;
    margin-right: 330px;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    font-weight: 250;
}

.menbox {
    height: 60vh;
    padding: 100px 0px;
}

/* Tab Container */
.tab-container {
    max-width: 1200px;
    max-height: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.tabs {
    position: relative;
    top: 30px;
    left: 275px;
    transform: translate3d(-10%, 0%, 0px);
    gap: 10px;
    max-width: 1100px;
    display: flex;
}

.tab-button {
    flex: 1;
    padding: 30px 20px;
    border: none;
    border-radius: 28px;
    background-color: grey;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #3929e9;
    border-bottom: 1px solid #fff;
}

.tab-content {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 700px;
    padding: 20px;
    line-height: 40px;
    display: none;
    text-align: center;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    position: relative;
    top: 130px;
    font-size: 36px;
    font-weight: 550;
    color: rgb(63, 82, 133);
}

.tab-content h3 {
    position: relative;
    font-weight: 350;
    top: 60px;
}

.tab-content p {
    position: relative;
    top: 170px;
}

.tab-content audio {
    position: relative;
    top: 200px;
    left: 165px;
}

/* Harry Styles Poster */
.harry-styles-poster img {
    position: relative;
    left: 740px;
    bottom: 250px;
    max-width: 50%;
    border: 10px solid grey;
    border-radius: 28px;
    height: 457px;
    display: block;
    margin-top: 20px;
}

.audio-player {
    margin-top: 10px;
}

/* Reviews */
#review-5 {
    margin-top: 450px;
}

#star-5 img {
    display: flex;
    position: relative;
    bottom: 190px;
    width: 7%;
    height: 14%;
    margin-left: 40px;
}

#quote img {
    margin-top: 55px;
    width: 20%;
    margin-bottom: 10%;
    margin-left: 37%;
}
