<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valdosta Tree Service | Storm Response, Removal & Trimming</title>
<meta name="description" content="Licensed, insured tree removal, trimming, and
storm cleanup serving Valdosta, GA and surrounding Lowndes County. Same-day
emergency response. Free on-site estimates.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link
href="https://fonts.googleapis.com/css2?family=Bitter:wght@400;600;700;900&family=P
ublic+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=s
wap" rel="stylesheet">
<style>
:root{
--pine:#1F3D2E;
--pine-deep:#132A20;
--slate:#3A4750;
--sawdust:#D9B98A;
--paper:#F7F4EC;
--bark:#1A1512;
--signal:#E8630A;
--signal-dark:#C74F05;
--ring-1:#E8630A;
--ring-2:#D9B98A;
--ring-3:#3A4750;
--ring-4:#1F3D2E;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
font-family:'Public Sans',sans-serif;
background:var(--paper);
color:var(--bark);
line-height:1.5;
-webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display{
font-family:'Bitter',serif;
font-weight:700;
color:var(--pine-deep);
line-height:1.1;
}
.mono{font-family:'IBM Plex Mono',monospace;}
a{color:inherit;text-decoration:none;}
img,svg{display:block;max-width:100%;}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px;}
.visually-
hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);}
/* focus visibility */
a:focus-visible,button:focus-visible{
outline:3px solid var(--signal);
outline-offset:3px;
}
/* ===== Top bar ===== */
.topbar{
background:var(--bark);
color:var(--paper);
font-family:'IBM Plex Mono',monospace;
font-size:13px;
letter-spacing:.03em;
}
.topbar .wrap{
display:flex;justify-content:space-between;align-items:center;
padding:8px 24px;flex-wrap:wrap;gap:6px;
}
.topbar .dot{color:var(--signal);}
/* ===== Header ===== */
header.site{
background:var(--paper);
border-bottom:1px solid rgba(26,21,18,.1);
position:sticky;top:0;z-index:50;
}
header.site .wrap{
display:flex;align-items:center;justify-content:space-between;
padding:16px 24px;
}
.logo{
font-family:'Bitter',serif;font-weight:900;font-size:22px;
color:var(--pine-deep);letter-spacing:-.01em;
display:flex;align-items:center;gap:10px;
}
.logo .ring-mark{width:34px;height:34px;flex:none;}
.nav-links{display:flex;gap:28px;font-weight:600;font-size:15px;}
.nav-links a{position:relative;padding:4px 0;}
.nav-links a:hover{color:var(--signal-dark);}
.call-btn{
background:var(--signal);color:#fff;font-weight:700;
padding:11px 20px;border-radius:2px;font-size:15px;
display:flex;align-items:center;gap:8px;
box-shadow:0 2px 0 var(--signal-dark);
transition:transform .12s ease;
}
.call-btn:hover{transform:translateY(-1px);}
.menu-toggle{display:none;background:none;border:none;font-size:26px;color:var(--
pine-deep);cursor:pointer;}
@media(max-width:860px){
.nav-links{display:none;}
.menu-toggle{display:block;}
}
/* ===== Hero ===== */
.hero{
background:
linear-gradient(180deg, rgba(19,42,32,.86), rgba(19,42,32,.93)),
repeating-linear-gradient(115deg, rgba(255,255,255,0.02) 0 2px, transparent 2px
40px);
background-color:var(--pine-deep);
color:var(--paper);
position:relative;
overflow:hidden;
}
.hero .wrap{
padding:76px 24px 100px;
display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;
}
@media(max-width:860px){ .hero .wrap{grid-template-columns:1fr;padding:48px 24px
64px;} }
.eyebrow{
font-family:'IBM Plex Mono',monospace;font-size:13px;letter-spacing:.12em;
text-transform:uppercase;color:var(--sawdust);
display:flex;align-items:center;gap:10px;margin-bottom:18px;
}
.eyebrow::before{content:'';width:8px;height:8px;background:var(--signal);border-
radius:50%;
box-shadow:0 0 0 4px rgba(232,99,10,.25);}
.hero h1{
color:#fff;font-size:clamp(34px,5vw,54px);margin-bottom:20px;
}
.hero h1 em{font-style:normal;color:var(--sawdust);}
.hero p.lede{
font-size:18px;color:rgba(247,244,236,.85);max-width:46ch;margin-bottom:30px;
}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}
.btn-primary{
background:var(--signal);color:#fff;font-weight:700;font-size:17px;
padding:16px 26px;border-radius:2px;box-shadow:0 3px 0 var(--signal-dark);
display:inline-flex;align-items:center;gap:10px;
}
.btn-secondary{
border:1.5px solid rgba(247,244,236,.4);color:#fff;font-weight:600;font-size:16px;
padding:15px 24px;border-radius:2px;
}
.btn-secondary:hover{border-color:#fff;}
.hero-stats{display:flex;gap:0;margin-top:40px;border-top:1px solid
rgba(247,244,236,.18);padding-top:24px;}
.hero-stats div{flex:1;padding-right:16px;}
.hero-stats .num{font-family:'Bitter',serif;font-weight:700;font-size:26px;color:#fff;}
.hero-stats .label{font-size:12.5px;color:rgba(247,244,236,.65);letter-spacing:.02em;}
/* hero panel: dispatch card */
.dispatch-card{
background:var(--paper);color:var(--bark);border-radius:4px;
padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.35);
border-top:5px solid var(--signal);
}
.dispatch-card h3{font-size:20px;margin-bottom:6px;}
.dispatch-card p.sub{font-size:14px;color:var(--slate);margin-bottom:20px;}
.dispatch-card .field{margin-bottom:14px;}
.dispatch-card label{font-size:12.5px;font-weight:600;text-transform:uppercase;letter-
spacing:.04em;color:var(--slate);display:block;margin-bottom:5px;}
.dispatch-card input,.dispatch-card select,.dispatch-card textarea{
width:100%;border:1.5px solid #d9d3c4;border-radius:2px;padding:11px 12px;font-
size:15px;
font-family:'Public Sans',sans-serif;background:#fff;
}
.dispatch-card input:focus,.dispatch-card select:focus{border-color:var(--
pine);outline:none;}
.dispatch-submit{
width:100%;background:var(--pine);color:#fff;font-
weight:700;padding:14px;border:none;
border-radius:2px;font-size:15.5px;cursor:pointer;margin-top:4px;
}
.dispatch-submit:hover{background:var(--pine-deep);}
.dispatch-card .note{font-size:12.5px;color:var(--slate);margin-top:12px;text-
align:center;}
/* ===== Trust bar ===== */
.trustbar{background:var(--sawdust);}
.trustbar .wrap{
display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:22px 24px;
}
@media(max-width:760px){.trustbar .wrap{grid-template-columns:repeat(2,1fr);}}
.trust-item{display:flex;align-items:center;gap:10px;font-weight:600;font-
size:14.5px;color:var(--pine-deep);}
.trust-item svg{flex:none;width:22px;height:22px;}
/* ===== Section shell ===== */
section{padding:80px 0;}
.section-head{max-width:640px;margin-bottom:44px;}
.section-head .eyebrow-dark{
font-family:'IBM Plex Mono',monospace;font-size:13px;letter-spacing:.1em;text-
transform:uppercase;
color:var(--signal-dark);margin-bottom:10px;display:block;font-weight:600;
}
.section-head h2{font-size:clamp(26px,3.4vw,36px);}
.section-head p{color:var(--slate);font-size:16px;margin-top:12px;}
/* cut divider (chainsaw-cut motif) */
.cut-divider{height:34px;position:relative;background:var(--paper);}
.cut-divider svg{width:100%;height:100%;display:block;}
/* ===== Services grid ===== */
.services{background:#fff;}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
@media(max-width:860px){.service-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.service-grid{grid-template-columns:1fr;}}
.service-card{
border:1.5px solid #e7e1d2;border-radius:4px;padding:26px 24px;background:var(--
paper);
transition:border-color .15s ease, transform .15s ease;
}
.service-card:hover{border-color:var(--signal);transform:translateY(-3px);}
.service-card .num{font-family:'IBM Plex Mono',monospace;font-size:13px;color:var(--
signal-dark);font-weight:600;margin-bottom:14px;display:block;}
.service-card h3{font-size:19px;margin-bottom:10px;}
.service-card p{font-size:14.5px;color:var(--slate);margin-bottom:14px;}
.service-card .link{font-weight:700;font-size:14px;color:var(--pine);display:inline-
flex;align-items:center;gap:6px;}
.service-card.emergency{background:var(--pine-deep);border-color:var(--pine-deep);}
.service-card.emergency h3,.service-card.emergency .num{color:#fff;}
.service-card.emergency p{color:rgba(247,244,236,.75);}
.service-card.emergency .link{color:var(--sawdust);}
/* ===== Rings (signature trust section) ===== */
.rings-section{background:var(--pine-deep);color:var(--paper);}
.rings-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-
items:center;}
@media(max-width:900px){.rings-wrap{grid-template-columns:1fr;}}
.rings-section h2{color:#fff;}
.rings-section .section-head p{color:rgba(247,244,236,.75);}
.ring-legend{display:flex;flex-direction:column;gap:20px;margin-top:10px;}
.ring-legend .item{display:flex;gap:16px;align-items:flex-start;}
.ring-legend .swatch{width:16px;height:16px;border-radius:50%;flex:none;margin-
top:5px;}
.ring-legend h4{font-family:'Bitter',serif;font-size:17px;color:#fff;margin-bottom:4px;}
.ring-legend p{font-size:14px;color:rgba(247,244,236,.7);max-width:44ch;}
#ringSvg{width:100%;max-width:420px;margin:0 auto;}
.ring-caption{font-family:'IBM Plex Mono',monospace;font-
size:12.5px;color:rgba(247,244,236,.55);text-align:center;margin-top:16px;letter-
spacing:.03em;}
/* ===== Service area ===== */
.area{background:var(--paper);}
.area-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
@media(max-width:860px){.area-wrap{grid-template-columns:1fr;}}
.area-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;}
.area-list li{list-style:none;padding:10px 0;border-bottom:1px dashed #d9d3c4;font-
weight:600;font-size:15px;display:flex;align-items:center;gap:8px;}
.area-list li::before{content:'';width:6px;height:6px;background:var(--signal);border-
radius:50%;flex:none;}
.area-note{background:#fff;border:1.5px solid #e7e1d2;border-
radius:4px;padding:24px;}
.area-note h3{font-size:18px;margin-bottom:10px;}
.area-note p{color:var(--slate);font-size:14.5px;}
/* ===== Process ===== */
.process{background:#fff;}
.process-steps{display:grid;grid-template-
columns:repeat(4,1fr);gap:0;position:relative;}
@media(max-width:860px){.process-steps{grid-template-columns:1fr;gap:28px;}}
.process-steps li{list-style:none;padding:0 20px 0 0;position:relative;}
.process-steps .step-num{
font-family:'Bitter',serif;font-weight:900;font-size:38px;color:var(--sawdust);
-webkit-text-stroke:1.5px var(--pine-deep);color:transparent;margin-
bottom:10px;display:block;
}
.process-steps h4{font-size:16.5px;margin-bottom:8px;color:var(--pine-deep);}
.process-steps p{font-size:14px;color:var(--slate);}
/* ===== FAQ ===== */
.faq{background:var(--paper);}
.faq-list{max-width:760px;}
.faq-item{border-bottom:1.5px solid #e7e1d2;}
.faq-item button{
width:100%;text-align:left;background:none;border:none;padding:20px 4px;
display:flex;justify-content:space-between;align-items:center;gap:20px;
font-family:'Bitter',serif;font-weight:600;font-size:17px;color:var(--pine-
deep);cursor:pointer;
}
.faq-item .icon{flex:none;width:22px;height:22px;transition:transform .2s
ease;color:var(--signal-dark);}
.faq-item[aria-expanded="true"] .icon{transform:rotate(45deg);}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease;}
.faq-answer p{padding:0 4px 20px;color:var(--slate);font-size:15px;max-width:66ch;}
/* ===== Final CTA ===== */
.final-cta{
background:var(--bark);color:var(--paper);text-align:center;
background-image:radial-gradient(circle at 20% 20%, rgba(232,99,10,.12),
transparent 45%);
}
.final-cta h2{color:#fff;font-size:clamp(28px,4vw,40px);margin-bottom:16px;}
.final-cta p{color:rgba(247,244,236,.75);font-size:17px;max-width:52ch;margin:0 auto
30px;}
.final-cta .phone-huge{
font-family:'IBM Plex Mono',monospace;font-weight:500;font-
size:clamp(30px,5vw,46px);
color:var(--signal);letter-spacing:.02em;display:block;margin-bottom:24px;
}
/* ===== Footer ===== */
footer{background:var(--pine-deep);color:rgba(247,244,236,.65);padding:44px 0
28px;font-size:13.5px;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;margin-
bottom:32px;}
@media(max-width:760px){.footer-grid{grid-template-columns:1fr;gap:24px;}}
footer h5{color:#fff;font-family:'Bitter',serif;font-size:15px;margin-bottom:14px;}
footer ul{list-style:none;}
footer li{margin-bottom:8px;}
footer a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(247,244,236,.15);padding-
top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}
@media (prefers-reduced-motion: reduce){
*{transition:none !important;scroll-behavior:auto !important;}
}
</style>
</head>
<body>
<div class="topbar">
<div class="wrap">
<span><span class="dot">●</span> Storm crews on standby — same-day
response across Lowndes County</span>
<span>Mon–Sat 7am–7pm | 24/7 Emergency
Line</span>
</div>
</div>
<header class="site">
<div class="wrap">
<a href="#top" class="logo">
<svg class="ring-mark" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<circle cx="20" cy="20" r="18" stroke="#1F3D2E" stroke-width="2.4"/>
<circle cx="20" cy="20" r="12.5" stroke="#D9B98A" stroke-width="2.4"/>
<circle cx="20" cy="20" r="7" stroke="#E8630A" stroke-width="2.4"/>
</svg>
Valdosta Tree Service
</a>
<nav class="nav-links">
<a href="#services">Services</a>
<a href="#trust">Why Us</a>
<a href="#area">Service Area</a>
<a href="#faq">FAQ</a>
</nav>
<a href="tel:+12295550142" class="call-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-
hidden="true"><path d="M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4
2.3.6 3.5.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.9c0-.6.4-1 1-1h3.4c.6 0 1
.4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .8-.2 1L6.6 10.8z"/></svg>
(229) 555-0142
</a>
<button class="menu-toggle" aria-label="Open menu">☰</button>
</div>
</header>
<main id="top">
<!-- HERO -->
<section class="hero" style="padding:0;">
<div class="wrap">
<div>
<span class="eyebrow">Licensed & Insured · Serving Valdosta,
GA</span>
<h1>Tree down? We're already <em>headed your way.</em></h1>
<p class="lede">Emergency tree removal, routine trimming, and stump grinding for
Valdosta homeowners — dispatched from crews who already work your
neighborhood. Free on-site estimates, no obligation.</p>
<div class="hero-ctas">
<a href="tel:+12295550142" class="btn-primary">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor" aria-
hidden="true"><path d="M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4
2.3.6 3.5.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.9c0-.6.4-1 1-1h3.4c.6 0 1
.4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .8-.2 1L6.6 10.8z"/></svg>
Call (229) 555-0142
</a>
<a href="#quote" class="btn-secondary">Request a Free Estimate</a>
</div>
<div class="hero-stats">
<div><span class="num">24/7</span><div class="label">Storm &
emergency dispatch</div></div>
<div><span class="num">Free</span><div class="label">On-site
estimates</div></div>
<div><span class="num">Local</span><div class="label">Crews based in
Lowndes County</div></div>
</div>
</div>
<div id="quote" class="dispatch-card">
<h3>Get a Free Estimate</h3>
<p class="sub">Tell us what's going on — we'll call you back within the hour
during business hours.</p>
<form onsubmit="event.preventDefault(); alert('This is a template form. Connect it
to your CRM or call-tracking number before launch.');">
<div class="field">
<label for="name">Name</label>
<input id="name" type="text" placeholder="Your name" required>
</div>
<div class="field">
<label for="phone">Phone</label>
<input id="phone" type="tel" placeholder="(229) 555-0100" required>
</div>
<div class="field">
<label for="service">What do you need?</label>
<select id="service">
<option>Tree Removal</option>
<option>Storm / Emergency Response</option>
<option>Tree Trimming & Pruning</option>
<option>Stump Grinding</option>
<option>Land Clearing</option>
<option>Not sure yet</option>
</select>
</div>
<div class="field">
<label for="details">A few details</label>
<textarea id="details" rows="3" placeholder="e.g. Oak leaning over the roof after
the storm"></textarea>
</div>
<button type="submit" class="dispatch-submit">Request Free Estimate</button>
<p class="note">No obligation. We'll never sell your info.</p>
</form>
</div>
</div>
</section>
<!-- CUT DIVIDER -->
<div class="cut-divider" aria-hidden="true">
<svg preserveAspectRatio="none" viewBox="0 0 1200 34"><polygon points="0,0
1200,0 1200,10 0,34" fill="#F7F4EC"/></svg>
</div>
<!-- TRUST BAR -->
<div class="trustbar" id="trust">
<div class="wrap">
<div class="trust-item"><svg viewBox="0 0 24 24" fill="none" stroke="#1F3D2E"
stroke-width="2"><path d="M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6l8-
4z"/></svg>Licensed & fully insured</div>
<div class="trust-item"><svg viewBox="0 0 24 24" fill="none" stroke="#1F3D2E"
stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3 3"/></svg>Same-
day emergency response</div>
<div class="trust-item"><svg viewBox="0 0 24 24" fill="none" stroke="#1F3D2E"
stroke-width="2"><path d="M3 12l2-2 4 4 10-10 2 2L9 18l-6-6z"/></svg>Free, no-
obligation estimates</div>
<div class="trust-item"><svg viewBox="0 0 24 24" fill="none" stroke="#1F3D2E"
stroke-width="2"><path d="M12 21s-7-4.5-7-10a7 7 0 0114 0c0 5.5-7 10-7 10z"/><circle
cx="12" cy="11" r="2.5"/></svg>Crews dispatched from Lowndes County</div>
</div>
</div>
<!-- SERVICES -->
<section class="services" id="services">
<div class="wrap">
<div class="section-head">
<span class="eyebrow-dark">What We Handle</span>
<h2>Every job on the property, one call.</h2>
<p>From a hazardous limb over the driveway to full storm cleanup, our crews
handle it start to finish — cutting, hauling, and cleanup included.</p>
</div>
<div class="service-grid">
<div class="service-card emergency">
<span class="num">Priority Dispatch</span>
<h3>Storm & Emergency Tree Service</h3>
<p>Tree on the house, car, or power line? We prioritize emergency calls and
dispatch same-day whenever it's safe to do so.</p>
<a href="#" class="link">See emergency response →</a>
</div>
<div class="service-card">
<span class="num">01</span>
<h3>Tree Removal</h3>
<p>Full removal of dead, diseased, or hazardous trees — including tight-
access yards and trees near structures or power lines.</p>
<a href="#" class="link">See tree removal →</a>
</div>
<div class="service-card">
<span class="num">02</span>
<h3>Tree Trimming & Pruning</h3>
<p>Crown thinning, deadwooding, and canopy shaping to keep trees healthy and
limbs clear of your roofline.</p>
<a href="#" class="link">See trimming & pruning →</a>
</div>
<div class="service-card">
<span class="num">03</span>
<h3>Stump Grinding</h3>
<p>Below-grade grinding that clears the way for new sod, landscaping, or just an
obstacle-free yard.</p>
<a href="#" class="link">See stump grinding →</a>
</div>
<div class="service-card">
<span class="num">04</span>
<h3>Land Clearing</h3>
<p>Lot clearing and brush removal for new construction, pasture, or reclaiming
an overgrown property line.</p>
<a href="#" class="link">See land clearing →</a>
</div>
<div class="service-card">
<span class="num">05</span>
<h3>Storm Cleanup & Debris Removal</h3>
<p>Downed limbs, snapped trunks, and yard debris hauled off after severe
weather moves through South Georgia.</p>
<a href="#" class="link">See storm cleanup →</a>
</div>
</div>
</div>
</section>
<!-- CUT DIVIDER -->
<div class="cut-divider" aria-hidden="true">
<svg preserveAspectRatio="none" viewBox="0 0 1200 34"><polygon points="0,10
1200,0 1200,34 0,34" fill="#132A20"/></svg>
</div>
<!-- RINGS / TRUST SIGNATURE -->
<section class="rings-section">
<div class="wrap rings-wrap">
<div>
<svg id="ringSvg" viewBox="0 0 300 300" aria-hidden="true">
<circle cx="150" cy="150" r="140" fill="none" stroke="#28503B" stroke-
width="1"/>
<circle cx="150" cy="150" r="118" fill="none" stroke="var(--ring-4)" stroke-
width="14"/>
<circle cx="150" cy="150" r="92" fill="none" stroke="var(--ring-3)" stroke-
width="14"/>
<circle cx="150" cy="150" r="66" fill="none" stroke="var(--ring-2)" stroke-
width="14"/>
<circle cx="150" cy="150" r="40" fill="none" stroke="var(--ring-1)" stroke-
width="14"/>
<circle cx="150" cy="150" r="14" fill="#F7F4EC"/>
<line x1="150" y1="150" x2="290" y2="150" stroke="rgba(247,244,236,.25)"
stroke-width="1" stroke-dasharray="2 4"/>
</svg>
<p class="ring-caption">EVERY JOB LEAVES A RING — HERE'S WHAT
OURS ARE MADE OF</p>
</div>
<div>
<div class="section-head" style="margin-bottom:8px;">
<span class="eyebrow-dark" style="color:var(--sawdust);">Why Homeowners Call
Us Back</span>
<h2>Read the rings.</h2>
</div>
<div class="ring-legend">
<div class="item">
<span class="swatch" style="background:var(--ring-1);"></span>
<div><h4>Fast, honest estimates</h4><p>A crew lead walks the property with
you and prices the job on the spot — no surprise line items after the work
starts.</p></div>
</div>
<div class="item">
<span class="swatch" style="background:var(--ring-2);"></span>
<div><h4>Insured for the work we do</h4><p>General liability and workers'
comp coverage, so a large removal near your home or power lines is never a gamble
for you.</p></div>
</div>
<div class="item">
<span class="swatch" style="background:var(--ring-3);"></span>
<div><h4>Cleanup included</h4><p>Every job ends with hauled debris and a
raked yard — not a pile of logs left for you to deal with.</p></div>
</div>
<div class="item">
<span class="swatch" style="background:var(--ring-4);"></span>
<div><h4>Local dispatch</h4><p>Crews are based in and around Lowndes
County, so response times stay short even during storm season.</p></div>
</div>
</div>
</div>
</div>
</section>
<!-- PROCESS -->
<section class="process">
<div class="wrap">
<div class="section-head">
<span class="eyebrow-dark">How It Works</span>
<h2>From call to cleared yard.</h2>
</div>
<ul class="process-steps">
<li><span class="step-num">01</span><h4>Call or request online</h4><p>Tell us
what's going on and where. Emergencies get priority routing immediately.</p></li>
<li><span class="step-num">02</span><h4>Free on-site estimate</h4><p>A crew
lead assesses the job in person and gives you a firm price before any work
begins.</p></li>
<li><span class="step-num">03</span><h4>Work gets scheduled</h4><p>Most
non-emergency jobs are completed within a few days; storm calls are prioritized same-
day.</p></li>
<li><span class="step-num">04</span><h4>Full cleanup</h4><p>Debris hauled,
yard raked, stump ground if requested — the job isn't done until your yard is
clear.</p></li>
</ul>
</div>
</section>
<!-- CUT DIVIDER -->
<div class="cut-divider" aria-hidden="true">
<svg preserveAspectRatio="none" viewBox="0 0 1200 34"><polygon points="0,0
1200,10 1200,34 0,34" fill="#F7F4EC"/></svg>
</div>
<!-- SERVICE AREA -->
<section class="area" id="area">
<div class="wrap area-wrap">
<div>
<div class="section-head">
<span class="eyebrow-dark">Where We Work</span>
<h2>Serving Valdosta & Lowndes County</h2>
<p>If you're in one of these areas, we're already close by.</p>
</div>
<ul class="area-list">
<li>Valdosta</li>
<li>Hahira</li>
<li>Lake Park</li>
<li>Remerton</li>
<li>Naylor</li>
<li>Clyattville</li>
<li>Moody AFB area</li>
<li>Lakeland</li>
<li>Adel</li>
<li>Ray City</li>
</ul>
</div>
<div class="area-note">
<h3>Not sure if you're in range?</h3>
<p>Call us at <strong>(229) 555-0142</strong> — if we can't reach your
property quickly, we'll tell you upfront and point you toward someone who can. We don't
take jobs we can't respond to fast.</p>
</div>
</div>
</section>
<!-- FAQ -->
<section class="faq" id="faq">
<div class="wrap">
<div class="section-head">
<span class="eyebrow-dark">Common Questions</span>
<h2>What Valdosta homeowners usually ask</h2>
</div>
<div class="faq-list">
<div class="faq-item">
<button aria-expanded="false">How fast can you get here after a storm?<span
class="icon">+</span></button>
<div class="faq-answer"><p>During active storm response, we prioritize hazard
calls — trees on structures, vehicles, or driveways — and typically reach
those same-day. Routine trimming and removal jobs are usually scheduled within a few
business days.</p></div>
</div>
<div class="faq-item">
<button aria-expanded="false">Do you remove the stump too, or just the
tree?<span class="icon">+</span></button>
<div class="faq-answer"><p>Stump grinding is priced separately from removal
since not everyone wants it done. Let us know when you request your estimate and
we'll quote both together.</p></div>
</div>
<div class="faq-item">
<button aria-expanded="false">Will my homeowner's insurance cover storm tree
removal?<span class="icon">+</span></button>
<div class="faq-answer"><p>Often, if the tree damaged a structure. We can
provide documentation and photos for your claim, but coverage depends on your policy
— check with your insurer directly before work begins if you're planning to file a
claim.</p></div>
</div>
<div class="faq-item">
<button aria-expanded="false">Is the estimate really free?<span
class="icon">+</span></button>
<div class="faq-answer"><p>Yes. A crew lead will walk the property, assess the
job, and give you a firm price on the spot. There's no obligation to move
forward.</p></div>
</div>
<div class="faq-item">
<button aria-expanded="false">What happens to the wood and debris?<span
class="icon">+</span></button>
<div class="faq-answer"><p>We haul it off as part of the job unless you'd like to
keep firewood-sized rounds — just mention it when you book and we'll leave
what you want.</p></div>
</div>
</div>
</div>
</section>
<!-- FINAL CTA -->
<section class="final-cta">
<div class="wrap">
<h2>Have a tree problem right now?</h2>
<p>Call the number below. If it's an emergency, say so — we route those
calls first.</p>
<a href="tel:+12295550142" class="phone-huge">(229) 555-0142</a>
<a href="#quote" class="btn-primary">Request a Free Estimate Instead</a>
</div>
</section>
</main>
<footer>
<div class="wrap">
<div class="footer-grid">
<div>
<h5>Valdosta Tree Service</h5>
<p style="max-width:36ch;">Local tree removal, trimming, and storm response for
Valdosta, GA and surrounding Lowndes County. Licensed and insured.</p>
</div>
<div>
<h5>Services</h5>
<ul>
<li><a href="#services">Tree Removal</a></li>
<li><a href="#services">Storm Response</a></li>
<li><a href="#services">Trimming & Pruning</a></li>
<li><a href="#services">Stump Grinding</a></li>
</ul>
</div>
<div>
<h5>Contact</h5>
<ul>
<li><a href="tel:+12295550142">(229) 555-0142</a></li>
<li>Mon–Sat, 7am–7pm</li>
<li>24/7 emergency dispatch</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 Valdosta Tree Service. All rights reserved.</span>
<span>Serving Valdosta · Hahira · Lake Park · Lakeland
· Adel</span>
</div>
</div>
</footer>
<script>
document.querySelectorAll('.faq-item button').forEach(btn=>{
btn.addEventListener('click', ()=>{
const expanded = btn.getAttribute('aria-expanded') === 'true';
const answer = btn.nextElementSibling;
document.querySelectorAll('.faq-item button').forEach(b=>{
b.setAttribute('aria-expanded','false');
b.nextElementSibling.style.maxHeight = null;
});
if(!expanded){
btn.setAttribute('aria-expanded','true');
answer.style.maxHeight = answer.scrollHeight + 'px';
}
});
});
</script>
</body>
</html>