/* 
array (
  'baseColor' => '#35367b',
  'complementaryBaseColor' => 'lightgrey',
  'darkTextColor' => 'black',
  'lightTextColor' => '#FFFFFF',
  'darkBorder' => '#2D006B',
  'lightBackground' => '#FDFDFD',
  'h2Color' => '#19A800',
  'borderBottom' => '#7137c1',
  'phoneAccent' => '#24F000',
  'navColor' => '#2D006B',
  'navColorHover' => '#B3A000',
  'navBackground' => '#DABFFF',
  'navBackgroundHover' => '#FFF9BF',
  'isClone' => '0',
)
*/
@charset "utf-8";
@media print
{
	#container { display: none; }
	#jqmWindowShirley
	{
		display: block;
		position: absolute;
		right: 50px;
		top: 50px;
	}
}

.printLink:hover span
{
	cursor: pointer;
}

.printLink
{
	color: #00C;
	text-align: right;
}

html {
    padding:0;
    margin:0;
    width:100%;
}

body
{
	color: black;
	font-family: Montserrat, sans-serif;	
	background: lightgrey;
}

#container
{
    		margin-left: auto;
	margin-right: auto;
}

#col1
{
	min-width: 425px;
	max-width: 55%;
	float: left;
	margin: .5em;
}

/* no col2 anymore */
#col2
{
	float: left;
	margin: 0 3% 0 3%;
}

#col3
{
	min-width: 320px;
	max-width: 38%;
	float: right;
	position: relative;
	bottom: .5em;
	margin-top: 1em;
}

h2
{
	font-size: 190%;
	font-weight: 300;
}

h1, h3
{
	/*font-size: 138%;*/
	font-weight: normal;
}

ul.serviceList
{
	list-style-type: none;
	margin: .5em;
}

ul.serviceList li
{
	/* border-top: solid 1px #458; */
	text-align: center;
}

ul.serviceList a
{
	color: /*#458;*/ #35367b;
	text-decoration: none;
}

ul.serviceList a:hover
{
	text-decoration: underline;
}

ul.serviceList hr
{
	width: 65px;                                  
	height: 2px;
	border: none;
	background-color: /*#bbf*/ #DABFFF;
}

ul.specialistList
{
	list-style-type: none;
	margin-left: .5em;
	margin-right: .5em;
	padding: 0;
}

ul.specialistList img
{
	margin: 0 1em 0 0;
	max-width: 110px;
	float: left;
}

ul.specialistList a
{
	font-size: 135%;
	color: #35367b;
}

ul.specialistList a:hover
{
	text-decoration: underline;
}

ul.specialistList li
{
	margin-top: .4em;
	margin-bottom: .4em;
}

ul.specialistList li p
{
	margin: 0 0 0 .7em;
}

#topBarContainer
{
	position: relative;
	margin: 0;
}

#topBar
{                              
	min-height: 100px;
	margin: 1em 1em 0 1em;
}

.inHorizontalBar
{
	/*display: inline;*/
	/*width: 100px;*/
	/*height: 94%;*/
}

#logo
{
	margin-left: .35em;
    margin-top: .5em;
	display: inline-block; /* *display:inline; zoom:1; */
	vertical-align: middle;
	line-height: 0;
	/*width: 150px;*/
	/*position: absolute;
	left: 0em;
	bottom: 2.5em;*/
}

#logo img
{
	display: block;
	width: 195px;
	max-width: 100%;
	height: auto;
	max-height: 64px;
	aspect-ratio: 195 / 51;
	object-fit: contain;
	object-position: left center;
}

#title
{
	display: inline-block; *display:inline; zoom:1;
	vertical-align: middle;
	width: auto;
	/*margin-left: 5em;
	margin-top: 1em;*/
	position: relative;
	/*top: .7em;*/
	left: 0;
	margin-right: 1.2em;
}

#title h2 { margin: .2em .2em 0 .2em; } /* no margin on bottom, so "h1" and "h2" are close */
#title h3 { margin: 0 .2em .2em .2em; } /* no margin on top */

#callNow
{
	color: gray;
	text-align: center;
	font-size: 120%;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15em;
}

#callNowText
{
	position: absolute;
	bottom: .8em;
	left: 0;
}

#phoneNumber
{
	color: red;
	font-size: 150%;
}

#callNowImg
{
	float: right;
    height: 75px;
    width: 75px;
    padding-right: .3em;
    padding-bottom: .8em;
}

#menuBar
{
	background: #35367b;
	color: #FFFFFF;
	padding: .85em 1.25em;
	margin: 0;
	font-size: clamp(1.08rem, 0.95rem + 0.65vw, 1.35rem);
	line-height: 1.45;
	/*font-weight: bold;*/
}

#IE7neededMenuBarWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0.15em;
	row-gap: 0.4em;
}

#menuBar a,
#menuBar .menuHeader {
	font-size: inherit;
	font-weight: 500;
}

#menuBar a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Global `a:visited` in styles.css is maroon — keep nav readable */
#menuBar a:visited {
	color: #FFFFFF;
}

#menuBar .menuHeader {
	color: #FFFFFF;
}

#menuBar a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody
{
	margin-bottom: 1em;
	}

div.bigPicContainer
{
	width: 100%;
	/*max-width: 500px;*/
	text-align: center;
}

#bigPic, #banner
{
	/*border: solid 2px darkblue;*/
	max-height: 300px;
	min-height: 220px;
	width: 100%;
	background: url(/media/hero/hero-pest-control-default.jpg) no-repeat center center;
	background-size: cover;
}

div.layoutContent
{
	margin: 0.3em 0.3em 1.5em 0.3em;
}

.col1serviceSection
{
	margin: .5em;
}

.gradient
{
	background: #FDFDFD;
	background-image: url(/media/ui/bg-vert-trans-white-gradient-300.png);
}

.col2box
{	
	border: solid 1px gray;
	margin: .5em 0;
	width: 130px;
	display: block;
	padding: .5em;
}

.col2box h3
{
	margin-top: .2em;
	text-align: center;
}

.col2box h4
{
	font-size: 120%;
	font-weight: bold;
	margin-top: .2em;
	text-align: center;
}

.bbbLogo
{
	border: 1px solid white; /* invisible border for centering */
}

.bbbLogo img
{
	display: block;
}

.col2img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

#professionalAssociations
{
	width: 130px;
}

#professionalAssociations h3
{
	margin-top: .2em;
	text-align: center;
}

.associationText
{
	text-align: center;
}

.associationText a
{
	color: #35367b;
	text-decoration: none;
}

.learnMore
{
	text-align: center;
	font-weight: bold;
	background: initial;
	cursor: pointer;
}

#jqmWindowShirley div.learnMore
{
	display: none;
}

p.description, .finePrint
{
	text-align: center;
	margin: .3em;
}

.finePrint
{
	font-size: 120%;
}

p.providedBy
{
	font-size: 120%;
}

#paymentMethods.col2box
{
	text-align: center;
}

#paymentContainer
{
	padding-left: 2em;
}

.blueUnderline
{
	border-bottom: solid 4px #2D006B;
	padding-bottom: .1em;
}

.blueBox, .blueBox.testimonial
{
	background: lightgrey;
	border-top: solid 3px #35367b;
	padding: .3em 1em .8em 1em;
	/*margin: 1.5em .5em 1.5em 0;*/
	margin: 1.5em 8px 1.5em 0;
}

.blueBox.first {
	margin-top: 0;
}

.blueBox h2, .blueBox h2 a
{
	color: black;
	margin: .4em auto .2em;
	text-decoration: none;
}
.blueBox h2 a:hover
{
	text-decoration: underline;
}
.blueBox a, .blueBox a:visited {
	color: #35367b;
}
.blueBox p {
	margin-top: .3em;
	color: #35367b;
}

a:hover .blueBox {
	background: initial;
}
a:hover .blueBox .recentRequest {
	background: #B3A000;
}

.blueBox .box
{
	background: #FFF9BF;
	margin: 5px;
}

