:root{
–bb-yellow:#fbd414;
–bb-black:#111111;
–bb-black-2:#1a1a1a;
–bb-white:#ffffff;
–bb-bg:#f7f5ef;
–bb-bg-2:#fffdf8;
–bb-surface:#ffffff;
–bb-surface-2:#fcfaf4;
–bb-text:#2a2a2a;
–bb-muted:#6f6f6f;
–bb-line:rgba(17,17,17,.10);
–bb-line-strong:rgba(17,17,17,.16);
–bb-card:rgba(255,255,255,.82);
–bb-card-2:rgba(255,255,255,.68);
–bb-shadow:0 18px 60px rgba(28,24,12,.10);
–bb-radius:24px;
–bb-radius-sm:16px;
–bb-wrap:1240px;
}
.bb-contact,
.bb-contact *{
box-sizing:border-box;
}
.bb-contact{
position:relative;
left:50%;
right:50%;
width:100vw;
max-width:100vw;
margin-left:-50vw;
margin-right:-50vw;
overflow-x:hidden;
background:
radial-gradient(circle at top left, rgba(251,212,20,.16), transparent 28%),
radial-gradient(circle at 85% 10%, rgba(251,212,20,.10), transparent 24%),
linear-gradient(180deg, #fffdf8 0%, #f7f5ef 54%, #f3efe5 100%);
color:var(–bb-text);
font-family:Inter, Arial, Helvetica, sans-serif;
}
.bb-contact a{
color:inherit;
text-decoration:none;
}
.bb-wrap{
width:min(var(–bb-wrap), calc(100% – 32px));
margin:0 auto;
}
.bb-sec{
position:relative;
padding:88px 0;
}
.bb-sec + .bb-sec{
border-top:1px solid rgba(17,17,17,.05);
}
.bb-kicker{
display:inline-flex;
align-items:center;
gap:10px;
padding:10px 14px;
border:1px solid rgba(251,212,20,.34);
background:rgba(251,212,20,.14);
color:#8f7300;
border-radius:999px;
font-size:12px;
line-height:1;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
}
.bb-kicker:before{
content:””;
width:8px;
height:8px;
border-radius:50%;
background:var(–bb-yellow);
box-shadow:0 0 0 6px rgba(251,212,20,.16);
}
.bb-title{
margin:18px 0 16px;
font-size:clamp(38px, 6vw, 72px);
line-height:1.02;
font-weight:800;
letter-spacing:-.045em;
max-width:940px;
color:#111;
}
.bb-lead{
max-width:780px;
color:#4d4d4d;
font-size:18px;
line-height:1.8;
margin:0;
}
.bb-section-head{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:28px;
align-items:end;
margin-bottom:38px;
}
.bb-section-head h2{
margin:0;
font-size:clamp(28px, 4vw, 48px);
line-height:1.04;
letter-spacing:-.03em;
color:#111;
}
.bb-section-head p{
margin:0;
color:var(–bb-muted);
font-size:16px;
line-height:1.8;
}
.bb-hero{
padding:34px 0 78px;
}
.bb-hero-card{
position:relative;
overflow:hidden;
border:1px solid rgba(17,17,17,.08);
border-radius:32px;
background:
linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,253,248,.84)),
linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.32));
box-shadow:var(–bb-shadow);
}
.bb-hero-card:before{
content:””;
position:absolute;
inset:0;
background:
radial-gradient(circle at 15% 20%, rgba(251,212,20,.16), transparent 24%),
radial-gradient(circle at 80% 15%, rgba(251,212,20,.10), transparent 18%);
pointer-events:none;
}
.bb-hero-grid{
position:relative;
display:grid;
grid-template-columns:1.02fr .98fr;
gap:28px;
padding:56px;
}
.bb-hero-copy{
position:relative;
z-index:2;
}
.bb-hero-actions{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:34px;
}
.bb-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:54px;
padding:0 22px;
border-radius:16px;
font-weight:700;
font-size:15px;
transition:.25s ease;
}
.bb-btn–primary{
background:var(–bb-yellow);
color:#111;
border:1px solid var(–bb-yellow);
}
.bb-btn–primary:hover{
transform:translateY(-2px);
box-shadow:0 12px 28px rgba(251,212,20,.22);
}
.bb-btn–ghost{
background:rgba(255,255,255,.58);
border:1px solid rgba(17,17,17,.12);
color:#111;
}
.bb-btn–ghost:hover{
transform:translateY(-2px);
border-color:rgba(17,17,17,.22);
background:#fff;
}
.bb-hero-panel{
position:relative;
z-index:2;
display:grid;
gap:16px;
align-content:start;
}
.bb-panel{
border:1px solid rgba(17,17,17,.08);
border-radius:26px;
background:rgba(255,255,255,.74);
padding:24px;
backdrop-filter:blur(8px);
}
.bb-panel-label{
color:#8f7300;
font-size:12px;
letter-spacing:.14em;
text-transform:uppercase;
font-weight:700;
}
.bb-panel-title{
margin:14px 0 10px;
font-size:24px;
line-height:1.15;
font-weight:800;
letter-spacing:-.03em;
color:#111;
}
.bb-panel-text{
margin:0;
color:#4e4e4e;
line-height:1.75;
font-size:15px;
}
.bb-stat-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
margin-top:18px;
}
.bb-stat{
padding:18px;
border-radius:18px;
background:rgba(255,255,255,.78);
border:1px solid rgba(17,17,17,.08);
}
.bb-stat strong{
display:block;
font-size:20px;
line-height:1.2;
color:#111;
font-weight:800;
letter-spacing:-.03em;
margin-bottom:6px;
}
.bb-stat span{
display:block;
color:var(–bb-muted);
font-size:13px;
line-height:1.6;
}
.bb-contact-grid{
display:grid;
grid-template-columns:.95fr 1.05fr;
gap:24px;
align-items:start;
}
.bb-contact-info{
display:grid;
gap:18px;
}
.bb-info-card{
padding:28px;
border-radius:24px;
border:1px solid rgba(17,17,17,.08);
background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(252,250,244,.88));
box-shadow:0 10px 28px rgba(28,24,12,.05);
}
.bb-info-card h3{
margin:0 0 14px;
font-size:24px;
line-height:1.12;
letter-spacing:-.03em;
color:#111;
}
.bb-info-card p{
margin:0;
color:#4e4e4e;
line-height:1.85;
font-size:15px;
}
.bb-contact-list{
display:grid;
gap:14px;
margin-top:18px;
}
.bb-contact-item{
display:grid;
grid-template-columns:70px 1fr;
gap:16px;
align-items:start;
padding:18px;
border-radius:18px;
border:1px solid rgba(17,17,17,.08);
background:rgba(255,255,255,.74);
}
.bb-contact-icon{
display:flex;
align-items:center;
justify-content:center;
width:70px;
height:70px;
border-radius:20px;
background:rgba(251,212,20,.18);
border:1px solid rgba(251,212,20,.28);
color:#7a6400;
font-size:14px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
}
.bb-contact-item h4{
margin:4px 0 6px;
font-size:20px;
line-height:1.15;
letter-spacing:-.02em;
color:#111;
}
.bb-contact-item p{
margin:0;
color:#4e4e4e;
line-height:1.75;
font-size:15px;
}
.bb-contact-item a{
color:#111;
font-weight:700;
}
.bb-form-card{
padding:30px;
border-radius:28px;
border:1px solid rgba(17,17,17,.08);
background:rgba(255,255,255,.82);
box-shadow:0 12px 32px rgba(28,24,12,.06);
}
.bb-form-head{
margin-bottom:22px;
}
.bb-form-head h3{
margin:0 0 10px;
font-size:30px;
line-height:1.08;
letter-spacing:-.03em;
color:#111;
}
.bb-form-head p{
margin:0;
color:#4e4e4e;
line-height:1.8;
font-size:15px;
}
.bb-form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
}
.bb-field{
display:grid;
gap:8px;
}
.bb-field–full{
grid-column:1 / -1;
}
.bb-field label{
font-size:13px;
font-weight:700;
letter-spacing:.06em;
text-transform:uppercase;
color:#6b5700;
}
.bb-input,
.bb-select,
.bb-textarea{
width:100%;
border:1px solid rgba(17,17,17,.10);
background:#fff;
color:#111;
border-radius:16px;
padding:16px 18px;
font-family:Inter, Arial, Helvetica, sans-serif;
font-size:15px;
outline:none;
transition:.2s ease;
appearance:none;
}
.bb-input:focus,
.bb-select:focus,
.bb-textarea:focus{
border-color:rgba(251,212,20,.78);
box-shadow:0 0 0 4px rgba(251,212,20,.14);
}
.bb-textarea{
min-height:160px;
resize:vertical;
}
.bb-form-note{
margin-top:16px;
color:var(–bb-muted);
font-size:13px;
line-height:1.7;
}
.bb-process{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:20px;
}
.bb-process-card{
padding:26px 24px;
border-radius:24px;
border:1px solid rgba(17,17,17,.08);
background:rgba(255,255,255,.78);
box-shadow:0 10px 28px rgba(28,24,12,.05);
}
.bb-process-no{
display:inline-flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
border-radius:50%;
background:rgba(251,212,20,.18);
border:1px solid rgba(251,212,20,.28);
color:#7a6400;
font-size:14px;
font-weight:800;
margin-bottom:18px;
}
.bb-process-card h3{
margin:0 0 10px;
font-size:23px;
line-height:1.12;
letter-spacing:-.03em;
color:#111;
}
.bb-process-card p{
margin:0;
color:#4e4e4e;
line-height:1.8;
font-size:15px;
}
.bb-faq-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}
.bb-faq{
padding:24px;
border-radius:22px;
border:1px solid rgba(17,17,17,.08);
background:rgba(255,255,255,.78);
}
.bb-faq h3{
margin:0 0 10px;
font-size:22px;
line-height:1.15;
letter-spacing:-.03em;
color:#111;
}
.bb-faq p{
margin:0;
color:#4e4e4e;
line-height:1.8;
font-size:15px;
}
.bb-cta{
padding:88px 0 100px;
}
.bb-cta-card{
border:1px solid rgba(251,212,20,.22);
border-radius:32px;
padding:46px;
background:
radial-gradient(circle at top right, rgba(251,212,20,.14), transparent 28%),
linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,250,244,.90));
box-shadow:var(–bb-shadow);
}
.bb-cta-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:28px;
align-items:center;
}
.bb-cta-title{
margin:14px 0 14px;
font-size:clamp(30px, 4vw, 52px);
line-height:1.04;
letter-spacing:-.04em;
color:#111;
max-width:760px;
}
.bb-cta-text{
margin:0;
color:#4e4e4e;
font-size:18px;
line-height:1.8;
max-width:760px;
}
.bb-cta-side{
display:grid;
gap:14px;
}
.bb-cta-point{
padding:18px 20px;
border-radius:18px;
border:1px solid rgba(17,17,17,.08);
background:rgba(255,255,255,.74);
color:#4e4e4e;
line-height:1.7;
font-size:15px;
}
.bb-cta-point strong{
color:#111;
}
@media (max-width:1100px){
.bb-hero-grid,
.bb-section-head,
.bb-contact-grid,
.bb-cta-grid{
grid-template-columns:1fr;
}
.bb-process,
.bb-faq-grid{
grid-template-columns:1fr;
}
}
@media (max-width:820px){
.bb-sec{
padding:72px 0;
}
.bb-hero{
padding:20px 0 64px;
}
.bb-hero-grid,
.bb-cta-card,
.bb-form-card{
padding:28px;
}
.bb-stat-grid,
.bb-form-grid{
grid-template-columns:1fr;
}
.bb-title{
font-size:clamp(36px, 11vw, 56px);
}
.bb-lead,
.bb-cta-text{
font-size:16px;
}
.bb-contact-item{
grid-template-columns:1fr;
}
.bb-contact-icon{
width:64px;
height:64px;
}
}

