/* ==========================================================================
   First 2019 — Modern design layer (wds-modern.css)
   Loaded after Bootstrap + theme styles; overrides via higher specificity.
   Brand anchor: blue #0057a8 (existing menu/nav brand color)
   ========================================================================== */

:root {
	--wds-brand: #0057a8;
	--wds-brand-dark: #003e78;
	--wds-brand-light: #e8f1fa;
	--wds-accent: #00a651;
	--wds-ink: #1a2733;
	--wds-ink-soft: #51606e;
	--wds-line: #e3e8ee;
	--wds-bg-soft: #f5f8fb;
	--wds-radius: 10px;
	--wds-shadow-sm: 0 1px 3px rgba(16, 42, 67, .10);
	--wds-shadow-md: 0 10px 30px rgba(16, 42, 67, .14);
	--wds-shadow-lg: 0 18px 50px rgba(16, 42, 67, .20);
}

/* ---------- base typography ---------- */
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
	font-size: 16px;
	line-height: 1.65;
	color: var(--wds-ink);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	color: var(--wds-ink);
}
p { margin: 0 0 1em; }
a { color: var(--wds-brand); transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
a:hover, a:focus { color: var(--wds-brand-dark); text-decoration: none; }
::selection { background: var(--wds-brand); color: #fff; }
:focus-visible { outline: 3px solid rgba(0, 87, 168, .45); outline-offset: 2px; border-radius: 4px; }
img { max-width: 100%; height: auto; }

/* ==========================================================================
   HEADER
   ========================================================================== */
#wds_header .navbar-default {
	background: #fff;
	border: none;
	box-shadow: var(--wds-shadow-sm);
	position: relative;
	z-index: 20;
}
.wds_header_container {
	padding-top: 18px;
	padding-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
#wds_header .navbar-header { float: none; }
#wds_header .navbar-brand {
	float: none;
	display: inline-flex;
	align-items: center;
	padding: 0;
	height: auto;
}
#wds_header .navbar-brand img {
	max-height: 74px;
	width: auto;
	transition: transform .25s ease;
}
#wds_header .navbar-brand img:hover { transform: translateY(-1px); }

/* right-hand cluster */
#wds_header .wds_header_right { float: none; text-align: right; }
#wds_header .wds_header_right_top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}
#wds_header .wds_free_quote { float: none; padding: 0; }
#wds_header .wds_free_quote .btn,
.wds_giveus_call .btn {
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--wds-brand) 0%, var(--wds-brand-dark) 100%);
	color: #fff;
	font-weight: 700;
	letter-spacing: .02em;
	padding: 12px 26px;
	box-shadow: var(--wds-shadow-sm);
}
#wds_header .wds_free_quote .btn:hover,
#wds_header .wds_free_quote .btn:focus {
	background: linear-gradient(135deg, var(--wds-brand-dark) 0%, #002d55 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: var(--wds-shadow-md);
}
#wds_header .wds_header_right .wds_phone_number { float: none; padding-top: 10px; }
#wds_header .wds_header_right .wds_phone_number p {
	font-size: 17px;
	font-weight: 500;
	color: var(--wds-ink);
	margin: 0;
}
#wds_header .wds_phone_number .glyphicon { color: var(--wds-brand); }
#wds_header .wds_phone_number a { color: var(--wds-ink); font-weight: 700; border-bottom: 2px solid transparent; }
#wds_header .wds_phone_number a:hover { color: var(--wds-brand); border-bottom-color: var(--wds-brand); }

/* social icons */
.footer .wds_social_icons a, .wds_social_icons a {
	opacity: .85;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}
.wds_social_icons a:hover { opacity: 1; transform: translateY(-2px); }