.blue p {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#areaMap
{
	display: block;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
}

.col3sectionLink
{
	text-decoration: none;
	text-align: center;
	display: block;
	margin: .3em .3em .3em .3em;
	padding: .2em;
	color: #35367b;
}

.col3sectionLink:hover
{
	text-decoration: underline;
}

/*div#denseContentPanel2 ul, div#denseContentPanel2 ol
{
	margin: 1em 1em 1em 3em;
}*/

ul.featureBullets
{
	/*margin: 1em 1em 1em 3em;*/
}

/* #footer legacy — replaced by .ft-footer */

/*********************/
/* START FORM STYLES */
/*********************/
.formElement {
	display: block;
	margin: 5px 0px;
}
.integratedFormLabel {
	padding: 2px;
	background-color: #FFFFFF;
	border: solid thin #CCCCCC;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.integratedFormLabel label { 
	width: 35%;
	padding-left: 0.6em;
	color: #929292;
}
input {
	border: none;
	font-size: 100%;
}
.textInput {
	width: 110px;
	margin: 5px 0px;
	padding: 2px 0px;
	font-size: 10px;
	color: #2D006B;
}
.textareaInput {
	width: 150px;
	height: 100px;
	font-size: 10px;
	color: #2D006B;
	font-family: Montserrat, sans-serif;
}
.submitInput {
	border: 2px solid #2D006B;
	background: #FFFFFF;
	margin: 5px;
}
.formButton {
	cursor: pointer;
	text-align: center;
	width: 100%;
}
.formButton input {
	cursor: pointer;
	background-color: #35367b;
	padding: 2px;
	margin-top: 2px;
	font-size: 18px;
	font-weight: normal;
	color: lightgrey;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	height: 2em;
}
form #comments {
	height: 65px;
	width: 98%;
	font-size: 0.9em;
	border: 1px inset;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
}

form #city,
form #email,
form #first_name,
form #last_name,
form #phone,
form #service,
form #state,
form #street_address,
form #street_address_2,
form #company_name,
form #zip {
	width: 60%;
}
form #budget,
form #completion_time,
form #main_concern,
form #service,
form #service_date_request,
form #state,
form #type_of_project,
form #best_time,
form #current_portfolio,
form #number_of_employees {
	width: 60%;
}
form #city_state_zip #city,
form #city_state_zip #state,
form #first_last_name #first_name,
form #phone_email #phone,
form #zip_phone_email #phone,
form #zip_phone_email #zip {
	margin-right: 2px;
}
form #city_state_zip #city,
form #city_state_zip #state {
	width: 86px;
}
form #city_state_zip #zip,
form #zip_phone_email #zip {
	width: 46px;
}
form #first_last_name #first_name,
form #first_last_name #last_name,
form #phone_email #email,
form #phone_email #phone {
	width: 112px;
}
form #zip_phone_email #email,
form #zip_phone_email #phone {
	width: 86px;
}
/*******************/
/* END FORM STYLES */
/*******************/

.jqmWindow {
	text-align: center;
}

.couponModal img {
		max-height: 400px;
}

.couponHeader {
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	background-color: #35367b;
	color: lightgrey;
}

.opensJqm {
	cursor: pointer;
}

.gallery {
	background: initial;
	padding: .5em;
		text-align: center;
}

.galleryTip {
	font-size: 80%;
	text-align: right;
	margin: 1px;
	color: #444;
}

.gallery img {
	border: 1px solid;
	margin: .6em;
	cursor: pointer;
}

.gallery .photo {
	display: inline-block; *display:inline; zoom:1;
	vertical-align: top;
	}

.caption {
	margin: .5em .5em 1em .5em;
}

#licenseInsurance {
	font-size: 80%;
}

#licenseInsuranceContainer {
	margin: 4px;
}

.callUsToday {
	font-size: 138%;
	color: #f00000;
}

#callUsToday2 {
	text-align: center;
}

#topContainer {
	width: 100%;
	background: #FDFDFD;
	position: relative;
	z-index: 1000;
}

.subMenuTrigger {
	position: relative;
	display: inline-block; *display:inline; zoom:1;
	padding-bottom: .6em;
	margin-bottom: -.6em;
}

/*
.subMenuTrigger:hover .subMenu {
	left: 0;
}
.subMenu:hover {
	left: 0;
}
*/

.menuHeader {
	cursor: pointer;
	user-select: none;
}

.subMenu {
	position: absolute;
	left: -9999px;
	z-index: 1200;
	top: 1.65em;
	background: #889;
	margin-top: .6em;
	margin-left: -.5em;
	margin-right: -.5em;
	padding: .45em .65em;
	list-style: none;
	min-width: 260px;
	width: max-content;
	max-width: min(320px, 92vw);
	font-weight: 400;
	font-size: 0.97em;
	line-height: 1.35;
}

.subMenu li {
	margin-top: .55em;
	margin-bottom: .55em;
}

.servicesNavMenu {
}

.servicesNavMenu:hover .servicesSubMenu {
}

.servicesSubMenu:hover {
}

.servicesSubMenu {
}

.servicesSubMenu li {
}


/* trust table style */

.trustTable {
	width: 100%;
	text-align: center;
	margin: 2em 0;
	border: none;
	table-layout: fixed;
	font-size: 90%;
	background: #f8f8f8;
}

.trustTable img {
	max-height: 118px;
}

/* Lower trust badges — smaller and pulled inward */
.trustTable:not(.atTop) {
	padding: 0 8%;
}

.trustTable:not(.atTop) img {
	max-height: 85px; /* 30% smaller than 118px */
}

/* Lower trust badges: 2×2 grid from 1200px down */
@media (max-width: 1200px) {
	.trustTable:not(.atTop) {
		display: block;
		width: 100%;
		padding: 0;
	}
	.trustTable:not(.atTop) tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	.trustTable:not(.atTop) tr {
		display: contents;
	}
	.trustTable:not(.atTop) td {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .75em .5em;
	}
	.trustTable:not(.atTop) img {
		max-height: 80px;
		width: auto;
		max-width: 100%;
	}
}

.trustBullets { display: none; }

.photoGallery {
	background: initial;
	width: 85%;
	margin: 2em auto;
	padding: 1em;
}

.photoGallery a img {
	vertical-align: top;
	padding: .45em;
	margin: .2em;
	border: solid 1px initial;
}

.photoGallery a img:hover {
	border: solid 1px black;
}

.photoGallery a {
	text-decoration: none;
}

.recentRequest { padding: .5em 1.2em; }
.testimonial { padding: 1.2em; }
.testimonial, .recentRequest {
	background: initial;
	margin: 2em 0;
}

.blueBox .recentRequest {
	margin: 1em 0;
	padding: .8em .9em .3em .9em;
	background: initial;
}

.photoPreview {
	text-align: center;
	background: initial;
	padding: .5em;
	width: 60%;
	margin: 2em auto;
}
.photoGallery.photoPreview a img {
	border: none;
}

.testimonialsOrRecentRequests {
	text-align: center;
	margin: 2em auto;
}

.item, .content .item {
	display: inline-block;
	max-width: 40%;
	margin: .5em;
	vertical-align: top;
}

html {
    -webkit-text-size-adjust: none;
}

.trustTable td.withImage {
	background: transparent;
}
.trustTable td {
	background: transparent;
	padding: .5em;
}

.trustTable td.withImage {
	border: none;
}

.trustTable.atTop {
	margin-top: 1.5em;
}

.smallerText {
	font-size: 60%;
}

#container {
	background: #FDFDFD;
}

#trustItems .trustItem {
	max-width: 60%;
}

.trustItem {
	font-size: 175%;
	font-weight: 300;
	background: #fff; /*#eef;*/
	vertical-align: top;
	padding: 15px;
	margin: .7em auto;
	border: solid 1px #ccc;
	text-align: center;
}
#col3 .trustItem {
	margin-top: 0;
	margin-left: .1em;
	margin-right: 8px;
}
.trustItem.coupon /*, .trustTable td.trustTableCoupon*/ {
	border: dashed 1px #bbb;
}

.trustItem p {
	margin-top: 0;
	margin-bottom: .3em;
}
.trustItem img {
	}
a .trustItem:hover {
	background: #ffb;
}

a.plain {
	text-decoration: none;
}

#col1 .ourLocation {
	text-align: center;
	margin-top: 2em;
}

.itemsPageHeader {
	text-align: center;
}

.services {
	padding: 1em 2em;
	background: initial;
}
.services h3 {
	font-weight: bold;
}

#callToScheduleImg a {
    display: none;
}

.trustItem img {
    max-width: 100%;
}

@media (max-width: 1135px) {

    .item, .content .item {
        max-width: 100%;
    }
}


@media (max-width: 872px) {

    #callNowImg {
        display: none;
    }

    #callNowText {
        width: 100%;
        font-size: 77%;
    }

}


