18042026 index query
This commit is contained in:
@@ -313,291 +313,111 @@
|
||||
}
|
||||
|
||||
|
||||
/* ─── LARGE DESKTOP (1440px+) ─── */
|
||||
/* ─── ULTRA-WIDE SCREENS (1440px to 2560px+) ─── */
|
||||
/* Merged and optimized for cleaner structure */
|
||||
@media (min-width: 1440px) {
|
||||
|
||||
.dm-compare-section {
|
||||
max-width: 1440px;
|
||||
padding: 72px 52px;
|
||||
background: #1f1f1f;
|
||||
border-radius: 20px;
|
||||
/* margin: 0px 50px; */
|
||||
|
||||
}
|
||||
|
||||
.dm-compare-section::before {
|
||||
background-size: 80px 80px;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header {
|
||||
margin-bottom: 64px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow {
|
||||
font-size: 12px;
|
||||
letter-spacing: 3.8px;
|
||||
gap: 12px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow::before,
|
||||
.dm-compare-section .dm-eyebrow::after {
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title {
|
||||
font-size: clamp(40px, 5vw, 68px);
|
||||
letter-spacing: -1.1px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-sub {
|
||||
font-size: 16px;
|
||||
margin-top: 20px;
|
||||
line-height: 1.72;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-wrap {
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
padding: 30px 44px;
|
||||
font-size: 13.5px;
|
||||
letter-spacing: 2.8px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon svg {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 30px 44px;
|
||||
gap: 18px;
|
||||
font-size: 15.5px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
padding: 24px 44px;
|
||||
font-size: 12.5px;
|
||||
letter-spacing: 1.8px;
|
||||
max-width: 1400px; /* Increased for wider screens */
|
||||
padding: 80px 40px;
|
||||
}
|
||||
.dm-compare-section .dm-section-title { font-size: clamp(40px, 4vw, 72px); }
|
||||
.dm-compare-section .dm-col-head { padding: 32px 48px; font-size: 14px; }
|
||||
.dm-compare-section .dm-cell { padding: 32px 48px; font-size: 16px; }
|
||||
}
|
||||
|
||||
/* ─── EXTRA-LARGE DESKTOP (1920px+) ─── */
|
||||
@media (min-width: 1920px) {
|
||||
|
||||
.dm-compare-section {
|
||||
max-width: 1920px;
|
||||
padding: 72px 52px;
|
||||
background: #1f1f1f;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.dm-compare-section::before {
|
||||
background-size: 90px 90px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header {
|
||||
margin-bottom: 72px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow {
|
||||
font-size: 13px;
|
||||
letter-spacing: 4px;
|
||||
gap: 13px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow::before,
|
||||
.dm-compare-section .dm-eyebrow::after {
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title {
|
||||
font-size: clamp(46px, 5vw, 76px);
|
||||
letter-spacing: -1.3px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-sub {
|
||||
font-size: 17px;
|
||||
margin-top: 22px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-wrap {
|
||||
border-radius: 26px;
|
||||
box-shadow: 0 10px 60px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
padding: 32px 52px;
|
||||
font-size: 14px;
|
||||
letter-spacing: 3px;
|
||||
gap: 13px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 34px 52px;
|
||||
gap: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon svg {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
padding: 26px 52px;
|
||||
font-size: 13px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ─── ULTRA-WIDE (2560px+) ─── */
|
||||
@media (min-width: 2560px) {
|
||||
|
||||
.dm-compare-section {
|
||||
max-width: 2560px;
|
||||
padding: 80px 72px 50px;
|
||||
background: #1f1f1f;
|
||||
}
|
||||
|
||||
.dm-compare-section::before {
|
||||
background-size: 100px 100px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header {
|
||||
margin-bottom: 84px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow {
|
||||
font-size: 14px;
|
||||
letter-spacing: 4.5px;
|
||||
gap: 14px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow::before,
|
||||
.dm-compare-section .dm-eyebrow::after {
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title {
|
||||
font-size: clamp(52px, 5vw, 84px);
|
||||
letter-spacing: -1.5px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-sub {
|
||||
font-size: 18.5px;
|
||||
margin-top: 26px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-wrap {
|
||||
border-radius: 28px;
|
||||
box-shadow: 0 12px 70px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
padding: 36px 60px;
|
||||
font-size: 15px;
|
||||
letter-spacing: 3.5px;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 38px 60px;
|
||||
gap: 22px;
|
||||
font-size: 17px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon svg {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
padding: 28px 60px;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2.2px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell .dm-dot {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* ─── TABLET (768px to 1200px) ─── */
|
||||
@media (max-width: 1200px) {
|
||||
.dm-compare-section { padding: 60px 16px 70px;background: #1f1f1f; }
|
||||
.dm-compare-section {
|
||||
padding: 60px 24px;
|
||||
/* background: #1f1f1f; Remove if already set globally or in parent */
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title { font-size: clamp(32px, 6vw, 48px); }
|
||||
|
||||
.dm-compare-section .dm-col-head,
|
||||
.dm-compare-section .dm-cell { padding: 20px 20px; }
|
||||
.dm-compare-section .dm-footer-cell { padding: 18px 20px; }
|
||||
.dm-compare-section .dm-col-head { font-size: 11px; letter-spacing: 1.5px; }
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 24px 30px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell { padding: 16px 30px; }
|
||||
}
|
||||
|
||||
/* ── RESPONSIVE (MOBILE) ── */
|
||||
@media (max-width: 680px) {
|
||||
.dm-compare-section { padding: 60px 16px 70px;background: #1f1f1f; border-radius: 20px; }
|
||||
.dm-compare-section .dm-col-head,
|
||||
.dm-compare-section .dm-cell { padding: 20px 20px; }
|
||||
.dm-compare-section .dm-footer-cell { padding: 18px 20px; }
|
||||
.dm-compare-section .dm-col-head { font-size: 11px; letter-spacing: 1.5px; }
|
||||
/* ─── MOBILE (Below 768px) ─── */
|
||||
@media (max-width: 767px) {
|
||||
.dm-compare-section {
|
||||
padding: 40px 16px;
|
||||
border-radius: 0; /* Full width mobile feel */
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header { margin-bottom: 32px; }
|
||||
.dm-compare-section .dm-section-sub { font-size: 14px; padding: 0 10px; }
|
||||
|
||||
/* Stack the layout */
|
||||
.dm-compare-section .dm-col-headers,
|
||||
.dm-compare-section .dm-compare-row,
|
||||
.dm-compare-section .dm-compare-footer {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
/* Remove vertical divider */
|
||||
.dm-compare-section .dm-col-headers::after { display: none; }
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
border-bottom: 1px solid var(--dm-border);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head.dm-doormile {
|
||||
border-top: 1px solid var(--dm-red-border);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 18px 20px;
|
||||
border-left: none !important;
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
/* Distinguish columns in stacked mode */
|
||||
.dm-compare-section .dm-cell.dm-left {
|
||||
background: #fafafa;
|
||||
border-bottom: 1px dashed var(--dm-border);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell.dm-right {
|
||||
background: var(--dm-red-light);
|
||||
border-bottom: 1px solid var(--dm-border);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-row:last-child .dm-cell.dm-right {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Footer adjustments */
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
padding: 16px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell.dm-right {
|
||||
border-left: none;
|
||||
border-top: 1px solid var(--dm-red-border);
|
||||
}
|
||||
|
||||
/* Fix Icon/Text scale for mobile */
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
.dm-compare-section .dm-cell-text {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- ── SECTION HTML ── -->
|
||||
@@ -607,7 +427,7 @@
|
||||
|
||||
<div class="dm-section-header">
|
||||
<div class="dm-eyebrow">Why It Matters</div>
|
||||
<h2 class="dm-section-title" style="color:white;">Two Approaches.<br><em>One Clear Winner.</em></h2>
|
||||
<h2 class="dm-section-title" style="color:black;">Two Approaches.<br><em>One Clear Winner.</em></h2>
|
||||
<p class="dm-section-sub">See how the Doormile way eliminates the friction that traditional logistics creates at every step.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -313,273 +313,45 @@
|
||||
}
|
||||
|
||||
|
||||
/* ─── LARGE DESKTOP (1440px+) ─── */
|
||||
@media (min-width: 1440px) {
|
||||
|
||||
.dm-compare-section {
|
||||
max-width: 1260px;
|
||||
padding: 60px 52px 0px;
|
||||
}
|
||||
|
||||
.dm-compare-section::before {
|
||||
background-size: 80px 80px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header {
|
||||
margin-bottom: 64px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow {
|
||||
font-size: 12px;
|
||||
letter-spacing: 3.8px;
|
||||
gap: 12px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow::before,
|
||||
.dm-compare-section .dm-eyebrow::after {
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title {
|
||||
font-size: clamp(40px, 5vw, 68px);
|
||||
letter-spacing: -1.1px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-sub {
|
||||
font-size: 16px;
|
||||
margin-top: 20px;
|
||||
line-height: 1.72;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-wrap {
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
padding: 30px 44px;
|
||||
font-size: 13.5px;
|
||||
letter-spacing: 2.8px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon svg {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 30px 44px;
|
||||
gap: 18px;
|
||||
font-size: 15.5px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
padding: 24px 44px;
|
||||
font-size: 12.5px;
|
||||
letter-spacing: 1.8px;
|
||||
}
|
||||
/* ─── DESKTOP (1200px) ─── */
|
||||
@media (max-width: 1200px) {
|
||||
.dm-compare-section { max-width: 960px; padding: 50px 30px 0; }
|
||||
.dm-compare-section .dm-section-title { font-size: 52px; }
|
||||
}
|
||||
|
||||
/* ─── EXTRA-LARGE DESKTOP (1920px+) ─── */
|
||||
@media (min-width: 1920px) {
|
||||
|
||||
.dm-compare-section {
|
||||
max-width: 1480px;
|
||||
padding: 72px 64px 0px;
|
||||
}
|
||||
|
||||
.dm-compare-section::before {
|
||||
background-size: 90px 90px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header {
|
||||
margin-bottom: 72px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow {
|
||||
font-size: 13px;
|
||||
letter-spacing: 4px;
|
||||
gap: 13px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow::before,
|
||||
.dm-compare-section .dm-eyebrow::after {
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title {
|
||||
font-size: clamp(46px, 5vw, 76px);
|
||||
letter-spacing: -1.3px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-sub {
|
||||
font-size: 17px;
|
||||
margin-top: 22px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-wrap {
|
||||
border-radius: 26px;
|
||||
box-shadow: 0 10px 60px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
padding: 32px 52px;
|
||||
font-size: 14px;
|
||||
letter-spacing: 3px;
|
||||
gap: 13px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 34px 52px;
|
||||
gap: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon svg {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
padding: 26px 52px;
|
||||
font-size: 13px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
/* ─── TABLET (1024px) ─── */
|
||||
@media (max-width: 1024px) {
|
||||
.dm-compare-section { max-width: 100%; padding: 50px 40px; }
|
||||
.dm-compare-section .dm-section-title { font-size: 46px; }
|
||||
.dm-compare-section .dm-col-head,
|
||||
.dm-compare-section .dm-cell { padding: 25px 30px; }
|
||||
.dm-compare-section .dm-section-sub { font-size: 15px; }
|
||||
}
|
||||
|
||||
/* ─── ULTRA-WIDE (2560px+) ─── */
|
||||
@media (min-width: 2560px) {
|
||||
|
||||
.dm-compare-section {
|
||||
max-width: 1760px;
|
||||
padding: 80px 72px 0px;
|
||||
}
|
||||
|
||||
.dm-compare-section::before {
|
||||
background-size: 100px 100px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-header {
|
||||
margin-bottom: 84px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow {
|
||||
font-size: 14px;
|
||||
letter-spacing: 4.5px;
|
||||
gap: 14px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-eyebrow::before,
|
||||
.dm-compare-section .dm-eyebrow::after {
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-title {
|
||||
font-size: clamp(52px, 5vw, 84px);
|
||||
letter-spacing: -1.5px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-section-sub {
|
||||
font-size: 18.5px;
|
||||
margin-top: 26px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-compare-wrap {
|
||||
border-radius: 28px;
|
||||
box-shadow: 0 12px 70px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head {
|
||||
padding: 36px 60px;
|
||||
font-size: 15px;
|
||||
letter-spacing: 3.5px;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-col-head-icon svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell {
|
||||
padding: 38px 60px;
|
||||
gap: 22px;
|
||||
font-size: 17px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-cell-icon svg {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell {
|
||||
padding: 28px 60px;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2.2px;
|
||||
}
|
||||
|
||||
.dm-compare-section .dm-footer-cell .dm-dot {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
/* ─── MOBILE (768px) ─── */
|
||||
@media (max-width: 768px) {
|
||||
.dm-compare-section { padding: 60px 20px 80px; }
|
||||
.dm-compare-section .dm-section-header { margin-bottom: 40px; }
|
||||
.dm-compare-section .dm-section-title { font-size: 38px; }
|
||||
.dm-compare-section .dm-section-sub { font-size: 14.5px; margin-top: 15px; }
|
||||
.dm-compare-section .dm-col-head { padding: 20px 20px; font-size: 11.5px; letter-spacing: 2px; }
|
||||
.dm-compare-section .dm-cell { padding: 22px 20px; font-size: 14px; gap: 12px; }
|
||||
.dm-compare-section .dm-cell-icon { width: 28px; height: 28px; }
|
||||
.dm-compare-section .dm-footer-cell { padding: 18px 20px; font-size: 11px; letter-spacing: 1px; }
|
||||
}
|
||||
|
||||
/* ── RESPONSIVE (MOBILE) ── */
|
||||
@media (max-width: 680px) {
|
||||
.dm-compare-section { padding: 60px 16px 70px; }
|
||||
.dm-compare-section .dm-col-head,
|
||||
.dm-compare-section .dm-cell { padding: 20px 20px; }
|
||||
.dm-compare-section .dm-footer-cell { padding: 18px 20px; }
|
||||
.dm-compare-section .dm-col-head { font-size: 11px; letter-spacing: 1.5px; }
|
||||
/* ─── SMALL PHONE (480px) ─── */
|
||||
@media (max-width: 480px) {
|
||||
.dm-compare-section { padding: 50px 15px 60px; }
|
||||
.dm-compare-section .dm-eyebrow { font-size: 10px; letter-spacing: 2.5px; }
|
||||
.dm-compare-section::before { background-size: 50px 50px; }
|
||||
.dm-compare-section .dm-section-title { font-size: 32px; letter-spacing: -0.5px; }
|
||||
.dm-compare-section .dm-col-head { padding: 18px 15px; font-size: 10px; letter-spacing: 1px; gap: 8px; }
|
||||
.dm-compare-section .dm-col-head-icon { width: 22px; height: 22px; }
|
||||
.dm-compare-section .dm-cell { padding: 18px 12px; font-size: 13px; gap: 10px; }
|
||||
.dm-compare-section .dm-cell-icon { width: 24px; height: 24px; }
|
||||
.dm-compare-section .dm-footer-cell { padding: 15px 12px; font-size: 9px; letter-spacing: 0.5px; }
|
||||
.dm-compare-section .dm-footer-cell.dm-right { gap: 6px; }
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
3632
includes/container.php
Normal file
3632
includes/container.php
Normal file
File diff suppressed because it is too large
Load Diff
173
includes/ev-premium.php
Normal file
173
includes/ev-premium.php
Normal file
@@ -0,0 +1,173 @@
|
||||
|
||||
<link rel="stylesheet" href="assets/css/ev-premium.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
|
||||
<section class="evp-section">
|
||||
<!-- Background Decor -->
|
||||
<div class="evp-bg-aura aura-red"></div>
|
||||
<div class="evp-bg-aura aura-blue"></div>
|
||||
<div class="evp-grid-overlay"></div>
|
||||
|
||||
<div class="evp-container">
|
||||
<div class="evp-layout">
|
||||
|
||||
<!-- LEFT: Strategic Content -->
|
||||
<div class="evp-content">
|
||||
<div class="evp-tag">
|
||||
<span class="status-dot"></span>
|
||||
EV-Native Intelligence
|
||||
</div>
|
||||
|
||||
<h2 class="evp-title" style="color:#FFFFFF !important">
|
||||
BUILT FOR ELECTRIC.
|
||||
<span>NOT ADAPTED.</span>
|
||||
</h2>
|
||||
|
||||
<p class="evp-desc">
|
||||
Most logistics software treats EVs as diesel trucks with a battery. Doormile was built EV-first—understanding that electric fleets require fundamentally different intelligence.
|
||||
</p>
|
||||
|
||||
<div class="evp-features">
|
||||
<!-- Feature 1 -->
|
||||
<div class="evp-feature-card">
|
||||
<div class="evp-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v20M2 12h20M4.93 4.93l14.14 14.14M4.93 19.07L19.07 4.93"/></svg>
|
||||
</div>
|
||||
<h4>Adaptive Routing</h4>
|
||||
<p>Battery level, health, and degradation are primary inputs to our route optimization engine.</p>
|
||||
</div>
|
||||
|
||||
<!-- Feature 2 -->
|
||||
<div class="evp-feature-card">
|
||||
<div class="evp-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18.36 6.64A9 9 0 1 1 5.64 19.36m12.72-12.72L12 12M18.36 6.64L19.77 5.23"/></svg>
|
||||
</div>
|
||||
<h4>Charging Sync</h4>
|
||||
<p>Seamlessly integrate charging stops into routes without compromising strict delivery windows.</p>
|
||||
</div>
|
||||
|
||||
<!-- Feature 3 -->
|
||||
<div class="evp-feature-card">
|
||||
<div class="evp-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
|
||||
</div>
|
||||
<h4>Energy Paths</h4>
|
||||
<p>Advanced terrain and weather models predict energy consumption with 98% accuracy.</p>
|
||||
</div>
|
||||
|
||||
<!-- Feature 4 -->
|
||||
<div class="evp-feature-card">
|
||||
<div class="evp-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/></svg>
|
||||
</div>
|
||||
<h4>Total Control</h4>
|
||||
<p>Real-time telemetry gives you a god-view of every asset's health and performance.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- RIGHT: Interactive Dashboard Visual -->
|
||||
<div class="evp-visual">
|
||||
<div class="evp-dashboard">
|
||||
<div class="evp-db-header">
|
||||
<div>
|
||||
<span class="evp-db-title">Fleet Status</span>
|
||||
<h4 class="evp-db-id">DML-001</h4>
|
||||
</div>
|
||||
<div class="evp-live-tag">
|
||||
Live Telemetry
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="evp-van-stage">
|
||||
<!-- Floating HUD: Battery -->
|
||||
<div class="evp-hud-card hud-battery" data-speed="1.2">
|
||||
<div class="evp-progress-wrap">
|
||||
<svg class="evp-progress-svg" viewBox="0 0 40 40">
|
||||
<circle class="evp-progress-circle-bg" cx="20" cy="20" r="18"/>
|
||||
<circle class="evp-progress-circle" cx="20" cy="20" r="18" style="stroke-dasharray: 113; stroke-dashoffset: 113;"/>
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<div class="hud-label-small">Battery Charge</div>
|
||||
<div class="hud-val-large">82%</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating HUD: Location -->
|
||||
<div class="evp-hud-card hud-location" data-speed="0.8">
|
||||
<div class="hud-label-small">Current Location</div>
|
||||
<div class="hud-val-large" style="font-size: 16px;">Downtown HQ</div>
|
||||
<div style="font-size: 10px; color: #10B981; margin-top: 5px;">• On Schedule</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating HUD: Route -->
|
||||
<div class="evp-hud-card hud-route" data-speed="1.5">
|
||||
<div class="hud-label-small">Active Route</div>
|
||||
<div class="hud-val-large" style="font-size: 16px;">Zone B delivery</div>
|
||||
<div class="hud-route-path">
|
||||
<div class="hud-route-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<img src="assets/images/premium-ev-van.png" alt="Doormile Premium Electric Van" class="evp-van-image">
|
||||
</div>
|
||||
|
||||
<!-- Metrics Row -->
|
||||
<div class="evp-metrics">
|
||||
<div class="m-item">
|
||||
<div class="m-label">Fuel Saved</div>
|
||||
<div class="m-value">40%</div>
|
||||
</div>
|
||||
<div class="m-item">
|
||||
<div class="m-label">Emissions</div>
|
||||
<div class="m-value">ZERO</div>
|
||||
</div>
|
||||
<div class="m-item">
|
||||
<div class="m-label">Uptime</div>
|
||||
<div class="m-value">98%</div>
|
||||
</div>
|
||||
<div class="m-item">
|
||||
<div class="m-label">Efficiency</div>
|
||||
<div class="m-value">3x</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
// Animate Battery Progress
|
||||
setTimeout(() => {
|
||||
const circle = document.querySelector('.evp-progress-circle');
|
||||
if (circle) {
|
||||
circle.style.strokeDashoffset = '20.34'; // 82% of 113
|
||||
}
|
||||
}, 500);
|
||||
|
||||
// Subtle Mouse Parallax for HUD cards
|
||||
const container = document.querySelector('.evp-visual');
|
||||
const cards = document.querySelectorAll('.evp-hud-card');
|
||||
|
||||
container.addEventListener('mousemove', (e) => {
|
||||
const rect = container.getBoundingClientRect();
|
||||
const x = e.clientX - rect.left - rect.width / 2;
|
||||
const y = e.clientY - rect.top - rect.height / 2;
|
||||
|
||||
cards.forEach(card => {
|
||||
const speed = card.getAttribute('data-speed') || 1;
|
||||
card.style.transform = `translate(${x * 0.02 * speed}px, ${y * 0.02 * speed}px)`;
|
||||
});
|
||||
});
|
||||
|
||||
container.addEventListener('mouseleave', () => {
|
||||
cards.forEach(card => {
|
||||
card.style.transform = `translate(0, 0)`;
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
371
includes/fleet.php
Normal file
371
includes/fleet.php
Normal file
@@ -0,0 +1,371 @@
|
||||
<!-- Fleet Status - Senior UI/UX Redesign -->
|
||||
<link rel="stylesheet" href="assets/css/ev-section.css">
|
||||
<link rel="stylesheet" href="assets/css/ev-premium.css">
|
||||
<link rel="stylesheet" href="assets/css/theme.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
/* ─── BASE SECTION STYLES ─── */
|
||||
.fleet-section {
|
||||
padding: 100px 0;
|
||||
background-color: #FDFDFD;
|
||||
font-family: 'Public Sans', sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fleet-container {
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding: 0 40px;
|
||||
display: flex; /* Fix for stacking issues */
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 60px; /* Precise gap as requested */
|
||||
}
|
||||
|
||||
/* ─── LEFT CONTENT: Heading & Features ─── */
|
||||
.fleet-content-left {
|
||||
flex: 1;
|
||||
max-width: 620px;
|
||||
}
|
||||
|
||||
.fleet-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 6px 14px;
|
||||
background: #FEE2E2;
|
||||
color: #B91C1C;
|
||||
border-radius: 100px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.fleet-title {
|
||||
font-size: clamp(36px, 4.5vw, 56px);
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
color: #111827;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.fleet-title span {
|
||||
color: #DC2626;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fleet-desc {
|
||||
font-size: 18px;
|
||||
color: #4B5563;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
/* Feature Cards */
|
||||
.fleet-feature-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.fleet-feature-card {
|
||||
padding: 24px;
|
||||
background: #fff;
|
||||
border: 1px solid #F1F5F9;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
|
||||
transition: transform 0.3s ease, border-color 0.3s ease;
|
||||
}
|
||||
|
||||
.fleet-feature-card:hover {
|
||||
transform: translateY(-5px);
|
||||
border-color: #FECACA;
|
||||
}
|
||||
|
||||
.fleet-feature-card h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fleet-feature-card p {
|
||||
font-size: 14px;
|
||||
color: #6B7280;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ─── RIGHT CONTENT: Fleet Status Dashboard ─── */
|
||||
.fleet-status-right {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.fleet-status-card {
|
||||
width: 100%;
|
||||
max-width: 580px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 32px;
|
||||
padding: 40px;
|
||||
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
|
||||
border: 1px solid #F1F5F9;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fs-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fs-title {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fs-indicator {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
color: #64748B;
|
||||
background: #F1F5F9;
|
||||
padding: 6px 14px;
|
||||
border-radius: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.fs-indicator::before {
|
||||
content: '';
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background: #10B981;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/* Center Visual */
|
||||
.fs-v-center {
|
||||
position: relative;
|
||||
padding: 20px 0;
|
||||
background-image:
|
||||
radial-gradient(#E2E8F0 1px, transparent 1px);
|
||||
background-size: 24px 24px; /* Subtle grid texture */
|
||||
border-radius: 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.van-hero {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 420px;
|
||||
filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
|
||||
}
|
||||
|
||||
/* ─── FLOATING OVERLAY CARDS ─── */
|
||||
.fs-overlay {
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
backdrop-filter: blur(8px);
|
||||
padding: 12px 16px;
|
||||
border-radius: 18px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.4);
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.fs-o-1 { top: 10%; right: -10px; }
|
||||
.fs-o-2 { top: 40%; left: -20px; }
|
||||
.fs-o-3 { bottom: 15%; right: -5px; }
|
||||
|
||||
/* Battery Progress Style */
|
||||
.battery-circle {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.circle-bg {
|
||||
fill: none;
|
||||
stroke: #F1F5F9;
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
||||
.circle-progress {
|
||||
fill: none;
|
||||
stroke: #E31E24;
|
||||
stroke-width: 3;
|
||||
stroke-linecap: round;
|
||||
transition: stroke-dashoffset 0.5s ease;
|
||||
}
|
||||
|
||||
.fs-info h4 {
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.fs-info p {
|
||||
margin: 2px 0 0 0;
|
||||
font-size: 11px;
|
||||
color: #64748B;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* ─── RESPONSIVENESS ─── */
|
||||
@media (max-width: 1200px) {
|
||||
.fleet-container {
|
||||
flex-direction: column; /* Stack on smaller screens */
|
||||
padding: 0 30px;
|
||||
gap: 80px;
|
||||
}
|
||||
|
||||
.fleet-content-left, .fleet-status-right {
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fleet-status-right {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.fleet-feature-grid {
|
||||
margin: 0 auto;
|
||||
max-width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.fleet-feature-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.fs-overlay {
|
||||
display: none; /* Hide complex overlays on small mobile */
|
||||
}
|
||||
|
||||
.fleet-status-card {
|
||||
padding: 25px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<section class="fleet-section">
|
||||
<div class="fleet-container">
|
||||
|
||||
<!-- LEFT: Content & Features -->
|
||||
<div class="fleet-content-left">
|
||||
<div class="fleet-badge">Enterprise Fleet Dashboard</div>
|
||||
<h2 class="fleet-title">
|
||||
Built for Electric.<br>
|
||||
<span>Not Adapted.</span>
|
||||
</h2>
|
||||
<p class="fleet-desc">
|
||||
Deploy a high-performance logistics command center. Doormile orchestrates complex electric fleets with sub-second precision and predictive intelligence.
|
||||
</p>
|
||||
|
||||
<div class="fleet-feature-grid">
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Adaptive Routing</h4>
|
||||
<p>Dynamic route recalibration based on real-time traffic and conditions.</p>
|
||||
</div>
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Live Telemetry</h4>
|
||||
<p>Sub-second updates from every asset in your connected logistics network.</p>
|
||||
</div>
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Energy Oversight</h4>
|
||||
<p>Centralized monitoring of battery health and charging station efficiency.</p>
|
||||
</div>
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Service Integrity</h4>
|
||||
<p>Proactive delay detection ensuring 99.9% delivery window success.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- RIGHT: Fleet Status Dashboard -->
|
||||
<div class="fleet-status-right">
|
||||
<div class="fleet-status-card">
|
||||
<div class="fs-header">
|
||||
<h4 class="fs-title">Fleet Status</h4>
|
||||
<div class="fs-indicator">12 vehicles active</div>
|
||||
</div>
|
||||
|
||||
<div class="fs-v-center">
|
||||
<img src="assets/images/fleet-van-light.png" alt="Doormile Electric Van" class="van-hero">
|
||||
|
||||
<!-- Floating Card 1 -->
|
||||
<div class="fs-overlay fs-o-1">
|
||||
<div class="battery-circle">
|
||||
<svg viewBox="0 0 36 36" width="36" height="36">
|
||||
<path class="circle-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
<path class="circle-progress" stroke-dasharray="92, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
</svg>
|
||||
<span style="position:absolute;">92%</span>
|
||||
</div>
|
||||
<div class="fs-info">
|
||||
<h4>EV-1024</h4>
|
||||
<p>North Route • Active</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating Card 2 -->
|
||||
<div class="fs-overlay fs-o-2">
|
||||
<div class="battery-circle">
|
||||
<svg viewBox="0 0 36 36" width="36" height="36">
|
||||
<path class="circle-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
<path class="circle-progress" style="stroke:#10B981" stroke-dasharray="74, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
</svg>
|
||||
<span style="position:absolute;">74%</span>
|
||||
</div>
|
||||
<div class="fs-info">
|
||||
<h4>EV-0892</h4>
|
||||
<p>Express • 12m left</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating Card 3 -->
|
||||
<div class="fs-overlay fs-o-3">
|
||||
<div class="battery-circle">
|
||||
<svg viewBox="0 0 36 36" width="36" height="36">
|
||||
<path class="circle-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
<path class="circle-progress" style="stroke:#F59E0B" stroke-dasharray="21, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
</svg>
|
||||
<span style="position:absolute;">21%</span>
|
||||
</div>
|
||||
<div class="fs-info">
|
||||
<h4>EV-1104</h4>
|
||||
<p>Charging required</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="text-align:center; font-size: 13px; color: #64748B; font-weight: 500;">
|
||||
LIVE TELEMETRY ACTIVE
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
<div class="button-widget">
|
||||
<div class="button-container">
|
||||
<a href="https://demo.artureanec.com/themes/logico-rounded/services-page/"
|
||||
<a href="#"
|
||||
target="_blank" class="logico-small-button">
|
||||
Discover<svg viewBox="0 0 13 20">
|
||||
<polyline points="0.5 19.5 3 19.5 12.5 10 3 0.5"></polyline>
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
<div class="button-widget">
|
||||
<div class="button-container">
|
||||
<a href="about-us.php" target="_blank" class="logico-small-button">
|
||||
<a href="#" target="_blank" class="logico-small-button">
|
||||
Discover<svg viewBox="0 0 13 20">
|
||||
<polyline points="0.5 19.5 3 19.5 12.5 10 3 0.5"></polyline>
|
||||
</svg> </a>
|
||||
@@ -130,7 +130,7 @@
|
||||
|
||||
<div class="button-widget">
|
||||
<div class="button-container">
|
||||
<a href="https://demo.artureanec.com/themes/logico-rounded/contacts/"
|
||||
<a href="#"
|
||||
target="_blank" class="logico-alter-button">
|
||||
Contact us </a>
|
||||
</div>
|
||||
|
||||
@@ -1759,10 +1759,7 @@
|
||||
margin-block-end: 1.7em;
|
||||
}
|
||||
|
||||
/* .elementor-kit-5 a {
|
||||
color: #c01227;
|
||||
text-decoration: underline;
|
||||
} */
|
||||
|
||||
|
||||
.elementor-kit-5 h1 {
|
||||
color: #111111;
|
||||
@@ -2687,7 +2684,7 @@
|
||||
--gap: 0px 0px;
|
||||
--row-gap: 0px;
|
||||
--column-gap: 0px;
|
||||
--margin-top: 150px;
|
||||
--margin-top: 50px;
|
||||
--margin-bottom: 0px;
|
||||
--margin-left: 0px;
|
||||
--margin-right: 0px;
|
||||
@@ -2757,8 +2754,11 @@
|
||||
}
|
||||
|
||||
.elementor-61 .elementor-element.elementor-element-99768ba img {
|
||||
border-radius: 25px 25px 25px 25px;
|
||||
height: 100%;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
/* FIX */
|
||||
display: block;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
body:not(.rtl) .elementor-61 .elementor-element.elementor-element-0031d81 {
|
||||
@@ -4012,7 +4012,7 @@
|
||||
}
|
||||
|
||||
.elementor-61 .elementor-element.elementor-element-fdb2e58 {
|
||||
--width: 100%;
|
||||
--width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4745,7 +4745,7 @@
|
||||
}
|
||||
|
||||
.elementor-61 .elementor-element.elementor-element-4358e8e {
|
||||
font-size: 34px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.elementor-61 .elementor-element.elementor-element-d5b30d0 {
|
||||
@@ -12170,13 +12170,7 @@
|
||||
}
|
||||
|
||||
.elementor-63 .elementor-element.elementor-element-d6bdc87 .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -12204,13 +12198,7 @@
|
||||
}
|
||||
|
||||
.elementor-63 .elementor-element.elementor-element-1da88b5 .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -12253,13 +12241,7 @@
|
||||
}
|
||||
|
||||
.elementor-63 .elementor-element.elementor-element-18333ba .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -12293,13 +12275,7 @@
|
||||
}
|
||||
|
||||
.elementor-63 .elementor-element.elementor-element-a1cf3d4 .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -16709,7 +16685,7 @@
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-1d8be46:not(.elementor-motion-effects-element-type-background),
|
||||
.elementor-59 .elementor-element.elementor-element-1d8be46>.elementor-motion-effects-container>.elementor-motion-effects-layer {
|
||||
background-image: url("/assets/images/bg-contacts.png");
|
||||
background-image: url("assets/images/bg-contacts.png");
|
||||
background-position: top right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -16805,7 +16781,7 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-ee4c12d>.elementor-widget-container {
|
||||
padding: 38px 0px 0px 0px;
|
||||
padding: 38px 40px 0px 0px;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-ee4c12d .elementor-icon-box-wrapper {
|
||||
@@ -16968,13 +16944,7 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-a252a3b .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -17055,6 +17025,7 @@
|
||||
.elementor-59 .elementor-element.elementor-element-3c4a151:not(.elementor-motion-effects-element-type-background),
|
||||
.elementor-59 .elementor-element.elementor-element-3c4a151>.elementor-motion-effects-container>.elementor-motion-effects-layer {
|
||||
background-color: #1F1F1F;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-abc44d7 {
|
||||
@@ -17083,7 +17054,7 @@
|
||||
background-image: url("assets/images/bg-header-5.png");
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
/* background-size: 100% 100%; */
|
||||
background-size: cover;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
@@ -17389,6 +17360,7 @@
|
||||
.elementor-59 .elementor-element.elementor-element-f35119c img {
|
||||
width: 1050px;
|
||||
max-width: 100%;
|
||||
/* display: none; */
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-56ecbb3 {
|
||||
@@ -17777,13 +17749,7 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-eec16ae .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -17890,13 +17856,7 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-c95665b .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -18003,13 +17963,7 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-bcd0869 .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -18862,8 +18816,9 @@
|
||||
.elementor-59 .elementor-element.elementor-element-abc44d7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-size: cover;
|
||||
transform: none !important;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-e468228 {
|
||||
@@ -18871,6 +18826,7 @@
|
||||
--container-widget-flex-grow: 0;
|
||||
width: var(--container-widget-width, 44%);
|
||||
max-width: 44%;
|
||||
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-e468228 .logico-title {
|
||||
@@ -18901,6 +18857,7 @@
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-f35119c>.elementor-widget-container {
|
||||
margin: 0px 0px 0px 0px;
|
||||
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-56ecbb3 {
|
||||
@@ -19335,6 +19292,7 @@
|
||||
@media(max-width: 840px) {
|
||||
.elementor-59 .elementor-element.elementor-element-cbfd9b2 .elementor-repeater-item-3264830 .slide-content-inner {
|
||||
margin: 0px 0px 0px 0px;
|
||||
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-cbfd9b2 .elementor-repeater-item-3264830 .content-slider-item-heading {
|
||||
@@ -19408,6 +19366,9 @@
|
||||
--margin-bottom: 0px;
|
||||
--margin-left: 0px;
|
||||
--margin-right: 0px;
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-9d0ee1a {
|
||||
@@ -19465,7 +19426,7 @@
|
||||
.elementor-59 .elementor-element.elementor-element-abc44d7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-size: cover;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
@@ -19474,6 +19435,7 @@
|
||||
--container-widget-flex-grow: 0;
|
||||
width: var(--container-widget-width, 56%);
|
||||
max-width: 56%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-e468228 .logico-title {
|
||||
@@ -19550,7 +19512,7 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-58a0dde {
|
||||
font-size: 34px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-59181c9 {
|
||||
@@ -19723,7 +19685,7 @@
|
||||
.elementor-59 .elementor-element.elementor-element-abc44d7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-size: cover;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
@@ -19975,12 +19937,12 @@
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-abc44d7:not(.elementor-motion-effects-element-type-background),
|
||||
/* .elementor-59 .elementor-element.elementor-element-abc44d7:not(.elementor-motion-effects-element-type-background),
|
||||
.elementor-59 .elementor-element.elementor-element-abc44d7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
transform: none !important;
|
||||
background-size: cover;
|
||||
transform: none !important; */
|
||||
}
|
||||
|
||||
body:not(.rtl) .elementor-59 .elementor-element.elementor-element-dcf16f2 {
|
||||
@@ -20026,11 +19988,11 @@
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-f35119c img {
|
||||
max-width: 120%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.elementor-59 .elementor-element.elementor-element-47f8cbe {
|
||||
--margin-top: 114%;
|
||||
--margin-top: 0%;
|
||||
--margin-bottom: 0%;
|
||||
--margin-left: 0%;
|
||||
--margin-right: 0%;
|
||||
@@ -27150,13 +27112,7 @@
|
||||
}
|
||||
|
||||
.elementor-element.elementor-element-e056676 .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -27291,13 +27247,7 @@
|
||||
}
|
||||
|
||||
.elementor-element.elementor-element-e8ee54e .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -27324,13 +27274,7 @@
|
||||
}
|
||||
|
||||
.elementor-element.elementor-element-1ea8a4b .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -27371,13 +27315,7 @@
|
||||
}
|
||||
|
||||
.elementor-element.elementor-element-09638df .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -27410,13 +27348,7 @@
|
||||
}
|
||||
|
||||
.elementor-element.elementor-element-59be3c9 .elementor-counter-number-wrapper {
|
||||
text-align: {
|
||||
{
|
||||
VALUE
|
||||
}
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
--counter-prefix-grow: 0;
|
||||
--counter-suffix-grow: 1;
|
||||
--counter-number-grow: 0;
|
||||
@@ -28808,8 +28740,8 @@
|
||||
--margin-right: 0px;
|
||||
--padding-top: 0px;
|
||||
--padding-bottom: 0px;
|
||||
--padding-left: 10px;
|
||||
--padding-right: 10px;
|
||||
--padding-left: 0px;
|
||||
--padding-right: 0px;
|
||||
}
|
||||
|
||||
.elementor-element.elementor-element-e51a21a {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<div class="dropdown-trigger" data-id="2f31137"><span
|
||||
class="dropdown-trigger-icon"></span></div>
|
||||
</div>
|
||||
<div class="slide-sidebar-wrapper slide-sidebar-position-left"
|
||||
<div style="z-index: 100000;" class="slide-sidebar-wrapper slide-sidebar-position-left"
|
||||
id="side-panel-2f31137">
|
||||
<div class="slide-sidebar-close"></div>
|
||||
<div class="slide-sidebar">
|
||||
@@ -209,7 +209,7 @@
|
||||
<div class="elementor-widget-container">
|
||||
<div class="hfe-site-logo">
|
||||
<a data-elementor-open-lightbox="" class='elementor-clickable'
|
||||
href="/logistic/index.php">
|
||||
href="index.php">
|
||||
<div class="hfe-site-logo-set">
|
||||
<div class="hfe-site-logo-container">
|
||||
<img width="400" height="76"
|
||||
@@ -237,7 +237,7 @@
|
||||
<nav>
|
||||
<ul id="menu-main-menu" class="main-menu">
|
||||
<li id="menu-item-10508" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10508<?php if (isset($current_page) && $current_page === 'home')
|
||||
echo ' active'; ?>">
|
||||
echo ' active'; ?>">
|
||||
<a href="index.php">Home</a>
|
||||
<!-- <ul class="sub-menu">
|
||||
<li id="menu-item-10528" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-10528"><a href="https://demo.artureanec.com/themes/logico-rounded/">Transportation</a></li>
|
||||
@@ -251,7 +251,7 @@
|
||||
</ul> -->
|
||||
</li>
|
||||
<li id="menu-item-10509" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10509<?php if (isset($current_page) && $current_page === 'how-its-works')
|
||||
echo ' active'; ?>">
|
||||
echo ' active'; ?>">
|
||||
<a href="how-it-works.php">How It Works</a>
|
||||
<!-- <ul class="sub-menu"> -->
|
||||
<!-- <li id="menu-item-10536" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10536"><a href="about-us.php">About Us</a></li>
|
||||
@@ -285,7 +285,7 @@
|
||||
<!-- </ul> -->
|
||||
</li>
|
||||
<li id="menu-item-10510" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10510<?php if (isset($current_page) && $current_page === 'miletruth')
|
||||
echo ' active'; ?>">
|
||||
echo ' active'; ?>">
|
||||
<a href="miletruth.php">MileTruth<superscript>™</superscript>
|
||||
AI</a>
|
||||
<!-- <ul class="sub-menu"> -->
|
||||
@@ -295,7 +295,7 @@
|
||||
<!-- </ul> -->
|
||||
</li>
|
||||
<li id="menu-item-10511" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10511<?php if (isset($current_page) && $current_page === 'solutions')
|
||||
echo ' active'; ?>">
|
||||
echo ' active'; ?>">
|
||||
<a href="#">Solutions</a>
|
||||
<ul class="sub-menu">
|
||||
<li
|
||||
@@ -312,7 +312,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li id="menu-item-10512" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10512<?php if (isset($current_page) && ($current_page === 'about' || $current_page === 'women'))
|
||||
echo ' active'; ?>">
|
||||
echo ' active'; ?>">
|
||||
<a href="">About</a>
|
||||
<ul class="sub-menu">
|
||||
<li id="menu-item-10558"
|
||||
@@ -328,7 +328,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li id="menu-item-10535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10535<?php if (isset($current_page) && $current_page === 'blogs')
|
||||
echo ' active'; ?>">
|
||||
echo ' active'; ?>">
|
||||
<a href="blogs.php">Blogs</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -344,7 +344,7 @@
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="mobile-header-menu-container" id="mobile-header-0b7bf6f">
|
||||
<div style="z-index: 100000;" class="mobile-header-menu-container" id="mobile-header-0b7bf6f">
|
||||
<div class="mobile-header-row">
|
||||
|
||||
<!-- Icons Block -->
|
||||
@@ -352,8 +352,8 @@
|
||||
<div class="header-icon mini-cart"><a href="#"
|
||||
class="mini-cart-trigger"><i
|
||||
class="mini-cart-count"></i></a></div><a
|
||||
class="header-icon search-link" href="#"><span
|
||||
class="search-trigger-icon"></span></a>
|
||||
class="header-icon search-link" href="#">
|
||||
<span class="search-trigger-icon"></span></a>
|
||||
<div class="header-icon login-logout"><a href="#"
|
||||
title="Login/Register" class="link-login"></a></div>
|
||||
<div class="header-icon menu-close"><span
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
.section-subtitle {
|
||||
margin-top: 22px;
|
||||
font-size: 16px;
|
||||
color: var(--muted);
|
||||
color: #454545;
|
||||
line-height: 1.75;
|
||||
max-width: 520px;
|
||||
margin-left: auto;
|
||||
|
||||
@@ -19,13 +19,82 @@
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
.stats-inner1 {
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
.stats-bar {
|
||||
width: 100%;
|
||||
padding: 50px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.stats-inner1 {
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 30px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.stat-item {
|
||||
text-align: center;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.stat-num {
|
||||
font-size: clamp(40px, 6vw, 70px);
|
||||
font-weight: 900;
|
||||
color: #111;
|
||||
line-height: 1;
|
||||
margin-bottom: 8px;
|
||||
font-family: "Manrope", sans-serif;
|
||||
letter-spacing: -2px;
|
||||
}
|
||||
|
||||
.stat-num span {
|
||||
font-size: 0.5em;
|
||||
color: #E31E24;
|
||||
margin-left: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.stat-lbl {
|
||||
font-size: clamp(13px, 1.5vw, 16px);
|
||||
font-weight: 700;
|
||||
color: #64748B;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1.5px;
|
||||
}
|
||||
|
||||
/* Tablet Scale (1024px) */
|
||||
@media (max-width: 1024px) {
|
||||
.stats-inner1 {
|
||||
max-width: 90%;
|
||||
gap: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile Stack (767px) */
|
||||
@media (max-width: 767px) {
|
||||
.stats-bar {
|
||||
padding: 40px 0;
|
||||
}
|
||||
.stats-inner1 {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 45px;
|
||||
}
|
||||
.stat-num {
|
||||
font-size: 56px; /* Explicit size for mobile for clarity */
|
||||
}
|
||||
}
|
||||
|
||||
/* Small Phone Scaling (480px) */
|
||||
@media (max-width: 480px) {
|
||||
.stat-num {
|
||||
font-size: 44px;
|
||||
}
|
||||
.stat-lbl {
|
||||
font-size: 11px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user