/* Reset defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  min-height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}


/* Background image styling */
.background {
  background-image: url('Studio_Blurred_Rotated.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  filter: blur(8px);
  position: fixed; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* Centered content box */
.content-box {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 40px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  margin: 80px auto;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
}

/* left box audio tracks/ our work 
.audio-box {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  margin: 80px auto;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
  border-top: 1px solid #444;


}
*/


/* Logo styling */
.logo {
  width: 80px;
  margin-bottom: 20px;
}

/* Title */
.content-box h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* About text */
.about {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ccc;
}

/* Location text */
.location {
  margin-bottom: 20px;
  font-weight: bold;
  color: #aaa;
}

/* Contact email */
.contact {
  margin-bottom: 20px;
}

.contact a {
  color: #058bce;
  text-decoration: none;
  font-weight: bold;
}

.contact a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Social links */
.socials a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #058bce;
  font-weight: bold;
  transition: color 0.3s ease;
}

.socials a:hover {
  color: #fff;
}

/* Recording Section */
.recording-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.recording-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #E68FFF;
}

.recording-section .price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.recording-section .desc {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
}

/* mix */
.mixing-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.mixing-section h2 {
    font-size: 1.8rem;
  margin-bottom: 10px;
  color: #E68FFF;
}

.mixing-section .price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.mixing-section .desc {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 100px;
}

.audio-box {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.audio-box h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #E68FFF;
}

.the-gear {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.the-gear h2{
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #E68FFF;
}

.the-gear.desc {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
}
/* Equipment Table Section */
.equipment-section {
  margin-top: 60px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
}

.equipment-section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #E68FFF;
}

.equipment-section .desc{
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
}

.equipment-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.equipment-table th,
.equipment-table td {
  border: 1px solid #444;
  padding: 12px;
  color: #ccc;
}

.equipment-table th {
  background-color: #111;
  color: #E68FFF;
  font-weight: bold;
}

.equipment-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

.gallery-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.gallery-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #E68FFF;
}

.gallery-section .desc {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gallery-button {
  display: inline-block;
  color: #E68FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 8px 16px;
  border: 1px solid #000000ee;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.gallery-button:hover {
  background-color: #E68FFF;
  color: #000;
}

.send-us-message {
    margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.send-us-message h2 {
    font-size: 1.0rem;
  margin-bottom: 10px;
  color: #E68FFF;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #ccc;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #222;
  border: 1px solid #444;
  color: #fff;
  border-radius: 6px;
  font-size: 1rem;
}

.contact-form button {
  background-color: #00acee;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.contact-form button:hover {
  background-color: #007bbd;
}

.our-work-section{
      margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  text-align: center;
}

.our-work-section h2{
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #E68FFF;
}

.our-work-section h4 {
  font-size: 1.0;
  margin-bottom: 20px;
  color: #E68FFF;
}

