134 lines
18 KiB
Plaintext
134 lines
18 KiB
Plaintext
1:"$Sreact.fragment"
|
|
2:I[22016,["/_next/static/chunks/03.zd6nbpktb0.js","/_next/static/chunks/0f66gyh1x8s.3.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/16o2hh~g40-p2.js"],""]
|
|
6:I[2018,["/_next/static/chunks/03.zd6nbpktb0.js","/_next/static/chunks/0f66gyh1x8s.3.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/16o2hh~g40-p2.js"],"ScrollReveal"]
|
|
7:I[85437,["/_next/static/chunks/03.zd6nbpktb0.js","/_next/static/chunks/0f66gyh1x8s.3.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/16o2hh~g40-p2.js"],"Image"]
|
|
e:I[97367,["/_next/static/chunks/03.zd6nbpktb0.js","/_next/static/chunks/0f66gyh1x8s.3.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/16o2hh~g40-p2.js"],"OutletBoundary"]
|
|
f:"$Sreact.suspense"
|
|
3:T10de,
|
|
.custom-blog-grid {
|
|
display: grid !important;
|
|
grid-template-columns: repeat(3, 1fr) !important;
|
|
gap: 40px !important;
|
|
width: 100% !important;
|
|
max-width: 1200px !important;
|
|
margin: 0 auto !important;
|
|
padding: 40px 20px !important;
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
.custom-blog-grid {
|
|
grid-template-columns: repeat(2, 1fr) !important;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.custom-blog-grid {
|
|
grid-template-columns: 1fr !important;
|
|
gap: 48px !important;
|
|
}
|
|
}
|
|
|
|
.custom-blog-card {
|
|
display: flex !important;
|
|
flex-direction: column !important;
|
|
justify-content: space-between !important;
|
|
height: 100% !important;
|
|
background: #ffffff !important;
|
|
border: 1px solid rgba(0, 0, 0, 0.08) !important;
|
|
border-radius: 28px !important;
|
|
padding: 28px !important;
|
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
|
|
transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.custom-blog-card:hover {
|
|
transform: translateY(-8px) !important;
|
|
box-shadow: 0 20px 40px rgba(192, 18, 39, 0.12) !important;
|
|
border-color: rgba(192, 18, 39, 0.2) !important;
|
|
}
|
|
|
|
.custom-blog-date {
|
|
font-size: 12px !important;
|
|
font-weight: 700 !important;
|
|
color: #94a3b8 !important;
|
|
text-transform: uppercase !important;
|
|
letter-spacing: 1px !important;
|
|
margin-bottom: 8px !important;
|
|
display: block !important;
|
|
font-family: var(--font-manrope), sans-serif !important;
|
|
}
|
|
|
|
.custom-blog-divider {
|
|
width: 100% !important;
|
|
height: 1px !important;
|
|
background: rgba(0, 0, 0, 0.08) !important;
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
.custom-blog-title {
|
|
font-size: 20px !important;
|
|
font-weight: 800 !important;
|
|
color: #1e293b !important;
|
|
line-height: 1.35 !important;
|
|
text-transform: none !important;
|
|
letter-spacing: -0.4px !important;
|
|
margin: 0 0 12px 0 !important;
|
|
display: -webkit-box !important;
|
|
-webkit-line-clamp: 2 !important;
|
|
-webkit-box-orient: vertical !important;
|
|
overflow: hidden !important;
|
|
transition: color 0.2s ease !important;
|
|
font-family: var(--font-manrope), sans-serif !important;
|
|
}
|
|
|
|
.custom-blog-card:hover .custom-blog-title {
|
|
color: #c01227 !important;
|
|
}
|
|
|
|
.custom-blog-excerpt {
|
|
font-size: 13.5px !important;
|
|
font-weight: 500 !important;
|
|
color: #64748b !important;
|
|
line-height: 1.6 !important;
|
|
margin: 0 0 24px 0 !important;
|
|
text-transform: none !important;
|
|
font-family: var(--font-manrope), sans-serif !important;
|
|
}
|
|
|
|
.custom-blog-img-container {
|
|
position: relative !important;
|
|
width: 100% !important;
|
|
aspect-ratio: 4 / 3 !important;
|
|
border-radius: 20px !important;
|
|
overflow: hidden !important;
|
|
margin-top: auto !important;
|
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
|
|
}
|
|
|
|
.custom-blog-badge {
|
|
position: absolute !important;
|
|
top: 14px !important;
|
|
left: 14px !important;
|
|
z-index: 5 !important;
|
|
background: #c01227 !important;
|
|
color: #ffffff !important;
|
|
font-size: 9px !important;
|
|
font-weight: 800 !important;
|
|
text-transform: uppercase !important;
|
|
letter-spacing: 1.2px !important;
|
|
padding: 4px 10px !important;
|
|
border-radius: 6px !important;
|
|
box-shadow: 0 4px 10px rgba(192, 18, 39, 0.2) !important;
|
|
font-family: var(--font-manrope), sans-serif !important;
|
|
}
|
|
0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"content-wrapper content-wrapper-may-contain-elementor-code content-wrapper-sidebar-position-none","children":["$","div",null,{"className":"content","children":["$","div",null,{"className":"content-inner","children":["$","div",null,{"data-elementor-type":"wp-page","data-elementor-id":"104","className":"elementor elementor-104","children":[[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n .blogs-hero-title {\n color: #ffffff !important;\n font-family: var(--font-manrope), sans-serif !important;\n font-size: clamp(34px, 5.5vw, 68px) !important;\n font-weight: 850 !important;\n text-transform: uppercase !important;\n letter-spacing: -1.5px !important;\n margin: 0 !important;\n }\n "}}],["$","div",null,{"className":"custom-standard-hero-container","children":["$","div",null,{"style":{"backgroundImage":"url(/images/home2-banner-1.jpg)","backgroundPosition":"center center","backgroundRepeat":"no-repeat","backgroundSize":"cover"},"className":"custom-standard-hero-card","children":["$","div",null,{"className":"e-con-inner","style":{"position":"relative","width":"100%","height":"100%","display":"flex","alignItems":"center","justifyContent":"center","flexDirection":"column"},"children":[["$","div",null,{"style":{"textAlign":"center","color":"#fff","zIndex":5},"children":["$","h1",null,{"className":"blogs-hero-title","children":["Our ",["$","span",null,{"style":{"color":"#C01227"},"children":"Blogs"}]]}]}],["$","div",null,{"className":"elementor-element elementor-element-91be79f elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-logico_breadcrumbs","style":{"position":"absolute","bottom":"40px","left":"50%","transform":"translateX(-50%)","zIndex":10},"children":["$","div",null,{"className":"elementor-widget-container","children":["$","nav",null,{"className":"breadcrumbs","style":{"background":"rgba(255, 255, 255, 0.1)","backdropFilter":"blur(10px)","padding":"10px 24px","borderRadius":"30px","border":"1px solid rgba(255, 255, 255, 0.15)"},"children":[["$","$L2",null,{"href":"/","style":{"color":"#fff","fontWeight":600},"children":"Home"}],["$","span",null,{"className":"delimiter","style":{"color":"rgba(255, 255, 255, 0.6)","margin":"0 8px"},"children":"/"}],["$","span",null,{"className":"current","style":{"color":"#C01227","fontWeight":700},"children":"Blogs"}]]}]}]}]]}]}]}]],["$","div",null,{"className":"elementor-element elementor-element-c70681e e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-parent","data-id":"c70681e","data-element_type":"container","data-e-type":"container","children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$3"}}],"$L4"]}]]}]}]}]}],null,"$L5"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TPwmWHRnmWS5jjaFQQZnS"}
|
|
4:["$","div",null,{"className":"e-con-inner","children":["$","div",null,{"className":"elementor-element elementor-element-3dec5cf e-con-full e-flex cut-corner-no sticky-container-off e-con e-child","data-id":"3dec5cf","data-element_type":"container","data-e-type":"container","children":["$","div",null,{"className":"elementor-element elementor-element-aa12479 elementor-widget elementor-widget-logico_blog_listing","data-id":"aa12479","data-element_type":"widget","data-e-type":"widget","data-widget_type":"logico_blog_listing.default","children":["$","div",null,{"className":"elementor-widget-container","children":["$","div",null,{"className":"archive-listing","children":["$","div",null,{"className":"custom-blog-grid","children":[["$","$L6","0",{"delay":0,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"How AI Is Transforming Last-Mile EV Delivery"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Machine learning and real-time data are reshaping how fleets plan, dispatch, and adapt — making every kilometre smarter than the last."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-17.png","alt":"How AI Is Transforming Last-Mile EV Delivery","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"Technology"}]]}]]}]}],["$","$L6","1",{"delay":0.08,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"The EV Paradox: Solving Range Anxiety for Urban Fleets"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Electric vehicles promise sustainability, but battery constraints introduce a new routing challenge. Here's how MileTruth™ AI solves it before dispatch."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-18-840x840.jpg","alt":"The EV Paradox: Solving Range Anxiety for Urban Fleets","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"EV Fleet"}]]}]]}]}],["$","$L6","2",{"delay":0.16,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"42% Less Distance: Insights from Our Hyderabad Hub"}],["$","p",null,{"className":"custom-blog-excerpt","children":"A detailed look at how Doormile's MileTruth routing engine delivered measurable efficiency gains — fewer vehicles, less fuel, and zero SLA misses."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-15.png","alt":"42% Less Distance: Insights from Our Hyderabad Hub","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"Case Study"}]]}]]}]}],["$","$L6","3",{"delay":0,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"MileTruth™ AI — 10 Stages to Smarter Dispatch"}],["$","p",null,{"className":"custom-blog-excerpt","children":"From order ingestion to final route output in under 45ms — a technical walkthrough of the ten-stage pipeline at the heart of our routing engine."}]]}],"$L8"]}]}],"$L9","$La","$Lb","$Lc","$Ld"]}]}]}]}]}]}]
|
|
5:["$","$Le",null,{"children":["$","$f",null,{"name":"Next.MetadataOutlet","children":"$@10"}]}]
|
|
8:["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-31.png","alt":"MileTruth™ AI — 10 Stages to Smarter Dispatch","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"MileTruth"}]]}]
|
|
9:["$","$L6","4",{"delay":0.08,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"Why Mathematical Precision Beats Heuristics in Routing"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Most routing tools guess. We calculate. Powered by Google OR-Tools, MileTruth evaluates six parallel strategy universes to select the optimal route every time."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-14.jpeg","alt":"Why Mathematical Precision Beats Heuristics in Routing","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"Technology"}]]}]]}]}]
|
|
a:["$","$L6","5",{"delay":0.16,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"Fleet Reduction Without Compromising Delivery Volume"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Deploying 37% fewer vehicles while handling the same order volumes isn't a trade-off — it's the result of smarter routing intelligence applied at every dispatch."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-8.jpeg","alt":"Fleet Reduction Without Compromising Delivery Volume","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"Fleet Management"}]]}]]}]}]
|
|
b:["$","$L6","6",{"delay":0,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"Building a Greener City: The Future of Urban Logistics"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Cities are demanding cleaner delivery. We explore how AI-powered EV fleets and optimised routing create a path to zero-emission last-mile logistics at city scale."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-6.jpeg","alt":"Building a Greener City: The Future of Urban Logistics","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"Sustainability"}]]}]]}]}]
|
|
c:["$","$L6","7",{"delay":0.08,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"How Doormile Maintains 99.9% SLA Compliance at Scale"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Hitting SLA targets 99.9% of the time isn't luck — it's the product of ETA pre-validation, real-time rebalancing, and a routing engine built with delivery reliability as its first constraint."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-4.jpeg","alt":"How Doormile Maintains 99.9% SLA Compliance at Scale","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"Operations"}]]}]]}]}]
|
|
d:["$","$L6","8",{"delay":0.16,"duration":0.8,"yOffset":35,"children":["$","div",null,{"className":"custom-blog-card","children":[["$","div",null,{"className":"flex flex-col","children":[["$","span",null,{"className":"custom-blog-date","children":"Apl.06/2025"}],["$","div",null,{"className":"custom-blog-divider"}],["$","h3",null,{"className":"custom-blog-title","children":"Battery Simulation: The Secret to EV Route Pre-Validation"}],["$","p",null,{"className":"custom-blog-excerpt","children":"Before a single rider leaves the hub, MileTruth™ simulates every route against real charge capacity — eliminating mid-route failures and protecting your fulfillment rate."}]]}],["$","div",null,{"className":"custom-blog-img-container","children":[["$","$L7",null,{"src":"/images/blog-post-pic-3.jpeg","alt":"Battery Simulation: The Secret to EV Route Pre-Validation","fill":true,"style":{"objectFit":"cover"},"sizes":"(max-width: 768px) 100vw, 33vw"}],["$","span",null,{"className":"custom-blog-badge","children":"EV Fleet"}]]}]]}]}]
|
|
10:null
|