/* ---------- primary menu (sticky) ---------- */
.wds_menu_wrapper {
	background: linear-gradient(90deg, var(--wds-brand-dark) 0%, var(--wds-brand) 55%, #0a6cc0 100%);
	border: none;
	box-shadow: 0 6px 24px rgba(0, 62, 120, .35);
	position: sticky;
	top: 0;
	z-index: 1030;
}
#wds_primary_menu .navbar-nav > li > a {
	color: rgba(255, 255, 255, .92);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 16px 20px;
	position: relative;
}
#wds_primary_menu .navbar-nav > li > a::after {
	content: "";
	position: absolute;
	left: 20px; right: 20px; bottom: 9px;
	height: 2px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
}
#wds_primary_menu .navbar-nav > li > a:hover,
#wds_primary_menu .navbar-nav > li > a:focus {
	color: #fff;
	background: rgba(255, 255, 255, .08);
}
#wds_primary_menu .navbar-nav > li > a:hover::after { transform: scaleX(1); }
#wds_primary_menu .navbar-nav > .active > a,
#wds_primary_menu .navbar-nav > .active > a:hover,
#wds_primary_menu .navbar-nav > .current-menu-item > a,
#wds_primary_menu .navbar-nav > .current-menu-ancestor > a {
	background: rgba(255, 255, 255, .14);
	color: #fff;
}
#wds_primary_menu .navbar-nav > .active > a::after { transform: scaleX(1); }
#wds_primary_menu .dropdown-menu {
	border: none;
	border-radius: 0 0 var(--wds-radius) var(--wds-radius);
	box-shadow: var(--wds-shadow-md);
	padding: 6px 0;
}
#wds_primary_menu .dropdown-menu > li > a { padding: 10px 22px; color: var(--wds-ink); }
#wds_primary_menu .dropdown-menu > li > a:hover { background: var(--wds-brand-light); color: var(--wds-brand-dark); }

/* mobile nav panel */
#wds_primary_menu.navbar-collapse {
	border: none;
	box-shadow: none;
	max-height: none;
}
#wds_primary_menu .navbar-toggle { border-color: rgba(255,255,255,.5); margin-top: 12px; }
#wds_primary_menu .navbar-toggle .icon-bar { background: #fff; }

/* mobile call/text bar */
.wds_giveus_call { margin-top: 12px; margin-bottom: 4px; }
.wds_giveus_call .btn { padding: 12px 10px; font-size: 15px; }

/* ==========================================================================
   FRONT PAGE
   ========================================================================== */
#wds_welcome, #wds_get_quote, #wds_testimonial_slider,
#wds_featured, #wds_quick_gallery, #wds_quick_form { padding: 64px 0; }

/* consistent section titles */
#wds_front_page #wds_welcome h1,
#wds_front_page #wds_get_quote h3,
#wds_front_page .wds_featured h3,
#wds_front_page .wds_quick_gallery h3,
#wds_front_page #wds_testimonial_slider h3,
#wds_front_page #wds_quick_form h3,
.wds_places_clean h3 {
	font-weight: 900;
	letter-spacing: -.01em;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 28px;
}
#wds_front_page #wds_get_quote h3::after,
#wds_front_page .wds_featured h3::after,
#wds_front_page .wds_quick_gallery h3::after,
#wds_front_page #wds_testimonial_slider h3::after,
#wds_front_page #wds_quick_form h3::after,
.wds_places_clean h3::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 64px; height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--wds-brand), var(--wds-accent));
}

/* hero / welcome */
#wds_front_page #wds_welcome { background: var(--wds-bg-soft); }
#wds_front_page #wds_welcome h1 {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 10px;
}
#wds_front_page #wds_welcome h1 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--wds-brand);
	margin-top: 10px;
}
.frontpage_content { font-size: 17px; color: var(--wds-ink-soft); }
.frontpage_content .embed-responsive, #wds_welcome .embed-responsive {
	border-radius: var(--wds-radius);
	overflow: hidden;
	box-shadow: var(--wds-shadow-md);
	background: #000;
}

/* trust chips */
.wds_trust_chips {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.wds_trust_chips li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--wds-line);
	border-radius: 999px;
	padding: 9px 18px;
	font-weight: 600;
	font-size: 15px;
	color: var(--wds-ink);
	box-shadow: var(--wds-shadow-sm);
}
.wds_trust_chips .glyphicon { color: var(--wds-accent); }

