
        .summary-header {
            background: #4f46e5;
            color: white;
            padding: 20px;
            text-align: center;
        }
        a {
        text-decoration: none;
        
    }

        .header {
            background: #2c3e50;
            color: white;
            padding: 5px;
            text-align: center;
            border-radius: 20px;
            margin-top: 0;
            margin-bottom: 30px;
        }

        .header h1 {
            font-size: 25px;
            margin-top: 0;
            margin-bottom: 0;
            color: white;
        }

        .header p {
            opacity: 0.8;
        }

        .summary-header h2 {
            font-weight: 600;
            font-size: 1.6rem;
            letter-spacing: 0.5px;
        }
        .title{
                font-size: 30px;
                font-weight: 700;
                padding: 0 20px;
        }

        .summary-grid {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 30px 20px;
            flex-wrap: nowrap;
        }

        .summary-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 0 15px;
            min-width: 8 0px;
            flex: 1;
            position: relative;
        }

        .icon {
            font-size: 1.5rem;
            margin-bottom: 5px;
            width: 15px;
            height: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: transform 0.3s ease;
        }



        .summary-duration .icon {
            background: #ffedd5;
            color: #ea580c;
            box-shadow: 0 8px 20px rgba(234, 88, 12, 0.2);
        }

        .summary-distance .icon {
            background: #dcfce7;
            color: #166534;
            box-shadow: 0 8px 20px rgba(22, 101, 52, 0.2);
        }

        .summary-fare .icon {
            background: #dbeafe;
            color: #1e40af;
            box-shadow: 0 8px 20px rgba(30, 64, 175, 0.2);
        }

        .value {
            font-size: 1rem;
            font-weight: 800;
            color: #1e293b;
            letter-spacing: 0.5px;
        }

        /* Divider lines between items */
        .summary-item:not(:last-child):after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 40%;
            width: 1px;
            background: #e2e8f0;
        }

        /* Responsive adjustments */
        @media (max-width: 640px) {
            .summary-grid {
                padding: 20px 10px;
            }

            .summary-item {
                min-width: 60px;
                padding: 0 8px;
            }

            .icon {
                width: 60px;
                height: 60px;
                font-size: 2rem;
                margin-bottom: 8px;
            }

            .value {
                font-size: 1.2rem;
            }

            .summary-item:not(:last-child):after {
                height: 30%;
            }
        }

        @media (max-width: 400px) {
            .summary-grid {
                padding: 15px 5px;
            }

            .icon {
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
                margin-bottom: 6px;
            }

            .value {
                font-size: 1rem;
            }

            .summary-item:not(:last-child):after {
                height: 20%;
            }
             .title{
                padding: 0 10px;
        }
        }


        body {
            background: #f9fafb;
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
            color: #1f2937;
        }

        .container {
            max-width: 800px;
            margin: auto;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
        }

        /* Summary styles */
        .summary {
            margin-bottom: 20px;
        }

        .summary-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
        }

        .summary-header h2 {
            font-size: 20px;
            margin: 0;
        }

        .summary-grid {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .summary-item {
            flex: 1;
            min-width: 10px;
            background: #f3f4f6;
            border-radius: 8px;
            padding: 12px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .summary-item .icon {
            font-size: 24px;
        }

        .summary-content {
            font-size: 14px;
        }

        .summary-content .label {
            color: #6b7280;
            font-size: 12px;
        }

        .summary-content .value {
            font-weight: 700;
            font-size: 16px;
        }

        .summary-duration {
            background: #eff6ff;
        }

        .summary-distance {
            background: #ecfdf5;
        }

        .summary-fare {
            background: #fff7ed;
        }

        /* Timeline styles */
        .header h2 {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 20px;
            margin: 0;
        }

        .header p {
            color: #6b7280;
            font-size: 14px;
            margin: 4px 0 20px 0;
        }

        .segment {
            border-top: 1px solid #e5e7eb;
            padding: 16px 0;
            position: relative;
        }

        .line-info {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            flex-wrap: wrap;
            /* Allow wrapping on small screens */
        }

        .line-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        .line-name {
            font-size: 14px;
            font-weight: 600;
            background: #fee2e2;
            padding: 4px 10px;
            border-radius: 999px;
            display: inline-block;
        }

        .line-meta {
            font-size: 13px;
            color: #6b7280;
            
        }

        .stations-container {
            position: relative;
            margin-left: 10px;
        }

        .station {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            position: relative;
            z-index: 2;
        }

        .station-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #3b82f6;
            background: #ffffff;
            flex-shrink: 0;
            z-index: 2;
            position: relative;
        }

        .station-content {
            flex: 1;
        }

        .station-name {
            font-weight: 600;
            font-size: 14px;
        }

        .station-sub {
            font-size: 12px;
            color: #6b7280;
        }

        .station-time {
            font-size: 12px;
            color: #6b7280;
        }

        .badge-start {
            background: #dcfce7;
            color: #166534;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 12px;
            margin-left: 8px;
        }
        .badge-end {
    background: #fef2f2;
    color: #b91c1c;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
    margin-left: 8px;
}

        .interchange {
            background: #d9d9d9;
            border: 1px solid #d9d9d9;
            border-radius: 8px;
            padding: 12px;
            display: flex;
            gap: 10px;
            align-items: start;
            font-size: 13px;
            margin-bottom: 12px;
            position: relative;
            z-index: 2;
        }

        .interchange .icon {
            font-size: 18px;
            color: #f59e0b;
        }

        .interchange-content {
            color: #090909;
        }

        .badge-change {
            background: #fef2f2;
            color: #b91c1c;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 12px;
            margin-left: 8px;
        }

        .line-pink {
            background: #fce7f3;
            color: #be185d;
            border: 1px solid #fbcfe8;
        }

        .line-red {
            background: #fce7f3;
            color: red;
            border: 1px solid #fbcfe8;
        }

        .line-blue {
            background: #dbeafe;
            color: #1e40af;
            border: 1px solid #93c5fd;
        }

        .line-yellow {
            background: #fef9c3;
            color: #854d0e;
            border: 1px solid #fde047;
        }

        .line-grey {
            background: #f3f4f6;
            color: #374151;
            border: 1px solid #d1d5db;
        }

        .line-violet {
            background: #ede9fe;
            color: #5b21b6;
            border: 1px solid #c4b5fd;
        }

        .line-magenta {
            background: #fce7f3;
            color: #9d174d;
            border: 1px solid #f9a8d4;
        }

        .line-green {
            background: #dcfce7;
            color: #166534;
            border: 1px solid #86efac;
        }

        .line-orange {
            background: #ffedd5;
            color: #ea580c;
            border: 1px solid #fdba74;
        }

        .line-rmgl {
            background: #dbeafe;
            color: #015b97;
            border: 1px solid #93c5fd;
        }

        /* Connecting line styles */
        .connecting-line {
            position: absolute;
            left: 9px;
            width: 5px;
            z-index: 1;
        }

        .pink-line {
            background-color: #ec4899;
            top: 20px;
        }

        .blue-line {
            background-color: blue;
            top: 20px;

        }

        .red-line {
            background-color: red;
            top: 20px;
        }

        .yellow-line {
            background-color: yellow;
            top: 20px;
        }

        .green-line {
            background-color: #54ab55;
            top: 20px;
        }

        .orange-line {
            background-color: #f46808;
            top: 20px;
        }

        .magenta-line {
            background-color: #f0f;
            top: 20px;
        }

        .violet-line {
            background-color: #8115ff;
            top: 20px;
        }

        .rmgl-line {
            background-color: #3b82f6;
            top: 20px;
        }

        .station-red {
            border-color: #ef4444;
        }
        
        .station-yellow {
            /* background-color: yellow; */
            border-color:yellow;
        }

        .station-green {
            /* background-color: #54ab55; */
            border-color:#54ab55;
        }

        .station-orange {
            /* background-color: #f46808; */
            border-color:#f46808;
        }

        .station-magenta {
            /* background-color: #f0f; */
            border-color:#f0f;
        }

        .station-violet {
            /* background-color: #8115ff; */
            border-color:#8115ff;
        }

        .station-rmgl {
            /* background-color: #3b82f6; */
            border-color:#3b82f6;
        }

        /* FAQ Themes */
        .bullet-points {
            padding: 30px;
        }

        .bullet-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: #f8fafc;
        }

        .bullet-item:hover {
            background: #f1f5f9;
            transform: translateX(5px);
        }

        .bullet-icon {
            margin-right: 15px;
            min-width: 24px;
            color: #4f46e5;
            font-weight: bold;
        }

        .bullet-content {
            flex: 1;
        }

        .bullet-title {
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }

        .bullet-desc {
            color: #64748b;
            line-height: 1.5;
        }

        @media (max-width: 600px) {
            .bullet-points {
                padding: 20px;
            }

            .bullet-item {
                padding: 12px;
            }
        }
            @media print {
        html, body {
            display: none; /* Hides the entire page during printing */
        }
    }
    body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.footer-container {
    max-width: 800px;
            margin: auto;
            background: #2c3e50;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
}

a:visited {
      color: white; /* Same color as unvisited links */
      text-decoration: none; /* Optional: Remove underline */
    }