Contact BeeBizz

Let’s talk about what your business actually needs to grow.

Whether you need sharper positioning, a stronger website, a better funnel, cleaner acquisition systems, or more structured digital execution, the first step is a focused conversation built around your real business priorities.

Start Your Project
Contact Details
What to expect

A commercial conversation, not a generic sales call.

The goal is to understand where your business stands, what is blocking growth, and what kind of structure, positioning, or system would create the strongest next move.

Clarity First
We focus on what needs fixing before discussing outputs.
Strategic Fit
Every business does not need the same solution.
Premium Execution
Clean, structured work aligned with commercial goals.
Systems Thinking
Pages, funnels, CRM, ads, and automation should work together.

Get In Touch

Choose the channel that fits your project stage best.

Some businesses are still exploring direction. Others already know what they need and want to move fast. This page is built to support both.

Who BeeBizz works best with

BeeBizz is built for businesses that want stronger positioning, clearer digital structure, more premium presentation, and growth systems that make commercial sense. If you care about how your business is perceived and how your digital assets perform, this is the right place to start.

Email

Email

Use email for project inquiries, service discussions, and detailed business context.

hello@beebizz.io

Call

Phone / WhatsApp

Best for faster conversations, direct follow-up, and qualified project discussions.

+212 6 00 00 00 00

