/*--------------------------------------------------------------
# Consortium Page Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.consortium-banner {
  position: relative;
  background-image: url('../../images/Consortium-banner-image.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-align: center;
}

.banner h1 {
  position: relative;
  z-index: 2;
  margin: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.title-box {
  background-color: rgba(256, 256, 256, 1);  
  color: #000;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/
.overview-area {
  flex: 1;
  max-width: 100%;
  position: relative;
  border-left: 4px solid #85754d; 
  padding: 0 20px 0 40px;
  margin-left: 20px;
}

.overview-image {
  width: 100%; 
  height: auto;
  border-radius: 8px;
  display: block;
}

.overview-text {
  color: #333; 
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.overview-description {
  margin-left: 50px;
  background: #f9fbff; 
  padding: 20px;
  border-radius: 8px; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); 
}

.key-goals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  gap: 20px;
  color: #85754d;
}

.key-goals-container {
  background-color: #46489c; 
  margin: 20px 0;
  padding: 40px;
  border-radius: 12px; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
}

.goal {
  font-size: 28px;
  font-weight: bold;
  padding: 12px 0;
  font-family: 'Roboto', sans-serif;
}

.text-goal {
  color: white;
  font-size: 18px; 
  line-height: 1.5;
}

.two-column-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.two-column-layout > * {
  flex: 1 1 45%; 
  min-width: 300px; 
}

/*--------------------------------------------------------------
# Why Join
--------------------------------------------------------------*/
.why-join {
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center; 
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.why-join-list {
  font-family: 'Roboto', sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  color: white;
  opacity: 0;
  font-size: 24px;
}

.benefits:hover .why-join-list {
  max-height: 500px; 
  opacity: 1;
}

.callout {
  color: #46489c;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
}

.benefits {
  position: relative;
  border-radius: 12px;
  padding: 40px 20px;
  margin: 20px 0;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  background-color: #85754d;
}

.benefits:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background-color: #46489c;
}

.benefiters {
  font-size: 30px;
  margin-bottom: 0;
  color: white;
}

/*--------------------------------------------------------------
# Membership Tiers
--------------------------------------------------------------*/
.membership-tiers-container {
  width: 300px;
  border-radius: 25px;
  box-shadow: 0 0 5px rgba(0,0,0, 0.2);
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-family: sans-serif;
  text-align: center;
  justify-content: center;
  margin: 15px;
}

.membership-tier-header {
  padding: 25px;
  background: #46489c;
  color: white;
}

.membership-tiers-container-highlighted {
  border: 2px solid rgba(255, 217, 1, 0.702);
  transform: scale(1.05);
}

.membership-tier-specialtext {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #2f316e;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}

.tier {
  font-size: 1.5em;
  font-weight: 400;
  color: white;
}

.tier, 
.tier-benefits {
  margin: 0;
  text-align: center;
}

.tier-benefits {
  font-size: 1em;
  font-weight: 300;
}

.tier-description {
  padding: 25px;
}

.plan-list {
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
}

.plan-actions {
  padding: 25px;
  border-top: 1px solid #46489c;
  display: flex;
  flex-direction: column;
  color: #46489c;
  text-align: center;
}

.membership-tier-header,
.tier-description,
.plan-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.levels {
  margin: 0;
  text-align: center;
  font-size: 2em;
  color: black;
  font-family: 'Roboto', sans-serif;
}

.levels-text {
  font-size: 1em;
  text-align: center;
  margin: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
}

.feature {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  position: relative;
  font-size: 12px;
}

.feature:not(:last-child) {
  margin-bottom: 0.5em;
}

.feature::before {
  content: "\2714";
  color: #46489c;
  left: 0;
  position: absolute;
}

.pdf-button {
  display: inline-block;
  margin: 15px auto;
  padding: 8px 20px;
  text-decoration: none;
  color: #46489c;
  background: white;
  border-radius: 5px;
  border: 1px solid #46489c;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.pdf-button:hover {
  background: #85754d;
  color: white;
}

.seperator {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
  gap: 20px;
  flex-wrap: wrap;
}

.membership-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

/*--------------------------------------------------------------
# How to Join
--------------------------------------------------------------*/
.events-title {
  text-align: center;
}

.events-columns {
  display: flex;
  justify-content: space-between;
  gap: 2rem; 
  flex-wrap: wrap;
  column-gap: 60px; 
}

.events-area {
  flex: 1;
  max-width: 500px; 
  position: relative;
  border-left: 4px solid #46489c;
  padding: 0 20px 0 40px;
  margin-left: 20px; 
}

.events-container {
  display: flex;
  justify-content: center;  
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;       
  margin: 0 auto;
  padding: 40px 20px;
}

.events-description {
  padding: 50px 0;
  background-color: #46489c;
  text-align: center;
  color: white;
}

.link {
  color: white;
  padding: 50px 0;
  text-align: center;
}

.approx-time {
  font-size: 10px;
  color: black;
}

.join-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px; 
  padding: 40px;
  max-width: 100%; 
}

.points {
  padding: 50px;
}

.points-text {
  padding: 50px;
}

.the-events {
  margin-bottom: 40px; 
}

.events-step {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Program Benefits
--------------------------------------------------------------*/
.program-image-benefits {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; 
  margin-top: 30px;
}

.program-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 350px; 
  max-width: 500px;
}

.program-image {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
  opacity: 0.7;
}

.program-profile:hover .program-image {
  opacity: 1;
}

.program-description {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.program-description p {
  font-size: 20px;
}

.program-title {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Contact & Interest Form
--------------------------------------------------------------*/
.interest-form {
  padding: 2rem 0;
}

.interest-box {
  background-color: #f0f0f0; 
  padding: 2rem;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-info {
  text-align: center;
}

.contact-info p {
  text-align: center;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

.interest-button {
  display: inline-block;
  margin: 15px auto;
  padding: 8px 20px;
  text-decoration: none;
  color: #46489c;
  background: white;
  border-radius: 5px;
  border: 1px solid #46489c;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.button-container {
  text-align: center;
}

.interest-list {
  font-size: 22px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.interest-message {
  font-weight: bold;
  color: #46489c;
  font-size: 28px;
}

.interest-header {
  font-weight: bold;
  margin-top: 4%;
}

/*--------------------------------------------------------------
# Hover Effects
--------------------------------------------------------------*/
.membership-tiers-container {
  transition: transform 0.3s ease;
}

.membership-tiers-container:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
  
  .overview-area {
    margin-left: 0;
    border-left: none;
    border-top: 4px solid #85754d;
    padding: 20px 0 0 0;
  }
  
  .overview-description {
    margin-left: 0;
  }
  
  .events-columns {
    flex-direction: column;
  }
  
  .events-area {
    margin-left: 0;
    border-left: none;
    border-top: 4px solid #46489c;
    padding: 20px 0 0 0;
  }
  
  .membership-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .membership-tiers-container {
    width: 100%;
    max-width: 350px;
  }
}