@media (min-width: 793px) {
    
    #col1 {
        min-width: 425px;
        max-width: 52%;
    }
    #col3 {
        min-width: 320px;
        max-width: 41%;
    }
    .withImage > a:first-child > img:first-child {
        max-width: 140px;
    }
}

@media (max-width: 792px) {
    #col1 {
        max-width: 95%;
    }
    #col3 {
        max-width: 99%;
    }
    img#areaMap {
        width: 402px !important;
        height: 268px !important;
    }
    #title > h2 {
        font-size: 170%;
    }
    #bigPic {
                                    }
    .withImage > a:first-child > img:first-child {
        max-width: 110px;
    }
}

@media (max-width: 748px) {
    #title {
        display: block;
    }
    
    #callNowText {
        font-size: 100%;
    }

    #topBar {
        min-height: 0;
        margin: 0.75em 0.75em 0 0.75em;
    }

    #logoAndTitle {
        width: 60%;
        text-align: center;
    }

    #logo img {
        max-height: 88px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    #title {
        left: 0;
    }
}

@media (max-width: 648px) {

    #callNowText {
        bottom: initial;
        position: static;
    }

    #callNow {
        position: static;
        width: 100%;
        margin-top: 0.5rem;
        padding-bottom: 0.25rem;
    }

    #logoAndTitle {
        width: 100%;
        position: initial;
        text-align: center;
    }

    #logo {
        margin-left: 0;
        margin-top: 0.35em;
    }

    #logo img {
        width: min(140px, 50vw);
        max-height: 90px;
        margin-left: auto;
        margin-right: auto;
    }

    .photoPreview {
        width: 100%;
    }
}


@media (max-width: 536px) {
    #col1 {
        min-width: 300px;
    }
    #col3 {
        min-width: 300px;
    }
    img#areaMap {
        width: 300px !important;
        height: 200px !important;
    }
    #bigPic {
        width: 255px !important;
        height: 180px !important;
        margin-left: auto;
        margin-right: auto;
    }
    #title > h2 {
        font-size: 150%;
    }
    .withImage > a:first-child > img:first-child {
        max-width: 73px;
    }
    #callNowImg {
        display: none;
    }
    #logo > img,
    #logo img {
        width: min(118px, 44vw) !important;
        max-width: min(118px, 44vw);
        height: auto !important;
        max-height: 76px;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 375px) {
    #col1 {
        min-width: 300px;
    }
    #col3 {
        min-width: 300px;
    }
    #logo > img,
    #logo img {
        width: min(104px, 40vw) !important;
        max-height: 68px;
    }
    img#areaMap {
        width: 225px !important;
        height: 150px !important;
    }
    #bigPic {
        width: 225px !important;
        height: 158px !important;
    }
    #title > h2 {
        font-size: 125%;
    }
    .withImage > a:first-child > img:first-child {
        max-width: 60px;
    }
    .innerWrapper > a:first-child {
        font-size: .7em;
    }
}

@media (max-width: 320px) {
    #col1 {
        min-width: 225px;
    }
    #col3 {
        min-width: 225px;
    }
    .withImage > a:first-child > img:first-child {
        max-width: 40px;
    }
}

.networkLogo, .networkLogoMobile {
	display: block;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.networkLogo {
    max-width: 670px;
}
.networkLogoMobile {
    max-width: 318px;
    display: none;
}

@media (max-width: 536px) {
    .networkLogo {
        display: none;
    }
    .networkLogoMobile {
        display: block !important;
    }
}

/* —— Contact page (seattle-pest) —— */
#contactPage h1 {
	margin-top: 0;
}

#contactPage .phone {
	font-size: 138%;
	font-weight: bold;
}

#contactPage .phone a {
	color: #f00000;
	text-decoration: none;
}

#contactPage .phone a:hover {
	text-decoration: underline;
}

.serviceAreas p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.contact-page-map-wrap {
	text-align: center;
	margin: 1.5em 0;
}

#contactPage #areaMap {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: min(600px, 100%);
	height: auto;
}

/* Service detail pages — floated hero photo */
.layoutContent .service-hero-img {
	float: left;
	max-width: 55%;
	width: 55%;
	height: auto;
	margin: 5px 12px 12px 0;
}

.layoutContent:has(.service-hero-img)::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 600px) {
	.layoutContent .service-hero-img {
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1em 0;
	}

	/* Trust badges: 2×2 grid on mobile */
	.trustTable {
		display: block;
		width: 100%;
	}
	.trustTable tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	.trustTable tr {
		display: contents;
	}
	.trustTable td {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .75em .5em;
	}
	.trustTable img {
		max-height: 80px;
		width: auto;
		max-width: 100%;
	}
}

/* Legal pages (terms, privacy) */
#mainBody.legal-full-width #col1 {
	max-width: 100%;
	width: auto;
	float: none;
}

#mainBody.legal-full-width .layoutContent.legal-prose {
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
}

.privacy-policy h2 {
	font-size: 190%;
	font-weight: 300;
	margin-top: 1.25em;
}

.privacy-policy h3 {
	margin-top: 1.25em;
}

.privacy-policy h4 {
	margin-top: 1em;
	font-size: 110%;
	font-weight: 600;
}

.privacy-policy ul {
	margin: 0.75em 0 0.75em 1.5em;
}

.privacy-policy a {
	color: #35367b;
}

.privacy-policy .text-lg {
	font-size: 110%;
}

.privacy-policy .pb-2 {
	display: inline-block;
	padding-bottom: 0.35em;
}

.legal-notice-box {
	border: 2px solid #b91c1c;
	border-radius: 6px;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
	background-color: #fef2f2;
}

.legal-notice-box h3 {
	margin-top: 0;
}

.legal-notice-box-last {
	margin-bottom: 0 !important;
}

/* ════════════════════════════════════════════
   HOME PAGE — full-width layout + new sections
   ════════════════════════════════════════════ */

/* Make col1 span full width on the home page */
#mainBody.hp-full #col1 {
	float: none !important;
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	min-width: 0 !important;
}

/* ── Home page hero — full-width with overlay text ── */
#mainBody.hp-full #bigPic {
	background-image: url(/media/hero/white-shirt-wide-guy-center-right.webp) !important;
	/* always anchor to top so portrait is never cropped from the face down */
	background-position: top center !important;
	max-height: none !important;
	min-height: 500px !important;
	height: 520px !important;
	width: 100% !important;
	position: relative !important;
}

/* Overlay — base (≤1100 px): text on the left with a left-heavy gradient */
.hp-hero-inner {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	background: linear-gradient(
		to right,
		rgba(8, 9, 35, 0.78) 0%,
		rgba(8, 9, 35, 0.50) 42%,
		rgba(8, 9, 35, 0.08) 70%,
		transparent 100%
	);
	padding: 0 60px;
}

/* ≥1100 px: 25% horizontal inset centres the block; gradient covers that zone */
@media (min-width: 1100px) {
	.hp-hero-inner {
		padding: 0 15%;
		background: linear-gradient(
			to right,
			rgba(8, 9, 35, 0.58) 0%,
			rgba(8, 9, 35, 0.35) 40%,
			rgba(8, 9, 35, 0.10) 70%,
			transparent 100%
		);
	}

	.hp-hero-text {
		width: 100%;
		max-width: none;
		text-align: left;
	}
}

.hp-hero-text {
	max-width: 560px;
}

.hp-hero-eyebrow {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	margin: 0 0 14px;
}

.hp-hero-heading {
	color: #fff;
	font-size: 52px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 12px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.hp-hero-heading span {
	color: #a8d4ff;
}

.hp-hero-sub {
	color: rgba(255, 255, 255, 0.90);
	font-size: 17px;
	margin: 0 0 32px;
	line-height: 1.5;
}

/* CTA button */
.hp-hero-cta-btn,
.hp-hero-cta-btn:visited,
.hp-hero-cta-btn:link {
	display: inline-flex;
	align-items: center;
	gap: 0;
	background: #35367b;
	color: #fff !important;
	text-decoration: none;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
	transition: background 0.2s, transform 0.15s;
	white-space: nowrap;
}

.hp-hero-cta-btn:hover {
	background: #25265a;
	transform: translateY(-2px);
	color: #fff !important;
}

.hp-hero-cta-label {
	padding: 17px 24px;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.2px;
}

.hp-hero-cta-divider {
	width: 1px;
	align-self: stretch;
	background: rgba(255, 255, 255, 0.25);
}

.hp-hero-cta-phone {
	padding: 17px 18px;
	font-size: 17px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.10);
	letter-spacing: 0.4px;
}

