*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
 
  body, .section-bg-transition {
  transition: background-image 1s cubic-bezier(0.4,0,0.2,1);
  /* fallback for browsers that don't support background-image transition */
  transition-property: background-image, background-color;
  transition-duration: 1s;
}
}


.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  filter: brightness(1.2);
  pointer-events: none;
}

.hero-content{
  
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 80px;
    height: calc(100vh - 100px);
    text-align: center;
    color: #fff;
}
.hero-content h1{
        font-size: 7rem;
  text-shadow: 2px 2px 8px #000, 0 0 10px #1db954;
   font-family:  Roboto, serif;  
    transition: opacity 0.5s ease;
}
.hero-content h2{
          font-size: 2rem;
  text-shadow: 2px 2px 8px #000, 0 0 10px #1db954;
   font-family: Roboto, serif;  
    transition: opacity 0.5s ease;
}

.bio{
 display: flex;
 flex-direction: column;
    background-image:  url(/Source/3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      margin: 0;   
      /* justify-content: space-evenly; */
}
.bio .bio-content{
    display: flex;
  align-items: center; /* Vertical center */
  justify-content: center;
  margin: 5rem;
}
.pricing-cards-container {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 30px;
 align-items: stretch;
}
.pricing-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: rgba(49, 49, 28, 0.849);
  border: 2px solid #FFD000;
  border-radius: 16px;
  width: 320px;
  padding: 1.2rem;
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 208, 0, 0.3);
  transition: transform 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
.plan-image {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto 1rem auto;
  object-fit: contain;
}
.features-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border: 2px solid #FFD000;
  border-radius: 8px;
  overflow: hidden;
}
.features-table thead th {
  background-color: #FFD000;
  color: #222;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid #222;
}
.features-table tbody td {
  border-top: 1px solid #FFD000;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
}
.plan-description {
  background-color: #222;
  border: 2px solid #FFD000;
  border-radius: 8px;
  padding: 0.75rem 1rem;
 margin-top: auto;
 margin-bottom: 15px;
  font-size: 1rem;
  text-align: center;
  color: #FFD000;
}
.price-tag {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #FFD000;
  text-shadow: 0 0 8px #FFD000aa;
}
.pay-button {
  background-color: #FFD000;
  color: #222;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  align-self: center;
  width: 80%;
  max-width: 160px;
  box-shadow: 0 4px 12px rgba(255, 208, 0, 0.5);
}
.pay-button:hover {
  background-color: #1db954;
  color: #fff;
  box-shadow: 0 6px 16px rgba(29, 185, 84, 0.8);
}
.bio-content h1{
       font-size: 5rem;
    margin-bottom: -20px;
    text-shadow: 2px 2px 8px #000, 0 0 10px #1db954;
    font-family:  Roboto, serif;
    display: inline-block;
    /* margin-top: 5%; */
    flex-direction: start;
    color: #fff;
    letter-spacing: 3.9;
    text-transform: uppercase;
}

