* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 30px rgba(0,0,0,0.1);
border-radius: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
.hero-section {
background: linear-gradient(135deg, #1a365d 0%, #0f1419 100%);
color: white;
padding: 60px 40px;
border-radius: 15px;
margin-bottom: 40px;
text-align: center;
position: relative;
overflow: hidden;
}
.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('https://nirmako.com/wp-content/uploads/2021/07/Advisory-Board-Vs-Board-of-Directors-1200x801.jpg') center/cover;
opacity: 0.1;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-content p {
color: #ffffff;
text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.hero-section h1 {
font-size: 3em;
margin-bottom: 20px;
text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
color: #ffffff;
}
.hero-section .subtitle {
font-size: 1.3em;
margin-bottom: 30px;
opacity: 0.95;
color: #ffffff;
text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.highlight-keyword {
color: #f39c12;
font-weight: bold;
}
.content-section {
background: white;
padding: 40px;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
margin-bottom: 30px;
border-top: 4px solid #1a365d;
}
h1 {
color: #2c3e50;
font-size: 2.5em;
margin-bottom: 25px;
text-align: center;
position: relative;
padding-bottom: 20px;
}
h1::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 4px;
background: linear-gradient(90deg, #1a365d, #0f1419);
border-radius: 2px;
}
h2 {
color: #1a365d;
font-size: 2em;
margin: 30px 0 20px 0;
position: relative;
padding-left: 25px;
font-weight: bold;
}
h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 60px;
background: linear-gradient(180deg, #1a365d, #0f1419);
border-radius: 3px;
}
h3 {
color: #2c3e50;
font-size: 1.5em;
margin: 25px 0 15px 0;
}
p {
margin-bottom: 18px;
font-size: 1.1em;
line-height: 1.8;
text-align: justify;
}
.intro-box {
background: linear-gradient(135deg, #2980b9 0%, #1a365d 100%);
padding: 30px;
border-radius: 15px;
margin: 30px 0;
text-align: center;
color: #ffffff;
}
.intro-box h3 {
color: #ffffff;
text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
.intro-box p {
color: #ffffff;
opacity: 0.95;
text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.paths-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin: 30px 0;
}
.path-card {
background: #f8f9fa;
padding: 25px;
border-radius: 10px;
border-left: 4px solid #2c5aa0;
transition: all 0.3s ease;
}
.path-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.path-card h4 {
color: #2c5aa0;
font-size: 1.3em;
margin-bottom: 15px;
}
.path-sessions {
list-style: none;
padding: 0;
}
.path-sessions li {
padding: 8px 0;
border-bottom: 1px solid #e9ecef;
font-size: 0.95em;
}
.path-sessions li:last-child {
border-bottom: none;
}
.path-sessions li::before {
content: '✓';
color: #27ae60;
font-weight: bold;
margin-right: 10px;
}
.benefits-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin: 40px 0;
}
.before-after {
padding: 30px;
border-radius: 15px;
position: relative;
}
.before {
background: linear-gradient(135deg, #e74c3c, #c0392b);
color: white;
}
.after {
background: linear-gradient(135deg, #27ae60, #2ecc71);
color: white;
}
.before h3, .after h3 {
text-align: center;
margin-bottom: 20px;
font-size: 1.8em;
}
.before::before {
content: '❌';
position: absolute;
top: 15px;
left: 15px;
font-size: 2em;
}
.after::before {
content: '✅';
position: absolute;
top: 15px;
left: 15px;
font-size: 2em;
}
.mid-cta-section {
background: linear-gradient(135deg, #1a365d 0%, #0f1419 100%);
color: #ffffff;
padding: 40px;
border-radius: 15px;
text-align: center;
margin: 40px 0;
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.mid-cta-section h3 {
font-size: 1.8em;
margin-bottom: 15px;
text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
color: #ffffff;
}
.mid-cta-section p {
font-size: 1.1em;
margin-bottom: 25px;
opacity: 0.95;
text-align: center;
color: #ffffff;
text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.mid-cta-button {
display: inline-block;
background: linear-gradient(45deg, #f39c12, #e67e22);
color: white;
padding: 15px 35px;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
font-size: 1.1em;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
border: 2px solid rgba(255,255,255,0.2);
margin: 10px;
}
.mid-cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
background: linear-gradient(45deg, #e67e22, #d68910);
border-color: rgba(255,255,255,0.4);
}
.diagnosis-button {
background: linear-gradient(45deg, #e74c3c, #c0392b);
}
.diagnosis-button:hover {
background: linear-gradient(45deg, #c0392b, #a93226);
}
.case-study-button {
background: linear-gradient(45deg, #27ae60, #2ecc71);
}
.case-study-button:hover {
background: linear-gradient(45deg, #2ecc71, #229954);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin: 30px 0;
}
.feature-card {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
border-top: 4px solid #f39c12;
text-align: center;
}
.feature-icon {
font-size: 3em;
margin-bottom: 20px;
color: #1a365d;
}
.stats-section {
background: linear-gradient(135deg, #0f1419 0%, #1a202c 100%);
color: #ffffff;
padding: 60px 40px;
border-radius: 20px;
margin: 50px 0;
text-align: center;
position: relative;
overflow: hidden;
}
.stats-section::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, transparent 70%);
animation: rotate 20s linear infinite;
z-index: 1;
}
.stats-section > * {
position: relative;
z-index: 2;
}
@keyframes rotate {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.stats-section h3 {
color: #ffffff;
text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
font-size: 2.5em;
margin-bottom: 20px;
}
.stats-section p {
color: #ffffff;
opacity: 0.95;
text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
font-size: 1.2em;
max-width: 800px;
margin: 0 auto 40px;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 35px;
margin-top: 40px;
}
.stat-item {
text-align: center;
position: relative;
background: rgba(255,255,255,0.1);
padding: 30px 20px;
border-radius: 15px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.2);
transition: transform 0.3s ease;
}
.stat-item:hover {
transform: translateY(-5px);
background: rgba(255,255,255,0.15);
}
.stat-icon {
font-size: 3.5em;
margin-bottom: 15px;
display: block;
filter: drop-shadow(0 0 10px rgba(52, 152, 219, 0.5));
}
.stat-number {
font-size: 2.2em;
font-weight: bold;
color: #ffffff;
display: block;
text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.stat-label {
font-size: 1.2em;
margin-bottom: 20px;
color: #ffffff;
opacity: 0.95;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
font-weight: bold;
line-height: 1.4;
}
.stat-sub-results {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid rgba(255,255,255,0.3);
}
.sub-result {
background: rgba(255,255,255,0.1);
padding: 8px 15px;
margin: 8px 0;
border-radius: 20px;
font-size: 0.95em;
color: #ffffff;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
border: 1px solid rgba(255,255,255,0.2);
transition: all 0.3s ease;
}
.results-showcase {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin: 40px 0;
}
.results-category {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 15px;
padding: 30px;
border-left: 5px solid #1a365d;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
min-height: 320px;
}
.results-category:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
border-left-width: 8px;
}
.category-header {
display: flex;
align-items: center;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #e9ecef;
}
.category-icon {
font-size: 2.5em;
margin-right: 15px;
filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}
.category-header h4 {
color: #1a365d;
font-size: 1.4em;
font-weight: bold;
margin: 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.results-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.result-item {
background: white;
padding: 12px 18px;
border-radius: 25px;
font-size: 1em;
color: #2c3e50;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: all 0.3s ease;
border: 1px solid rgba(26, 54, 93, 0.1);
}
.result-item:hover {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
transform: translateX(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
border-color: #1a365d;
}
.contact-form-widget {
background: linear-gradient(135deg, #1a365d 0%, #0f1419 100%);
padding: 50px;
border-radius: 20px;
margin: 50px 0;
box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.contact-form-widget h3 {
color: #ffffff;
text-align: center;
margin-bottom: 40px;
font-size: 2.2em;
text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
.form-row {
display: flex;
gap: 25px;
margin-bottom: 25px;
flex-wrap: wrap;
}
.contact-form-field {
flex: 1;
min-width: 250px;
}
.contact-form-field label {
display: block;
color: #ffffff;
margin-bottom: 10px;
font-weight: bold;
font-size: 1.1em;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.contact-form-field input, .contact-form-field textarea {
width: 100%;
padding: 15px 20px;
border: none;
border-radius: 10px;
font-size: 16px;
background-color: rgba(255,255,255,0.95);
transition: all 0.3s ease;
font-family: inherit;
}
.contact-form-field textarea {
min-height: 120px;
resize: vertical;
}
.contact-form-field input:focus, .contact-form-field textarea:focus {
outline: none;
background-color: white;
box-shadow: 0 0 15px rgba(255,255,255,0.4);
transform: translateY(-2px);
}
.contact-submit-btn {
width: 100%;
padding: 18px;
background: linear-gradient(45deg, #f39c12, #e67e22);
color: white;
border: none;
border-radius: 10px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 15px;
}
.contact-submit-btn:hover {
background: linear-gradient(45deg, #e67e22, #d68910);
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.contact-submit-btn:disabled {
background: #95a5a6;
cursor: not-allowed;
transform: none;
}
@media (max-width: 768px) {
.container {
margin: 10px;
padding: 15px;
}
.hero-section {
padding: 40px 20px;
}
.hero-section h1 {
font-size: 2.2em;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.6em;
}
.benefits-section {
grid-template-columns: 1fr;
}
.form-row {
flex-direction: column;
}
.contact-form-field {
min-width: 100%;
}
.contact-form-widget {
padding: 30px;
}
.mid-cta-section {
padding: 25px 15px;
}
.mid-cta-section h3 {
font-size: 1.4em;
}
.mid-cta-button {
padding: 12px 25px;
font-size: 1em;
}
.stats-section {
padding: 40px 20px;
}
.stats-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.stat-item {
padding: 25px 15px;
}
.stat-icon {
font-size: 3em;
}
.results-showcase {
grid-template-columns: 1fr;
gap: 20px;
}
.category-header {
flex-direction: column;
text-align: center;
}
.category-icon {
margin-right: 0;
margin-bottom: 10px;
}
}
HIMAP - Middle Management Development Program
High Impact Manager Accelerator Program
4 Advanced Training Tracks • 18 Professional Coaching Sessions • Research-Based Tools
Why the HIMAP Program is the Key to Your Success as Managers?
In a competitive and challenging business world, middle managers are required to lead teams, streamline processes, and achieve outstanding results. However, many of them reach management positions without appropriate professional training.
The HIMAP program was specifically developed for middle managers and supervisors who want to become high-impact managers. The program is based on over 30 years of knowledge and experience in developing successful organizations and managers.
🎯 The Goal: Transform You into High-Impact Managers
Through research-based tools, interactive workshops, and professional personal coaching
The 4 Training Tracks of HIMAP
The program includes 4 professional tracks that you can choose from or complete all of them. Each track contains 4-5 in-depth sessions:
The Program That Proves Results
Research proves that structured and professional management development programs lead to dramatic improvements in work performance, knowledge acquisition, and leadership behavior of participants:
📈
Performance
Significant Improvement in Work Performance
⚡ Higher Productivity
🔄 Enhanced Efficiency and Control
🧠
Knowledge
Significant Expansion in Professional Knowledge
👥 Deep Understanding of the Team
🎓 Strategic and Innovative Thinking
🧭
Leadership
Development of Authentic and Influential Leadership
🚀 High Team Motivation
🌟 Positive Work Culture
🗺️
Pathway
Structured and Proven Success Program
🤝 Professional Personal Coaching
🔗 Professional Network Connections
The Tangible Results of the HIMAP Program
Managers who completed the program report dramatic changes in their work lives and team performance. The program delivers tangible results in four key areas:
⚡ Significantly Higher Productivity
🎯 Dramatically Improved Decision Quality
📊 Achieving Goals On Time with High Quality
🔄 Better Process Efficiency and Control
👥 Deep Understanding of Team and Motivations
🔧 New and Advanced Management Capabilities
📚 Significant Expansion in Professional Knowledge
🎓 Development of Strategic and Innovative Thinking
🚀 High Team Motivation
💬 Effective and Clear Communication
✨ Development of Authentic Leadership Presence
🌟 Creating a Positive and Thriving Work Culture
🤝 Professional Personal Coaching Throughout
⚒️ Practical Tools for Immediate Implementation
🎓 Proven Research-Based Program
🔗 Network Connections with Other Managers
The program includes 4 professional tracks that you can choose from or complete all of them. Each track contains 4-5 in-depth sessions:
🚀 Improvement Path
- PAVE - Finding Your Competitive Advantage
- Effective Communication
- Efficient Time Management
- Coaching and Mentoring Direct Reports
💪 Influence Path
- Facilitating Effective Meetings
- The Power of Negotiation
- Inspiring Leadership
- Creating a High-Performance Culture
🎯 Team Action Path
- Strategic Leadership
- Critical Success Factors and Goals
- Action Plans That Deliver Results
- Key Performance Indicators (KPIs)
👥 Talent Path
- Recruiting and Hiring Quality Employees
- Effective Employee Retention Methods
- Developing Your Team
- Dealing with Difficult People
DISC and PAVE Tools - The Scientific Foundation of the Program
The HIMAP program is based on proven, research-based tools that help managers better understand themselves and their teams.
🧠
DISC Analysis
Understanding behavioral styles - yours and your team's. A tool that improves communication, reduces conflicts, and enhances team performance.
🎯
PAVE Method
Finding your personal competitive advantage: Passion, Aptitude, Vision, and Empathetic alignment.
🚀
Driving Forces
Understanding the deep motivators that drive you and your team - the key to genuine motivation and achieving outstanding results.
Before and After HIMAP - The Change You'll Experience
❌ Before HIMAP
-
🌪️ Intuitive Management:
Managing "by feel" without professional tools
-
🎯 Lack of Focus:
Not knowing what their main responsibilities are as managers
-
💬 Problematic Communication:
Difficulty conveying messages and facilitating effective meetings
-
⏰ Poor Time Management:
Always under pressure, not getting everything done
-
👥 Team Difficulties:
Not knowing how to motivate and develop employees
✅ After HIMAP
-
🎯 Focused Leadership:
Knowing exactly what their competitive advantage is and acting accordingly
-
💪 Professional Tools:
DISC, PAVE, Driving Forces - science-based management tools
-
🗣️ Excellent Communication:
Leading effective meetings and communicating clearly
-
⚡ High Efficiency:
Managing time better and focusing on important tasks
-
🏆 Successful Teams:
Knowing how to recruit, develop, and retain talent
How the HIMAP Program Works?
📊
Initial DISC Analysis
Each participant receives a professional DISC and Driving Forces analysis before starting the program
⏱️
Learning Flexibility
Up to 2 monthly sessions, each session up to two hours, face-to-face or virtual
🎯
Action Commitments
Each session ends with clear commitments to implement what was learned
👥
Group Learning
Mixed classes or organizational classes - according to your needs
🏅
Personal Coaching
Option for one-on-one personal coaching with a certified coach
📈
Tested and Proven
Based on over 30 years of knowledge and thousands of successful managers
Who is Suitable for the HIMAP Program?
The program is designed for middle managers and supervisors in organizations of all sizes who want to:
- Become high-impact managers with amazing results
- Receive professional research-based tools for team management
- Improve their communication and leadership skills
- Increase the level of motivation and commitment in the team
- Develop recruitment, development, and employee retention skills
- Learn how to facilitate effective meetings and make better decisions
The program is especially suitable for managers who moved into management positions without formal training, or experienced managers who want to upgrade their tools and methods.
The Perfect Fit Principle - The Golden Rule of Impactful Managers
One of the central insights in the HIMAP program is the perfect fit principle. Research shows that high-impact managers dedicate most of their time to activities that fit all four PAVE criteria:
❤️
Passion
Activities you enjoy doing and feel high energy in
🏆
Aptitude
Areas where you excel more than average
🔮
Vision
Activities that contribute to the organizational vision in the long term
🤝
Empathetic Alignment
Tasks that fit your natural behavioral style
When you achieve perfect fit - you'll experience a real revolution in your management life!
function submitForm(event) {
event.preventDefault();
const formData = new FormData(event.target);
const data = {
name: formData.get('form_fields[name]'),
phone: formData.get('form_fields[phone]'),
email: formData.get('form_fields[email]'),
company: formData.get('form_fields[company]'),
position: formData.get('form_fields[position]'),
team_size: formData.get('form_fields[team_size]'),
message: formData.get('form_fields[message]'),
source: 'HIMAP - Middle Management Development Program'
};
// Change button text to show loading
const submitButton = event.target.querySelector('.contact-submit-btn');
const originalText = submitButton.innerHTML;
submitButton.innerHTML = 'Sending...';
submitButton.disabled = true;
// Send data to Formspree
fetch('https://formspree.io/f/xovwywvb', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(data)
})
.then(response => {
if (response.ok) {
// Success
alert('Thank you ' + data.name + '! Your inquiry has been successfully received. We will contact you soon to schedule a free introductory meeting.\n\nThe HIMAP program will help you become high-impact managers with proven professional tools and tangible results.');
event.target.reset();
} else {
// Error from server
alert('An error occurred while submitting the form. Please try again or contact us directly by phone.');
}
})
.catch(error => {
console.error('Error:', error);
alert('A connection error occurred. Please check your internet connection and try again.');
})
.finally(() => {
// Reset button
submitButton.innerHTML = originalText;
submitButton.disabled = false;
});
}
// Add smooth scroll to CTA buttons (only for internal links)
document.querySelectorAll('a[href^="#"]').forEach(function(button) {
button.addEventListener('click', function(e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth'
});
}
});
});
// Phone input validation
document.getElementById('phone-1').addEventListener('input', function() {
this.value = this.value.replace(/[^0-9\-\+\(\)\s]/g, '');
});