.hp-hero-cta-arrow {
	padding: 19px 18px 18px 10px;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.10);
	line-height: 1;
}

/* transparent pass-through wrapper on desktop; styled on mobile */
.hp-hero-cta-bottom {
	display: contents;
}

/* Shared centered container for new sections */
.hp-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* ── Pest icons floating card ── */
.hp-pests {
	position: relative;
	z-index: 2;
	margin-top: -34px;
	/* extra bottom padding so the protruding CTA doesn't clip the next section */
	padding-bottom: 28px;
}

.hp-pests .hp-container {
	display: flex;
	justify-content: center;
}

.hp-pests-inner {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.1);
	padding: 14px 40px 40px;
	position: relative;
	width: auto;
	display: inline-block;
	overflow: visible;
}

/* Header row: title left, expand button right */
.hp-pests-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	position: relative;
	z-index: 2;
}

.hp-pests-expand-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	color: #35367b;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 8px 14px;
	white-space: nowrap;
	flex-shrink: 0;
	align-self: center;
	transition: color .2s;
	letter-spacing: 0.5px;
}

.hp-pests-expand-btn:hover {
	color: #25265a;
}

/* Full pest grid — flex so the last (unfilled) row centres automatically */
.hp-pests-all {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	margin-top: 10px;
}

/* 7 columns ≥1200px */
.hp-pests-all .hp-pest-col {
	width: calc(100% / 7);
	box-sizing: border-box;
}

/* 6 columns 700–1199px */
@media (max-width: 1199px) {
	.hp-pests-all .hp-pest-col {
		width: calc(100% / 6);
	}
}

/* 4 columns ≤700px */
@media (max-width: 700px) {
	.hp-pests-all .hp-pest-col {
		width: calc(100% / 4);
	}
}

.hp-pest-col--sm {
	padding: 6px 4px;
}

.hp-pest-icon--sm {
	width: 56px;
	height: 56px;
	margin-top: 0;
}

.hp-pest-col--sm .hp-pest-label {
	font-size: 11px;
	margin-top: 3px;
	word-break: break-word;
	hyphens: auto;
}

/* "We serve:" label — mirrors hero heading style, slightly smaller */
.hp-pests-serve {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.1;
	color: #35367b;
	text-align: left;
	letter-spacing: -0.5px;
}

.hp-pests-cta,
.hp-pests-cta:visited,
.hp-pests-cta:link {
	display: inline-block;
	position: absolute;
	right: 10%;
	left: auto;
	transform: none;
	/* stick out at the BOTTOM of the card */
	bottom: -20px;
	top: auto;
	background: #35367b;
	color: #fff !important;
	text-decoration: none;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: .5px;
	padding: 10px 44px;
	border-radius: 4px;
	white-space: nowrap;
	transition: background .2s;
}

/* Desktop: text and sub-line inline */
.hp-pests-cta-text::after {
	content: '\00a0·\00a0';
}

.hp-pests-cta-sub {
	display: inline;
}

.hp-pests-cta:hover {
	background: #25265a;
	color: #fff !important;
}

.hp-pests-grid {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: nowrap;
}

.hp-pest-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	padding: 2px 8px;
	transition: opacity .2s;
}

.hp-pest-col:hover {
	opacity: .8;
}

.hp-pest-icon {
	width: 96px;
	height: 96px;
	/* bleed ~20% of icon height above the card edge */
	margin: -19px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hp-pest-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* zoom past the built-in transparent margin in the PNG */
	transform: scale(1.28);
}

.hp-pest-label {
	font-size: 15px;
	font-weight: 700;
	color: #222;
	margin-top: 6px;
	text-align: center;
}

/* ── Banner CTA section ── */
/* ── Shared description style ───────────────────────────────────
   Single source of truth for body-level description text.
   Individual rules below keep only spacing/layout overrides.
─────────────────────────────────────────────────────────────── */
.hp-banner-content > p:not(.hp-banner-eyebrow),
.hp-welcome-content p,
.hp-service-content p,
.prisk-desc,
.sa-help-desc,
.sa-intro-text,
.sa-section2 p,
.prot-content p {
	font-size: 21px;
	line-height: 1.7;
	color: #333;
}

/* sa-section, service card, prot-section, and prisk descriptions are smaller — override font-size only */
.sa-help-desc,
.sa-intro-text,
.sa-section2 p,
.hp-service-content p,
.prot-content p,
.prisk-desc {
	font-size: 16px;
}

.hp-banner {
	padding: 60px 0 50px;
	background: #f8f8f8;
}

.hp-banner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 48px;
}

.hp-banner-eyebrow {
	font-size: 19px;
	font-weight: 600;
	color: #555;
	margin-bottom: 8px;
	margin-top: 0;
}

.hp-banner-content h2 {
	font-size: 52px;
	line-height: 1.15;
	font-weight: 800;
	color: #111;
	margin-top: 0;
	margin-bottom: 16px;
}

.hp-banner-content h2 span {
	color: #35367b;
}

.hp-banner-content > p:not(.hp-banner-eyebrow) {
	margin-bottom: 28px;
}

.hp-banner-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.hp-banner-phone {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.hp-banner-phone-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(239,59,63,0.08);
	border-radius: 50%;
}

.hp-banner-phone-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.hp-banner-phone-text span {
	font-size: 17px;
	color: #666;
	font-weight: 600;
}

.hp-banner-phone-text strong {
	font-size: 26px;
	color: #111;
	font-weight: 800;
}

.hp-banner-media {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ── Circular hero image ── */
.hp-hero-circle {
	width: 380px;
	height: 380px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	flex-shrink: 0;
	box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.hp-hero-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

/* ── Coupon card — transparent wrapper, swinging ── */
.hp-coupon-card {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 140px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	z-index: 2;
	text-align: center;
	animation: hp-swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
	will-change: transform;
}

.hp-coupon-card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px 8px;
}

@keyframes hp-swing {
	0%   { transform: rotate(3deg);  }
	100% { transform: rotate(-3deg); }
}

/* ── Call for services card — transparent container ── */
.hp-call-card {
	position: absolute;
	right: 15px;
	bottom: 50px;
	z-index: 2;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

/* Shared label pill (blue bg) */
.hp-card-label {
	background: #35367b;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	padding: 5px 14px 4px;
	border-radius: 10px 10px 0 0;
	letter-spacing: .4px;
	text-transform: uppercase;
	width: 140px;
	margin: 0 auto;
}

/* Call card label — only as wide as its text, matches coupon label style */
.hp-call-card .hp-card-label {
	display: inline-block;
	width: auto;
	margin: 0;
}

/* White number box */
.hp-call-number {
	background: #fff;
	border-radius: 8px 8px;
	padding: 8px 20px 10px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.12);
	width: auto;
}

.hp-call-number a,
.hp-call-number a:visited,
.hp-call-number a:link {
	font-size: 24px;
	font-weight: 800;
	color: #35367b !important;
	text-decoration: none;
	white-space: nowrap;
}

.hp-call-number a:hover {
	text-decoration: underline;
}

/* ── Why Choose Us ── */
.hp-why-choose {
	padding: 60px 0 40px;
}

/* ── Why Choose Us CTA banner ── */
.hp-why-cta {
	padding: 10px 0 20px 0;
	text-align: center;
}

.hp-why-cta .hp-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

/* Slightly larger than the hero variant */
.hp-why-cta-btn .hp-hero-cta-label {
	font-size: 20px;
	padding: 20px 32px;
}

.hp-why-cta-btn .hp-hero-cta-phone {
	font-size: 20px;
	padding: 20px 22px;
}

.hp-why-cta-btn .hp-hero-cta-arrow {
	font-size: 22px;
	padding: 22px 22px 21px 12px;
}

@media (max-width: 768px) {
	.hp-why-cta {
		padding: 20px 0;
		margin-top: 0;
	}

	.hp-why-cta-btn .hp-hero-cta-divider {
		display: none;
	}

	.hp-why-cta-btn .hp-hero-cta-phone {
		border-radius: 0 0 8px 8px;
	}
}

@media (max-width: 560px) {
	.hp-why-cta {
		padding: 16px 0;
	}

	.hp-why-cta-btn {
		width: 85vw;
	}

	/* reduce padding on mobile, keep the larger text */
	.hp-why-cta-btn .hp-hero-cta-label {
		padding: 12px 20px;
	}

	.hp-why-cta-btn .hp-hero-cta-phone {
		padding: 10px 20px;
		border-radius: 0 0 8px 8px;
	}

	.hp-why-cta-btn .hp-hero-cta-arrow {
		padding: 10px 16px 10px 6px;
	}
}

.hp-section-title {
	font-size: 47px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 36px;
	margin-top: 0;
}

.hp-section-title span {
	color: #35367b;
}

.hp-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* Card — matches .why_choose_img */
.hp-why-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Dark overlay — matches .why_choose_img::before */
.hp-why-card::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #000;
	opacity: 0.2;
	pointer-events: none;
}