.specials{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url(/Source/4.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      margin: 0;
}
.specials .special-image{
      position: relative;
    margin-right: 60px;
    margin-top: -20px;
}
.specials .special-content{
     position: relative;
    margin-left: 200px;
  /* background: linear-gradient(180deg, #050505, #9795959a); */
  max-width: 700px;
  min-height: 420px;
  margin: 48px auto;
  padding: 48px 40px 60px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  text-align: center; 
}
.special-content h1{
     font-family:  Roboto, serif;
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 1rem;
  margin-bottom: 32px;
  font-weight: 800;
  letter-spacing: 2.5px;
}
.special-content p{
      color: #fff;
  font-family: Roboto, serif;
  font-size: 1.35rem;
  margin-bottom: 44px;
  line-height: 1.7;
}
.crm{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url(/Source/9.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      margin: 0;
}
.crm-content{
       position: relative;
    margin-left: 200px;
  /* background: linear-gradient(180deg, #050505, #9795959a); */
  max-width: 700px;
  min-height: 420px;
  margin: 48px auto;
  padding: 48px 40px 60px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  text-align: center; 
}
.crm-content h1{
       font-family:  Roboto, serif;
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 32px;
  font-weight: 800;
  letter-spacing: 2.5px;
}
.crm-content p{
       color: #fff;
  font-family: Roboto, serif;
  font-size: 1.35rem;
  margin-bottom: 44px;
  line-height: 1.7;
}
.team{
       display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url(/Source/9.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      margin: 0;
}

#frame{
      position: relative;
    margin-left: 60px;
    margin-top: -120px;
    width: 40vw;
}
.team .team-image{
    position: relative;
    margin-left: 60px;
    margin-top: -20px;
}
.team .team-content{
     position: relative;
    margin-left: 200px;
  /* background: linear-gradient(180deg, #050505, #9795959a); */
  max-width: 700px;
  min-height: 420px;
  margin: 48px auto;
  padding: 48px 40px 60px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  text-align: center;   
}
.team-content h1{
     font-family: Roboto, serif;
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 32px;
  font-weight: 800;
  letter-spacing: 2.5px;
}
.team-content p{
      color: #fff;
  font-family:  Roboto, serif;
  font-size: 1.35rem;
  margin-bottom: 44px;
  line-height: 1.7;
}
#descriptive{
      background: linear-gradient(120deg, #232526 0%, #757F9A 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 40vh;
      padding: 60px;
}
#descriptive h1{
  width: 50vw;
  text-align: center;
     color: #fff;
  font-family: Roboto, serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(44,83,100,0.18);
}
#bio-image,
#frame,
#special-image,
#team-image {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), transform 0.8s cubic-bezier(0.4,0,0.2,1);
  will-change: opacity, transform;
}

#bio-image.visible,
#frame.visible,
#special-image.visible,
#team-image.visible {
  opacity: 1;
  transform: translateY(0);
}
.essentials{
        display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    background-image: url(/Source/9.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      min-height: 120vh;
      padding: 48px 0 64px 0;
      position: relative;
}
.essential-heading {
  width: 100%;
  align-self : flex-start;

 position: absolute;
 top: 0;

 margin: 0px 0px 32px 0px;
 padding-left: 40px; ;

 z-index: 3;

}
.essential-heading h1{
  font-family:  Roboto, seriff;
font-size: 5rem;
 color: #FFD000;
  text-align: left;
   letter-spacing: 2px;
   margin: 0;
}
.essentials-image-stack{
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-top: 0;
width: 900px;
height: 360px;

}
.essential-img{
  position: absolute;
  top: 50%;
  left: 55%;
  width: 420px;
  height: 450px;
  object-fit:contain;
  /* border-radius: 22px; */
  /* box-shadow: 0 8px 32px rgba(0,0,0,0.25); */
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0,2,1), box-shadow 0.4s, z-index 0.4s, opacity 0.4s;
  z-index: 1;
  opacity: 0.7;
  transform: translate(-50%, -50%) scale(0.5);
  pointer-events: auto;
}


.essential-img.active{
  z-index: 10;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.5);
  /* box-shadow: 0 8px 32px rgba(30,185,84,0.25), 0 2px 8px rgba(35,16,206,0.15); */
}