Base

Based In

Working with businesses in Morocco and internationally across digital consulting, growth systems, and premium web execution.

Casablanca, Morocco

Project Inquiry

Tell us about your business and what you need.

The better the context, the better the direction. Share the essentials so the conversation starts with clarity.

Select service
Growth Audit
Website Creation
Meta & Performance Ads
Lead Generation System
Funnel Architecture
CRM Implementation
WhatsApp Sales System
AI Marketing Automation
Tracking & Analytics
Growth Advisory

Select stage
Just Exploring
Need Strategy First
Ready To Start Soon
Need Immediate Support



Replace this form action with your Elementor form, Fluent Forms, WPForms, or your preferred form system.

How It Works

What happens after you reach out.

The process is simple on purpose. The objective is to create a clear next step, not unnecessary back and forth.

01

You share context

We review your business, your current situation, your growth goals, and where the main friction seems to be.

02

We identify the right path

Instead of forcing a standard package, we clarify what kind of strategic, design, or system work would actually create value.

03

We move with structure

Once the direction is clear, the project moves into a cleaner scope, better execution logic, and a more focused growth plan.

Before You Contact Us

A few common questions.

These answers help set the tone: BeeBizz is built around fit, clarity, and high-value execution.

Do I need to know exactly what service I want?

No. Many businesses know the pain but not the right solution yet. That is normal. The first discussion is there to identify the real need.

Can BeeBizz help with both strategy and execution?

Yes. BeeBizz is designed to connect strategic thinking with execution across website structure, offers, funnels, ads, CRM, and automation.

Is BeeBizz only for big companies?

No. It is for businesses that care about quality, clarity, and commercial logic. The fit matters more than size.

What makes BeeBizz different from a generic agency?

The focus is not random output. The focus is building a stronger business system with premium presentation and better decision-making underneath it.

Next Step

If your business is ready for sharper thinking and stronger execution, let’s begin with the right conversation.

Good growth starts with clarity. Reach out with your business context, and we’ll identify what should be improved, structured, or rebuilt first.

Send Your Inquiry
Email BeeBizz
For B2B businesses: improve credibility, positioning, and lead quality.
For brands: improve digital structure, product communication, and conversion logic.
For ambitious founders: build systems that feel more premium, more focused, and more scalable.

Advance Navigation
Get In Touch
3663 Hurry Street Roanoke,
VA 24012, USA
Call Us:
+91 564 854 24563
Drop Mail Us:
Support@themezhub.com