Fixed ui errors

This commit is contained in:
R-Bharathraj
2026-05-15 15:51:56 +05:30
parent 88a54944c3
commit 7f71527e85
9 changed files with 404 additions and 144 deletions

View File

@@ -16882,6 +16882,13 @@ html.elementor-html {
overflow: hidden
}
@media (max-width: 767px) {
.team-listing-wrapper.team-grid-listing .team-item .post-media {
height: auto;
padding: 0;
}
}
.team-listing-wrapper.team-grid-listing .team-item .post-media img {
position: absolute;
top: 0;
@@ -28887,4 +28894,3 @@ body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-excerpt,.block-ed
padding-top: 20px
}

View File

@@ -8,13 +8,13 @@
?>
<style>
/* Scope safety: ensured by wrapping elementor-63 container below */
.elementor-element-bf5fff2 {
.elementor-63 .elementor-element-bf5fff2 {
--margin-top: 100px !important;
/* Slightly reduced for about page */
--margin-bottom: 80px !important;
}
.elementor-element-57c7653 .logico-title {
.elementor-63 .elementor-element-57c7653 .logico-title {
font-size: 50px !important;
/* Adjusted for better visibility */
line-height: 1.2 !important;
@@ -22,12 +22,189 @@
}
/* Fix for overlapping text seen in screenshot */
.elementor-element-bf5fff2 {
.elementor-63 .elementor-element-bf5fff2 {
clear: both;
position: relative;
z-index: 0;
background: transparent;
}
@media (max-width: 767px) {
.elementor-63 .elementor-element-bf5fff2 {
--margin-top: 70px !important;
--margin-bottom: 70px !important;
clear: both !important;
display: block !important;
height: auto !important;
overflow: visible !important;
position: relative !important;
z-index: 1 !important;
}
.elementor-63 .elementor-element-bf5fff2 .e-con-inner,
.elementor-63 .elementor-element-5a54148,
.elementor-63 .elementor-element-138c81a,
.elementor-63 .elementor-widget-container,
.elementor-63 .logico-team-listing-widget,
.elementor-63 .archive-listing {
display: block !important;
height: auto !important;
min-height: 0 !important;
overflow: visible !important;
position: relative !important;
width: 100% !important;
}
.elementor-63 .elementor-element-57c7653 .logico-title {
font-size: 34px !important;
line-height: 1.15 !important;
margin-bottom: 28px !important;
}
.elementor-63 .archive-listing-wrapper.team-listing-wrapper {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 26px !important;
height: auto !important;
min-height: 0 !important;
overflow: visible !important;
position: relative !important;
transform: none !important;
width: 100% !important;
}
.elementor-63 .team-item-wrapper {
clear: both !important;
display: block !important;
float: none !important;
height: auto !important;
margin: 0 !important;
min-height: 0 !important;
position: relative !important;
transform: none !important;
width: 100% !important;
}
.elementor-63 .team-item {
align-items: center !important;
display: flex !important;
flex-direction: row !important;
gap: 20px !important;
height: auto !important;
min-height: 0 !important;
overflow: visible !important;
position: relative !important;
transform: none !important;
width: 100% !important;
}
.elementor-63 .team-item-media,
.elementor-63 .post-media,
.elementor-63 .post-media a,
.elementor-63 .post-media picture {
display: block !important;
height: auto !important;
min-height: 0 !important;
overflow: visible !important;
position: relative !important;
width: 100% !important;
}
.elementor-63 .team-item-media {
flex: 0 0 44% !important;
max-width: 156px !important;
}
.elementor-63 .team-item-media img {
aspect-ratio: 1 / 1.45 !important;
border-radius: 18px !important;
display: block !important;
height: auto !important;
max-height: none !important;
object-fit: cover !important;
position: static !important;
transform: none !important;
width: 100% !important;
}
.elementor-63 .team-item-content {
align-self: stretch !important;
align-items: flex-start !important;
background: transparent !important;
display: flex !important;
flex: 1 1 auto !important;
flex-direction: column !important;
justify-content: center !important;
height: auto !important;
inset: auto !important;
left: auto !important;
margin: 0 !important;
min-height: 0 !important;
padding: 0 !important;
right: auto !important;
position: static !important;
text-align: left !important;
top: auto !important;
transform: none !important;
width: 100% !important;
}
.elementor-63 .post-title,
.elementor-63 .post-title a {
color: #1f1f1f !important;
display: block !important;
font-size: clamp(22px, 6vw, 26px) !important;
font-weight: 700 !important;
line-height: 1.15 !important;
margin: 0 0 32px !important;
text-align: left !important;
overflow-wrap: anywhere !important;
text-decoration: none !important;
white-space: normal !important;
}
.elementor-63 .team-item-socials,
.elementor-63 .team-socials.wrapper-socials {
display: flex !important;
flex-wrap: wrap !important;
gap: 28px !important;
justify-content: flex-start !important;
margin: 0 !important;
padding: 0 !important;
position: static !important;
}
.elementor-63 .team-socials.wrapper-socials li {
margin: 0 !important;
}
.elementor-63 .team-socials.wrapper-socials a {
align-items: center !important;
color: #1f1f1f !important;
display: inline-flex !important;
font-size: 16px !important;
height: 18px !important;
justify-content: center !important;
line-height: 1 !important;
width: 18px !important;
}
}
@media (max-width: 420px) {
.elementor-63 .team-item {
gap: 18px !important;
}
.elementor-63 .team-item-media {
flex-basis: 44% !important;
max-width: 156px !important;
}
.elementor-63 .team-item-socials,
.elementor-63 .team-socials.wrapper-socials {
gap: 26px !important;
}
}
</style>
<div class="elementor elementor-63">
@@ -41,7 +218,7 @@
</div>
<div class="elementor-element elementor-element-57c7653 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-logico_heading" data-id="57c7653" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;logico_heading_animation&quot;}" data-widget_type="logico_heading.default">
<div class="elementor-widget-container">
<h3 class="logico-title">Meet our the&nbsp;best crew</h3>
<h3 class="logico-title">Meet our &nbsp;best crew</h3>
</div>
</div>
<div class="elementor-element elementor-element-138c81a elementor-widget elementor-widget-logico_team_listing" data-id="138c81a" data-element_type="widget" data-widget_type="logico_team_listing.default">
@@ -57,9 +234,9 @@
<div class="post-media">
<a href="#">
<picture>
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-1-480x480.jpg 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-1-480x480.jpg 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-1-480x480.jpg 840w">
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="assets/images/Investor.png 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="assets/images/Investor.png 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="assets/images/Investor.png 840w">
<img decoding="async" alt="team-pic-1" title="team-pic-1" src="assets/images/Investor.png" class="attachment-medium size-medium wp-post-image" />
</picture>
</a>
@@ -83,23 +260,23 @@
</div>
<!-- PERSON-2 -->
<div class="team-item-wrapper post-2850 team type-team status-publish has-post-thumbnail hentry">
<div class="team-item-wrapper post-2850 team type-team status-publish has-post-thumbnail hentry">
<div class="team-item">
<div class="team-item-media">
<div class="post-media">
<a href="#">
<picture>
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-2-480x480.jpg 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-2-480x480.jpg 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-2-480x480.jpg 840w">
<img decoding="async" alt="team-pic-2" title="team-pic-2" src="assets/images/Aravinth.png" class="attachment-medium size-medium wp-post-image" />
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="assets/images/Fazul.png 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="assets/images/Fazul.png 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="assets/images/Fazul.png 840w">
<img decoding="async" alt="team-pic-2" title="team-pic-2" src="assets/images/Fazul.png" class="attachment-medium size-medium wp-post-image" />
</picture>
</a>
</div>
</div>
<div class="team-item-content">
<div class="post-title">
<a href="#">Aravinth</a>
<a href="#">Fazul Ilahi</a>
</div>
<!-- <div class="team-item-position">Manager</div> -->
<div class="team-item-socials">
@@ -113,6 +290,7 @@
</div>
</div>
</div>
<!-- PERSON-3 -->
<div class="team-item-wrapper post-2855 team type-team status-publish has-post-thumbnail hentry">
@@ -121,9 +299,9 @@
<div class="post-media">
<a href="#">
<picture>
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-3-354x480.jpg 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-3-354x480.jpg 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-3-354x480.jpg 840w">
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="assets/images/Parthi.png 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="assets/images/Parthi.png 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="assets/images/Parthi.png 840w">
<img decoding="async" alt="team-pic-3" title="team-pic-3" src="assets/images/Parthi.png" class="attachment-medium size-medium wp-post-image" />
</picture>
</a>
@@ -153,17 +331,17 @@
<div class="post-media">
<a href="#">
<picture>
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-2-480x480.jpg 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-2-480x480.jpg 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-2-480x480.jpg 840w">
<img decoding="async" alt="team-pic-2" title="team-pic-2" src="assets/images/Fazul.png" class="attachment-medium size-medium wp-post-image" />
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="assets/images/Aravinth.png 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="assets/images/Aravinth.png 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="assets/images/Aravinth.png 840w">
<img decoding="async" alt="team-pic-2" title="team-pic-2" src="assets/images/Aravinth.png" class="attachment-medium size-medium wp-post-image" />
</picture>
</a>
</div>
</div>
<div class="team-item-content">
<div class="post-title">
<a href="#">Fazul Ilahi</a>
<a href="#">Aravinth</a>
</div>
<!-- <div class="team-item-position">Manager</div> -->
<div class="team-item-socials">
@@ -186,9 +364,9 @@
<div class="post-media">
<a href="#">
<picture>
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-3-354x480.jpg 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-3-354x480.jpg 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="https://8ded8880.delivery.rocketcdn.me/themes/logico-rounded/wp-content/uploads/2024/08/team-pic-3-354x480.jpg 840w">
<source media="(max-width: 480px)" sizes="(max-width: 480px) 480px" srcset="assets/images/Suriya.png 480w">
<source media="(max-width: 660px)" sizes="(max-width: 660px) 660px" srcset="assets/images/Suriya.png 660w">
<source media="(max-width: 840px)" sizes="(max-width: 840px) 840px" srcset="assets/images/Suriya.png 840w">
<img decoding="async" alt="team-pic-3" title="team-pic-3" src="assets/images/Suriya.png" class="attachment-medium size-medium wp-post-image" />
</picture>
</a>
@@ -219,4 +397,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@@ -24,7 +24,7 @@
.offices-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 26px;
gap: 80px;
}
.office-card {
background: #f5f5f5;

View File

@@ -1,7 +1,8 @@
<style>
/* Our Values Component Styles — matched to Vision section style */
.values-section-wrapper {
width: 100%;
width: calc(100% - 40px);
max-width: none;
display: flex;
justify-content: center;
background: #1F1F1F;
@@ -9,14 +10,20 @@
font-family: 'DM Sans', sans-serif;
color: #ffffff;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
overflow: hidden;
}
.values-section {
position: relative;
z-index: 1;
width: 100%;
max-width: 1140px;
max-width: 1520px;
padding-top: 80px;
padding-left: clamp(24px, 4vw, 64px);
padding-right: clamp(24px, 4vw, 64px);
margin: 0 auto !important;
}
@@ -217,6 +224,10 @@
}
@media (max-width: 991px) {
.values-section-wrapper {
width: calc(100% - 24px);
}
.values-grid {
grid-template-columns: 1fr 1fr;
height: 75vh;
@@ -287,4 +298,4 @@
</article>
</div>
</section>
</div>
</div>

View File

@@ -2,7 +2,8 @@
/* Vision & Mission Component Styles */
.vm-section-wrapper {
margin-top: 30px;
width: 100%;
width: calc(100% - 40px);
max-width: none;
height: auto;
display: flex;
justify-content: center;
@@ -10,14 +11,20 @@
position: relative;
font-family: 'DM Sans', sans-serif;
color: #ffffff;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
overflow: hidden;
}
.vm-section {
position: relative;
z-index: 1;
width: 100%;
max-width: 1140px;
max-width: 1520px;
padding-top: 90px;
padding-left: clamp(24px, 4vw, 64px);
padding-right: clamp(24px, 4vw, 64px);
margin: 0 auto !important;
}
@@ -156,6 +163,7 @@
@media (max-width: 1024px) {
.vm-section-wrapper {
margin-top: 20px;
width: calc(100% - 24px);
}
.vm-section {

View File

@@ -26,6 +26,11 @@
line-height: 1.6;
overflow: hidden;
background: var(--we-white);
clear: both;
display: block;
position: relative;
z-index: 1;
isolation: isolate;
}
.we-container {
@@ -447,21 +452,51 @@
to { opacity: 1; transform: translateY(0); }
}
.reveal {
.we-section .reveal {
opacity: 0;
transform: translateY(40px);
transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.reveal.active {
.we-section .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.we-hero { padding: 80px 0 60px; }
.we-hero-sub { font-size: 18px; }
.we-section {
clear: both;
margin-top: 80px;
overflow: hidden;
}
.we-hero {
padding: 96px 0 64px;
position: relative;
z-index: 2;
}
.we-container {
padding: 0 20px;
}
.we-hero-badge {
margin-bottom: 28px;
}
.we-hero-title {
font-size: clamp(34px, 10vw, 44px);
line-height: 1.08;
margin-bottom: 24px;
}
.we-hero-sub {
font-size: 18px;
line-height: 1.6;
margin-bottom: 36px;
}
.we-stats { margin-top: 0; border-radius: 0; }
.we-stat-item:not(:last-child)::after { display: none; }
.we-title { font-size: 36px; }
@@ -700,7 +735,7 @@
<script>
// Intersection Observer for scroll reveals
document.addEventListener('DOMContentLoaded', function() {
const revealEls = document.querySelectorAll('.reveal');
const revealEls = document.querySelectorAll('.we-section .reveal');
const io = new IntersectionObserver((entries) => {
entries.forEach(e => {
if (e.isIntersecting) {

View File

@@ -13,6 +13,91 @@
background-repeat: no-repeat !important;
background-size: cover !important;
}
@media (max-width: 1024px) {
.elementor-element.elementor-element-741f56c {
width: calc(100% - 40px) !important;
max-width: none !important;
margin-left: auto !important;
margin-right: auto !important;
overflow: hidden !important;
border-radius: 25px !important;
--padding-top: 0px !important;
--padding-bottom: 0px !important;
--padding-left: 0px !important;
--padding-right: 0px !important;
}
.elementor-element.elementor-element-6c7cbcb,
.elementor-element.elementor-element-6c7cbcb > .elementor-widget-container,
.elementor-element.elementor-element-6c7cbcb .logico-content-slider-widget,
.elementor-element.elementor-element-6c7cbcb .content-slider-wrapper,
.elementor-element.elementor-element-6c7cbcb .content-slider-container,
.elementor-element.elementor-element-6c7cbcb .content-slider,
.elementor-element.elementor-element-6c7cbcb .owl-stage-outer,
.elementor-element.elementor-element-6c7cbcb .owl-stage,
.elementor-element.elementor-element-6c7cbcb .owl-item {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
.elementor-element.elementor-element-6c7cbcb .owl-carousel.owl-theme .content-item {
width: 100% !important;
min-height: 620px !important;
height: 620px !important;
border-radius: 25px !important;
overflow: hidden !important;
}
.elementor-element.elementor-element-6c7cbcb .slide-content {
width: 100% !important;
min-height: 620px !important;
padding-left: 48px !important;
padding-right: 48px !important;
box-sizing: border-box !important;
}
.elementor-element.elementor-element-6c7cbcb .slide-content-inner {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media (max-width: 767px) {
.elementor-element.elementor-element-741f56c {
width: calc(100% - 24px) !important;
border-radius: 22px !important;
}
.elementor-element.elementor-element-6c7cbcb .owl-carousel.owl-theme .content-item {
min-height: 560px !important;
height: 560px !important;
border-radius: 22px !important;
}
.elementor-element.elementor-element-6c7cbcb .slide-content {
min-height: 560px !important;
padding-left: 22px !important;
padding-right: 22px !important;
}
.elementor-element.elementor-element-6c7cbcb .content-slider-item-heading {
max-width: 100% !important;
font-size: clamp(38px, 11vw, 48px) !important;
line-height: 1.05 !important;
overflow-wrap: break-word !important;
}
.elementor-element.elementor-element-6c7cbcb .content-slider-item-text,
.elementor-element.elementor-element-6c7cbcb .content-slider-item-text .text-content {
max-width: 100% !important;
font-size: 17px !important;
line-height: 1.55 !important;
}
}
</style>
<div class="elementor-element elementor-element-741f56c e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent" data-id="741f56c" data-element_type="container" data-e-type="container">
<div class="elementor-element elementor-element-6c7cbcb elementor-widget elementor-widget-logico_content_slider" data-id="6c7cbcb" data-element_type="widget" data-e-type="widget" data-widget_type="logico_content_slider.default">
@@ -78,4 +163,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@@ -1,108 +1,7 @@
<!-- <style>
.howits-hero-custom-bg.elementor-repeater-item-3264830,
.howits-hero-custom-bg.elementor-repeater-item-6867061 {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url('assets/images/home1-slide-1.png') !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.howits-hero-custom-bg.elementor-repeater-item-6867061 {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url('assets/images/home1-slide-2.png') !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
</style>
<div class="elementor-element elementor-element-dcdf16a e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent"
data-id="dcdf16a" data-element_type="container">
<div class="elementor-element elementor-element-791327c elementor-widget elementor-widget-logico_content_slider"
data-id="791327c" data-element_type="widget"
data-widget_type="logico_content_slider.default">
<div class="elementor-widget-container">
<div class="logico-content-slider-widget">
<div class="content-slider-wrapper">
<div class="content-slider-container">
<div class="content-slider owl-carousel owl-theme nav-view-default"
data-slider-options="{&quot;items&quot;:1,&quot;nav&quot;:true,&quot;navText&quot;:&quot;&quot;,&quot;dots&quot;:true,&quot;progress&quot;:true,&quot;dotsContainer&quot;:&quot;.owl-dots-791327c&quot;,&quot;autoplayHoverPause&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:5000,&quot;autoplayTimeout&quot;:5000,&quot;loop&quot;:true,&quot;dragEndSpeed&quot;:1200,&quot;navSpeed&quot;:1200,&quot;dotsSpeed&quot;:1200,&quot;pullDrag&quot;:false,&quot;freeDrag&quot;:false,&quot;callbacks&quot;:false,&quot;animateOut&quot;:&quot;fadeOut&quot;,&quot;rtl&quot;:false}">
<div
class="content-item slider-item elementor-repeater-item-6867061 slide-style-standard">
<div class="slide-content">
<div class="slide-content-inner">
<h1
class="content-slider-item-heading logico-content-wrapper-1">
<span class="heading-content">Meet MileTruth&trade;
AI</span>
</h1>
<div
class="content-slider-item-text logico-content-wrapper-2">
<div class="text-content">
<p>Understands complex supply chain
operations and predicts disruptions
before they occur.</p>
</div>
</div>
</div>
</div>
</div>
<div
class="content-item slider-item elementor-repeater-item-3264830 slide-style-standard">
<div class="slide-content">
<div class="slide-content-inner">
<h1
class="content-slider-item-heading logico-content-wrapper-1">
<span class="heading-content">The Only AI Built
Exclusively for Logistics</span>
</h1>
<div
class="content-slider-item-text logico-content-wrapper-2">
<div class="text-content">
<p>Optimizes every stage of the delivery
journey for maximum efficiency.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="slider-footer slider-footer-position-after slider-footer-width-full slider-footer-view-inside">
<div class="slider-footer-content">
<div class="slider-pagination">
<div class="slider-progress-wrapper">
<span class="slider-progress-current">01</span>
/<span class="slider-progress-all">01</span>
</div>
<div class="owl-dots owl-dots-791327c"></div>Working
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<style>
.howits-hero-custom-bg.elementor-repeater-item-3264830,
.howits-hero-custom-bg.elementor-repeater-item-6867061 {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url('assets/images/home1-slide-1.png') !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.howits-hero-custom-bg.elementor-repeater-item-6867061 {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url('assets/images/home1-slide-2.png') !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
</style>
<div class="elementor-element elementor-element-741f56c e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent" data-id="741f56c" data-element_type="container" data-e-type="container">
<div class="elementor-element elementor-element-6c7cbcb elementor-widget elementor-widget-logico_content_slider" data-id="6c7cbcb" data-element_type="widget" data-e-type="widget" data-widget_type="logico_content_slider.default">
<div class="elementor-widget-container">
@@ -166,4 +65,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@@ -683,11 +683,11 @@
</div>
</div>
</div>
<div class="elementor-element elementor-element-c18ab2f e-con-full e-flex cut-corner-no sticky-container-off e-con e-child" data-id="c18ab2f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-element elementor-element-c18ab2f e-con-full e-flex cut-corner-no sticky-container-off e-con e-child" data-id="c18ab2f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-element elementor-element-ef458a9 e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-child" data-id="ef458a9" data-element_type="container" data-e-type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-1440e67 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child" data-id="1440e67" data-element_type="container" data-e-type="container">
<div class="elementor-element elementor-element-147f53d elementor-widget elementor-widget-logico_heading" data-id="147f53d" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
<div class="elementor-element elementor-element-1440e67 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child" data-id="1440e67" data-element_type="container" data-e-type="container">
<div style="margin-top: 50px;" class="elementor-element elementor-element-147f53d elementor-widget elementor-widget-logico_heading" data-id="147f53d" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
<div class="elementor-widget-container">
<div class="logico-title">/ Why Businesses Choose Doormile /
</div>
@@ -1547,6 +1547,44 @@
--logico-button-icon-hover: #333333;
}
@media (max-width: 767px) {
.elementor-element.elementor-element-d6ce687 {
width: 100%;
max-width: 100%;
}
.elementor-element.elementor-element-d6ce687>.elementor-widget-container {
margin: 34px 0px 0px 0px;
}
.elementor-element.elementor-element-d6ce687 .button-container {
text-align: center;
width: 100%;
}
.elementor-element.elementor-element-d6ce687 .logico-alter-button {
display: inline-flex;
align-items: center;
justify-content: center;
max-width: 100%;
min-height: 54px;
white-space: nowrap;
}
}
@media (max-width: 480px) {
.elementor-element.elementor-element-d6ce687>.elementor-widget-container {
margin-top: 28px;
}
.elementor-element.elementor-element-d6ce687 .logico-alter-button {
width: 100%;
min-height: 52px;
padding-left: 24px;
padding-right: 24px;
}
}
.elementor-element.elementor-element-3b2c33f {
--display: flex;
--min-height: 474px;