apply attached image in the background in the banner section
Browse files- index.html +128 -192
- style.css +1 -24
index.html
CHANGED
|
@@ -280,17 +280,17 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
| 283 |
-
|
| 284 |
<!-- Banner Section -->
|
| 285 |
-
<section class="
|
| 286 |
-
<div class="
|
|
|
|
|
|
|
| 287 |
<h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Transform Your Warehouse Into a Smart, Efficient Supply Chain Hub</h1>
|
| 288 |
<p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Optimize operations, reduce costs, and deliver accuracy at every step</p>
|
| 289 |
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-bold inline-block" data-aos="fade-up" data-aos-delay="200">Request a Demo</a>
|
| 290 |
</div>
|
| 291 |
</section>
|
| 292 |
-
|
| 293 |
-
<!-- Section 1 -->
|
| 294 |
<section class="py-16 bg-white">
|
| 295 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 296 |
<div class="md:flex items-center gap-12">
|
|
@@ -363,205 +363,140 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 363 |
</div>
|
| 364 |
</div>
|
| 365 |
</section>
|
| 366 |
-
<!-- Section 3 - Features -->
|
| 367 |
-
<section id="features" class="py-16 bg-white">
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
|
| 372 |
-
|
| 373 |
-
|
| 374 |
-
|
| 375 |
-
|
| 376 |
-
|
| 377 |
-
|
| 378 |
-
|
| 379 |
-
|
| 380 |
-
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06) !important;
|
| 381 |
-
}
|
| 382 |
-
|
| 383 |
-
/* Optional top bar (remove if you don't want) */
|
| 384 |
-
#features .feature-card::before{
|
| 385 |
-
content:"";
|
| 386 |
-
position:absolute;
|
| 387 |
-
top:0; left:0;
|
| 388 |
-
width:100%;
|
| 389 |
-
height:4px;
|
| 390 |
-
background:#00B255; /* change to your brand color */
|
| 391 |
-
}
|
| 392 |
-
|
| 393 |
-
/* Remove default margins that create white space */
|
| 394 |
-
#features .feature-card h3{
|
| 395 |
-
margin:0 !important;
|
| 396 |
-
padding-top:6px !important; /* small space below green bar */
|
| 397 |
-
line-height:1.25 !important;
|
| 398 |
-
color:#0b1f3a !important; /* your navy */
|
| 399 |
-
font-weight:800 !important;
|
| 400 |
-
}
|
| 401 |
-
|
| 402 |
-
#features .feature-card ul{
|
| 403 |
-
margin:0 !important;
|
| 404 |
-
padding-left:18px !important;
|
| 405 |
-
list-style:disc !important; /* ensures bullets appear */
|
| 406 |
-
}
|
| 407 |
-
|
| 408 |
-
#features .feature-card li{
|
| 409 |
-
margin:0 0 10px 0 !important;
|
| 410 |
-
color:#374151 !important;
|
| 411 |
-
line-height:1.55 !important;
|
| 412 |
-
}
|
| 413 |
-
</style>
|
| 414 |
-
|
| 415 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 416 |
-
<h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">
|
| 417 |
-
Warehouse Management System Features
|
| 418 |
-
</h2>
|
| 419 |
-
|
| 420 |
-
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 421 |
-
<div class="feature-card" data-aos="fade-up">
|
| 422 |
-
<div class="feature-icon">
|
| 423 |
-
<i data-feather="truck"></i>
|
| 424 |
</div>
|
| 425 |
-
|
| 426 |
-
|
| 427 |
-
|
| 428 |
-
<
|
| 429 |
-
<
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
<div class="feature-icon">
|
| 435 |
-
<i data-feather="map-pin"></i>
|
| 436 |
</div>
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
<
|
| 441 |
-
<
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
|
|
|
|
|
|
| 447 |
</div>
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
<
|
| 452 |
-
<
|
| 453 |
-
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
|
| 458 |
-
|
| 459 |
-
|
| 460 |
-
<i data-feather="shopping-cart"></i>
|
| 461 |
</div>
|
| 462 |
-
|
| 463 |
-
|
| 464 |
-
|
| 465 |
-
<
|
| 466 |
-
<
|
| 467 |
-
|
| 468 |
-
|
| 469 |
-
|
| 470 |
-
|
| 471 |
-
|
| 472 |
-
|
| 473 |
-
<div class="feature-icon">
|
| 474 |
-
<i data-feather="move"></i>
|
| 475 |
</div>
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
<
|
| 480 |
-
<
|
| 481 |
-
|
| 482 |
-
|
| 483 |
-
|
| 484 |
-
</div>
|
| 485 |
-
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
|
| 486 |
-
<div class="feature-icon">
|
| 487 |
-
<i data-feather="tag"></i>
|
| 488 |
</div>
|
| 489 |
-
|
| 490 |
-
|
| 491 |
-
|
| 492 |
-
<
|
| 493 |
-
|
| 494 |
-
|
| 495 |
-
|
| 496 |
-
|
| 497 |
-
|
| 498 |
</div>
|
| 499 |
-
|
| 500 |
-
|
| 501 |
-
|
| 502 |
-
<
|
| 503 |
-
<
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
<i data-feather="list"></i>
|
| 509 |
</div>
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
| 513 |
-
<
|
| 514 |
-
<
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
<div class="feature-icon">
|
| 519 |
-
<i data-feather="repeat"></i>
|
| 520 |
</div>
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
<
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
<i data-feather="wifi"></i>
|
| 530 |
</div>
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
<
|
| 535 |
-
|
| 536 |
-
|
| 537 |
-
|
| 538 |
-
<div class="feature-icon">
|
| 539 |
-
<i data-feather="monitor"></i>
|
| 540 |
</div>
|
| 541 |
-
|
| 542 |
-
<
|
| 543 |
-
|
| 544 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
</div>
|
| 546 |
-
|
| 547 |
-
|
| 548 |
-
|
| 549 |
-
<div class="text-center mt-16" data-aos="fade-up">
|
| 550 |
-
<h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6">
|
| 551 |
-
Take full control of inventory, fulfillment, and logistics
|
| 552 |
-
</h3>
|
| 553 |
-
<p class="text-lg text-gray-600 max-w-3xl mx-auto mb-8">
|
| 554 |
-
Deliver faster, smarter, and with zero compromise with VLC's intelligent warehouse platform.
|
| 555 |
-
</p>
|
| 556 |
-
<a href="./contact-us.html" class="btn-primary px-8 py-3 rounded-full text-lg font-bold inline-block">
|
| 557 |
-
Get Started Today
|
| 558 |
-
</a>
|
| 559 |
-
</div>
|
| 560 |
-
|
| 561 |
-
</div>
|
| 562 |
-
</section>
|
| 563 |
-
|
| 564 |
-
|
| 565 |
|
| 566 |
<!-- FOOTER -->
|
| 567 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
|
@@ -620,6 +555,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 620 |
</div>
|
| 621 |
</footer>
|
| 622 |
|
|
|
|
| 623 |
<script>
|
| 624 |
// Init animations and handle mobile menu functionality after scripts loaded
|
| 625 |
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
|
|
|
| 283 |
<!-- Banner Section -->
|
| 284 |
+
<section class="text-white py-16 md:py-24 relative overflow-hidden">
|
| 285 |
+
<div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90"></div>
|
| 286 |
+
<div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamics-warehouse-wizardry/resolve/main/images/distribution-fact-sheets-main-banner.png')] bg-cover bg-center mix-blend-overlay"></div>
|
| 287 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
|
| 288 |
<h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Transform Your Warehouse Into a Smart, Efficient Supply Chain Hub</h1>
|
| 289 |
<p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Optimize operations, reduce costs, and deliver accuracy at every step</p>
|
| 290 |
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-bold inline-block" data-aos="fade-up" data-aos-delay="200">Request a Demo</a>
|
| 291 |
</div>
|
| 292 |
</section>
|
| 293 |
+
<!-- Section 1 -->
|
|
|
|
| 294 |
<section class="py-16 bg-white">
|
| 295 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 296 |
<div class="md:flex items-center gap-12">
|
|
|
|
| 363 |
</div>
|
| 364 |
</div>
|
| 365 |
</section>
|
| 366 |
+
<!-- Section 3 - Features -->
|
| 367 |
+
<section id="features" class="py-16 bg-white">
|
| 368 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 369 |
+
<h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Warehouse Management System Features</h2>
|
| 370 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 371 |
+
<!-- Feature Group 1 -->
|
| 372 |
+
<div class="feature-card" data-aos="fade-up">
|
| 373 |
+
<h3 class="text-xl font-bold">Vendor & Freight Integration</h3>
|
| 374 |
+
<ul class="space-y-3">
|
| 375 |
+
<li>Send purchase orders electronically to vendors and freight partners</li>
|
| 376 |
+
<li>Receive and process advanced shipping notices (ASN) automatically</li>
|
| 377 |
+
<li>Track all outbound shipments in real time via carrier systems</li>
|
| 378 |
+
<li>Ensure notifications and alerts are sent to supply chain stakeholders for exceptions or delays</li>
|
| 379 |
+
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 380 |
</div>
|
| 381 |
+
|
| 382 |
+
<!-- Feature Group 2 -->
|
| 383 |
+
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
|
| 384 |
+
<h3 class="text-xl font-bold">External Logistics & Yard Management</h3>
|
| 385 |
+
<ul class="space-y-3">
|
| 386 |
+
<li>Route inbound goods efficiently to appropriate storage locations</li>
|
| 387 |
+
<li>Track trucks, containers, and yard movements in real time</li>
|
| 388 |
+
<li>Manage external storage areas and docking operations seamlessly</li>
|
| 389 |
+
</ul>
|
|
|
|
|
|
|
| 390 |
</div>
|
| 391 |
+
|
| 392 |
+
<!-- Feature Group 3 -->
|
| 393 |
+
<div class="feature-card" data-aos="fade-up">
|
| 394 |
+
<h3 class="text-xl font-bold">Receiving Execution</h3>
|
| 395 |
+
<ul class="space-y-3">
|
| 396 |
+
<li>Capture complete ASN, container, and purchase order details</li>
|
| 397 |
+
<li>Automate barcode-based receiving workflows</li>
|
| 398 |
+
<li>Generate unique license plates for all incoming packages</li>
|
| 399 |
+
<li>Plan and execute put-away directly from receiving stations</li>
|
| 400 |
+
<li>Enable internal and external cross-docking operations</li>
|
| 401 |
+
<li>Accelerate intake using Express Receive functionality</li>
|
| 402 |
+
</ul>
|
| 403 |
</div>
|
| 404 |
+
|
| 405 |
+
<!-- Feature Group 4 -->
|
| 406 |
+
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
|
| 407 |
+
<h3 class="text-xl font-bold">Delivery Execution</h3>
|
| 408 |
+
<ul class="space-y-3">
|
| 409 |
+
<li>Keep order management updated automatically</li>
|
| 410 |
+
<li>Provide graphical ATP (Available-to-Promise) views</li>
|
| 411 |
+
<li>Execute store or transfer orders efficiently</li>
|
| 412 |
+
<li>Automate reservations using conveyor-assisted systems</li>
|
| 413 |
+
<li>Monitor packing accuracy and efficiency</li>
|
| 414 |
+
<li>Simplify shipping procedures with barcode and RF technology</li>
|
| 415 |
+
</ul>
|
|
|
|
| 416 |
</div>
|
| 417 |
+
|
| 418 |
+
<!-- Feature Group 5 -->
|
| 419 |
+
<div class="feature-card" data-aos="fade-up">
|
| 420 |
+
<h3 class="text-xl font-bold">Movement Execution</h3>
|
| 421 |
+
<ul class="space-y-3">
|
| 422 |
+
<li>Separate buffer areas from picking zones</li>
|
| 423 |
+
<li>Use wave-based planning for replenishment of picking locations</li>
|
| 424 |
+
<li>Release fulfillment orders according to operational priorities</li>
|
| 425 |
+
<li>Access real-time picking lists via PDA or forklift displays</li>
|
| 426 |
+
<li>Implement seasonal or campaign-based location planning for picking optimization</li>
|
| 427 |
+
</ul>
|
|
|
|
|
|
|
| 428 |
</div>
|
| 429 |
+
|
| 430 |
+
<!-- Feature Group 6 -->
|
| 431 |
+
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
|
| 432 |
+
<h3 class="text-xl font-bold">License Plate Tracking</h3>
|
| 433 |
+
<ul class="space-y-3">
|
| 434 |
+
<li>Focus on handling units such as pallets, cartons, and packages rather than individual items</li>
|
| 435 |
+
<li>Assign unique identifiers for every handling unit for complete traceability</li>
|
| 436 |
+
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 437 |
</div>
|
| 438 |
+
|
| 439 |
+
<!-- Feature Group 7 -->
|
| 440 |
+
<div class="feature-card" data-aos="fade-up">
|
| 441 |
+
<h3 class="text-xl font-bold">Telnet & WinPDA Handheld Operations</h3>
|
| 442 |
+
<ul class="space-y-3">
|
| 443 |
+
<li>Support more than 50 warehouse processes on handheld devices</li>
|
| 444 |
+
<li>Build additional PDA workflows with a simple design tool</li>
|
| 445 |
+
<li>Automate employee task allocation and workflow distribution</li>
|
| 446 |
+
</ul>
|
| 447 |
</div>
|
| 448 |
+
|
| 449 |
+
<!-- Feature Group 8 -->
|
| 450 |
+
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
|
| 451 |
+
<h3 class="text-xl font-bold">Delivery Rules Management</h3>
|
| 452 |
+
<ul class="space-y-3">
|
| 453 |
+
<li>Configure partial deliveries, minimum order values, and automatic cancellations</li>
|
| 454 |
+
<li>Automatically print and release picking lists</li>
|
| 455 |
+
<li>Assign warehouse tasks automatically based on delivery rules</li>
|
| 456 |
+
</ul>
|
|
|
|
| 457 |
</div>
|
| 458 |
+
|
| 459 |
+
<!-- Feature Group 9 -->
|
| 460 |
+
<div class="feature-card" data-aos="fade-up">
|
| 461 |
+
<h3 class="text-xl font-bold">Conveyor & Material Handling Integration</h3>
|
| 462 |
+
<ul class="space-y-3">
|
| 463 |
+
<li>Move goods to correct destinations using conveyor systems</li>
|
| 464 |
+
<li>Support multiple conveyor systems through signal-based integration</li>
|
| 465 |
+
</ul>
|
|
|
|
|
|
|
| 466 |
</div>
|
| 467 |
+
|
| 468 |
+
<!-- Feature Group 10 -->
|
| 469 |
+
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
|
| 470 |
+
<h3 class="text-xl font-bold">Wireless Warehouse Execution</h3>
|
| 471 |
+
<ul class="space-y-3">
|
| 472 |
+
<li>Receive, transfer, count, pick, and ship inventory using wireless devices</li>
|
| 473 |
+
<li>Cover all mobile workflows to ensure continuous operational coverage</li>
|
| 474 |
+
</ul>
|
|
|
|
| 475 |
</div>
|
| 476 |
+
|
| 477 |
+
<!-- Feature Group 11 -->
|
| 478 |
+
<div class="feature-card" data-aos="fade-up">
|
| 479 |
+
<h3 class="text-xl font-bold">Microsoft Dynamics Role Center Integration</h3>
|
| 480 |
+
<ul class="space-y-3">
|
| 481 |
+
<li>Monitor KPIs, performance statistics, and operational metrics directly within Microsoft Dynamics 2019 Role Center</li>
|
| 482 |
+
</ul>
|
|
|
|
|
|
|
| 483 |
</div>
|
| 484 |
+
</div>
|
| 485 |
+
<div class="mt-12 text-center" data-aos="fade-up">
|
| 486 |
+
<h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6">Complete Warehouse Control System</h3>
|
| 487 |
+
<p class="text-lg text-gray-600 max-w-3xl mx-auto mb-8">
|
| 488 |
+
Take full control of inventory, fulfillment, and logistics with VLC's intelligent warehouse platform. Deliver faster, smarter, and with zero compromise. Our solution provides end-to-end visibility from receiving to shipping, with advanced integration capabilities for vendors, carriers and material handling systems. Designed for distribution centers, 3PLs and manufacturing warehouses needing real-time accuracy and operational efficiency.
|
| 489 |
+
</p>
|
| 490 |
+
<div class="text-center mt-16" data-aos="fade-up">
|
| 491 |
+
<h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6">Take full control of inventory, fulfillment, and logistics</h3>
|
| 492 |
+
<p class="text-lg text-gray-600 max-w-3xl mx-auto mb-8">
|
| 493 |
+
Deliver faster, smarter, and with zero compromise with VLC's intelligent warehouse platform.
|
| 494 |
+
</p>
|
| 495 |
+
<a href="./contact-us.html" class="btn-primary px-8 py-3 rounded-full text-lg font-bold inline-block">Get Started Today</a>
|
| 496 |
</div>
|
| 497 |
+
</div>
|
| 498 |
+
</div>
|
| 499 |
+
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 500 |
|
| 501 |
<!-- FOOTER -->
|
| 502 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
|
|
|
| 555 |
</div>
|
| 556 |
</footer>
|
| 557 |
|
| 558 |
+
|
| 559 |
<script>
|
| 560 |
// Init animations and handle mobile menu functionality after scripts loaded
|
| 561 |
document.addEventListener('DOMContentLoaded', () => {
|
style.css
CHANGED
|
@@ -5,32 +5,16 @@
|
|
| 5 |
border-radius: 12px;
|
| 6 |
padding: 28px;
|
| 7 |
box-shadow: 0 4px 12px rgba(0, 32, 96, 0.08);
|
| 8 |
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
| 9 |
border-top: 4px solid var(--vlc-leaf);
|
| 10 |
transition: all 0.3s ease;
|
| 11 |
height: 100%;
|
| 12 |
}
|
|
|
|
| 13 |
.feature-card:hover {
|
| 14 |
transform: translateY(-6px);
|
| 15 |
box-shadow: 0 12px 24px rgba(0, 32, 96, 0.12);
|
| 16 |
border-top-color: var(--vlc-sky);
|
| 17 |
}
|
| 18 |
-
.feature-icon {
|
| 19 |
-
width: 48px;
|
| 20 |
-
height: 48px;
|
| 21 |
-
border-radius: 50%;
|
| 22 |
-
background: var(--vlc-leaf-tint);
|
| 23 |
-
display: flex;
|
| 24 |
-
align-items: center;
|
| 25 |
-
justify-content: center;
|
| 26 |
-
margin-bottom: 16px;
|
| 27 |
-
}
|
| 28 |
-
|
| 29 |
-
.feature-icon i {
|
| 30 |
-
width: 24px;
|
| 31 |
-
height: 24px;
|
| 32 |
-
color: var(--vlc-leaf);
|
| 33 |
-
}
|
| 34 |
|
| 35 |
.feature-card h3 {
|
| 36 |
color: var(--vlc-navy);
|
|
@@ -40,13 +24,6 @@
|
|
| 40 |
padding-bottom: 12px;
|
| 41 |
}
|
| 42 |
|
| 43 |
-
.feature-card:nth-child(even) .feature-icon {
|
| 44 |
-
background: rgba(0, 160, 233, 0.1);
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
.feature-card:nth-child(even) .feature-icon i {
|
| 48 |
-
color: var(--vlc-sky);
|
| 49 |
-
}
|
| 50 |
.feature-card h3:after {
|
| 51 |
content: "";
|
| 52 |
position: absolute;
|
|
|
|
| 5 |
border-radius: 12px;
|
| 6 |
padding: 28px;
|
| 7 |
box-shadow: 0 4px 12px rgba(0, 32, 96, 0.08);
|
|
|
|
| 8 |
border-top: 4px solid var(--vlc-leaf);
|
| 9 |
transition: all 0.3s ease;
|
| 10 |
height: 100%;
|
| 11 |
}
|
| 12 |
+
|
| 13 |
.feature-card:hover {
|
| 14 |
transform: translateY(-6px);
|
| 15 |
box-shadow: 0 12px 24px rgba(0, 32, 96, 0.12);
|
| 16 |
border-top-color: var(--vlc-sky);
|
| 17 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
.feature-card h3 {
|
| 20 |
color: var(--vlc-navy);
|
|
|
|
| 24 |
padding-bottom: 12px;
|
| 25 |
}
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
.feature-card h3:after {
|
| 28 |
content: "";
|
| 29 |
position: absolute;
|