#timeline-wrapper {
      --primary-blue: #0077b6;
      --accent-green: #00a896;
      --highlight-orange: #ff6f00;
      --text-dark: #1a1a1a;
      --glow: rgba(0, 120, 182, 0.5);
    }

    #timeline-wrapper .timeline-road {
      margin: 0;
      font-family: "Poppins", sans-serif;
      color: var(--text-dark);
      background: linear-gradient(135deg, #f0f4f8 0%, #e6ecef 100%);
    }

    #timeline-wrapper .timeline-page {
      max-width: 1000px;
      margin: 40px auto;
      padding: 0 20px;
      position: relative;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    #timeline-wrapper .timeline-section {
      margin-top: 20px;
    }

    #timeline-wrapper .timeline-quotes {
      margin-top: 60px;
      font-size: 17px;
      font-family: "Merriweather", serif;
    }

    #timeline-wrapper .timeline-quotes p {
      margin: 0 0 15px;
      line-height: 1.6;
    }

    #timeline-wrapper .timeline-quotes em {
      font-style: italic;
      color: var(--accent-green);
    }

    #timeline-wrapper .timeline-may-callout {
      width: 220px;
      /* height: 160px; */
      margin-left: 335px;
      padding: 15px;
      font-size: 17px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      border-left: 4px solid var(--highlight-orange);
      background: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      position: relative;
      z-index: 1;
    }

    #timeline-wrapper .timeline-may-callout:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px var(--glow);
      border-color: var(--accent-green);
    }

    #timeline-wrapper .timeline-bar {
      display: flex;
      height: 60px;
      overflow: hidden;
      border-radius: 8px;
    }

    #timeline-wrapper .timeline-seg {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #fff;
      font-size: 22px;
      font-family: "Merriweather", serif;
      transition: box-shadow 0.3s ease, background 0.3s ease, border 0.3s ease;
      position: relative;
      z-index: 1;
      border: 2px solid transparent;
    }

    #timeline-wrapper .timeline-seg:hover {
      box-shadow: 0 6px 12px var(--glow);
       background: antiquewhite;/*linear-gradient(45deg, var(--primary-blue), var(--accent-green)); */ 
       color: black;
      border: 2px solid var(--primary-blue);
      z-index: 2;
    }

    #timeline-wrapper .timeline-feb { background: var(--primary-blue); width: 35%; }
    #timeline-wrapper .timeline-may { background: var(--highlight-orange); width: 38%; }
    #timeline-wrapper .timeline-aug { background: var(--accent-green); width: 27%; color: #fff; }

    #timeline-wrapper .timeline-aug-divider,
    #timeline-wrapper .timeline-aug-divider2 {
      position: absolute;
      width: 3px;
      height: 120px;
      background: linear-gradient(var(--accent-green), var(--primary-blue));
      z-index: 0;
    }

    #timeline-wrapper .timeline-aug-divider { left: 73%; }
    #timeline-wrapper .timeline-aug-divider2 {
      left: 0.5%;
      background: linear-gradient(var(--primary-blue), var(--highlight-orange));
    }

    #timeline-wrapper .timeline-notes {
      display: grid;
      grid-template-columns: 35% 38% 25%;
      margin-top: 15px;
      font-size: 17px;
    }

    #timeline-wrapper .timeline-notes div {
      font-weight: bold;
      padding-left: 5%;
      transition: box-shadow 0.3s ease, background 0.3s ease, border 0.3s ease;
      position: relative;
      z-index: 1;
      border: 2px solid transparent;
    }

    #timeline-wrapper .timeline-notes div:not(:empty):hover {
      background: linear-gradient(45deg, #e6f3fa, #e0f7e9);
      box-shadow: 0 6px 12px var(--glow);
      border: 2px solid var(--highlight-orange);
      z-index: 2;
    }

    #timeline-wrapper .timeline-notes div:empty:hover {
      background: transparent;
      box-shadow: none;
      border: none;
    }

    #timeline-wrapper .timeline-table { display: none; }

    @media (max-width: 768px) {
      #timeline-wrapper .timeline-section,
      #timeline-wrapper .timeline-section * { display: none !important; }

      #timeline-wrapper .timeline-table {
        display: table !important;
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        font-size: 15px;
        background: #fff;
        border-radius: 8px;
      }

      #timeline-wrapper .timeline-table th,
      #timeline-wrapper .timeline-table td {
        border: 1px solid #ccc;
        padding: 12px;
        text-align: left;
      }

      #timeline-wrapper .timeline-table th {
        color: #fff;
        font-size: 17px;
        font-family: "Merriweather", serif;
      }

      #timeline-wrapper .timeline-feb-head { background: var(--primary-blue); }
      #timeline-wrapper .timeline-may-head { background: var(--highlight-orange); }
      #timeline-wrapper .timeline-aug-head { background: var(--accent-green); }

      #timeline-wrapper .timeline-table td { transition: none; font-size: 15px; }
      #timeline-wrapper .timeline-mobile-quotes { display: block !important; }
    }

    #timeline-wrapper .timeline-mobile-quotes {
      display: none;
      position: static;
      margin-top: 20px;
      max-width: 100%;
      font-size: 17px;
      font-family: "Merriweather", serif;
      background: #fff;
      padding: 10px;
      border-radius: 8px;
    }

    #timeline-wrapper .timeline-mobile-quotes p { margin: 0 0 15px; line-height: 1.6; }
    #timeline-wrapper .timeline-mobile-quotes em { font-style: italic; color: var(--accent-green); }

    @media (hover: none) {
      #timeline-wrapper .timeline-seg:hover,
      #timeline-wrapper .timeline-notes div:hover,
      #timeline-wrapper .timeline-may-callout:hover,
      #timeline-wrapper .timeline-table td:hover {
        box-shadow: none;
        background: initial;
        border: none;
        z-index: 1;
      }
    }

    @keyframes timeline-pulse {
      0% { box-shadow: 0 0 0 0 var(--glow); }
      50% { box-shadow: 0 0 20px 5px var(--glow); }
      100% { box-shadow: 0 0 0 0 var(--glow); }
    }