/* hero CTA buttons */
.wds_hero_ctas { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px; }
.wds_btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	padding: 15px 32px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .02em;
}
.wds_btn_primary {
	background: linear-gradient(135deg, var(--wds-brand) 0%, var(--wds-brand-dark) 100%);
	color: #fff !important;
	box-shadow: var(--wds-shadow-md);
}
.wds_btn_primary:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--wds-shadow-lg); }
.wds_btn_call {
	background: var(--wds-accent);
	color: #fff !important;
	box-shadow: var(--wds-shadow-sm);
}
.wds_btn_call:hover { color: #fff; background: #008a42; transform: translateY(-2px); }

/* get-quote band */
#wds_front_page #wds_get_quote {
	background: linear-gradient(120deg, var(--wds-brand-dark) 0%, var(--wds-brand) 70%, #0a6cc0 100%);
	color: #fff;
	box-shadow: inset 0 8px 30px rgba(0, 20, 40, .25);
}
#wds_front_page #wds_get_quote h3 { color: #fff; font-size: 30px; margin: 0; }
#wds_front_page #wds_get_quote h3::after { background: rgba(255, 255, 255, .85); }
#wds_front_page #wds_get_quote .btn {
	background: #fff;
	color: var(--wds-brand-dark);
	border: none;
	border-radius: 999px;
	font-weight: 700;
	padding: 15px 34px;
	box-shadow: var(--wds-shadow-md);
}
#wds_front_page #wds_get_quote .btn:hover { transform: translateY(-2px); box-shadow: var(--wds-shadow-lg); color: var(--wds-brand); }

/* featured boxes -> cards */
.wds_featured_wrapper .row > div, .wds_featured_wrapper .col-sm-4 { margin-bottom: 24px; }
#wds_front_page .wds_featured_wrapper .featured_box,
.wds_featured_wrapper .wds_featured_item,
#wds_featured .thumbnail {
	border: 1px solid var(--wds-line);
	border-radius: var(--wds-radius);
	background: #fff;
	box-shadow: var(--wds-shadow-sm);
	padding: 26px 22px;
	height: 100%;
	transition: transform .22s ease, box-shadow .22s ease;
}
#wds_front_page .wds_featured_wrapper .featured_box:hover,
.wds_featured_wrapper .wds_featured_item:hover,
#wds_featured .thumbnail:hover { transform: translateY(-5px); box-shadow: var(--wds-shadow-md); }
#wds_front_page .wds_featured_wrapper h4, .wds_featured_wrapper h4 { font-weight: 700; margin-top: 14px; }
#wds_front_page .wds_featured_wrapper p { color: var(--wds-ink-soft); }
#wds_front_page .wds_featured_wrapper img { border-radius: 8px; }

/* before/after quick gallery */
#wds_front_page .wds_quick_gallery h3 { color: var(--wds-ink); }
.wds_quick_gallery_wrapper a { border-radius: var(--wds-radius); overflow: hidden; display: block; box-shadow: var(--wds-shadow-sm); }
.wds_quick_gallery_wrapper a:hover { box-shadow: var(--wds-shadow-md); }
.wds_quick_gallery_wrapper img { transition: transform .35s ease; }
.wds_quick_gallery_wrapper a:hover img { transform: scale(1.04); }

/* testimonials */
#wds_testimonial_slider {
	background: var(--wds-brand-light);
	border-top: 1px solid var(--wds-line);
	border-bottom: 1px solid var(--wds-line);
}
#wds_front_page #wds_testimonial_slider blockquote,
#wds_testimonial_slider blockquote {
	border: none;
	background: #fff;
	border-radius: var(--wds-radius);
	box-shadow: var(--wds-shadow-sm);
	padding: 30px 30px 26px;
	font-size: 17px;
	color: var(--wds-ink-soft);
	position: relative;
}
#wds_testimonial_slider blockquote::before {
	content: "\201C";
	position: absolute;
	top: 2px; left: 16px;
	font-size: 64px;
	line-height: 1;
	color: var(--wds-brand);
	opacity: .25;
	font-family: Georgia, serif;
}

/* client logo wall */
.wds_places_clean { padding: 20px 0 10px; }
.ri-grid { border-radius: var(--wds-radius); }