/* Full-width background photo */
.hp-why-bg {
	width: 100%;
	display: block;
	object-fit: cover;
}

/* Bottom row — matches .why_choose_col inside .why_choose_img */
.hp-why-col {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 0 30px 25px;
}

.hp-why-icon {
	flex: 0 0 auto;
}

.hp-why-icon img {
	display: block;
	max-width: 44px;
}

.hp-why-content {
	padding-left: 22px;
}

.hp-why-content h5 {
	color: #fff;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0;
	text-align: left;
}

/* ── Services ── */
.hp-services {
	padding: 60px 0;
	background: #f8f8f8;
}

.hp-hgroup {
	text-align: center;
	margin-bottom: 40px;
}

.hp-hgroup h2 {
	font-size: 47px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.hp-hgroup h2 span {
	color: #35367b;
}

.hp-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.hp-service-card {
	background: #fff;
	border-radius: 8px;
	padding: 32px 20px 28px;
	text-align: center;
	box-shadow: 0 8px 28px rgba(0,0,0,0.07);
	display: flex;
	flex-direction: column;
}

.hp-service-icon {
	width: 135px;
	height: 135px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hp-service-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.28);
}

.hp-service-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.hp-service-content h5 {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #111;
}

.hp-service-content p {
	flex: 1;
	margin-bottom: 18px;
}

.hp-services-more {
	text-align: center;
	margin-top: 36px;
}

/* ── Welcome / About ── */
.hp-welcome {
	padding: 60px 0;
}

.hp-welcome-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 56px;
}

.hp-welcome-img-wrap {
	position: relative;
	padding: 40px;
}

.hp-welcome-img-wrap img {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 4px;
	display: block;
}

.hp-accent-tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 140px;
	background: #35367b;
	border-radius: 0 6px 0 0;
}

.hp-accent-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 140px;
	background: #e8e8f5;
	border-radius: 0 0 0 6px;
}

.hp-welcome-content h2 {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 16px;
}

.hp-welcome-content h2 span {
	color: #35367b;
}

.hp-welcome-content p {
	margin-bottom: 28px;
}

/* ── Original text content block ── */
.hp-text-section {
	padding: 40px 0 20px;
	background: #fff;
}

/* ── Service area map ── */
.hp-map-section {
	padding: 40px 0 60px;
	background: #f8f8f8;
}

/* CTA between the heading and the map */
.hp-map-cta {
	display: flex;
	justify-content: center;
	margin: 20px 0 32px;
}

/* ── Shared button styles ── */
.hp-btn-primary,
.hp-btn-primary:visited,
.hp-btn-primary:link {
	display: inline-block;
	background: #35367b;
	color: #fff !important;
	text-decoration: none;
	font-weight: 800;
	font-size: 21px;
	padding: 12px 32px;
	border-radius: 4px;
	border: 2px solid #35367b;
	transition: background .2s, color .2s;
	white-space: nowrap;
}

.hp-btn-primary:hover {
	background: #25265a;
	border-color: #25265a;
	color: #fff !important;
}

.hp-btn-primary.hp-btn-lg {
	font-size: 20px;
	padding: 14px 36px;
}

.hp-btn-primary.hp-btn-sm {
	font-size: 18px;
	padding: 11px 30px;
	margin-top: auto;
}

.hp-btn-secondary,
.hp-btn-secondary:visited,
.hp-btn-secondary:link {
	display: inline-block;
	background: transparent;
	color: #35367b !important;
	text-decoration: none;
	font-weight: 800;
	font-size: 21px;
	padding: 12px 32px;
	border-radius: 4px;
	border: 2px solid #35367b;
	transition: background .2s, color .2s;
	white-space: nowrap;
}

.hp-btn-secondary:hover {
	background: #35367b;
	color: #fff !important;
}

.hp-btn-secondary.hp-btn-lg {
	font-size: 22px;
	padding: 14px 40px;
}

/* ── Hero responsive ── */
@media (max-width: 900px) {
	#mainBody.hp-full #bigPic {
		min-height: 400px !important;
		height: 420px !important;
		background-position: top 65% !important;
	}

	.hp-hero-inner {
		padding: 0 32px;
	}

	.hp-hero-heading {
		font-size: 38px;
	}

	.hp-hero-cta-label {
		font-size: 15px;
		padding: 15px 18px;
	}

	.hp-hero-cta-phone {
		font-size: 15px;
		padding: 15px 14px;
	}

	.hp-hero-cta-arrow {
		padding: 15px 14px 15px 8px;
		font-size: 17px;
	}
}

@media (max-width: 560px) {
	#mainBody.hp-full #bigPic {
		min-height: 320px !important;
		height: 340px !important;
		background-position: top 80% !important;
	}

	.hp-hero-inner {
		/* push everything to the bottom, centred horizontally */
		align-items: flex-end;
		justify-content: center;
		padding: 0 35px 5%;
		background: linear-gradient(
			to top,
			rgba(8, 9, 35, 0.75) 0%,
			rgba(8, 9, 35, 0.40) 45%,
			transparent 100%
		);
	}

	.hp-hero-text {
		width: 100%;
		max-width: none;
		text-align: left;
		display: flex;
		flex-direction: column;
		align-items: left;
	}

	.hp-hero-eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
		margin-bottom: 8px;
	}

	.hp-hero-heading {
		font-size: 28px;
		margin-bottom: 6px;
	}

	.hp-hero-sub {
		font-size: 14px;
		margin-bottom: 50px;
	}

	/* CTA: two rows, 80% screen width */
	.hp-hero-cta-btn {
		flex-direction: column;
		margin: 0 auto;
		align-items: stretch;
		width: 80vw;
		max-width: 340px;
		white-space: normal;
	}

	.hp-hero-cta-label {
		font-size: 20px;
		font-weight: 800;
		padding: 8px 5px 0px 5px;
		text-align: center;
		line-height: 1.3;
	}

	/* row 2: phone + arrow side by side */
	.hp-hero-cta-bottom {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hp-hero-cta-phone {
		font-size: 20px;
		padding: 9px 10px;
		text-align: center;
		letter-spacing: 0.5px;
		background: none;
		flex: 1;
	}

	.hp-hero-cta-arrow {
		padding: 1px 14px 3px 4px;
		font-size: 25px;
		background: none;
		line-height: 1;
	}
}

/* ── Responsive ── */
@media (max-width: 960px) {
	.hp-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.hp-banner-grid,
	.hp-welcome-grid {
		grid-template-columns: 1fr;
	}

	.hp-banner-media {
		display: none;
	}

	.hp-why-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hp-why-bg {
		height: 200px;
	}

	.hp-banner-content h2 {
		font-size: 28px;
	}

	.hp-section-title {
		font-size: 26px;
	}

	.hp-hgroup h2 {
		font-size: 22px;
	}

	.hp-welcome-img-wrap {
		display: none;
	}

	.hp-welcome-content {
		text-align: center;
	}

	/* card clears the hero with a small gap instead of overlapping */
	.hp-pests {
		margin-top: 10px;
	}

	.hp-pests-header {
		margin-bottom: 10%;
	}

	.hp-pests-serve {
		font-size: 30px;
		margin: 0;
	}

	.hp-pests-cta,
	.hp-pests-cta:visited,
	.hp-pests-cta:link {
		right: 50%;
		transform: translateX(50%);
		bottom: -35px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 10px 28px;;
	}

	/* no separator dot, just stack */
	.hp-pests-cta-text::after {
		content: none;
	}

	.hp-pests-cta-sub {
		display: block;
		font-size: 13px;
		opacity: 0.88;
		margin-top: 2px;
	}

	.hp-pests-inner {
		padding: 14px 16px 28px;
		max-width: 100%;
		box-sizing: border-box;
	}

	.hp-pest-icon {
		width: 72px;
		height: 72px;
	}

	.hp-pest-col {
		padding: 2px 6px;
	}
}

