diff --git a/about.php b/about.php index 293111d..87f17e5 100644 --- a/about.php +++ b/about.php @@ -1,14 +1,14 @@ - +
@@ -58,19 +58,19 @@ include 'header.php'; - - - + + + - + - + - + - - -
- - - - - - - - -
- - - - - - - +
@@ -2530,7 +2463,7 @@ include 'header.php';
-
+
@@ -2731,9 +2664,9 @@ include 'header.php';
- + -
+
@@ -3506,7 +3439,7 @@ include 'header.php';
-
+ +
- + diff --git a/web/comparision.php b/includes/comparision.php similarity index 98% rename from web/comparision.php rename to includes/comparision.php index bf5f0d2..34a3378 100644 --- a/web/comparision.php +++ b/includes/comparision.php @@ -317,8 +317,10 @@ @media (min-width: 1440px) { .dm-compare-section { - max-width: 1260px; - padding: 60px 52px 0px; + max-width: 1360px; + padding: 60px 52px 50px; + background:#1f1f1f; + border-radius: 20px; } .dm-compare-section::before { @@ -401,8 +403,8 @@ @media (min-width: 1920px) { .dm-compare-section { - max-width: 1480px; - padding: 72px 64px 0px; + max-width: 1780px; + padding: 72px 64px 60px; } .dm-compare-section::before { @@ -487,7 +489,7 @@ .dm-compare-section { max-width: 1760px; - padding: 80px 72px 0px; + padding: 80px 72px 50px; } .dm-compare-section::before { @@ -588,7 +590,7 @@
Why It Matters
-

Two Approaches.
One Clear Winner.

+

Two Approaches.
One Clear Winner.

See how the Doormile way eliminates the friction that traditional logistics creates at every step.

diff --git a/web/comparision2.php b/includes/comparision2.php similarity index 100% rename from web/comparision2.php rename to includes/comparision2.php diff --git a/web/connected-log.php b/includes/connected-log.php similarity index 99% rename from web/connected-log.php rename to includes/connected-log.php index a5e1d79..ac38ffc 100644 --- a/web/connected-log.php +++ b/includes/connected-log.php @@ -118,7 +118,7 @@ .cs-section.cs-live .cs-eyebrow { opacity: 1; transform: translateY(0); } .cs-section.cs-live .cs-title { opacity: 1; transform: translateY(0); } .cs-section.cs-live .cs-title em::after { transform: scaleX(1); } -.cs-section.cs-live .cs-subtitle { opacity: 1; transform: translateY(0); } +.cs-section.cs-live .cs-subtitle { opacity: 1; transform: translateY(0);display:inline-block } /* ── MAIN CARD SHELL ── */ .cs-card-shell { diff --git a/web/ev-design.php b/includes/ev-design.php similarity index 96% rename from web/ev-design.php rename to includes/ev-design.php index 1e41372..717088c 100644 --- a/web/ev-design.php +++ b/includes/ev-design.php @@ -12,7 +12,7 @@ /* ─── LARGE DESKTOP (1440px+) ─── */ @media (min-width: 1440px) { - .ev-section { max-width: 1560px; padding: 50px 52px; gap: 72px; } + .ev-section { max-width: 1360px; padding: 50px 52px; gap: 72px; background-color: #1f1f1f;border-radius: 20px; } .ev-section .ev-badge { font-size: 15px; padding: 9px 18px; margin-bottom: 22px; } .ev-section .ev-heading { font-size: 64px; margin-bottom: 22px; } .ev-section .ev-subtext { font-size: 19px; max-width: 560px; margin-bottom: 44px; } @@ -88,12 +88,12 @@ EV-Native Design -

+

Built for Electric.
Not Adapted.

-

+

Most logistics software treats EVs as diesel trucks with a battery. Doormile was built EV-first—understanding that electric fleets require fundamentally different intelligence.

diff --git a/web/ev-logistics.php b/includes/ev-logistics.php similarity index 100% rename from web/ev-logistics.php rename to includes/ev-logistics.php diff --git a/footer.php b/includes/footer.php similarity index 99% rename from footer.php rename to includes/footer.php index b51fd12..fdd14ce 100644 --- a/footer.php +++ b/includes/footer.php @@ -161,7 +161,7 @@
-

Logico, USA, New York – 1060 Str. First Avenue 1

+

5th Floor, Vision Ultima, Street No.3, Jayabheri Enclave, Gachibowli, Hyderabad, Telangana 500032.

diff --git a/head.php b/includes/head.php similarity index 99% rename from head.php rename to includes/head.php index 868d67b..c6aa0ac 100644 --- a/head.php +++ b/includes/head.php @@ -2970,7 +2970,7 @@ --container-widget-flex-grow: 0; --container-widget-align-self: initial; --flex-wrap-mobile: wrap; - --margin-top: 150px; + --margin-top: 50px; --margin-bottom: 0px; --margin-left: 0px; --margin-right: 0px; @@ -5493,7 +5493,7 @@ --margin-bottom: 0px; --margin-left: 0px; --margin-right: 0px; - --padding-top: 0px; + --padding-top: 20px; --padding-bottom: 0px; --padding-left: 20px; --padding-right: 20px; @@ -10612,7 +10612,7 @@ --container-widget-align-self: initial; --flex-wrap-mobile: wrap; --padding-top: 20px; - --padding-bottom: 0px; + --padding-bottom: 20px; --padding-left: 20px; --padding-right: 20px; } @@ -10783,7 +10783,7 @@ } .elementor-63 .elementor-element.elementor-element-da17cfe { - --display: flex; + --display: block; --flex-direction: row; --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% ); --container-widget-height: 100%; diff --git a/web/header-img.php b/includes/header-img.php similarity index 72% rename from web/header-img.php rename to includes/header-img.php index 42a1648..cc082f5 100644 --- a/web/header-img.php +++ b/includes/header-img.php @@ -56,16 +56,5 @@
-
-
-
-
-
-
-
Watch video
-
-
-
-
-
+ diff --git a/header.php b/includes/header.php similarity index 99% rename from header.php rename to includes/header.php index 93e99e4..9c0bf7c 100644 --- a/header.php +++ b/includes/header.php @@ -130,7 +130,7 @@
- --> + -->
@@ -177,8 +177,8 @@ include 'header.php';
- - + +