.elementor-2082 .elementor-element.elementor-element-8cdda24{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2082 .elementor-element.elementor-element-80ddf99{font-family:"Inter", Sans-serif;font-weight:500;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-80ddf99 */:root {
--blue:#0b4f9f;
--navy:#071423;
--gold:#d09325;
--beige:#f7f1e6;
--soft:#f3f7fb;
--text:#102033;
--border:#dbe5ef;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
	color: var(--text);
	background: #fff;
}
a{ text-decoration:none !important;}
h1,h2,h3,h4{ font-weight:800 !important;}
.wrap {
	max-width: 1180px;
	margin: auto;
	padding: 0 24px;
}
.hero {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	background: linear-gradient(rgba(7,20,35,.64), rgba(7,20,35,0)), url('https://www.socalpest.com/wp-content/uploads/2026/03/socal-exterminators-truck-orange-county-hero.webp');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.hero-inner {
	max-width: 1180px;
	margin: auto;
	padding: 80px 24px;
	display: grid;
grid-template-columns:1.2fr .8fr;
	gap: 50px;
	align-items: center;
}
.eyebrow {
	display: inline-block;
	background: var(--gold);
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 20px;
}
.hero h1 {
	font-size: 58px;
	line-height: 1.05;
	margin-bottom: 20px;
	color:#fff;
}
.hero p {
	font-size: 20px;
	opacity: .95;
	margin-bottom: 20px;
}
.hero-badges {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.badge {
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.25);
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
}
.lead-box {
	background: #fff;
	padding: 35px;
	border-radius: 20px;
	color: #102033;
	box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.lead-box h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.btn {
	display: inline-block;
	padding: 14px 22px;
	border-radius: 12px;
	font-weight: 800;
	text-decoration: none;
	margin-top: 12px;
}
.btn-gold {
	background: var(--gold);
	color: #fff !important;
}
.btn-blue {
	background: var(--blue);
	color: #fff !important;
}
.ticker {
	background: #08111d;
	color: #fff;
	padding: 14px 0;
	font-weight: 700;
	text-align: center;
}
.section {
	padding: 85px 0;
}
.section h2 {
	font-size: 42px;
	line-height: 1.15;
	margin-bottom: 20px;
	color: #071423;
}
.section p {
	margin-bottom: 18px;
	font-size: 18px;
}
.beige {
	background: var(--beige);
}
.blue {
	background: linear-gradient(135deg, #083f82, #0b63bd);
	color: #fff;
}
.blue h2 {
	color: #fff !important;
}
.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}
.image-panel {
	height: 420px;
	background: #fff;
	border-radius: 22px;
	border: 1px solid var(--border);
}
.image-panel img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 22px;
}
.card {
	background: #fff;
	padding: 28px;
	border-radius: 20px;
	border: 1px solid var(--border);
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 35px;
}
.card h3 {
	margin-bottom: 10px;
	font-size: 22px;
}
 @media(max-width:900px) {
.hero-inner, .two-col, .grid {
	grid-template-columns: 1fr;
}
.hero h1 {
	font-size: 42px;
}
}/* End custom CSS */