<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner"></div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<div class="container-fluid bg-dark px-5">
<div class="row gx-0">
<div class="col-lg-12 text-center mb-2 mb-lg-0">
<div class="d-inline-flex justify-content-center align-items-center w-100" style="height: 45px;">
<small class="text-light" style="font-size: 1.1rem; font-weight: bold;">
Exposed: The Secret to Funnel Marketing - First Time Ever
</small>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Removed button and other content -->
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '546630531325097');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=546630531325097&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<!-- Navbar End -->
<div class="container-fluid bg-primary py-5 bg-header" style="margin-bottom: 90px;">
<div class="row py-5">
<div class="col-12 pt-lg-5 mt-lg-5 text-center">
<h1 class="display-4 text-white animated zoomIn"> </h1><h1 class="headline"><span style="color: rgb(250, 197, 28);">Unlock the Blueprint to Building Profitable Sales Funnels in Just Days—Boost Your Revenue with Expert Strategies!</span></h1>
<p class="usp"><span style="color: rgb(255, 255, 255);"><span style="color: rgb(84, 172, 210);"><strong><span style="color: rgb(255, 255, 255);"><strong>Mastering Sales Funnel: Your Step-by-Step Guide to Creating High-Converting Funnels for Your Business or Clients!<strong></strong><strong></strong></strong><strong></strong></span></strong></span></span></p>
</div>
</div>
</div>
<!-- Navbar End -->
<section class="gain-inside-section">
<div class="image-container">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729043159-4351.png" alt="Funnel Building Insights" class="gain-image"> <!-- Replace with your first image URL -->
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729480649-9308.png" alt="Additional Insights" class="gain-image"> <!-- Replace with your second image URL -->
</div>
<div class="gain-content">
<h2 class="gain-title">What You’ll Gain Inside</h2>
<div class="gain-item">
<h3 class="gain-subtitle">Mastering Lead Conversion</h3>
<p class="gain-description">
Learn how to design funnels that guide prospects effortlessly through the buying journey, turning visitors into paying customers.
</p>
</div>
<div class="gain-item">
<h3 class="gain-subtitle">High-Converting Squeeze Pages</h3>
<p class="gain-description">
Discover how to create landing pages that capture leads like a magnet, ensuring you never miss an opportunity.
</p>
</div>
<div class="gain-item">
<h3 class="gain-subtitle">Funnel Optimization Techniques</h3>
<p class="gain-description">
Fine-tune your funnel with proven strategies to maximize conversions and skyrocket your revenue.
</p>
</div>
<div class="gain-item">
<h3 class="gain-subtitle">Client-Winning Strategies</h3>
<p class="gain-description">
Use these insights to not only boost your own business but also offer premium funnel-building services to your clients, helping them achieve their goals and keeping them coming back for more.
</p>
</div>
</div>
</section>
<style>
.gain-inside-section {
display: flex; /* Flexbox for layout */
flex-direction: row; /* Horizontal layout */
background-color: #222; /* Dark background */
color: #fff; /* White text */
padding: 40px 20px; /* Space on top and bottom */
margin: 40px auto; /* Center section with margin */
max-width: 1200px; /* Maximum width for the section */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
gap: 20px; /* Space between image and content */
}
.image-container {
flex: 1; /* Image takes up one part of the flex layout */
text-align: center; /* Center align image */
margin-right: 20px; /* Space between image and content */
overflow: hidden; /* Hide overflow if necessary */
}
.gain-image {
width: 100%; /* Ensure the image fills the container */
height: auto; /* Maintain aspect ratio */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Shadow for image */
object-fit: cover; /* Ensure the image covers the area without distortion */
margin-bottom: 20px; /* Space below images */
}
.gain-content {
flex: 2; /* Content takes up two parts of the flex layout */
display: flex; /* Flexbox for layout */
flex-direction: column; /* Stack items vertically */
gap: 20px; /* Space between items */
}
.gain-title {
font-size: 2.5em; /* Title size */
font-weight: bold;
color: #ffd700; /* Yellow for the title */
margin-bottom: 30px; /* Space below title */
text-align: left; /* Left align title */
letter-spacing: 1px; /* Spacing for title */
}
.gain-item {
background-color: #333; /* Slightly lighter dark background for items */
border-radius: 5px; /* Rounded corners for items */
padding: 20px; /* Padding inside items */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Shadow for items */
}
.gain-subtitle {
font-size: 1.5em; /* Subtitle size */
color: #ffd700; /* Yellow for subtitles */
margin-bottom: 10px; /* Space below subtitles */
}
.gain-description {
font-size: 1.2em; /* Description size */
color: #e9f7fd; /* Lighter color for descriptions */
line-height: 1.5; /* Line height for readability */
}
/* Mobile view adjustments */
@media (max-width: 768px) {
.gain-inside-section {
flex-direction: column; /* Stack items vertically on mobile */
padding: 20px 10px; /* Less padding for mobile */
}
.image-container {
margin-right: 0; /* Remove right margin on mobile */
margin-bottom: 20px; /* Add space below image on mobile */
}
.gain-title {
font-size: 2em; /* Smaller title for mobile */
text-align: center; /* Center align title on mobile */
}
.gain-subtitle {
font-size: 1.3em; /* Smaller subtitle for mobile */
}
.gain-description {
font-size: 1em; /* Smaller description for mobile */
}
.gain-item {
padding: 15px; /* Less padding for mobile */
}
}
</style>
<section class="challenges-section">
<h2 class="challenges-title">😫 Are You Struggling With Any of These Challenges? 😫</h2>
<div class="challenge-container">
<div class="challenge-item">
<h3 class="challenge-subtitle">Inconsistent Leads</h3>
<p class="challenge-description">
Does your lead flow feel more like a trickle than a steady stream?
</p>
</div>
<div class="challenge-item">
<h3 class="challenge-subtitle">High Client Expectations</h3>
<p class="challenge-description">
Are you under pressure to produce quick results but lacking the right tools or strategies?
</p>
</div>
<div class="challenge-item">
<h3 class="challenge-subtitle">Stagnant Growth</h3>
<p class="challenge-description">
Have you hit a plateau in your business, unsure how to scale without burning out?
</p>
</div>
<div class="challenge-item">
<h3 class="challenge-subtitle">Client Retention</h3>
<p class="challenge-description">
Are you finding it difficult to close clients and keep them coming back for more?
</p>
</div>
</div>
<div class="challenge-callout">
<p>If you’ve nodded your head to any of these, then “<strong>Mastering Sales Funnel</strong>” is your lifeline.</p>
</div>
</section>
<style>
.challenges-section {
background-color: #222; /* Dark background */
color: #fff; /* White text */
padding: 40px 20px; /* Space on top and bottom */
margin: 40px auto; /* Center section with margin */
max-width: 1200px; /* Maximum width for the section */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
}
.challenges-title {
font-size: 2.5em; /* Title size */
font-weight: bold;
color: #ffd700; /* Yellow for title */
margin-bottom: 30px; /* Space below title */
text-align: center; /* Center align title */
letter-spacing: 1px; /* Spacing for title */
}
.challenge-container {
display: flex;
flex-wrap: wrap; /* Allow items to wrap to the next line */
justify-content: space-between; /* Space between items */
gap: 20px; /* Space between items */
margin-top: 20px; /* Space above container */
}
.challenge-item {
background-color: #333; /* Dark background for items */
border-radius: 5px; /* Rounded corners for items */
padding: 20px; /* Padding inside items */
flex: 1 1 calc(45% - 20px); /* Responsive width */
transition: transform 0.3s, box-shadow 0.3s; /* Transition for hover effect */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Shadow for items */
margin-bottom: 20px; /* Space below items */
}
.challenge-item:hover {
transform: scale(1.05); /* Scale up on hover */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7); /* Deeper shadow on hover */
}
.challenge-subtitle {
font-size: 1.5em; /* Subtitle size */
color: #ffd700; /* Yellow for subtitles */
margin-bottom: 10px; /* Space below subtitles */
}
.challenge-description {
font-size: 1.2em; /* Description size */
color: #e9f7fd; /* Lighter color for descriptions */
line-height: 1.5; /* Line height for readability */
}
.challenge-callout {
background-color: #444; /* Darker background for callout */
border-radius: 5px; /* Rounded corners */
padding: 20px; /* Padding for callout */
text-align: center; /* Center align text in callout */
margin-top: 30px; /* Space above callout */
font-size: 1.3em; /* Callout font size */
}
.challenge-callout strong {
color: #ffd700; /* Highlight the title of the lifeline */
font-weight: bold; /* Bold for emphasis */
}
/* Mobile view adjustments */
@media (max-width: 768px) {
.challenges-section {
padding: 20px 10px; /* Less padding for mobile */
}
.challenges-title {
font-size: 2em; /* Smaller title for mobile */
}
.challenge-subtitle {
font-size: 1.3em; /* Smaller subtitle for mobile */
}
.challenge-description {
font-size: 1em; /* Smaller description for mobile */
}
.challenge-callout {
font-size: 1.1em; /* Smaller callout for mobile */
}
.challenge-item {
flex: 1 1 100%; /* Full width on mobile */
}
}
</style>
<!--Section Start -->
<style>
/* General styling for the section */
.ebook-section {
background-color: #1c1c1c; /* Dark background */
padding: 50px 20px;
color: #f1f1f1; /* Light text for contrast */
text-align: center;
font-family: 'Arial', sans-serif;
max-width: 1200px;
margin: 0 auto;
}
/* Headline Styling */
.ebook-headline {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 30px;
color: #f8c471; /* Soft gold color for emphasis */
}
/* Introduction Paragraph Styling */
.ebook-intro {
font-size: 1.2em;
line-height: 1.6em;
margin-bottom: 40px;
}
/* Key Points Section */
.key-points {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-bottom: 40px;
}
.key-point {
background-color: #333;
padding: 20px;
border-radius: 10px;
text-align: left;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.key-point img {
width: 50px;
margin-bottom: 20px;
}
.key-point h3 {
font-size: 1.5em;
color: #f8c471;
margin-bottom: 15px;
}
.key-point p {
font-size: 1.1em;
line-height: 1.6em;
}
/* Highlight Section Styling */
.highlight-section {
font-size: 1.8em;
font-weight: bold;
color: #e74c3c; /* Red highlight */
margin-bottom: 50px;
}
/* Testimonial Section */
.testimonial {
font-style: italic;
font-size: 1.3em;
margin-bottom: 40px;
}
/* Call to Action Button */
.cta-button {
background-color: #f8c471;
color: #1c1c1c;
padding: 15px 30px;
border-radius: 5px;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
transition: background-color 0.3s ease;
}
.cta-button:hover {
background-color: #f39c12; /* Darker gold for hover */
}
/* Mobile responsive */
@media (max-width: 768px) {
.key-points {
grid-template-columns: 1fr;
}
.ebook-headline {
font-size: 2em;
}
.ebook-intro, .highlight-section, .testimonial {
font-size: 1.1em;
}
}
</style>
<section class="ebook-section">
<!-- Headline -->
<h1 class="ebook-headline">Why This Ebook is Your Essential Tool for Success</h1>
<!-- Introductory Paragraph -->
<p class="ebook-intro">
This isn’t just another ebook—it’s a comprehensive guide that empowers you to build and optimize sales funnels that deliver real, measurable results. By applying the strategies in this guide, you can turn your business into a well-oiled machine that generates income even when you’re not working.
</p>
<!-- Key Points Section -->
<div class="key-points">
<div class="key-point">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729649109-6928.png" alt="Lead Conversion Icon">
<h3>Mastering Lead Conversion</h3>
<p>Learn how to design funnels that guide your target audience from awareness to purchase. There’s no shortcut, but this skill will transform your success rate.</p>
</div>
<div class="key-point">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729649285-6365.png" alt="Sales Funnel Design">
<h3>Ultimate Sales Funnel Design</h3>
<p>Starting with your own Sales Funnel will be your launchpad to turn any business into a thriving enterprise.</p>
</div>
</div>
<!-- Highlight Section -->
<div class="highlight-section">
“This ebook will teach you how to turn your business into a thriving enterprise—at a price anyone can afford.”
</div>
<!-- Personal Testimonial -->
<div class="testimonial">
I’m offering this at a low price because I understand what it’s like to start with nothing. I’ve been in your shoes—searching for affordable yet effective resources that can make a real difference.
</div>
<!-- Call to Action -->
<a href="#form-section" class="cta-button">Get Your Copy Now</a>
</section>
<section class="transformation-section">
<h2 class="section-title">How This E-book Will Transform Your Business</h2>
<p class="section-description">Discover how this guide can help you optimize your processes, attract clients, and boost your revenue.</p>
<ul class="benefits-list">
<li><span class="highlight">Freelancers Offering Services:</span> Set up your own funnel to attract and retain clients effortlessly, freeing up more time to focus on delivering high-quality work.</li>
<li><span class="highlight">Funnel Builders:</span> Learn advanced techniques to enhance your funnel-building skills and offer exceptional services that set you apart from the competition.</li>
<li><span class="highlight">Website Designers:</span> Create a streamlined funnel that integrates seamlessly with your designs, driving more traffic and conversions.</li>
<li><span class="highlight">Digital Marketers:</span> Gain actionable insights to boost your marketing campaigns and maximize your return on investment.</li>
<li><span class="highlight">Social Media Managers:</span> Leverage funnel strategies to turn social media interactions into meaningful, revenue-generating relationships.</li>
<li><span class="highlight">Business Owners:</span> Execute a results-driven strategy that turns prospects into buyers. This guide will help business owners close more deals and eliminate guesswork from their marketing strategy.</li>
</ul>
<title>Results Section with Video and Images</title>
<style>
body {
font-family: Arial, sans-serif;
color: #fff;
background-color: #222;
text-align: center;
padding: 20px;
}
.results-section {
text-align: center;
}
.results-title {
font-size: 2em;
font-weight: bold;
margin-bottom: 20px;
color: #ffd700;
}
.results-media {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.results-video {
width: 80%;
max-width: 800px;
border-radius: 10px;
}
.results-images {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.result-image {
max-width: 45%;
height: auto;
border-radius: 10px;
}
@media (max-width: 768px) {
.result-image {
max-width: 80%;
margin-bottom: 20px;
}
.results-images {
overflow-x: scroll;
display: flex;
flex-wrap: nowrap;
gap: 20px;
}
}
</style>
<div class="results-section">
<h3 class="results-title">Results Speak for Themselves...</h3>
<div class="results-media">
<iframe src="https://www.youtube.com/embed/xBi88J6_2s0?rel=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="">
</iframe>
<div class="results-images">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729053294-9788.gif" alt="Result 1" class="result-image">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729501840-9577.png" alt="Result 2" class="result-image">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729659902-3958.jpg" alt="Result 3" class="result-image">
</div>
</div>
</div>
</section>
<style>
.transformation-section {
background-color: #222; /* Dark background */
color: #fff; /* White text */
padding: 40px 20px; /* Space on top and bottom */
margin: 40px auto; /* Center section with margin */
max-width: 1200px; /* Maximum width for the section */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
}
.section-title {
font-size: 2.5em;
font-weight: bold;
text-align: center; /* Centered title */
margin-bottom: 20px; /* Space below title */
color: #ffd700; /* Yellow for the title */
letter-spacing: 1px; /* Spacing for title */
}
.section-description {
font-size: 1.2em;
text-align: center; /* Centered description */
margin-bottom: 30px; /* Space below description */
color: #e9f7fd; /* Lighter text for description */
}
.benefits-list {
list-style: none; /* No bullets */
padding: 0;
margin: 0 20px 40px; /* Margin below the list */
}
.benefits-list li {
font-size: 1.2em;
margin: 15px 0; /* Space between items */
color: #e9f7fd; /* Lighter color for list items */
padding-left: 40px; /* Indentation */
position: relative; /* For pseudo-elements */
}
.benefits-list li::before {
content: '✔'; /* Checkmark before each item */
color: #ffd700; /* Yellow checkmark */
position: absolute;
left: 10px; /* Positioning checkmark */
font-size: 1.5em; /* Checkmark size */
}
.highlight {
font-weight: bold; /* Highlight important points */
color: #ffd700; /* Yellow color for highlights */
}
.results-section {
text-align: center; /* Center-align the results section */
}
.results-title {
font-size: 2em;
font-weight: bold;
margin-bottom: 20px; /* Space below results title */
color: #ffd700; /* Yellow for results title */
}
.results-images {
display: flex;
justify-content: center; /* Center the images */
gap: 30px; /* Space between images */
margin: 0 20px; /* Margin on sides for images */
}
.result-image {
max-width: 30%; /* Adjust size of images */
height: auto; /* Maintain aspect ratio */
border-radius: 10px; /* Rounded corners for images */
}
/* Mobile view adjustments */
@media (max-width: 768px) {
.section-title {
font-size: 2em; /* Smaller title for mobile */
}
.section-description {
font-size: 1em; /* Smaller description for mobile */
}
.benefits-list li {
font-size: 1em; /* Smaller font for mobile */
}
.results-title {
font-size: 1.5em; /* Smaller title for mobile */
}
.result-image {
max-width: 80%; /* Adjust image size for mobile */
}
}
</style>
<section class="bonus-content-section">
<h2 class="bonus-title">Bonus Content</h2>
<ul class="bonus-list">
<li>
<span class="bonus-highlight">Facebook Ads Beginner to Mastery:</span> A comprehensive guide to mastering Facebook Ads and driving targeted traffic to your funnels.
</li>
<li>
<span class="bonus-highlight">Marketing Video Builder Software:</span> Access a powerful tool to create compelling marketing videos that captivate and convert.
</li>
</ul>
<p class="cta-message">Don’t miss out—take control of your sales now! Grab the ebook and start converting leads into customers today.</p>
<div class="pricing-section">
<span class="original-price">Original Price: <s>P1497</s></span>
<span class="special-price">Special Price: <span>P497</span></span>
</div>
<div class="cta-container">
<a href="#form-section" class="cta-button">Get Your Ebook Now</a> <!-- Link to the form section -->
</div>
</section>
<style>
.bonus-content-section {
background-color: #222; /* Dark background */
color: #fff; /* White text */
padding: 40px 20px; /* Space on top and bottom */
margin: 40px auto; /* Center section with margin */
max-width: 1200px; /* Maximum width for the section */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
}
.bonus-title {
font-size: 2.5em; /* Title size */
font-weight: bold;
text-align: center; /* Centered title */
margin-bottom: 20px; /* Space below title */
color: #ffd700; /* Yellow for the title */
letter-spacing: 1px; /* Spacing for title */
}
.bonus-list {
list-style: none; /* No bullets */
padding: 0;
margin: 0 20px 40px; /* Margin below the list */
}
.bonus-list li {
font-size: 1.2em; /* Font size for list items */
margin: 15px 0; /* Space between items */
color: #e9f7fd; /* Lighter color for list items */
padding-left: 40px; /* Indentation */
position: relative; /* For pseudo-elements */
}
.bonus-list li::before {
content: '✔'; /* Checkmark before each item */
color: #ffd700; /* Yellow checkmark */
position: absolute;
left: 10px; /* Positioning checkmark */
font-size: 1.5em; /* Checkmark size */
}
.bonus-highlight {
font-weight: bold; /* Highlight important points */
color: #ffd700; /* Yellow color for highlights */
}
.cta-message {
font-size: 1.5em; /* Call to action message size */
text-align: center; /* Center align */
margin: 20px 0; /* Space above and below */
color: #e9f7fd; /* Lighter text for call to action */
}
.pricing-section {
text-align: center; /* Center align pricing */
margin: 20px 0; /* Space above and below */
}
.original-price {
font-size: 1.2em; /* Original price size */
text-decoration: line-through; /* Strike through for original price */
color: #e9f7fd; /* Lighter color for original price */
margin-right: 10px; /* Space between prices */
}
.special-price {
font-size: 1.5em; /* Special price size */
color: #ffd700; /* Yellow for special price */
font-weight: bold; /* Bold for emphasis */
}
.cta-container {
text-align: center; /* Center align container for CTA */
margin-top: 20px; /* Space above CTA */
}
.cta-button {
display: inline-block; /* Button display */
margin: 0 auto; /* Center button */
padding: 15px 30px; /* Button padding */
background-color: #ffd700; /* Button background */
color: #222; /* Button text color */
font-size: 1.2em; /* Button text size */
text-decoration: none; /* No underline */
border-radius: 5px; /* Rounded corners */
transition: background-color 0.3s; /* Smooth transition */
}
.cta-button:hover {
background-color: #f0c200; /* Lighter yellow on hover */
}
/* Mobile view adjustments */
@media (max-width: 768px) {
.bonus-title {
font-size: 2em; /* Smaller title for mobile */
}
.bonus-list li {
font-size: 1em; /* Smaller font for mobile */
}
.cta-message {
font-size: 1em; /* Smaller message for mobile */
}
.original-price, .special-price {
font-size: 1em; /* Smaller pricing for mobile */
}
.cta-button {
padding: 10px 20px; /* Smaller button padding for mobile */
font-size: 1em; /* Smaller button text for mobile */
}
}
</style>
<section class="urgency-section">
<h2 class="urgency-title">Procrastination is the enemy of progress!</h2>
<p class="urgency-message">
If you want your business to stand out, you need to act fast and embrace the leap of faith before your competitors do. In no time, everyone will be leveraging this powerful, sophisticated guide to create Sales Funnel Designs effortlessly. The real advantage belongs to those who adopt early. Seize the first-mover advantage now and watch your profits soar like never before!
</p>
<div class="image-container">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729471080-5352.png" alt="Sales Funnel Guide" class="urgency-image"> <!-- Replace with your image URL -->
</div>
<div class="countdown-timer">
<span id="timer" class="timer-display">04:00</span> <!-- Timer display -->
</div>
<div class="pricing-section">
<span class="original-price">Original Price: <s>P1497</s></span>
<span class="special-price">Special Price: <span>P497</span></span>
<span class="limited-time">LIMITED TIME ONLY</span>
</div>
<div class="cta-container">
<a href="#form-section" class="cta-button">Get Your Ebook Now</a> <!-- Link to the form section -->
</div>
<p class="inspirational-message">"Success is built on action, not intention. Don’t let fear or doubt hold you back. Take the first step now and claim your victory!"</p>
</section>
<style>
.urgency-section {
background-color: #222; /* Dark background */
color: #fff; /* White text */
padding: 40px 20px; /* Space on top and bottom */
margin: 40px auto; /* Center section with margin */
max-width: 1200px; /* Maximum width for the section */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
text-align: center; /* Center-align text */
}
.urgency-title {
font-size: 2.5em; /* Title size */
font-weight: bold;
color: #ffd700; /* Yellow for the title */
margin-bottom: 20px; /* Space below title */
letter-spacing: 1px; /* Spacing for title */
}
.urgency-message {
font-size: 1.5em; /* Message size */
margin-bottom: 20px; /* Space below message */
color: #e9f7fd; /* Lighter color for message */
line-height: 1.5; /* Line height for readability */
}
.image-container {
margin: 20px 0; /* Space around image */
}
.urgency-image {
max-width: 100%; /* Responsive image */
height: auto; /* Maintain aspect ratio */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Shadow for image */
}
.countdown-timer {
font-size: 2em; /* Timer size */
margin: 20px 0; /* Space around timer */
color: #ffd700; /* Yellow for timer */
font-weight: bold; /* Bold timer */
}
.pricing-section {
text-align: center; /* Center align pricing */
margin: 20px 0; /* Space above and below */
}
.original-price {
font-size: 1.2em; /* Original price size */
text-decoration: line-through; /* Strike through for original price */
color: #e9f7fd; /* Lighter color for original price */
margin-right: 10px; /* Space between prices */
}
.special-price {
font-size: 1.5em; /* Special price size */
color: #ffd700; /* Yellow for special price */
font-weight: bold; /* Bold for emphasis */
}
.limited-time {
font-size: 1.5em; /* Limited time size */
color: #e74c3c; /* Red color for urgency */
font-weight: bold; /* Bold for emphasis */
margin-top: 10px; /* Space above */
}
.cta-container {
text-align: center; /* Center align container for CTA */
margin-top: 20px; /* Space above CTA */
}
.cta-button {
display: inline-block; /* Button display */
margin: 0 auto; /* Center button */
padding: 15px 30px; /* Button padding */
background-color: #ffd700; /* Button background */
color: #222; /* Button text color */
font-size: 1.2em; /* Button text size */
text-decoration: none; /* No underline */
border-radius: 5px; /* Rounded corners */
transition: background-color 0.3s; /* Smooth transition */
}
.cta-button:hover {
background-color: #f0c200; /* Lighter yellow on hover */
}
.inspirational-message {
font-size: 1.2em; /* Inspirational message size */
margin-top: 20px; /* Space above message */
color: #e9f7fd; /* Lighter color for message */
font-style: italic; /* Italic for emphasis */
}
/* Countdown timer styling */
#timer {
font-family: 'Courier New', Courier, monospace; /* Monospace font for timer */
color: #e74c3c; /* Red color for timer */
font-weight: bold; /* Bold timer */
}
/* Mobile view adjustments */
@media (max-width: 768px) {
.urgency-title {
font-size: 2em; /* Smaller title for mobile */
}
.urgency-message {
font-size: 1em; /* Smaller message for mobile */
}
.countdown-timer {
font-size: 1.5em; /* Smaller timer for mobile */
}
.original-price, .special-price {
font-size: 1em; /* Smaller pricing for mobile */
}
.cta-button {
padding: 10px 20px; /* Smaller button padding for mobile */
font-size: 1em; /* Smaller button text for mobile */
}
}
</style>
<script>
// Countdown Timer Script
let countdownTime = 240; // 4 minutes in seconds
const timerDisplay = document.getElementById('timer');
const countdown = setInterval(() => {
const minutes = Math.floor(countdownTime / 60);
const seconds = countdownTime % 60;
// Add leading zero to seconds if less than 10
timerDisplay.textContent = `${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`;
// Countdown logic
if (countdownTime <= 0) {
countdownTime = 240; // Reset timer to 4 minutes
} else {
countdownTime--;
}
}, 1000);
</script>
<title>Contact Section</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #fff; /* White background for the section */
color: #333;
padding: 20px;
}
.container-fluid {
background-color: #fff; /* White background for the section */
}
.section-title {
text-align: center;
margin-bottom: 20px;
color: #ff8c00;
}
.form-control {
border: 1px solid #ddd;
}
.btn-primary {
background-color: #ff8c00;
border: none;
}
.btn-primary:hover {
background-color: #e07b00;
}
</style>
<section id="form-section">
<div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
<h5 class="fw-bold text-primary text-uppercase">Download Now</h5>
<h1 class="mb-0">Order Information</h1>
</div>
<div class="row g-5 mb-5">
<div class="col-lg-4">
<div class="d-flex align-items-center wow fadeIn" data-wow-delay="0.1s">
<!-- You can add content here if needed -->
</div>
</div>
</div>
<div class="row g-5">
<div class="col-lg-6 wow slideInUp" data-wow-delay="0.3s">
<form action="https://dashnexpages.net/public/easyoptins/1e7b0d19-e4f5-4c69-86a2-7acae864a83a?page=128612" method="POST" class="easy-contact-form">
<div class="row g-3">
<div class="col-12">
<input type="text" class="form-control border-0 bg-light px-4" placeholder="Full Name:" style="height: 55px;" name="name">
</div>
<div class="col-12">
<input type="text" class="form-control border-0 bg-light px-4" placeholder="Email:" style="height: 55px;" name="email">
</div>
<div class="col-12">
<input type="text" class="form-control border-0 bg-light px-4" placeholder="Phone No." style="height: 55px;" name="phone">
</div>
</div>
<div class="col-12">
<!-- Optional content or empty div for layout -->
</div>
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729478534-5081.png" alt="Description of image" style="max-width: 100%;">
<div class="col-12">
<button class="btn btn-primary w-100 py-3" type="submit" style="margin-bottom: 20px;">Complete Order</button>
</div>
<!-- Payment Icons -->
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729480649-9308.png" alt="Description of image" style="max-width: 100%;">
</form>
</div>
<div class="col-lg-6 wow slideInUp" data-wow-delay="0.6s">
<img src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/.editor/1729043159-4351.png" alt="Ebook Cover" class="position-relative rounded w-100 h-100" style="min-height: 350px; object-fit: cover;">
</div>
</div>
</div>
</div>
</section>
<title>Footer</title>
<style>
.footer-container {
background: #061429;
color: #fff;
text-align: center;
padding: 20px 0;
}
.footer-content {
display: flex;
justify-content: center;
align-items: center;
height: 75px;
}
.footer-text {
margin: 0;
}
</style>
<!-- Footer Start -->
<div class="footer-container">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-6">
<div class="footer-content">
<p class="footer-text">© <a class="text-white border-bottom" href="#">Ascott Digitalbiz</a>. All Rights Reserved. <!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/--> Designed by <a class="text-white border-bottom" href="https://htmlcodex.com">Ascott Website and Mobile App Provider</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded back-to-top"><i class="bi bi-arrow-up"></i></a>
<style>
.fab-container {
position: fixed !important;
top: 80px !important;
right: 20px !important;
z-index: 9999 !important;
}
.fab {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
background-color: #0084FF; /* Facebook Messenger blue color */
color: #fff;
border-radius: 50%;
text-decoration: none;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s ease;
position: relative;
}
.fab:hover {
background-color: #006AFF; /* Darker Facebook Messenger blue for hover */
}
.fab i {
font-size: 30px; /* Adjust icon size */
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
/* Tooltip styles */
.tooltip-text {
position: absolute;
top: 50%;
right: 70px; /* Position to the left of the button */
transform: translateY(-50%);
background-color: #333;
color: #fff;
padding: 5px 10px;
border-radius: 4px;
font-size: 14px;
white-space: nowrap;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none; /* Prevent tooltip from blocking hover on button */
}
.fab:hover .tooltip-text {
opacity: 1;
}
/* Add a small arrow to the tooltip */
.tooltip-text::after {
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent transparent #333;
}
</style>
<div class="fab-container">
<a href="https://m.me/ascottdigitalbiz" class="fab" target="_blank" rel="noopener noreferrer">
<i class="fab fa-facebook-messenger"></i>
<span class="tooltip-text">Chat on Messenger</span>
</a>
</div>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/.../6.4.0/css/all.min.css">
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/lib/wow/wow.min.js"></script>
<script src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/lib/easing/easing.min.js"></script>
<script src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/lib/waypoints/waypoints.min.js"></script>
<script src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/lib/counterup/counterup.min.js"></script>
<script src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="https://file-hosting.dashnexpages.net/ascottdigitalbiz/js/main.js"></script>