@media (max-width: 540px) {
	.hp-services-grid {
		grid-template-columns: 1fr;
	}

	/* Pest card: full width, 2x2 grid */
	.hp-pests-serve {
		font-size: 24px;
		margin-bottom: 0;
	}

	.hp-pests-inner {
		width: 100%;
		box-sizing: border-box;
		padding: 14px 12px 28px;
	}

	.hp-pests-grid {
		flex-wrap: wrap;
		gap: 0;
		margin-top: -30px;
	}

	.hp-pest-col {
		width: 50%;
		flex: 0 0 50%;
		box-sizing: border-box;
		padding: 8px 6px;
	}

	.hp-pest-icon {
		width: 64px;
		height: 64px;
	}

	.hp-pest-label {
		font-size: 13px;
	}
}


/* ════════════════════════════════════════════
   NEW FOOTER  (ft-* prefix)
════════════════════════════════════════════ */

/* Phone bar wrapper — sibling of footer, never clipped by footer overflow */
.ft-phone-wrap {
	padding: 0 24px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

.ft-footer {
	background: #f1f0f0;
	/* Slide footer up so ~70% of bar sits inside the footer bg */
	margin-top: -110px;
	/* Reserve vertical room: bar-inside-footer(110px) + gap(18px) + ft-outer-padding(32px) */
	padding-top: 120px;
	padding-bottom: 46px;
	position: relative;
	overflow-x: clip;
}

.ft-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.ft-body {}

.ft-outer {
	padding-top: 32px;
}

/* Content stays in normal flow; right margin leaves room for overlapping image */
.ft-content {
	max-width: 67%;
}

/* ── Phone bar ── */
.ft-phone-bar {
	background: #35367b;
	border-radius: 15px;
	padding: 34px 50px;
	display: flex;
	align-items: center;
	gap: 22px;
	max-width: 544px;
	box-shadow: 0 12px 36px rgba(53,54,123,0.30);
	position: relative;
}

.ft-phone-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.ft-phone-content {
	background: #fff;
	flex: 1;
	padding: 13px 32px;
	border-radius: 100px;
	text-decoration: none;
	display: block;
}

.ft-phone-content h6 {
	margin: 0;
	color: #35367b;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .2px;
}

.ft-phone-content h2 {
	margin: 0;
	font-size: 31px;
	line-height: 38px;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #111;
}

/* ── Info + links row ── */
.ft-main {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

/* Left sub-column */
.ft-left {
	flex: 0 0 232px;
}

.ft-logo {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 16px;
	margin-right: 40px;
}

.ft-logo-img {
	width: 224px;
	height: auto;
	display: block;
}

.ft-info p {
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 11px;
	color: #111;
}

.ft-info p span {
	font-size: 16px;
	font-weight: 600;
	color: #555;
}

.ft-info p a,
.ft-info p a:visited {
	text-decoration: none;
	color: #111;
	letter-spacing: .4px;
}

.ft-info p a:hover {
	color: #35367b;
}

.ft-copyright {
	font-size: 13px;
	line-height: 18px;
	color: #555;
	margin: 0;
}

.ft-copyright a,
.ft-copyright a:visited {
	color: #333;
	text-decoration: none;
	font-weight: 700;
}

.ft-copyright span {
	color: #35367b;
}

/* Right sub-column: links */
.ft-right {
	flex: 1;
}

.ft-links-wrap {
	display: flex;
	gap: 32px;
}

.ft-links {
	flex: 1;
	padding-bottom: 16px;
}

.ft-links h6 {
	color: #35367b;
	font-size: 20px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: .4px;
}

.ft-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ft-links ul li {
	padding-bottom: 10px;
}

.ft-links ul li:last-child {
	padding-bottom: 0;
}

.ft-links ul li a,
.ft-links ul li a:visited,
.ft-links ul li a:link {
	text-decoration: none;
	color: #333 !important;
	font-size: 19px;
	font-weight: 500;
	display: block;
	transition: color .2s;
}

.ft-links ul li a:hover {
	color: #35367b !important;
}

.ft-copyright-mobile {
	display: none;
}

/* ── Image column — right-aligned, constant -50px bleed off right edge ── */
.ft-img-col {
	position: absolute;
	right: -200px;
	top: 0;
	z-index: 0;
}

/* Gem shape */
.ft-img-shape {
	width: 728px;
	height: 448px;
	clip-path: polygon(18% 0%, 82% 0%, 100% 28%, 50% 100%, 0% 28%);
	overflow: hidden;
}

.ft-img-shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

/* SVG decoration — same origin as the shape */
.ft-img-deco {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

/* ── Responsive ── */
/* ft-img-col: hidden below 1150px, visible above */
.ft-img-col {
	display: none;
}

@media (min-width: 1150px) {
	.ft-img-col {
		display: block;
	}
}

@media (max-width: 900px) {
	.ft-footer {
		/* bar ~100px tall, 30% above = 30px, inside = 70px */
		margin-top: -70px;
		padding-top: 90px;
	}

	.ft-outer {
		padding-top: 20px;
	}

	.ft-content {
		max-width: 100%;
	}

	.ft-phone-bar {
		padding: 24px 28px;
		gap: 18px;
		max-width: 100%;
	}

	.ft-phone-content {
		padding: 12px 24px;
	}

	.ft-phone-content h6 {
		font-size: 16px;
	}

	.ft-phone-content h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.ft-main {
		flex-direction: column;
		gap: 24px;
	}

	.ft-left {
		flex: none;
		width: 100%;
	}

	.ft-copyright {
		display: none;
	}

	.ft-copyright-mobile {
		display: block;
		margin-top: 16px;
	}
}

@media (max-width: 600px) {
	.ft-phone-wrap {
		padding: 0 16px;
	}

	.ft-footer {
		/* stacked bar ~130px tall, 30% above = 39px, inside = 91px */
		margin-top: -91px;
		padding-top: 108px;
	}

	.ft-phone-bar {
		flex-direction: row;
		align-items: center;
		padding: 16px 18px;
		gap: 14px;
		max-width: 100%;
	}

	.ft-phone-icon svg {
		width: 36px;
		height: 36px;
	}

	.ft-phone-content {
		border-radius: 100px;
		padding: 10px 16px;
		width: 100%;
	}

	.ft-phone-content h6 {
		font-size: 12px;
	}

	.ft-phone-content h2 {
		font-size: 19px;
		line-height: 24px;
		letter-spacing: .5px;
	}

	.ft-links-wrap {
		gap: 20px;
	}

	.ft-links h6 {
		font-size: 17px;
	}

	.ft-links ul li a {
		font-size: 16px;
	}
}

/* Image 10% bigger on very wide screens */
@media (min-width: 1500px) {
	.ft-img-shape {
		width: 801px;
		height: 493px;
	}
}

/* ═══════════════════════════════════════════════════════════════
   SERVICE ARTICLE  (sa-*)
   termite_letter — 1:1 reference match
═══════════════════════════════════════════════════════════════ */

.sa-section {
	padding: 55px 0;
	background: #fff;
}

/* 5:7 column ratio — mirrors col-lg-5 / col-lg-7 */
.sa-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 0;
	align-items: start;
}

/* ── Left help sidebar ── */
.sa-sidebar {
	display: block;
}
.sa-sidebar--mobile {
	display: none;
}

/* Matches .help_termite */
.sa-help-box {
	padding: 55px 50px;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.07);
	text-align: center;
	background: #fff;
}

/* Matches .help_termite_icon */
.sa-help-icon {
	width: 105px;
	height: 105px;
	position: relative;
	margin: 0 auto 40px;
	isolation: isolate;
}

/* Diamond border outline — sits on top of clipped image */
.sa-help-icon::before {
	content: '';
	width: 105px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #35367b;
	border-radius: 10px;
	box-shadow: 0 20px 50px 0 rgba(53, 54, 123, 0.08);
	transform: rotate(45deg);
	z-index: 2;
	box-sizing: border-box;
	pointer-events: none;
}

/* Rotated container = diamond-shaped clip; image inside stays upright */
.sa-help-icon-clip {
	width: 105px;
	height: 105px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

/* Counter-rotate + scale to fill the diamond clip fully */
.sa-help-icon-clip img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transform: rotate(-45deg) scale(1.42);
	display: block;
}

/* Matches .help_termite_content h5 */
.sa-help-title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}
.sa-help-title span {
	color: #35367b;
}

