Tampa Bay
MARKETING COMPANY
Get a Free Analysis
Tampa Bay Marketing Company
Let's Talk About Your Business
Tell us where you are, what you do, and what you are trying to rank for. We will show you exactly where you stand on Google Maps. No pressure. No obligation.
Reach out
We are a Tampa Bay team.
We work with local service businesses across the Greater Tampa Bay area. If you want to show up when customers search on Google Maps, we can help.
No contracts. No pressure.
We do not lock you into long-term agreements. Every client stays because the rankings improve, not because a contract forces them to.
Send Us a Message
We typically respond the same business day.
Prefer a faster start?
Get a Free Google Maps Analysis
See exactly where your business ranks across Tampa Bay. Takes 60 seconds to request and costs nothing.
Request Your Free Analysis →
--dark:#111;
--white:#fff;
--border:#e8e5e0;
--green:#22c55e;
--muted:#666;
--light:#f7f5f2;
}
body{font-family:system-ui,-apple-system,'Segoe UI',sans-serif;background:var(--cream);color:var(--dark);}
/* NAV */
.tbmc-nav{
position:sticky;top:0;z-index:999;
background:var(--white);
border-bottom:1px solid var(--border);
padding:0 40px;
display:flex;align-items:center;justify-content:space-between;
height:68px;
}
.tbmc-nav-logo{display:flex;align-items:center;text-decoration:none;}
.tbmc-nav-links{display:flex;align-items:center;gap:32px;}
.tbmc-nav-link{
font-size:14px;font-weight:500;color:var(--dark);
text-decoration:none;letter-spacing:-0.1px;
padding:4px 0;border-bottom:2px solid transparent;
transition:color .15s,border-color .15s;
}
.tbmc-nav-link:hover{border-bottom-color:var(--green);}
.tbmc-nav-link.active{border-bottom-color:var(--green);}
.tbmc-nav-cta{
background:var(--dark);color:var(--white);
padding:10px 20px;border-radius:100px;
font-size:14px;font-weight:600;text-decoration:none;
transition:background .15s;white-space:nowrap;
}
.tbmc-nav-cta:hover{background:#222;}
/* TYPOGRAPHY */
.tbmc-overline{
font-family:Georgia,'Times New Roman',serif;
font-style:italic;font-size:14px;color:var(--muted);
letter-spacing:0.2px;margin-bottom:12px;display:block;
}
.tbmc-h1{font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1;letter-spacing:-1.5px;}
.tbmc-h2{font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.15;letter-spacing:-1px;}
.tbmc-h3{font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-0.3px;}
.tbmc-h4{font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-0.2px;}
.tbmc-body-lg{font-size:18px;line-height:1.65;color:#444;}
.tbmc-body{font-size:16px;line-height:1.6;color:#555;}
.tbmc-muted{color:var(--muted);font-size:14px;}
/* BUTTONS */
.tbmc-btn-primary{
display:inline-flex;align-items:center;gap:8px;
background:var(--dark);color:var(--white);
padding:14px 28px;border-radius:100px;
font-size:15px;font-weight:600;text-decoration:none;
transition:background .15s;letter-spacing:-0.2px;
}
.tbmc-btn-primary:hover{background:#222;}
.tbmc-btn-outline{
display:inline-flex;align-items:center;gap:8px;
background:transparent;color:var(--dark);
padding:13px 28px;border-radius:100px;
border:2px solid var(--dark);
font-size:15px;font-weight:600;text-decoration:none;
transition:all .15s;
}
.tbmc-btn-outline:hover{background:var(--dark);color:var(--white);}
.tbmc-btn-white{
display:inline-flex;align-items:center;gap:8px;
background:var(--white);color:var(--dark);
padding:14px 28px;border-radius:100px;
font-size:15px;font-weight:600;text-decoration:none;
transition:opacity .15s;
}
.tbmc-btn-white:hover{opacity:.9;}
/* PILLS */
.tbmc-pill{
display:inline-flex;align-items:center;gap:6px;
background:var(--white);border:1px solid var(--border);
padding:6px 14px;border-radius:100px;
font-size:13px;font-weight:500;color:var(--dark);
}
.tbmc-pill-green{background:#dcfce7;border-color:#bbf7d0;color:#166534;}
.tbmc-dot{width:7px;height:7px;border-radius:50%;background:var(--green);display:inline-block;}
/* SECTIONS */
.tbmc-section{padding:88px 40px;}
.tbmc-section-dark{background:var(--dark);color:var(--white);padding:88px 40px;}
.tbmc-section-white{background:var(--white);padding:88px 40px;}
.tbmc-section-cream{background:var(--cream);padding:88px 40px;}
.tbmc-container{max-width:1100px;margin:0 auto;}
.tbmc-container-sm{max-width:740px;margin:0 auto;}
.tbmc-container-md{max-width:880px;margin:0 auto;}
/* GRID */
.tbmc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.tbmc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.tbmc-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
/* CARDS */
.tbmc-card{
background:var(--white);border:1px solid var(--border);
border-radius:16px;padding:28px;
transition:box-shadow .2s;
}
.tbmc-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.07);}
.tbmc-card-dark{
background:#1a1a1a;border:1px solid #2a2a2a;
border-radius:16px;padding:28px;
}
.tbmc-card-icon{
width:48px;height:48px;border-radius:12px;
background:var(--cream);display:flex;align-items:center;
justify-content:center;margin-bottom:16px;font-size:22px;
}
/* DIVIDER */
.tbmc-divider{border:none;border-top:1px solid var(--border);margin:0;}
/* FORM */
.tbmc-form-field{display:flex;flex-direction:column;gap:6px;}
.tbmc-label{font-size:13px;font-weight:600;color:var(--dark);}
.tbmc-input,.tbmc-select,.tbmc-textarea{
padding:12px 16px;border-radius:10px;
border:1.5px solid var(--border);background:var(--white);
font-size:15px;font-family:inherit;color:var(--dark);
transition:border-color .15s;outline:none;
}
.tbmc-input:focus,.tbmc-select:focus,.tbmc-textarea:focus{border-color:var(--dark);}
.tbmc-textarea{resize:vertical;min-height:120px;}
.tbmc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.tbmc-submit-btn{
width:100%;padding:14px;border-radius:100px;
background:var(--dark);color:var(--white);
font-size:16px;font-weight:600;cursor:pointer;border:none;
font-family:inherit;transition:background .15s;
}
.tbmc-submit-btn:hover{background:#222;}
/* FOOTER */
.tbmc-footer{background:var(--dark);color:rgba(255,255,255,.6);padding:56px 40px 32px;}
.tbmc-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;}
.tbmc-footer-heading{font-size:12px;font-weight:700;color:var(--white);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;}
.tbmc-footer-link{display:block;font-size:14px;color:rgba(255,255,255,.5);text-decoration:none;margin-bottom:9px;transition:color .15s;}
.tbmc-footer-link:hover{color:var(--white);}
.tbmc-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;}
/* CONTACT INFO ITEMS */
.contact-info-item{display:flex;align-items:flex-start;gap:14px;padding:20px 0;border-bottom:1px solid var(--border);}
.contact-info-item:last-child{border-bottom:none;}
.contact-info-icon{width:40px;height:40px;border-radius:10px;background:var(--cream);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;}
.contact-info-label{font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--muted);margin-bottom:3px;}
.contact-info-value{font-size:15px;color:var(--dark);font-weight:500;}
/* RESPONSIVE */
@media(max-width:900px){
.tbmc-nav{padding:0 20px;}
.tbmc-nav-links{display:none;}
.tbmc-section,.tbmc-section-dark,.tbmc-section-white,.tbmc-section-cream{padding:64px 20px;}
.tbmc-grid-2,.tbmc-grid-3,.tbmc-grid-4{grid-template-columns:1fr;}
.tbmc-form-grid{grid-template-columns:1fr;}
.tbmc-footer-grid{grid-template-columns:1fr 1fr;}
.tbmc-footer-bottom{flex-direction:column;gap:8px;text-align:center;}
.tbmc-footer{padding:48px 20px 28px;}
}
/* PAGE WRAPPER */
.tbmc-page{min-height:100vh;}
Tampa Bay
MARKETING COMPANY
Get a Free Analysis
Tampa Bay Marketing Company
Let's Talk About Your Business
Tell us where you are, what you do, and what you are trying to rank for. We will show you exactly where you stand on Google Maps. No pressure. No obligation.
Reach out
We are a Tampa Bay team.
We work with local service businesses across the Greater Tampa Bay area. If you want to show up when customers search on Google Maps, we can help.
No contracts. No pressure.
We do not lock you into long-term agreements. Every client stays because the rankings improve, not because a contract forces them to.
Prefer a faster start?
Get a Free Google Maps Analysis
See exactly where your business ranks across Tampa Bay. Takes 60 seconds to request and costs nothing.
Request Your Free Analysis →