:root {
            --primary-color: #005197; /* Deep Blue */
            --secondary-color: #00c4cc; /* Cyan/Teal */
            --accent-color: #ffc107; /* Gold */
            --dark-bg: #0b1120;
            --light-bg: #f8f9fa;
        }

        
		body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
            color: #005197;
        }

        /* --- Navbar --- */
        .navbar {
            background: rgba(18, 18, 18, 0.9);
			backdrop-filter: blur(15px);
			border-bottom: 1px solid var(--border-color);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .navbar-brand {
            font-weight: 700;
            color: var(--primary-color) !important;
            font-size: 1.5rem;
        }
		.navbar-brand img{max-width:160px}
        .nav-link {
            color: #fff !important;
            font-weight: 600;
            margin: 0 10px;
        }
        .nav-link:hover { color: var(--primary-color) !important; }

        /* --- Hero Section --- */
        #hero {
            position: relative;
            height: 100vh;
            width: 100%;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #0b1120 0%, #1a253a 100%);
            overflow: hidden;
        }
        #canvas-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            color: white;
            padding-top: 80px;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            background: linear-gradient(to right, #fff, var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }

        /* --- Stats Strip --- */
        .stats-section {
            background: var(--primary-color);
            color: white;
            padding: 50px 0;
            position: relative;
            z-index: 3;
            margin-top: -10px;
            border-radius: 0 80px 0 0;
        }
		.btn-border{ 
		margin: 0px 0px 40px 0px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #025AA5;
    border-radius: 10px 10px 10px 10px;
	}

        /* --- Global Utility --- */
        .section-padding { padding: 80px 0; }
        .section-title {
            font-weight: 800;
            margin-bottom: 15px;
        }
        .sub-title {
            color: var(--primary-color);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
        }

        /* --- Detailed Features (ZigZag) --- */
        .feature-row {
            padding: 60px 0;
            border-bottom: 1px solid #eee;
        }
        .feature-row:last-child { border-bottom: none; }
        .feature-icon-lg {
            font-size: 3rem;
            color: var(--secondary-color);
            margin-bottom: 20px;
        }
        .stat-badge {
            background: #eef2f7;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            border-left: 4px solid var(--primary-color);
            height: 100%;
        }
        .stat-badge h4 {
            color: var(--primary-color);
            font-weight: 800;
            margin: 0;
        }
        .stat-badge span {
            font-size: 0.85rem;
            color: #666;
            font-weight: 600;
        }

        /* --- Outlets Grid --- */
        .outlet-container {
            max-height: 600px;
            overflow-y: auto;
            padding: 10px;
            /* Custom Scrollbar */
            scrollbar-width: thin;
            scrollbar-color: var(--primary-color) #f1f1f1;
        }
        .outlet-container::-webkit-scrollbar { width: 8px; }
        .outlet-container::-webkit-scrollbar-track { background: #f1f1f1; }
        .outlet-container::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 4px; }

        .outlet-card {
            background: white;
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 20px;
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .outlet-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-color: var(--secondary-color);
        }
        .outlet-type {
            position: absolute;
            top: 0;
            right: 0;
            padding: 5px 15px;
            font-size: 0.75rem;
            font-weight: 700;
            border-bottom-left-radius: 10px;
            color: white;
        }
        .type-station { background: var(--primary-color); }
        .type-van { background: var(--secondary-color); }

        .outlet-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(0, 86, 179, 0.1);
            color: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
		.about-img{margin-top: -170px;
        width: -webkit-fill-available;
}
.nav-link.active{
	    background: #172135;
    border-radius: 8px;
}
 div.arrow-style {
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}
div.arrow-1 {
    background-image: url(../assets/arrow1.png);
    width: 160px;
    height: 180px;
    background-position: top left;
    -webkit-animation: top_shape 5s infinite;
    animation: top_shape 5s infinite;
    margin: 0px 0px 0px 0px;left: 0;
}
 div.arrow-2 {
    background-image: url(../assets/arrow2.png);
    width: 600px;
    height: 180px;
    background-position: bottom right;
    -webkit-animation: right_shape 5s infinite;
    animation: right_shape 5s infinite;
    margin: 0px 0px 0px 0px;    bottom: 0;
}
.small-text-box{
color: #025AA5;
    font-family: "Merriweather", Sans-serif;
    font-weight: 400;
    max-width: 500px;
    margin: auto;
    text-align: center;padding:30px;
	}

        /* --- Footer --- */
        footer {
            background: var(--dark-bg);
            color: rgba(255,255,255,0.7);
            padding: 60px 0 20px;    position: relative;
        }
        .btn-glow {
            background: var(--secondary-color);
            color: #fff;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            box-shadow: 0 0 15px rgba(0, 196, 204, 0.5);
            transition: 0.3s;
            border: none;
        }
        .btn-glow:hover {
            background: #00aeb5;
            box-shadow: 0 0 25px rgba(0, 196, 204, 0.8);
            color: white;
        }
		.style2{
			font-size: 50px;
    position: relative;
    margin: 0;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
    font-family: "gilmer", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #192437;
		}
.hero-overlay {
            position: relative;
            z-index: 2;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            pointer-events: none; /* Let clicks pass through to canvas if needed */
        }

        .hero-overlay h1 {
    color: #2c2222;
    font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
    background: linear-gradient(to bottom, #191616 0%, #290b0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 30px rgb(108 111 140 / 50%);
}

        .hero-overlay p {
    color: #1b1a1a;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-top: 10px;
}
        @media (max-width: 768px) {
            .hero-title,.style2 { font-size: 2.5rem; }
            .feature-row { text-align: center; }
            .stat-badge { margin-bottom: 10px; }
        }
		
		@-webkit-keyframes top_shape {
  0% {
    top: 100px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}

@keyframes top_shape {
  0% {
    top: 100px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}

@-webkit-keyframes right_shape {
  0% {
    right: 100px;
  }
  50% {
    right: 0;
  }
  100% {
    right: 100px;
  }
}

@keyframes right_shape {
  0% {
    right: 100px;
  }
  50% {
    right: 0;
  }
  100% {
    right: 100px;
  }
}