/* quick form */
#wds_quick_form .wpcf7 {
	background: #fff;
	border: 1px solid var(--wds-line);
	border-radius: var(--wds-radius);
	box-shadow: var(--wds-shadow-md);
	padding: 36px;
}
#wds_quick_form input, #wds_quick_form textarea,
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	border: 1.5px solid var(--wds-line);
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 16px;
	transition: border-color .18s ease, box-shadow .18s ease;
}
#wds_quick_form input:focus, #wds_quick_form textarea:focus,
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border-color: var(--wds-brand);
	box-shadow: 0 0 0 3px rgba(0, 87, 168, .15);
	outline: none;
}
.wpcf7 input[type="submit"], .wpcf7-submit {
	background: linear-gradient(135deg, var(--wds-brand) 0%, var(--wds-brand-dark) 100%);
	border: none;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 42px;
}
.wpcf7 input[type="submit"]:hover { transform: translateY(-2px); box-shadow: var(--wds-shadow-md); }

/* ==========================================================================
   INNER PAGES
   ========================================================================== */
.wds_page_header {
	background: linear-gradient(120deg, var(--wds-brand-dark), var(--wds-brand) 70%);
	padding: 46px 0;
}
.wds_page_header h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	letter-spacing: .01em;
}
#wds_page { padding-top: 48px; padding-bottom: 56px; }
#wds_page h1, #wds_page h2, #wds_page h3 { margin-top: 1.1em; }
#wds_page section { font-size: 16.5px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	background: #0e1c2b;
	color: #c4d0dc;
}
.footer a { color: #9fc1e3; }
.footer a:hover { color: #fff; }
.footer_top { background: rgba(255, 255, 255, .04); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.footer_top nav { text-align: center; }
.footer_top li { display: inline-block; }
.footer_middle { padding: 54px 0 40px; }
.footer_title_wrap h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 20px;
	position: relative;
}
.footer_title_wrap h4::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 44px; height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--wds-brand) 0%, #4da3ff 100%);
}
.footer_item { margin-bottom: 22px; }
.footer_item strong { color: #fff; font-weight: 700; }
.footer_middle ul { padding-left: 0; list-style: none; }
.footer_middle li { margin-bottom: 7px; }
.footer_middle li a { color: #b7c6d4; font-size: 15px; }
.footer_middle li a:hover { color: #fff; padding-left: 3px; }
.footer_middle li a::before { color: var(--wds-brand) !important; }
.footer .wds_social_icons a { opacity: .9; }
.footer .wds_social_icons a:hover { transform: translateY(-2px); }
.footer hr { border-color: rgba(255, 255, 255, .12); }
.footer input[type="search"], .footer .search-field {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	color: #fff;
	padding: 10px 14px;
	width: 100%;
}
.footer input[type="search"]::placeholder { color: #8fa2b3; }
.footer_bottom {
	background: #0a141f;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .06);
}
.footer_bottom p { margin: 0; font-size: 14px; color: #8fa2b3; }
.footer_bottom a { color: #b7c6d4; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
	.wds_header_container { flex-wrap: wrap; justify-content: center; text-align: center; }
	#wds_header .wds_header_right { text-align: center; width: 100%; }
	#wds_header .wds_header_right_top { justify-content: center; }
	#wds_front_page #wds_welcome h1 { font-size: 32px; }
	#wds_front_page #wds_get_quote { text-align: center; }
	#wds_front_page #wds_get_quote h3::after { left: 50%; transform: translateX(-50%); }
	#wds_front_page #wds_get_quote .quote_btn_holder { margin-top: 18px; }
	#wds_welcome, #wds_get_quote, #wds_testimonial_slider,
	#wds_featured, #wds_quick_gallery, #wds_quick_form { padding: 44px 0; }
	.wds_menu_wrapper { position: relative; }
}
@media (max-width: 767px) {
	body { font-size: 15.5px; }
	#wds_header .navbar-brand img { max-height: 58px; }
	#wds_header .wds_header_right .wds_phone_number p { font-size: 15px; }
	#wds_front_page #wds_welcome h1 { font-size: 27px; }
	#wds_front_page #wds_welcome h1 span { font-size: 15px; }
	.wds_hero_ctas .wds_btn { width: 100%; justify-content: center; }
	#wds_quick_form .wpcf7 { padding: 24px 18px; }
	#wds_primary_menu .navbar-nav > li > a { padding: 13px 16px; font-size: 14px; }
	.footer_middle { padding: 40px 0 30px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; }
}
