Files
doormile-site/solutions.php
2026-05-26 14:20:01 +05:30

73 lines
2.6 KiB
PHP

<!DOCTYPE html>
<html lang="en-US">
<?php $page_title = 'Solutions &ndash; Doormile';
include 'includes/layout/head.php'; ?>
</head>
<style>
/* Fix "Why Businesses Choose Doormile" section — anchor absolute image left, push content right */
.elementor-element.elementor-element-ead59d3 {
position: relative;
overflow: hidden;
}
.elementor-element.elementor-element-f35119c {
position: absolute !important;
left: -2% !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 48% !important;
max-width: 520px !important;
opacity: 0.18 !important;
z-index: 0 !important;
pointer-events: none;
}
.elementor-element.elementor-element-56ecbb3 {
position: relative !important;
z-index: 1 !important;
width: 55% !important;
max-width: 55% !important;
margin-left: auto !important;
margin-right: 4% !important;
}
.elementor-element.elementor-element-56ecbb3 .e-con-inner {
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 1020px) {
.elementor-element.elementor-element-f35119c { display: none !important; }
.elementor-element.elementor-element-56ecbb3 {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
}
</style>
<body
class="wp-singular page-template-default page page-id-59 wp-theme-logico wp-child-theme-logico-child theme-logico woocommerce-no-js ehf-header ehf-footer ehf-template-logico ehf-stylesheet-logico-child logico-front-end logico-theme-style-rounded elementor-default elementor-kit-5 elementor-page elementor-page-59">
<?php
$current_page = 'solutions';
include 'includes/layout/header.php';
?>
<div class="content-wrapper content-wrapper-may-contain-elementor-code content-wrapper-sidebar-position-none">
<!-- Content Container -->
<div class="content">
<div class="content-inner">
<div data-elementor-type="wp-page" data-elementor-id="59" class="elementor elementor-59">
<?php include 'includes/sections/hero/solutions-hero-section.php'; ?>
<?php include 'includes/sections/solution/card-1.php'; ?>
<?php include 'includes/layout/footer.php'; ?>
</div>
</div>
</div>
<!-- Sidebar Container -->
</div>
</div>