/* Matches .help_termite_content p */
.sa-help-desc {
	margin-bottom: 20px;
}

/* ── Right main content ── */
.sa-main {
	padding-left: 24px; /* ps-lg-4 equivalent */
	padding-top: 0;
	padding-bottom: 0;
}

.sa-h2 {
	font-weight: 700;
	margin-bottom: 24px;
}
.sa-h2 span {
	color: #35367b;
}

.sa-intro-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
	margin-bottom: 24px;
}

.sa-intro-img {
	width: 100%;
	aspect-ratio: 391 / 256;
	object-fit: cover;
	object-position: top center;
	display: block;
}

.sa-intro-text {
	margin: 0;
	padding-left: 12px; /* ps-md-3 equivalent */
}

/* Matches .temite_letter_info */
.sa-section2 {
	margin-bottom: 40px;
}

.sa-section2 p {
	margin-bottom: 0;
}

/* Matches .temite_letter_info h3 */
.sa-section2-title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}
.sa-section2-title span {
	color: #35367b;
}

/* ── Mobile (< 992px = lg breakpoint) ── */
@media (max-width: 991px) {
	.sa-grid {
		grid-template-columns: 1fr;
	}
	.sa-sidebar {
		display: none;
	}
	.sa-sidebar--mobile {
		display: block;
		margin-top: 40px;
	}
	.sa-main {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.sa-help-box {
		padding: 40px 24px;
	}
	.sa-intro-row {
		grid-template-columns: 1fr;
	}
	.sa-intro-text {
		padding-left: 0;
	}
}


/* ═══════════════════════════════════════════════════════════════
   PROTECT HOME BANNER  (prot-*)
   termite_protect equivalent — slanted info bar + full-width image
═══════════════════════════════════════════════════════════════ */

.prot-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

/* ── Slanted info bar ── */
.prot-info {
	position: relative;
	padding: 30px 0;
	margin-bottom: -80px;
	z-index: 2;
}
.prot-info::before {
	content: '';
	width: 75%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f7f6f6;
	clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.08);
}
.prot-info-container {
	position: relative;
}
.prot-info-row {
	display: flex;
	align-items: center;
	gap: 48px;
}

/* Heading (hidden on mobile) */
.prot-info-heading h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	border-left: 3px solid #35367b;
	padding: 15px 0 15px 30px;
	margin-bottom: 0;
}
.prot-info-heading h3 span {
	color: #35367b;
}

/* Phone call card */
.prot-call-link {
	text-decoration: none;
	display: flex;
	align-items: center;
}
.prot-call-desktop { display: flex; }
.prot-call-mobile  { display: none; }

.prot-call-icon {
	width: 96px;
	height: 96px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 20px 50px 0 rgba(0,0,0,0.07);
	border-radius: 50%;
}
.prot-call-content {
	padding-left: 24px;
}
.prot-call-content h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 0;
	color: #000;
}
.prot-call-content h4 span {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: block;
}

/* ── Full-width section ── */
.prot-inner {
	padding-top: 170px;
	padding-bottom: 62px;
	position: relative;
}
/* Right side: blue angled background */
.prot-inner::before {
	content: '';
	width: 50%;
	height: 100%;
	background: #35367b;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

/* Left 62%: mirrored background image */
.prot-bg-img {
	width: 62%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.prot-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 65% top;
	transform: scaleX(-1);
	display: block;
}
.prot-bg-img::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.14);
	position: absolute;
	left: 0;
	top: 0;
}

/* Content column */
.prot-con {
	position: relative;
	z-index: 2;
}
.prot-con-row {
	display: flex;
	justify-content: flex-end;
}
.prot-con-col {
	width: 58.33%; /* col-xl-7 */
}

/* Extend white bg infinitely to the right */
.prot-content-bg {
	position: relative;
}
.prot-content-bg::before {
	content: '';
	width: 200%;
	height: 100%;
	background-color: #fff;
	right: -199%;
	top: 0;
	position: absolute;
}

/* White diagonal content box */
.prot-content {
	background-color: #fff;
	padding: 90px 20px 90px 175px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
	position: relative;
}
.prot-content h2 {
	font-weight: 700;
	margin-bottom: 20px;
}
.prot-content h2 span {
	color: #35367b;
}
.prot-content p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
}
.prot-btn-desktop { display: block; }
.prot-btn-mobile  { display: none; }

/* ── Responsive ── */
@media (max-width: 1199px) {
	.prot-con-col { width: 66.67%; } /* col-lg-8 */
}
@media (max-width: 991px) {
	.prot-con-col { width: 75%; }   /* col-md-9 */
	.prot-content { padding: 60px 20px 60px 100px; }
}
@media (max-width: 767px) {
	.prot-info-heading { display: none; }
	.prot-call-desktop { display: none; }
	.prot-call-mobile  { display: flex; }
	.prot-inner { padding-top: 120px; padding-bottom: 40px; }
	.prot-inner::before { display: none; }
	.prot-bg-img { width: 100%; }
	.prot-con-col { width: 100%; }
	.prot-content {
		padding: 50px 20px 50px 60px;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
	}
	.prot-btn-desktop { display: none; }
	.prot-btn-mobile  { display: block; }
}
@media (max-width: 480px) {
	.prot-content {
		padding: 40px 16px 40px 40px;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
	}
	.prot-call-icon { width: 72px; height: 72px; }
	.prot-call-content h4 { font-size: 18px; }
}


/* ═══════════════════════════════════════════════════════════════
   PEST RISK SECTION  (prisk-*)
   termite_risk equivalent — 4 icon cards
═══════════════════════════════════════════════════════════════ */

.prisk-section {
	padding: 60px 0 48px;
	background: #f5f7fc;
}

.prisk-section .hp-hgroup h2 {
	font-size: 34px;
}

.prisk-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}

.prisk-card {
	background: #fff;
	border-radius: 12px;
	padding: 32px 20px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(53,54,123,0.07);
}

.prisk-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
}

.prisk-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1a1b3a;
}

.prisk-desc {
	margin: 0;
}

.prisk-cta {
	text-align: center;
}

/* Secondary button style (matches hp-btn-secondary if it exists, else define here) */
.hp-btn-secondary {
	display: inline-block;
	background: #35367b;
	color: #fff !important;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s;
}
.hp-btn-secondary:hover {
	background: #2a2b60;
}
.hp-btn-secondary.hp-btn-lg {
	padding: 14px 36px;
	font-size: 1.05rem;
}

@media (max-width: 900px) {
	.prisk-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.prisk-grid {
		grid-template-columns: 1fr;
	}
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE (inner_banner + contact_info + customer_care)
═══════════════════════════════════════════════════════════════ */
.contact-inner-banner {
	position: relative;
	padding-top: 160px;
	padding-bottom: 160px;
	background-position: top center !important;
}
.contact-inner-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.40) 36%, rgba(0,0,0,0.14) 66%, rgba(0,0,0,0) 100%);
	position: absolute;
	z-index: 1;
}
.contact-inner-banner .hp-container {
	position: relative;
	z-index: 1;
	transform: translateY(-50px);
}
.contact-inner-banner h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 54px;
	line-height: 1.12;
	font-weight: 800;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.contact-inner-banner h1 span {
	color: #a8d4ff;
	font-weight: 800;
}

.contact_info {
	margin-top: -50px; /* overlap banner */
	margin-bottom: 55px;
	position: relative;
	z-index: 1;
}
.contact-ru {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 20px 50px 0 rgba(0,0,0,0.08);
	background: #fff;
}
.contact-info-inner {
	background-color: #fff;
	padding: 20px 75px;
}
.ci-mobile-head {
	display: none;
	text-align: center;
	margin-bottom: 1.25rem;
}
.ci-grid3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}
.contact_lo {
	background-color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_lo_icon {
	flex: 0 0 auto;
	width: 58px;
	text-align: center;
}
.contact_lo_icon svg path {
	stroke: transparent !important;
}
.contact_lo_content {
	padding-left: 18px;
}
.contact_lo_content h6 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.contact_lo_content p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 24px;
}
.contact_lo_content p a {
	text-decoration: none;
	color: #000;
}