/* Footer Columns */
footer > div {
  flex: 1 1 260px;
  max-width: 340px;
  min-width: 220px;
  /* background: rgba(255,255,255,0.04); */
  border-radius: 16px;
  padding: 32px 24px;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

/* Logo Styling */
footer .logo-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Love Us Section */
footer .love-us h2 {
  font-size: 1.5rem;
  color: #FFD000;
  margin-bottom: 8px;
  font-family:  Roboto, serif;
}
footer .love-us p {
  color: #fff;
  margin-bottom: 18px;
  font-size: 1rem;
}
footer .love-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

/* Connect Us Section */
footer .connect-us h2 {
  color: #FFD000;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-family:  Roboto, serif;
}
footer .connect-us h1 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-family: Roboto, serif;
}
footer .connect-us p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Club Join Section */
footer .club-join h2 {
  color: #FFD000;
  font-size: 1.3rem;
  margin-bottom: 16px;
  font-family: Roboto, serif;
}
footer .club-join input[type="email"] {
  width: 90%;
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  margin-bottom: 16px;
  font-size: 1rem;
  outline: none;
}
footer .club-join a {
  display: inline-block;
  background: #1db954;
  color: #fff;
  padding: 10px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s;
}
footer .club-join a:hover {
  background: #FFD000;
  color: #222;
}
#footer-copyright {
    position: absolute;
    bottom: 0;
  width: 100vw;
  min-width: 100vw;
  text-align: center;
  padding: 16px 0 10px 0;
  background: linear-gradient(90deg, #1db954 0%, #2310ce 60%, #e96c05 100%);
  color: #fff;
  font-size: 1rem;
  font-family: Roboto, serif;
  letter-spacing: 1px;
  margin-top: 18px;
  border-radius: 0 0 12px 12px;
} */
section {
  position: relative;
  overflow: hidden;
}

/* Overlay for all section backgrounds */
section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25); /* Adjust opacity for desired darkness */
  backdrop-filter: brightness(0.7); /* Reduce brightness */
  z-index: 1;
  pointer-events: none;
}

/* Ensure section content stays above the overlay */
section > * {
  position: relative;
  z-index: 2;
}



@media (max-width: 1024px) {
    .specials, .crm, .team {
    flex-direction: column;
    padding: 60px 20px;
    min-height: auto; /* Let height be natural */

}

/* Target all the images and content blocks in these sections */
.specials .special-image, .crm .crm-image, .team .team-image,
.specials .special-content, .crm-content, .team .team-content {
    margin: 0 auto; /* Remove side margins and center the blocks */
    width: 90%;
}

/* Move images to the top of the column for better flow */
.specials .special-image, .crm .crm-image, .team .team-image {
    order: -1;
    margin-bottom: 40px;
}

}

@media (max-width: 768px) {
  .hero-content {
    padding: 40px 20px; /* Reduce padding */
    align-items: center; /* Center content on mobile */
}
.hero-content h1 {
    font-size: 4rem; /* Drastically smaller than 7rem */
}
.hero-content h2 {
    font-size: 1.5rem; /* Smaller than 2rem */
}
.bg-video{
  filter: brightness(1.6);
  object-position: center 60%;
}
#descriptive h1{
  text-align: center;
}
.pricing-cards-container {
    /* Force a single column on mobile */
    /* grid-template-columns: 1fr; */
    margin: 0 auto; 
    width: 90%; /* Give it some space from the screen edges */
}
.essentials {
    min-height: auto;
    padding: 80px 20px 40px 20px;
}
.essential-heading {
    position: static; /* Let it flow normally */
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
}
.essential-heading h1 {
    font-size: 3rem;
}
.essentials-image-stack {
    width: 90%;
    margin: 0 auto;
    height: auto; /* Let height be determined by content */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
.essential-img {
    position: static; /* Remove absolute positioning */
    transform: none !important; /* IMPORTANT: Override inline styles from JS */
    opacity: 1 !important; /* Ensure images are visible */
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);

}
  .bio-content h1 {
    font-size: 2.8rem; /* Adjust heading size for mobile */
    text-align: center;
  }

  /* Center content and adjust text sizes */
  .crm-content, .specials .special-content, .team-content {
    text-align: center;
    padding: 20px 0; /* Adjust padding for mobile */
  }

  .crm-content h1, .specials .special-content h1, .team-content h1 {
    font-size: 2.2rem; /* Smaller heading for mobile */
  }

  .crm-content p, .specials .special-content p, .team-content p {
    font-size: 1rem; /* Smaller paragraph for mobile */
    line-height: 1.6;
  }

  /* Adjust image sizes */
  .crm-image img, .special-image img, .team-image img {
    max-width: 90%; /* Make images slightly smaller */
    display: block; /* Needed for margin auto to work */
    margin: 0 auto; /* Center the image within its container */
  }


}