update how it works page
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
9:I[23466,["/_next/static/chunks/09319k21oxyrj.js","/_next/static/chunks/03-hxrp~efw2j.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/13sdgpt7~urhz.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/0yeyoeh5fs0l6.js"],"default"]
|
||||
a:I[97367,["/_next/static/chunks/09319k21oxyrj.js","/_next/static/chunks/03-hxrp~efw2j.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/13sdgpt7~urhz.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
|
||||
9:I[23466,["/_next/static/chunks/06n0m6ck5r8gy.js","/_next/static/chunks/0n.gft-j~h_v_.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/0yllnwb9z_62m.js","/_next/static/chunks/15oii2oi_2o7g.js"],"default"]
|
||||
a:I[97367,["/_next/static/chunks/06n0m6ck5r8gy.js","/_next/static/chunks/0n.gft-j~h_v_.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/0yllnwb9z_62m.js"],"OutletBoundary"]
|
||||
b:"$Sreact.suspense"
|
||||
:HL["/_next/static/chunks/0bq~re.i_tntr.css","style"]
|
||||
2:T1c70,
|
||||
:HL["/_next/static/chunks/08ym5qvn8x_06.css","style"]
|
||||
2:T1bff,
|
||||
.contacts-hero-custom {
|
||||
background-color: #0b0b0b !important;
|
||||
background-image: url('/images/home2-banner-3.jpg') !important;
|
||||
@@ -81,9 +81,9 @@ b:"$Sreact.suspense"
|
||||
-webkit-backdrop-filter: none !important;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
padding: 0 16px !important;
|
||||
max-width: 820px !important;
|
||||
width: 90% !important;
|
||||
padding: 0 24px !important;
|
||||
max-width: 1500px !important;
|
||||
width: 92% !important;
|
||||
box-shadow: none !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
@@ -94,60 +94,53 @@ b:"$Sreact.suspense"
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
/* Spaced kicker */
|
||||
.contacts-hero-kicker {
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
gap: 12px !important;
|
||||
margin-bottom: 24px !important;
|
||||
}
|
||||
|
||||
.contacts-hero-kicker-line {
|
||||
display: block !important;
|
||||
width: 24px !important;
|
||||
height: 1.5px !important;
|
||||
background: #C01227 !important;
|
||||
border-radius: 1px !important;
|
||||
}
|
||||
|
||||
.contacts-hero-kicker-text {
|
||||
font-size: 13px !important;
|
||||
font-weight: 850 !important;
|
||||
letter-spacing: 4px !important;
|
||||
color: #C01227 !important;
|
||||
text-transform: uppercase !important;
|
||||
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
||||
}
|
||||
|
||||
/* Bold modern typography */
|
||||
/* Hero headline — large, light, reference-matched display type.
|
||||
Size scales with the viewport so the line-to-container width ratio
|
||||
stays constant; the cap keeps the longest line inside the 1500px
|
||||
container (with nowrap on desktop) so it can never overflow/clip. */
|
||||
.contacts-hero-title {
|
||||
font-size: clamp(34px, 5.2vw, 62px) !important;
|
||||
font-weight: 850 !important;
|
||||
line-height: 1.15 !important;
|
||||
font-size: clamp(34px, 5.9vw, 98px) !important;
|
||||
font-weight: 400 !important;
|
||||
line-height: 0.95 !important;
|
||||
color: #ffffff !important;
|
||||
text-transform: uppercase !important;
|
||||
letter-spacing: -1.8px !important;
|
||||
margin: 0 0 20px 0 !important;
|
||||
letter-spacing: -0.02em !important;
|
||||
margin: 0 0 28px 0 !important;
|
||||
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
||||
}
|
||||
|
||||
.contacts-hero-title-line {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Keep each line intact on desktop — never split SYSTEM or PROMISE/KEPT */
|
||||
@media (min-width: 1024px) {
|
||||
.contacts-hero-title-line {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
}
|
||||
|
||||
.contacts-hero-title-highlight {
|
||||
background: linear-gradient(135deg, #ffffff 40%, #c01227 100%) !important;
|
||||
-webkit-background-clip: text !important;
|
||||
-webkit-text-fill-color: transparent !important;
|
||||
color: #c01227 !important;
|
||||
}
|
||||
|
||||
/* Description text */
|
||||
.contacts-hero-desc {
|
||||
font-size: clamp(15px, 1.22vw, 18px) !important;
|
||||
font-size: clamp(15px, 1.3vw, 19px) !important;
|
||||
line-height: 1.6 !important;
|
||||
color: rgba(255, 255, 255, 0.75) !important;
|
||||
max-width: 600px !important;
|
||||
margin: 0 auto 36px auto !important;
|
||||
color: rgba(255, 255, 255, 0.82) !important;
|
||||
max-width: 640px !important;
|
||||
margin: 0 auto 24px auto !important;
|
||||
font-weight: 500 !important;
|
||||
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
||||
}
|
||||
|
||||
.contacts-hero-desc-trademark {
|
||||
color: #ffffff !important;
|
||||
font-weight: 700 !important;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
/* Breadcrumb capsule */
|
||||
.contacts-hero-breadcrumbs {
|
||||
display: inline-flex !important;
|
||||
@@ -200,9 +193,12 @@ b:"$Sreact.suspense"
|
||||
padding: 0 16px !important;
|
||||
width: 95% !important;
|
||||
}
|
||||
.contacts-hero-title {
|
||||
letter-spacing: -1px !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":"41","className":"elementor elementor-41","children":[[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3"],"$L4"]}]}]}]}],["$L5","$L6"],"$L7"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SnoAOpbT_RGaY5uBgRytO"}
|
||||
3:["$","div",null,{"className":"custom-standard-hero-container","children":["$","div",null,{"className":"custom-standard-hero-card contacts-hero-custom","children":["$","div",null,{"className":"contacts-hero-card-custom","children":[["$","div",null,{"className":"contacts-hero-bg-overlay"}],["$","div",null,{"className":"contacts-hero-grid"}],["$","div",null,{"className":"contacts-hero-glow-red"}],["$","div",null,{"className":"contacts-hero-glow-blue"}],["$","div",null,{"className":"contacts-hero-glass-card","children":[["$","div",null,{"className":"contacts-hero-kicker","children":[["$","span",null,{"className":"contacts-hero-kicker-line"}],["$","span",null,{"className":"contacts-hero-kicker-text","children":"24/7 support & sales"}],["$","span",null,{"className":"contacts-hero-kicker-line"}]]}],["$","h1",null,{"className":"contacts-hero-title","children":["Get In ",["$","span",null,{"className":"contacts-hero-title-highlight","children":"Touch"}]]}],["$","p",null,{"className":"contacts-hero-desc","children":"Have questions about our smart delivery network, pricing plans, or partner ecosystem? Let's build the future of logistics together."}]]}]]}]}]}]
|
||||
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":"41","className":"elementor elementor-41","children":[[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3"],"$L4"]}]}]}]}],["$L5","$L6"],"$L7"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"6fArXL0vngyn3fcJQtVmY"}
|
||||
3:["$","div",null,{"className":"custom-standard-hero-container","children":["$","div",null,{"className":"custom-standard-hero-card contacts-hero-custom","children":["$","div",null,{"className":"contacts-hero-card-custom","children":[["$","div",null,{"className":"contacts-hero-bg-overlay"}],["$","div",null,{"className":"contacts-hero-grid"}],["$","div",null,{"className":"contacts-hero-glow-red"}],["$","div",null,{"className":"contacts-hero-glow-blue"}],["$","div",null,{"className":"contacts-hero-glass-card","children":["$","h1",null,{"className":"contacts-hero-title","children":[["$","span",null,{"className":"contacts-hero-title-line","children":"Delivering Trust."}],["$","span",null,{"className":"contacts-hero-title-line","children":["Beyond ",["$","span",null,{"className":"contacts-hero-title-highlight","children":"Boundaries."}]]}]]}]}]]}]}]}]
|
||||
8:T6a8,
|
||||
.elementor-element-7304a53 {
|
||||
--padding-left: 20px;
|
||||
@@ -244,7 +240,7 @@ b:"$Sreact.suspense"
|
||||
.elementor-element-7304a53 .elementor-custom-embed { height: 360px !important; }
|
||||
}
|
||||
4:["$","div",null,{"className":"elementor-element elementor-element-7304a53 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent","data-id":"7304a53","data-element_type":"container","data-e-type":"container","children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$8"}}],["$","div",null,{"className":"elementor-element elementor-element-5a3eed4 elementor-widget","data-id":"5a3eed4","data-element_type":"widget","data-e-type":"widget","children":["$","div",null,{"className":"elementor-widget-container","children":["$","div",null,{"className":"elementor-custom-embed","style":{"width":"100%","height":"500px"},"children":["$","$L9",null,{}]}]}]}]]}]
|
||||
5:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0bq~re.i_tntr.css","precedence":"next"}]
|
||||
6:["$","script","script-0",{"src":"/_next/static/chunks/0yeyoeh5fs0l6.js","async":true}]
|
||||
5:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08ym5qvn8x_06.css","precedence":"next"}]
|
||||
6:["$","script","script-0",{"src":"/_next/static/chunks/15oii2oi_2o7g.js","async":true}]
|
||||
7:["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]
|
||||
c:null
|
||||
|
||||
Reference in New Issue
Block a user