.contact-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.contact-form {
	background-color: #35367b;
	padding: 48px 42px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-icon {
	width: 66px;
	height: 66px;
	margin: 0 auto 14px;
	padding: 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 20px 0 rgba(5,1,85,0.04);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-head {
	margin-bottom: 14px;
	text-align: center;
}
.contact-head h4 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.15;
	margin: 0;
}
.contact-in {
	position: relative;
	padding: 42px 42px 20px;
	background-color: #fbfbfb;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.contact-in h4 {
	font-weight: 700;
	font-size: 31px;
	line-height: 1.15;
	margin: 0 0 14px;
}
.contact-info-img {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
}
.contact-info-img img {
	max-height: 380px;
	object-fit: contain;
}
a.contact-phone {
	color: #000;
	text-decoration: none;
	font-size: 30px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.ci-desktop-head {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.customer_care {
	padding-top: 55px;
	padding-bottom: 110px;
}
.customer-care-inner {
	max-width: 900px;
	margin: 0 auto;
}
.customer_care h2 {
	margin-bottom: 20px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
}
.customer_care h2 span {
	color: #35367b;
}
.customer_care p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 30px;
}
.customer_care h3 {
	color: #35367b;
	display: inline-flex;
	align-items: center;
	gap: 18px;
}

@media (max-width: 991px) {
	.contact-inner-banner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.contact-inner-banner .hp-container {
		transform: translateY(-30px);
	}
	.contact-info-inner {
		padding: 20px 24px;
	}
	.ci-grid3 {
		grid-template-columns: 1fr;
	}
	.contact-split {
		grid-template-columns: 1fr;
	}
	.contact-form {
		padding: 48px 24px 20px;
	}
	.contact-in {
		padding: 48px 24px 24px;
		min-height: 520px;
	}
	.contact-info-img img {
		max-height: 320px;
	}
	.ci-mobile-head {
		display: block;
	}
	.ci-desktop-head {
		display: none;
	}
}

@media (max-width: 767px) {
	a.contact-phone {
		font-size: 22px;
	}
	.contact_info {
		margin-top: -36px;
	}
	.contact-form {
		padding: 34px 18px 16px;
	}
	.contact-icon {
		width: 58px;
		height: 58px;
		margin-bottom: 12px;
	}
	.contact-icon svg {
		width: 34px;
		height: 34px;
	}
	.contact-head {
		margin-bottom: 12px;
	}
	.contact-head h4 {
		font-size: 24px;
		line-height: 1.15;
	}
	.contact-in {
		padding: 34px 18px 16px;
		min-height: auto;
	}
	.contact-in h4 {
		font-size: 26px;
		line-height: 1.15;
		margin-bottom: 12px;
	}
	.contact-phone svg {
		width: 30px;
		height: 30px;
	}
	.customer_care p {
		font-size: 16px;
		line-height: 30px;
	}
	.contact-inner-banner h1 {
		font-size: 50px;
		line-height: 1.12;
	}
	.contact-inner-banner .hp-container {
		transform: translateY(-18px);
	}
}

@media (max-width: 480px) {
	.contact_info {
		margin-top: -28px;
	}
	.contact-form {
		padding: 28px 14px 14px;
	}
	.contact-in {
		padding: 28px 14px 14px;
	}
	.contact-head h4 {
		font-size: 22px;
	}
	.contact-in h4 {
		font-size: 24px;
	}
	a.contact-phone {
		font-size: 20px;
	}
}

/* ═══════════════════════════════════════════════════════════════
   OUR SERVICES PAGE
═══════════════════════════════════════════════════════════════ */
.os-inner-banner {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	background-position: top center !important;
}
.os-inner-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.40) 36%, rgba(0,0,0,0.14) 66%, rgba(0,0,0,0) 100%);
	z-index: 1;
}
.os-inner-banner .hp-container {
	position: relative;
	z-index: 2;
}
.os-inner-banner h1 {
	color: #fff;
	font-size: 54px;
	line-height: 1.12;
	font-weight: 800;
	margin: 0;
	text-shadow: 0 5px 10px rgba(0,0,0,0.45);
}
.os-inner-banner h1 span {
	color: #a8d4ff;
	font-weight: 800;
}

.os-why-wrap {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.os-welcome {
	padding-top: 55px;
	padding-bottom: 55px;
}
.os-welcome-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 18px;
}
.os-welcome-content-col {
	order: 1;
	display: flex;
}
.os-welcome-img-col {
	order: 2;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.os-welcome-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.os-welcome-img-wrap {
	padding: 52px;
	position: relative;
	flex: 1;
	height: auto;
	max-width: 560px;
	max-height: 520px;
	margin-left: auto;
	display: flex;
}
.os-welcome-img-wrap img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	position: relative;
	z-index: 1;
}
.os-img-br-top,
.os-img-br-bottom {
	width: 162px;
	height: 162px;
	background-color: #35367b;
	position: absolute;
}
.os-img-br-top {
	right: 0;
	top: 0;
}
.os-img-br-top::before {
	content: '';
	width: 162px;
	height: 162px;
	background-color: #fff;
	position: absolute;
	right: 26px;
	top: 26px;
}
.os-img-br-bottom {
	left: 0;
	bottom: 0;
}
.os-welcome-img-wrap::after {
	content: '';
	width: 162px;
	height: 162px;
	background-color: #fff;
	position: absolute;
	left: 26px;
	bottom: 26px;
}
.os-welcome-content h2 {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
}
.os-welcome-content h2 span {
	color: #35367b;
}
.os-welcome-content p {
	margin-bottom: 25px;
}
.os-welcome-content ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
.os-welcome-content ul li {
	padding-left: 34px;
	position: relative;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 28px;
}
.os-welcome-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #35367b;
}
.os-contact-desktop { display: block; }
.os-contact-mobile { display: none; }

.os-services-grid-section {
	padding-top: 55px;
	padding-bottom: 55px;
}
.os-services-hgroup {
	margin-bottom: 42px;
}
.os-services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px 16px;
}
.os-service-card {
	background: #fff;
	padding: 16px 16px 16px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.07);
	text-align: center;
	height: 90%;
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}
.os-service-icon {
	margin-bottom: 2px;
	min-height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.os-service-icon img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	margin-top: -20px;
	margin-bottom: -30px;
}
.os-service-content h5 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.os-service-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.os-service-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	flex: 1;
}
.os-service-content .hp-btn-primary {
	margin: 0;
	margin-top: auto;
}

@media (max-width: 1199px) {
	.os-services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 991px) {
	.os-inner-banner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.os-welcome-grid {
		grid-template-columns: 1fr;
	}
	.os-welcome-content-col {
		order: 2;
	}
	.os-welcome-img-col {
		order: 1;
	}
	.os-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.os-inner-banner h1 {
		font-size: 50px;
		line-height: 1.12;
	}
	.os-welcome-img-wrap {
		padding: 26px;
	}
	.os-img-br-top,
	.os-img-br-bottom,
	.os-img-br-top::before,
	.os-welcome-img-wrap::after {
		width: 96px;
		height: 96px;
	}
	.os-img-br-top::before {
		right: 12px;
		top: 12px;
	}
	.os-welcome-img-wrap::after {
		left: 12px;
		bottom: 12px;
	}
	.os-contact-desktop { display: none; }
	.os-contact-mobile { display: block; }
	.os-services-grid {
		grid-template-columns: 1fr;
	}
	.os-service-icon img {
		width: 120px;
		height: 120px;
	}
}

/* ── Seattle-specific additions ── */

/* Box model consistency */
#col1 { box-sizing: border-box; }
#col3 { box-sizing: border-box; }

/* Keep sidebar from dropping below content on medium desktop widths */
@media (min-width: 793px) and (max-width: 980px) {
    #col1 { min-width: 0; max-width: 56%; }
    #col3 { min-width: 280px; max-width: 40%; }
}

/* Sidebar location / map card — stays pinned, less vertical chrome */
#col3 .sidebar-location-card {
    padding: 0.35em 0.55em 0.65em 0.55em;
    margin-top: 0.75em;
}
#col3 .sidebar-location-card h2.ourLocation {
    margin-top: 0.2em;
    margin-bottom: 0.35em;
}
#col3 .sidebar-location-card .leaflet-container {
    width: 100% !important;
    max-width: 100%;
}
