
/* HERO */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7)), url('../images/Gabe Action Shot.png') no-repeat center center/contain;
  background-attachment: fixed;;
  padding: 1rem;
  height:50vh;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

/* GGI Image*/
.GGI-longer{
  width: 40%;
  display: block;
  margin: 0 auto;
  padding:1rem 1rem 0rem 1rem;
}

/* CONTENT SECTIONS */
@media (max-width: 767px) {
  .content-writing {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-writing, .highlight-writing {
    margin: 1rem 8rem; /* Reduce padding on smaller screens */
  }
}

@media (min-width: 1024px) {
  .content-writing, .highlight-writing {
    margin: 1rem 12rem;
  }
}
    /*BACKGROUND IMAGE CONTENT SECTION*/
.content-section-gabe{
  text-align: left;
  background: linear-gradient(rgba(0, 0, 0, 0.8)), url('../images/Gabe Action Shot.png') no-repeat center center/contain;
  background-attachment: fixed;
  padding: 1rem;
  height:auto;
}

.content-section{
  text-align: left;
  padding: 1rem;
}
.content-writing {
  padding:1rem;
}

.content-paragraph {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
  color:var(--white);
}

.content-paragraph p {
  width: 100%;
  text-align: left;
}

.content-writing h1{
    margin-bottom:0;
}

.content-image {
  width: 75%;            
  max-width: 200px;         
  aspect-ratio: 4/3;      
  object-fit: cover;      
  border-radius: 8px;
  padding:.25rem .25rem;  
}

@media (max-width: 480px) {
  .content-image {
    max-width: 90%;             
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-image {
    max-width: 300px;
    height: auto;             
  }
}

@media (min-width: 1024px) {
  .content-image {
    max-width: 375px;
    height: auto;             
  }
}

/*BOX */
.focus-list {
  list-style-type: none;      /* removes default bullets */
  background: #f9f9f9;        /* light background */
  border: 2px solid #ddd;     /* border around box */
  border-radius: 12px;        /* rounded corners */
  padding: 1rem 1rem;            /* space inside */
  margin: 1rem 0;             /* space outside */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* subtle shadow */
  text-align: left;
}

@media (min-width: 768px) {
  .focus-list {
    padding: 2rem 2rem;       /* more padding on larger screens */
  }
}

.focus-list li {
  line-height: 1.6;
  color:black;
}

.focus-list li strong {
  color: black;             /* accent color for keywords */
}

/* HIGHLIGHT SECTION */
.highlight-section {
  padding: 2rem;
  background: #ddd;
  text-align: center;
}

.highlight-section p{
  color:black;
}

.super-special {
  padding-bottom: 1rem;
}

.highlight-section  {
  padding-bottom:1rem;
}


.membership-card{
  background:black;
  margin:1rem 5rem;
  padding:1rem 2rem 2rem 2rem;
  border-radius: 5px;
}

.membership-card .btn{
  margin-top:1rem;
}

.membership-card h4, .membership-card p, .membership-card i, .membership-card span{
  color:var(--primary);
}

.membership-card i, .membership-card span{
  font-size: 3rem;
}
