/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  /* Navbar */
  .navbar {
    background-color: #95C691;
    background-color: #84b280;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 1rem 0;
    border-bottom: 2px solid white;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }

  .navbar-brand .navbar-logo {
    height: 60px;
    width: auto;
    display: block;
  }

  @media (max-width: 576px) {
    .navbar-brand .navbar-logo { height: 48px; }
  }
  
  .navbar-nav .nav-link {
    font-weight: 300;
    font-size: 1rem;
    color: rgb(248, 248, 248) !important;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #f8f9fa !important;
    text-decoration: none;
    font-weight: 900;
  }
  
  /* Hero Section */
  .hero {
    text-align: center;
    padding: 4rem 1rem;
    background-color: #f8f9fa;
  }
  
  .hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
  }
  
  .hero p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Custom Buttons */
  .btn-custom {
    background-color: #B1D2AF;
    border: none;
    margin: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
  }

  .app-btn{
    background-color: #83B080;
    cursor: not-allowed;
  }

  .btn.btn-custom:disabled { background-color: #83B080; }

  .btn-custom:hover {
    background-color: #9bc299;
    transform: translateY(-2px);
  }
  
  /* Rush Page - Timeline */
  .timeline {
    position: relative;
    padding-left: 0;
    margin-left: 0;
    overflow: hidden;
    background: white;
    border-radius: 12px;
  }
  
  /* Continuous timeline line */
  .timeline::after {
    content: '';
    position: absolute;
    left: 20%;
    top: 4.5%;
    bottom: 10%;
    width: 2%;
    background: #fff;
    z-index: 2;
    border-color: #064e0c;
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
  }
  
  .timeline-event {
    display: flex;
    align-items: stretch;
    position: relative;
    min-height: clamp(80px, 18vw, 200px);
    margin-bottom: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    /* transition: all 0.3s ease; */
  }
  
  /* .timeline-event:hover {
    transform: translateY(-8px);
  } */
  
  .timeline-event:last-child {
    margin-bottom: 0;
  }
  
  /* Remove the old pin */
  .timeline-event::before {
    display: none;
  }
  
  /* Icon section - 20% width */
  .timeline-icon {
    width: 20%;
    height: auto;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: clamp(28px, 3.8vw, 56px);
    flex-shrink: 0;
    z-index: 5;
    position: relative;
    padding-top: 2rem;
  }
  
  /* Content section - 80% width (20% + 80% = 100%) */
  .timeline-content {
    width: 80%;
    height: auto;
    color: white;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    position: relative;
  }
  
  /* Alternating timeline colors - both icon and content */
  .timeline-event:nth-child(odd) .timeline-icon { background-color: #B1D2AF; }
  .timeline-event:nth-child(odd) .timeline-content { background-color: #B1D2AF; }
  .timeline-event:nth-child(even) .timeline-icon { background-color: #83B080; }
  .timeline-event:nth-child(even) .timeline-content { background-color: #83B080; }
  
  .timeline-content h5 {
    font-weight: 900 !important;
    font-size: clamp(28px, 3.8vw, 38px);
    margin-bottom: 0.35rem;
    color: #ffffff;
    position: relative;
  }
  
  /* Add circles positioned on the timeline line */
  .timeline-event::after {
    content: '';
    position: absolute;
    left: 21%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: clamp(2rem, 3.5vw, 2.5rem);
    height: clamp(2rem, 3.5vw, 2.5rem);
    background-color: #fff;
    border: 1px solid #064e0c;
    border-radius: 50%;
    z-index: 10;
  }
  
  .timeline-content p {
    color: #333 !important;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  
  /* Right media column stacked cards to mirror events */
  .timeline-media-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  
  .timeline-media {
    width: 100%;
    height: 112px;
    background-color: #7BB180;
    border-radius: 12px;
  }
  
  /* Event Boxes (Alternative Layout) */
  .event-box {
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: white;
    transition: transform 0.3s ease;
  }
  
  .event-box:hover {
    transform: translateY(-3px);
  }

  .l1{
     background-color: #B1D2AF;
  }

  .l2{
    background-color: #83B080;
  }

  .rush-box{
    height:26rem;
  }
  
  /* Right-column boxes */
  .rush-sideboxes {
    display: grid;
    gap: 2rem;
  }

  .sidebox {
    background: white;
    background: #95c292;
    border-radius: 12px;
    padding: 2rem;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease; */
  }

  /* .sidebox:hover {
    transform: translateY(-5px);
  } */

  .sidebox-title {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 0 1.5rem 0;
    color: #ffffff;
    text-align: center;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 1rem;
  }

  .sidebox-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebox-list li {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    padding-left: 0;
  }
  
  .sidebox-list li strong {
    color: #243223;
    font-weight: 600;
  }

  .checklist {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .checklist li {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    padding-left: 0;
  }
  
  .checklist li strong {
    color: #243223;
    font-weight: 600;
  }

  /* Metrics grid */
  .metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  
  .metric {
    background: #f8f9fa;
    border: 2px solid #83B080;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
  }
  
  .metric-value {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    color: #83B080;
  }
  
  .metric-label {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
  }

  /* The "Focus areas" tile spans full width on larger screens */
  .metric--focus {
    grid-column: 1 / -1;
    text-align: center;
    background: #B1D2AF;
  }
  
  .metric--focus .metric-label {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
  }
  
  .pill {
    display: inline-block;
    border: 2px solid #83B080;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    background: white;
    color: #83B080;
    font-weight: 500;
  }

  /* Responsive niceties */
  @media (min-width: 992px) {

    .hero-container{
      margin: 0;
      width: 100%;
    }

    .rush-sideboxes {
      position: sticky;
      /* top: 1rem; */
    }
  }
  
  /* Add spacing between timeline and sideboxes on smaller screens */
  @media (max-width: 991px) {
    .timeline {
      margin-bottom: 3rem;
    }
    
    /* .rush-sideboxes {
      margin-top: 2rem;
    } */
  }
  
  /* FAQ Section */
  .faq-section {
    background-color: #B1D2AF;
    padding: 3rem 1rem;
  }
  
  .faq-section h4 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
  }

  /* FAQ Accordion Styling */
  .faq-section .accordion-item {
    background-color: #B1D2AF;
    border: none;
    border-bottom: 1px solid white;
  }

  .faq-section .accordion-item:last-child {
    border-bottom: 1px solid white;
  }

  .faq-section .accordion-button {
    background-color: #B1D2AF;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    border: none;
    padding: 1.5rem 1rem;
  }

  .faq-section .accordion-button:not(.collapsed) {
    background-color: #B1D2AF;
    color: #000;
    box-shadow: none;
  }

  .faq-section .accordion-button:focus {
    background-color: #B1D2AF;
    color: #000;
    box-shadow: none;
    border: none;
  }

  .faq-section .accordion-button::after {
    filter: brightness(0);
  }

  .faq-section .accordion-body {
    background-color: #B1D2AF;
    color: #000;
    padding: 1rem 1rem 1.5rem 1rem;
  }
  
  /* Fix email overflow on mobile */
  @media (max-width: 576px) {
    .faq-section .accordion-body {
      font-size: 0.9rem;
      word-break: break-word;
      overflow-wrap: break-word;
    }
    
    .faq-section .accordion-button {
      font-size: 1.1rem;
      padding: 1rem 0.5rem;
    }
    
    /* Fix email overflow in rush page hero section */
    .hero p {
      font-size: 0.9rem;
      word-break: break-word;
      overflow-wrap: break-word;
    }
    
    .hero a {
      word-break: break-all;
    }
  }
  
  /* Leadership Grid */
  .leader-grid {
    padding: 3rem 1rem;
    text-align: center;
    background-color: #f8f9fa;
  }
  
  .leader-grid h2 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 3rem;
  }
  
  .leader-photo {
    width: 85%;
    aspect-ratio: 1 / 1;
    background-color: #d9d9d9;
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
  }
  
  .leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  .leader-photo:hover {
    transform: scale(1.05);
  }
  
  /* Leader photo link styling */
  .leader-photo-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .leader-photo-link:hover {
    text-decoration: none;
    color: inherit;
  }
  
  /* Leader photo overlay for hover effect */
  .leader-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 8px;
  }
  
  .leader-photo-overlay i {
    font-size: 4rem;
    color: #0077b5;
  }
  
  .leader-photo:hover .leader-photo-overlay {
    opacity: 1;
  }
  
  /* Bios Section */
  .bio-section {
    padding: 3rem 1rem;
    background-color: white;
  }
  
  .bio-card {
    margin-bottom: 3rem;
    border-top: 2px solid #83B080;
    padding-top: 2rem;
  }
  
  .bio-img {
    width: 12vw;
    height: 12vw;
    background-color: #d9d9d9;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  
  .bio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  /* Bio card responsive spacing */
  .bio-card .col-md-2 {
    padding-right: 2rem;
  }
  
  .bio-card .col-md-10 {
    padding-left: 1rem;
  }
  
  /* Family Page Styles */
  .family-header {
    background-color: #f8f9fa;
    padding: 3rem 1rem;
    text-align: center;
  }
  
  .family-header h1 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 0;
  }
  
  .family-grid {
    padding: 3rem 1rem;
    background-color: white;
  }
  
  .family-photo {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    overflow: hidden;
  }
  
  .family-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  .family-photo:hover {
    transform: scale(1.05);
  }
  
  /* Index Page Styles */
  .hero-logo-bg {
    background-color: #95C691;
    color: white;
    height: calc(75vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  
  .hero-logo-bg-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  
  /* Responsive margins for hero container */
  @media (min-width: 992px) {
    .hero-logo-bg-container {
      margin: 0 8% 0 2% !important;
    }
  }
  
  @media (max-width: 991px) {
    .hero-logo-bg-container {
      margin: 0 5% !important;
    }
  }


  
  .hero-social-icons {
    position: absolute;
    bottom: 20px;
    left: 5%;
    z-index: 10;
  }
  
    @media (min-width: 991px) {
    .hero-social-icons {
      left: 10%;
    }
  }
  .hero-social-icons a {
    transition: opacity 0.3s ease;
    font-size: 1.8rem;
  }
  
  .hero-social-icons a:hover {
    opacity: 0.8;
  }
  
  .stacked-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    padding: 0;
    margin-left: 0;
    width: 100%;
  }
  
  .epsilon-text {
    font-size: clamp(8rem, 10vw, 11rem);
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 0.9;
    white-space: nowrap;
    text-align: center;
    width: 100%;
  }
  
  .epsilon-text.top,
  .epsilon-text.bottom {
    color: #83B080;
    opacity: 0.8;
  }
  
  .epsilon-text.middle {
    color: white;
    opacity: 1;
  }
  
  /* Mobile-only epsilon text elements */
  .epsilon-text.mobile-top,
  .epsilon-text.mobile-bottom {
    color: #557552;
    opacity: 0.3;
    display: none;
  }
  
  .hero-logo-bg h1 {
    margin: 0;
  }
  
  .hero-cta-btn {
    background: white;
    border: 2px solid #333;
    border-radius: 57.5px;
    padding: 0.75rem 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;

    width: 16rem;
    text-align: center;
    height: 5.5rem;
  }
  
  /* Hero circular photos */
  .hero-photos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  
  .hero-photo-rectangle {
    width: clamp(180px, 20vw, 220px);
    height: clamp(120px, 15vw, 150px);
    border-radius: 94px;
    background-color: #B1D2AF;
    border: 3px solid white;
    overflow: hidden;
  }
  
  .hero-photo-rectangle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 94px;
  }
  
  .hero-index {
    background-color: #7AA377;
    text-align: center;
    padding: 1rem;
    color: white;
    height: calc(25vh - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid white;
  }
  
  .hero-index h5 {
    font-size: 2.8vw;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
  }
  
  /* Responsive hero index banner */
  @media (max-width: 992px) {
    .hero-index .row {
      flex-direction: column;
      gap: 1rem;
    }
    
    .hero-index h5 {
      text-align: center;
      font-size: 1.8rem;
      margin-bottom: 0;
    }
    
    /* Hide Learn More button */
    .hero-index .col-lg-4 {
      display: none !important;
    }
    
    /* Center h5 text */
    .hero-index .col-lg-8 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
  }
  
  /* Epsilon Eta Banner */
  .epsilon-eta-banner {
    background-color: #95C691;
    padding: 2rem 1rem;
    text-align: center;
  }
  
  .epsilon-eta-banner span {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .stats-section {
    background-color: #F4F5F0;
    background-color: #ffffff;
    padding: 2rem 1rem;
    padding-top: 0;
    text-align: center;
  }
  
  .stat-block {
    font-size: 3.5rem;
    font-weight: 700;
    color: #5d7e5b;
    margin-bottom: 0.5rem;
  }
  
  .stat-block + small {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 500;
  }
  
  .image-strip {
    padding: 3rem 0;
    background: #B1D2AF;
    width: 100%;
    border-top: 2px solid green;
    border-bottom: 2px solid green;
  }
  
  .image-strip-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.4rem 2rem;
    gap: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  
  .strip-image {
    flex: 0 0 auto;
    height: 180px;
    width: calc(16.666% - 0.83rem); /* 6 images per row on desktop */
    border-radius: 12px;
    overflow: visible;
    background-color: #7BB180;
    transition: transform 0.3s ease;
    min-width: 120px;
  }
  
  .strip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border:2px solid white;
    border-radius: 12px;
    will-change: transform;
    backface-visibility: hidden;
  }
  
  .strip-image:hover {
    transform: scale(1.08);
  }
  
  .pillars-section {
    padding: 2rem 1rem;
    background: #f9f9f9;
  }
  
  .pillars-section h3 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 2rem;
  }
  
  .pillar-card {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .pillar-card:hover {
    transform: translateY(-5px);
  }
  
  .pillar-icon {
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }

  .pillar-card h6 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #333;
  }

  .pillar-card ul {
    text-align: left;
    margin: 0;
    padding-left: 1.25rem;
  }

  .pillar-card ul li { margin-bottom: 0.35rem; }
  
  .accordion-section {
    background-color: #C2D2BB;
    padding: 3rem 1rem;
  }
  
  .founders-section {
    background-color: #829D76;
    padding: 2.5rem 1rem;
    color: white;
    text-align: center;
  }
  
  .founders-section h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  
  .founders-photo {
    width: 100%;
    max-width: 500px;
    height: 400px;
    background-color: #7BB180;
    border-radius: 8px;
    margin: 0 auto 2rem;
    overflow: hidden;
  }
  
  .founders-photo img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
  }
  
  .founders-section p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  
  /* Founders Section Photo - maintains original aspect ratio */
  .founders-section-photo {
    width: 100%;
    max-width: 500px;
    background-color: #7BB180;
    border-radius: 8px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
  }
  
  .founders-section-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  
  /* Footer */
  .footer {
    background-color: #557552;
    color: white;
    padding: 2rem 0;
    border-top: 2px solid white;
  }
  
  .footer-logo {
    font-size: 1.5rem;
  }
  
  .footer-social a {
    text-decoration: none;
    font-size: 1.2rem;
  }
  
  .footer-social a:hover {
    opacity: 0.8;
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .navbar-nav .nav-link {
      margin: 0 0.3rem;
      font-size: clamp(1.1rem, 1.4vw, 1.5rem);
    }
    
    .hero-photos {
      flex-direction: row;
      justify-content: center;
      gap: 0.5rem;
    }
    
    .hero-photo-circle {
      width: 60px;
      height: 60px;
    }
    
    /* Epsilon text responsive - larger on tablets */
    .epsilon-text {
      font-size: clamp(9rem, 15vw, 14rem);
    }
    
    /* Show mobile-only epsilon text elements */
    /* .epsilon-text.mobile-top,
    .epsilon-text.mobile-bottom {
      display: block;
    } */
    
    .stacked-text {
      margin-left: 0;
      width: 100%;
      justify-content: center;
    }
    
    /* Photo strip responsive - single row, fewer images */
    .strip-image {
      width: 140px;
      height: 160px;
      min-width: 140px;
    }
    
    .timeline::before { left: 0; }
    .timeline-event { min-height: clamp(120px, 28vw, 220px); }
    .timeline-icon { width: 32px; height: 32px; font-size: 0.95rem; }
    .timeline-content { padding-left: 2.25rem; }
    
    .timeline-event::before {
      left: 36px;
    }
    
    .timeline-icon {
      width: 20%;
      height: auto;
      font-size: 3.3rem;
      /* margin-right: 1.5rem; */
    }
    
    .timeline-content {
      padding: 1.25rem 1.5rem;
      padding-left: 7%;
    }
    
    .timeline-content h5 {
      font-size: clamp(24px, 3.8vw, 44px);
    }
  }
  
  @media (max-width: 768px) {
    .navbar-nav .nav-link {
      margin: 0 0.2rem;
      font-size: clamp(1rem, 1.3vw, 1.4rem);
    }
    
    .hero h1 {
      font-size: 2.5rem;
    }
    
    .hero-logo-bg h1 {
      font-size: 600%;
    }
    
    .hero-photos {
      flex-direction: row;
      justify-content: center;
      gap: 0.5rem;
    }
    
    .hero-photo-circle {
      width: 50px;
      height: 50px;
    }
    
    /* Epsilon text responsive - even larger on mobile */
    .epsilon-text {
      font-size: clamp(12rem, 20vw, 18rem);
    }
    
    /* Show mobile-only epsilon text elements */
    .epsilon-text.mobile-top,
    .epsilon-text.mobile-bottom {
      display: block;
    }
    
    .stacked-text {
      margin-left: 0;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    
    /* Photo strip responsive - single row, fewer images */
    .strip-image {
      width: 120px;
      height: 140px;
      min-width: 120px;
    }
    
    .stat-block {
      font-size: 2.5rem;
    }
    
    .pillars-section h3,
    .founders-section h3,
    .leader-grid h2,
    .family-header h1 {
      font-size: 2.5rem;
    }
    
    /* Bio card spacing for tablets */
    .bio-card .col-md-2 {
      padding-right: 1.5rem;
    }
    
    .bio-card .col-md-10 {
      padding-left: 0.5rem;
    }
    
    /* .bio-img {
      width: 12vw;
      height: 12vw;
    } */
    
    .timeline::before { left: 0; }
    
    .timeline-event { min-height: clamp(70px, 22vw, 180px); }
  
    .timeline-event::before {
      left: 0;
      width: 12px;
      height: 12px;
      transform: translate(-50%, -50%);
    }
    
    .timeline-icon {
      width: 20%;
      height: auto;
      font-size: 2.2rem;
    }
    
    .timeline-content {
      padding: 1rem 1.25rem;
      padding-left: 2.25rem;
    }
    
    .timeline-content h5 {
      font-size: clamp(22px, 5.2vw, 38px);
    }
    
    .timeline-content p {
      font-size: 1rem;
    }
    
    .family-photo,
    .leader-photo {
      width: 35vw;
      height: 40vw;
    }
  
    .bio-img {
      width: 28vw;
      height: 28vw;
    }
    
    .footer .container {
      flex-direction: column !important;
      gap: 1rem;
      text-align: center;
    }
    
    .pillar-card {
      padding: 1.5rem;
    }

    .timeline-media-list { display: none; }
    .timeline-event::before { width: 12px; height: 12px; }
  }
  
  @media (max-width: 576px) {
    .hero-logo-bg h1 {
      font-size: 400%;
    }

    .hero-logo-bg{
      height: calc(75vh - 80px);
    }

    .fa-lg{
      font-size: 1.8rem;
    }
    
    /* Epsilon text responsive - largest on small mobile */
    .epsilon-text {
      font-size: clamp(14rem, 25vw, 22rem);
    }
    
    /* Show mobile-only epsilon text elements */
    .epsilon-text.mobile-top,
    .epsilon-text.mobile-bottom {
      display: block;
    }
    
    .stacked-text {
      margin-left: 0;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding: 0 1rem;
    }
    
    /* Photo strip responsive - single row, fewer images */
    .strip-image {
      width: 100px;
      height: 120px;
      min-width: 100px;
    }
    
    .stat-block {
      font-size: 2rem;
    }
    
    .pillar-card {
      padding: 1.5rem;
    }
    
    .family-photo {
      height: 35vw;
      width: 32vw;
    }

    .leader-photo{
      width: 30vw;
      height: 35vw;
    }
    
    .founders-photo {
      height: 300px;
      max-width: 100%;
    }
    
    .founders-section-photo {
      max-width: 100%;
      margin-bottom: 1rem;
    }
    
    /* Bio card spacing for mobile */
    .bio-card .col-md-2 {
      padding-right: 1rem;
    }
    
    .bio-card .col-md-10 {
      padding-left: 0.25rem;
    }
    
    .bio-img {
      width: 50vw;
      height: 50vw;
    }
    
    .hero-photo-circle {
      width: 40px;
      height: 40px;
    }
    
    /* Timeline mobile adjustments for small screens */
    .timeline-event {
      min-height: clamp(60px, 35vw, 150px);
      margin-bottom: 0.5rem;
      padding: 0;
    }
    
    .timeline-icon {
      width: 20%;
      height: auto;
      font-size: clamp(18px, 8vw, 38px);
      padding-top: 2rem;
      margin: 0;
      border-radius: 0;
    }
    
    .timeline-content {
      width: 80%;
      height: auto;
      padding: 0.5rem 0.5rem 0.5rem 2.25rem;
      margin: 0;
      border-radius: 0;
    }
    
    .timeline::after {
      left: 20%;
      width: 2%;
      min-width: 10px;
    }
    
    .timeline-content h5 {
      font-size: clamp(16px, 5.5vw, 24px);
      margin-bottom: 0.25rem;
    }
    
    .timeline-content p {
      font-size: 0.9rem;
      font-weight: 600;
    }
    
    /* Responsive circles for small mobile */
    .timeline-event::after {
      left: 21.75%;
      width: 1.75rem;
      height: 1.75rem;
      border-width: 1px;
    }
    
    .btn-custom {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
    }
  }

  .sidebox{
    padding: 1rem;
  }

/* DEI Page */
.dei-header {
  background-color: #f8f9fa;
  padding: 3rem 1rem;
  text-align: center;
}

.dei-section {
  padding: 3rem 1rem;
  background-color: white;
}

.dei-section p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.dei-section h3 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1.25rem;
}

.resource-group {
  background: #f9f9f9;
  /* background: #B1D2AF; */
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.resource-group h5 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.resource-list {
  margin: 0;
  padding-left: 1.25rem;
}

.resource-list li { margin-bottom: 0.5rem; }

/* Land Acknowledgment Page */
.land-header {
  background-color: #f8f9fa;
  padding: 3rem 1rem;
  text-align: center;
}

.land-section {
  padding: 3rem 1rem;
  background-color: white;
}

.land-section p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.land-photo {
  width: 100%;
  height: clamp(220px, 35vw, 360px);
  background-image: url('../img/old-mich-map.png');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

/* Welcome Section */
#welcome {
  padding: 6rem 0;
  padding-bottom: 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

#welcome h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

#welcome p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* .family-photo,
.leader-photo img{
  height: 120px;
  width: 120px;
} */

  /* Mobile Font Sizing Guidelines */
  @media (max-width: 768px) {
    /* Body text - minimum 16px (1rem) */
    body {
      font-size: 1rem !important;
      line-height: 1.6;
    }
    
    /* H1 - main title: 24-32px */
    h1 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    /* H2: 20-24px */
    h2 {
      font-size: clamp(1.25rem, 3.5vw, 1.5rem) !important;
    }
    
    /* H3: 18-20px */
    h3 {
      font-size: clamp(1.125rem, 3vw, 1.25rem) !important;
    }
    
    /* H4, H5, H6: scale appropriately */
    h4 {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    h5 {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    h6 {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    /* Buttons & labels - minimum 14-16px */
    .btn, .btn-custom {
      font-size: clamp(0.875rem, 2.5vw, 1rem) !important;
      padding: 0.75rem 1.5rem;
    }
    
    /* Paragraphs and general text */
    p {
      font-size: 1rem !important;
      line-height: 1.6;
    }
    
    /* Navigation links */
    .navbar-nav .nav-link {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    /* Footer text */
    .footer p {
      font-size: 1rem !important;
    }
    
    /* Stats and metrics */
    .stat-block {
      font-size: clamp(1.5rem, 5vw, 2.5rem) !important;
    }
    
    .stat-block + small {
      font-size: clamp(1rem, 2.5vw, 1.25rem) !important;
    }
    
    /* Pillar cards */
    .pillar-card h6 {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    .pillar-card p {
      font-size: 1rem !important;
    }
    
    /* Timeline content */
    .timeline-content h5 {
      font-size: clamp(1.125rem, 3vw, 1.25rem) !important;
    }
    
    .timeline-content p {
      font-size: 1rem !important;
    }
    
    /* FAQ section */
    .faq-section .accordion-button {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    .faq-section .accordion-body {
      font-size: 1rem !important;
    }
    
    /* Hero sections */
    .hero h1 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    .hero p {
      font-size: 1rem !important;
    }
    
    /* Sidebox content */
    .sidebox-title {
      font-size: clamp(1.125rem, 3vw, 1.25rem) !important;
    }
    
    .sidebox-list li,
    .checklist li {
      font-size: 1rem !important;
    }
    
    /* Welcome section */
    #welcome h2 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    #welcome p {
      font-size: 1rem !important;
    }
    
    /* Founders section */
    .founders-section h3 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    .founders-section p {
      font-size: 1rem !important;
    }
    
    /* Pillars section */
    .pillars-section h3 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    /* Leadership page */
    .leader-grid h2 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    /* Family page */
    .family-header h1 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    /* DEI page */
    .dei-header h1 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    .dei-section h3 {
      font-size: clamp(1.25rem, 3.5vw, 1.5rem) !important;
    }
    
    .dei-section p {
      font-size: 1rem !important;
    }
    
    .resource-group h5 {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    .resource-list li {
      font-size: 1rem !important;
    }
    
    /* Land acknowledgment page */
    .land-header h1 {
      font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    .land-section h3 {
      font-size: clamp(1.25rem, 3.5vw, 1.5rem) !important;
    }
    
    .land-section p {
      font-size: 1rem !important;
    }
    
    /* Hero index banner */
    /* .hero-index h5 {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    } */
    
    /* Epsilon eta banner */
    .epsilon-eta-banner span {
      font-size: clamp(1rem, 2.5vw, 1.125rem) !important;
    }
    
    /* Exclude hero section from mobile font sizing */
    .hero-logo-bg .epsilon-text {
      font-size: clamp(8rem, 10vw, 11rem) !important;
    }
    
    .hero-logo-bg .epsilon-text.mobile-top,
    .hero-logo-bg .epsilon-text.mobile-bottom {
      font-size: clamp(8rem, 10vw, 11rem) !important;
    }
    
    /* Exclude hero-index banner from mobile font sizing */
    .hero-index h5 {
      font-size: 1.8rem !important;
    }
    
    /* Responsive epsilon text sizes for hero section */
    @media (max-width: 992px) {
      .hero-logo-bg .epsilon-text {
        font-size: 500% !important;
      }
      
      .hero-logo-bg .epsilon-text.mobile-top,
      .hero-logo-bg .epsilon-text.mobile-bottom {
        font-size: 500% !important;
        display: none;
      }
    }
    
    @media (max-width: 768px) {
      .hero-logo-bg .epsilon-text {
        font-size: 600% !important;
      }
      
      .hero-logo-bg .epsilon-text.mobile-top,
      .hero-logo-bg .epsilon-text.mobile-bottom {
        font-size: 600% !important;
        display: block;

      .hero-index h5 {
        font-size: 1.8rem !important;
      }
    }
    
    @media (max-width: 576px) {
      .hero-logo-bg .epsilon-text {
        font-size: 400% !important;
      }
      
      .hero-logo-bg .epsilon-text.mobile-top,
      .hero-logo-bg .epsilon-text.mobile-bottom {
        font-size: 400%!important;
      }

      .hero-index h5 {
        font-size: 1.8rem !important;
      }
    }
  }
}