/*
Theme Name:   finance child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://themeforest.net/user/themesflat/portfolio
Template:     finance
Version:      1.4.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  finance-child
*/

/* Write here your own personal stylesheet */

:root {
	--bob-brand-ink: #070707;
	--bob-brand-charcoal: #202124;
	--bob-brand-graphite: #3f4448;
	--bob-brand-steel: #70757a;
	--bob-brand-silver: #c2c5c7;
	--bob-brand-mist: #f2f3f3;
	--bob-brand-line: rgba(32, 33, 36, 0.22);
	--bob-brand-shadow: rgba(7, 7, 7, 0.18);
}

body {
	color: var(--bob-brand-graphite);
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.tf-title-section .title-section .heading,
.elementor-button,
.tf-custom-header .mainnav a {
	letter-spacing: 0 !important;
}

a {
	color: var(--bob-brand-charcoal);
}

a:hover,
a:focus {
	color: var(--bob-brand-graphite);
}

.elementor-widget-button .elementor-button,
.elementor-button {
	background-color: var(--bob-brand-charcoal) !important;
	border-color: var(--bob-brand-charcoal) !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}

.elementor-widget-button .elementor-button:hover,
.elementor-button:hover {
	background-color: var(--bob-brand-graphite) !important;
	border-color: var(--bob-brand-graphite) !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon,
.elementor-view-stacked .elementor-icon {
	background-color: var(--bob-brand-charcoal) !important;
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon,
.elementor-icon-list-icon i {
	color: var(--bob-brand-charcoal) !important;
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
	border-color: var(--bob-brand-charcoal) !important;
}

.elementor-widget-icon.elementor-view-framed .elementor-icon svg,
.elementor-widget-icon.elementor-view-default .elementor-icon svg,
.elementor-icon-list-icon svg {
	fill: var(--bob-brand-charcoal) !important;
}

.tf-counter .counter-number-wrapper,
.tf-counter .counter-number-wrapper .counter-number,
.tf-counter .counter-number-wrapper .counter-number-suffix {
	color: var(--bob-brand-charcoal) !important;
	font-size: clamp(42px, 5vw, 72px) !important;
	line-height: 1.08 !important;
}

.tf-counter .counter-title {
	color: var(--bob-brand-steel) !important;
}

.home .elementor-element-b9d1a19 .tf-counter .counter-number-wrapper,
.home .elementor-element-b9d1a19 .tf-counter .counter-number,
.home .elementor-element-b9d1a19 .tf-counter .counter-number-suffix {
	color: #ffffff !important;
	font-weight: 900 !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
}

.home .elementor-element-b9d1a19 .tf-counter .counter-title {
	color: rgba(255, 255, 255, 0.86) !important;
	font-weight: 700 !important;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.elementor-section,
.e-con {
	scroll-margin-top: 120px;
}

html,
body {
	height: auto;
	min-height: 100%;
	overflow-y: auto;
}

body.home {
	overflow-x: hidden;
}

body.home .site,
body.home #page,
body.home #content {
	min-height: 0;
	overflow: visible;
}

body.elementor-page-2488 .page-wrap {
	top: -132px !important;
}

.home .elementor-element-b265b76 .owl-nav,
.home .elementor-element-b265b76 .owl-dots {
	display: none !important;
}

body.home .site-footer,
body.home .tf-custom-footer {
	position: relative !important;
	z-index: 2;
	clear: both !important;
	display: block !important;
	visibility: visible !important;
	margin-top: 0 !important;
}

body.home .tf-custom-footer .elementor-invisible {
	visibility: visible !important;
}

.home .bob-dynamic-reviews .owl-stage {
	display: flex;
	align-items: stretch;
}

.home .bob-dynamic-reviews .owl-stage-outer {
	margin-right: 0;
	padding-right: 0;
}

.home .bob-dynamic-reviews .owl-carousel {
	width: 100%;
}

.home .bob-dynamic-reviews .owl-item,
.home .bob-dynamic-reviews .item {
	display: flex;
	height: auto;
	box-sizing: border-box;
}

.home .bob-dynamic-reviews .item {
	width: 100%;
}

.home .bob-dynamic-reviews .item-testimonial {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	min-height: 420px;
	height: auto;
	overflow: visible;
	box-sizing: border-box;
}

.home .bob-dynamic-reviews .description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	max-height: 12em;
}

.home .bob-dynamic-reviews .rating {
	margin-top: auto;
}

.home .bob-review-read-more {
	width: fit-content;
	margin: 14px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--bob-brand-charcoal);
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
}

.home .bob-review-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.home .bob-review-modal.is-open {
	display: flex;
}

.home .bob-review-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 7, 7, 0.68);
	backdrop-filter: blur(3px);
}

.home .bob-review-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(620px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 38px 40px 40px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 28px 80px rgba(7, 7, 7, 0.3);
}

.home .bob-review-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--bob-brand-mist);
	color: var(--bob-brand-charcoal);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.home .bob-review-modal__label {
	margin: 0 44px 10px 0;
	color: var(--bob-brand-steel);
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0;
}

.home .bob-review-modal h3 {
	margin: 0 0 18px;
	color: var(--bob-brand-charcoal);
	font-family: Poppins, sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.home .bob-review-modal__text {
	color: var(--bob-brand-graphite);
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

body.bob-review-modal-open {
	overflow: hidden;
}

.bob-home-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.bob-home-team-grid .item {
	min-width: 0;
}

.bob-home-team-grid .item-team,
.bob-home-team-grid .featured-post {
	height: 100%;
}

.bob-home-team-grid .featured-post img {
	width: 100%;
}

.page-id-1175 .bob-about-profile-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.page-id-1175 .bob-about-profile-card {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 420px;
	overflow: hidden;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(7, 7, 7, 0.12);
}

.page-id-1175 .bob-about-profile-card__media {
	position: relative;
	min-height: 320px;
	background: var(--bob-brand-mist);
	overflow: hidden;
}

.page-id-1175 .bob-about-profile-card__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.72) 100%);
	pointer-events: none;
}

.page-id-1175 .bob-about-profile-card__media img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	display: block;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.28s ease;
}

.page-id-1175 .bob-about-profile-card:hover .bob-about-profile-card__media img {
	transform: scale(1.035);
}

.page-id-1175 .bob-about-profile-card__body {
	position: relative;
	z-index: 1;
	padding: 20px 20px 22px;
	background: #ffffff;
}

.page-id-1175 .bob-about-profile-card__body h3 {
	margin: 0 0 7px;
	color: var(--bob-brand-charcoal);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.page-id-1175 .bob-about-profile-card__body p {
	margin: 0;
	color: var(--bob-brand-graphite);
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0;
}

.page-id-1175 .bob-about-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.page-id-1175 .bob-about-team-card {
	position: relative;
	display: block;
	aspect-ratio: 0.605;
	min-height: 500px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--bob-brand-graphite);
	overflow: hidden;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
	transition: transform 0.22s ease;
}

.page-id-1175 .bob-about-team-card:hover,
.page-id-1175 .bob-about-team-card:focus-visible {
	transform: translateY(-3px);
	outline: none;
}

.page-id-1175 .bob-about-team-card__media {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	background: var(--bob-brand-graphite);
	overflow: hidden;
}

.page-id-1175 .bob-about-team-card__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	display: block;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.page-id-1175 .bob-about-team-card:hover .bob-about-team-card__media img,
.page-id-1175 .bob-about-team-card:focus-visible .bob-about-team-card__media img {
	transform: scale(1.025);
	filter: brightness(0.94);
}

.page-id-1175 .bob-about-team-card__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 26px 24px 25px;
	background: linear-gradient(90deg, rgba(32, 33, 36, 0.94) 0%, rgba(63, 68, 72, 0.9) 100%);
	color: #ffffff;
	transform: translateY(100%);
	transition: transform 0.24s ease;
}

.page-id-1175 .bob-about-team-card:hover .bob-about-team-card__body,
.page-id-1175 .bob-about-team-card:focus-visible .bob-about-team-card__body {
	transform: translateY(0);
}

.page-id-1175 .bob-about-team-card__name {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-family: Poppins, sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.page-id-1175 .bob-about-team-card__position {
	display: block;
	max-width: 250px;
	color: #ffffff;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
	text-transform: none;
}

.page-id-1175 .bob-profile-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.page-id-1175 .bob-profile-modal.is-open {
	display: flex;
}

.page-id-1175 .bob-profile-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 7, 7, 0.68);
	backdrop-filter: blur(3px);
}

.page-id-1175 .bob-profile-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
	width: min(860px, 100%);
	max-height: min(720px, calc(100vh - 48px));
	overflow: hidden;
	padding: 0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 28px 80px rgba(7, 7, 7, 0.3);
}

.page-id-1175 .bob-profile-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: var(--bob-brand-ink);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 26px var(--bob-brand-shadow);
}

.page-id-1175 .bob-profile-modal__photo {
	position: relative;
	min-height: 500px;
	background: var(--bob-brand-graphite);
	overflow: hidden;
}

.page-id-1175 .bob-profile-modal__photo::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 48%;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.5) 100%);
	pointer-events: none;
}

.page-id-1175 .bob-profile-modal__photo img {
	width: 100%;
	height: 100%;
	min-height: 500px;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.page-id-1175 .bob-profile-modal__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
	overflow: auto;
	padding: 54px 52px 50px;
}

.page-id-1175 .bob-profile-modal__content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: var(--bob-brand-charcoal);
}

.page-id-1175 .bob-profile-modal__eyebrow {
	width: fit-content;
	margin: 0 0 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--bob-brand-mist);
	color: var(--bob-brand-graphite);
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.page-id-1175 .bob-profile-modal__role {
	margin: 0 0 22px;
	color: var(--bob-brand-graphite);
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0;
}

.page-id-1175 .bob-profile-modal h3 {
	margin: 0 0 9px;
	color: var(--bob-brand-ink);
	font-family: Poppins, sans-serif;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.page-id-1175 .bob-profile-modal__bio {
	color: var(--bob-brand-graphite);
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.78;
}

body.bob-profile-modal-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.bob-home-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bob-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bob-process-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.page-id-1175 .bob-about-profile-grid,
	.page-id-1175 .bob-about-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bob-home-team-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.bob-client-sections__inner {
		width: min(100% - 28px, 1180px);
		padding: 52px 0 70px;
	}

	.bob-client-band {
		padding: 38px 0;
	}

	.bob-client-band--mra {
		padding: 38px 24px;
	}

	.bob-client-band h2 {
		font-size: 28px;
	}

	.bob-feature-grid,
	.bob-client-band--mra ul,
	.bob-process-list {
		grid-template-columns: 1fr;
	}

	.bob-feature-card,
	.bob-process-list li {
		min-height: 0;
	}

	.page-id-1175 .bob-about-profile-grid,
	.page-id-1175 .bob-about-team-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.page-id-1175 .bob-about-profile-card {
		min-height: 0;
	}

	.page-id-1175 .bob-about-profile-card__media,
	.page-id-1175 .bob-about-profile-card__media img {
		min-height: 360px;
	}

	.page-id-1175 .bob-about-team-card {
		min-height: 0;
		aspect-ratio: 0.72;
	}

	.page-id-1175 .bob-about-team-card__media,
	.page-id-1175 .bob-about-team-card__media img {
		min-height: 0;
	}

	.page-id-1175 .bob-about-team-card__body {
		transform: translateY(0);
	}

	.page-id-1175 .bob-profile-modal__dialog {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 32px);
		overflow: auto;
	}

	.page-id-1175 .bob-profile-modal h3 {
		font-size: 28px;
	}

	.page-id-1175 .bob-profile-modal__photo,
	.page-id-1175 .bob-profile-modal__photo img {
		min-height: 340px;
	}

	.page-id-1175 .bob-profile-modal__content {
		min-height: 0;
		padding: 34px 28px 30px;
	}

	.page-id-1175 .bob-profile-modal__content::before {
		width: 100%;
		height: 6px;
	}
}

.home .bob-home-single-partner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 18px 0;
}

.home .bob-home-single-partner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.home .bob-home-single-partner img {
	display: block;
	width: min(250px, 62vw);
	height: auto;
}

.home .elementor-element-ac5e928,
.page-id-1175 .elementor-element-hero001 {
	display: none !important;
}

.bob-client-sections {
	background: #ffffff;
	color: var(--bob-brand-graphite);
	font-family: Poppins, sans-serif;
}

.bob-client-sections__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 80px 0 100px;
}

.bob-client-band {
	padding: 54px 0;
	border-top: 1px solid rgba(32, 33, 36, 0.12);
}

.bob-client-band:first-child {
	border-top: 0;
	padding-top: 0;
}

.bob-client-band h2 {
	max-width: 820px;
	margin: 0 0 24px;
	color: var(--bob-brand-ink);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.12;
}

.bob-client-band p {
	max-width: 760px;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.8;
}

.bob-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.bob-feature-card {
	min-height: 190px;
	padding: 26px 24px;
	border: 1px solid rgba(32, 33, 36, 0.14);
	border-radius: 8px;
	background: #f7f8f8;
}

.bob-feature-card h3 {
	margin: 0 0 12px;
	color: var(--bob-brand-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.bob-feature-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

.bob-client-band--mra {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding: 58px 44px;
	border-radius: 8px;
	background: var(--bob-brand-charcoal);
	color: #ffffff;
}

.bob-client-band--mra h2,
.bob-client-band--mra .bob-section-eyebrow {
	color: #ffffff;
}

.bob-client-band--mra p,
.bob-client-band--mra li {
	color: #eef0f0;
}

.bob-client-band--mra ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 28px;
	max-width: 780px;
	margin: 0 0 28px;
	padding-left: 20px;
}

.bob-client-button {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 4px;
	background: #ffffff;
	color: var(--bob-brand-charcoal);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.bob-client-button:hover,
.bob-client-button:focus {
	color: var(--bob-brand-ink);
	background: var(--bob-brand-mist);
}

.bob-pill-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 900px;
	margin-top: 28px;
}

.bob-pill-grid span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--bob-brand-mist);
	color: var(--bob-brand-charcoal);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.bob-process-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.bob-process-list li {
	min-height: 138px;
	padding: 22px 18px;
	border: 1px solid rgba(32, 33, 36, 0.16);
	border-radius: 8px;
	background: #ffffff;
	color: var(--bob-brand-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.bob-process-list span {
	display: block;
	margin-bottom: 28px;
	color: var(--bob-brand-steel);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

/* About Us page */
.tf-custom-header {
	position: relative;
	z-index: 50;
	width: 100%;
	margin: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.tf-custom-header .elementor-element-7ecca38 {
	background: var(--bob-brand-charcoal) !important;
	border-bottom: 0;
	border-radius: 0;
	position: relative;
	z-index: 1;
}

.tf-custom-header .elementor-element-7ecca38 > .elementor-container {
	max-width: 1180px !important;
	min-height: 0 !important;
}

.tf-custom-header .elementor-element-98526a4 > .elementor-container {
	max-width: 100% !important;
	min-height: 0 !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-widget-wrap {
	padding-top: 7px !important;
	padding-bottom: 46px !important;
}

.tf-custom-header .elementor-element-7ecca38 > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: center;
	gap: 24px;
	padding: 0 24px;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-column {
	width: auto !important;
}

.tf-custom-header .elementor-element-32a15c4 {
	display: none;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-text,
.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-icon svg {
	color: #ffffff !important;
	fill: #ffffff !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-icon i {
	color: #ffffff !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-item:hover .elementor-icon-list-text,
.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-item:hover .elementor-icon-list-icon i,
.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	color: var(--bob-brand-silver) !important;
	fill: var(--bob-brand-silver) !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-item,
.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-item > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-icon {
	width: 13px !important;
	min-width: 13px !important;
	height: 13px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1 !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-icon i {
	font-size: 12px !important;
	line-height: 1 !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-icon svg {
	width: 12px !important;
	height: 12px !important;
}

.tf-custom-header .elementor-element-7ecca38 .elementor-icon-list-text {
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.4;
	white-space: normal;
}

.tf-custom-header .elementor-element-4440f38 .elementor-container {
	display: flex;
	align-items: center;
	gap: 18px;
}

.tf-custom-header .elementor-element-f2c81c4,
.tf-custom-header .elementor-element-9088346 {
	width: auto !important;
}

.tf-custom-header .elementor-element-aab9a19,
.tf-custom-header .elementor-element-c449ac4 {
	width: auto;
}

.tf-custom-header .elementor-element-aab9a19 .elementor-icon-list-items,
.tf-custom-header .elementor-element-c449ac4 .elementor-icon-list-items {
	display: flex;
	align-items: center;
}

.tf-custom-header .elementor-element-c449ac4 {
	position: relative;
	padding-left: 18px;
}

.tf-custom-header .elementor-element-c449ac4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.35);
	transform: translateY(-50%);
}

.tf-custom-header .elementor-element-98526a4 {
	background: #ffffff !important;
	position: absolute;
	left: 50%;
	bottom: -46px;
	z-index: 3;
	width: min(1160px, calc(100% - 72px));
	margin: 0;
	border-radius: 5px;
	box-shadow: 0 16px 36px rgba(7, 7, 7, 0.14);
	transform: translateX(-50%);
}

.tf-custom-header .bob-header-socials {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.tf-custom-header .elementor-element-b808eb1 {
	margin-top: -10px;
}

.tf-custom-header .elementor-element-b808eb1 .elementor-widget-container {
	display: flex;
	justify-content: flex-end;
}

.tf-custom-header .bob-header-social-link {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tf-custom-header .bob-header-social-link i {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #ffffff;
	color: var(--bob-brand-charcoal);
	font-size: 10px;
	line-height: 1;
}

.tf-custom-header .bob-header-social-link:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.tf-custom-header .elementor-element-98526a4 > .elementor-container {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 76px !important;
	padding: 0 18px 0 0;
}

.tf-custom-header .elementor-element-98526a4 .elementor-column {
	width: auto !important;
}

.tf-custom-header .elementor-element-98526a4 .elementor-widget-wrap {
	align-content: center;
	align-items: center;
	padding: 0 !important;
}

.tf-custom-header .elementor-element-f24b6c7 img {
	width: 150px !important;
	max-width: 150px !important;
	max-height: 56px !important;
	height: auto !important;
	object-fit: contain;
	display: block;
	filter: none !important;
}

.tf-custom-header .elementor-element-cfa53de .tf-nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav {
	display: block;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0;
	padding: 0;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li {
	margin: 0;
	padding: 0;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	padding: 0 14px;
	border-radius: 999px;
	color: var(--bob-brand-charcoal) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none !important;
	background: transparent !important;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li > a i {
	display: none;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li > a::after {
	display: none;
	content: none;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li > a:hover {
	background: transparent !important;
	color: var(--bob-brand-charcoal) !important;
}

.tf-custom-header .tf-nav-menu .mainnav .menu-container ul.sub-menu li:hover,
.tf-custom-header .tf-nav-menu .mainnav .menu-container ul.sub-menu li.current_page_item,
.tf-custom-header .tf-nav-menu .mainnav .menu-container ul.sub-menu > li.current-menu-item {
	background-color: var(--bob-brand-graphite) !important;
}

.tf-custom-header .tf-nav-menu .mainnav-mobi .menu-container ul li a:hover,
.tf-custom-header .tf-nav-menu .mainnav-mobi .menu-container ul li.current_page_item > a,
.tf-custom-header .tf-nav-menu .mainnav-mobi .menu-container ul li.current-menu-ancestor > a,
.tf-custom-header .tf-nav-menu .mainnav-mobi .menu-container ul li.current-menu-item > a,
.tf-custom-header .tf-nav-menu .btn-menu-mobile:hover,
.tf-custom-header .tf-nav-menu .btn-menu-only:hover {
	color: var(--bob-brand-charcoal) !important;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.current-menu-item > a,
.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.current_page_item > a,
.page-id-1175 .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li#menu-item-24 > a,
.home .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.menu-item-home > a {
	background: transparent !important;
	color: var(--bob-brand-charcoal) !important;
	font-weight: 800 !important;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li > a:hover::after,
.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.current-menu-item > a::after,
.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.current_page_item > a::after,
.page-id-1175 .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li#menu-item-24 > a::after,
.home .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.menu-item-home > a::after {
	display: none;
	content: none;
}

.home .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.menu-item-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.home .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.menu-item-home > a {
	justify-content: center;
	text-align: center;
}

.page-id-1175 .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li#menu-item-17 > a,
.page-id-1175 .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li.menu-item-home > a:not(:hover) {
	background: transparent !important;
	color: var(--bob-brand-graphite) !important;
}

.page-id-1175 .tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li#menu-item-17 > a::after {
	display: none !important;
	content: none !important;
}

.tf-custom-header .elementor-element-cfa53de .mainnav.nav .menu > li#menu-item-31 {
	display: none;
}

.tf-custom-header .elementor-element-7d8c4d9 {
	display: block !important;
}

.tf-custom-header .elementor-element-97d9c75 .tf-widget-search {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search {
	position: relative;
	width: auto;
	height: auto;
	min-height: 48px;
	padding: 0 18px 0 46px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--bob-brand-mist) !important;
	color: var(--bob-brand-charcoal) !important;
	font-size: 0 !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	box-shadow: none !important;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search:hover {
	background: var(--bob-brand-mist) !important;
	color: var(--bob-brand-charcoal) !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(7, 7, 7, 0.16) !important;
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search:hover::after {
	color: var(--bob-brand-charcoal);
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search::before {
	content: "Call Now";
	position: relative;
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.1;
	color: var(--bob-brand-steel);
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search::after {
	content: "+60 19-813 1320";
	display: block;
	margin-top: 2px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	color: currentColor;
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search:hover::before {
	color: var(--bob-brand-steel);
}

.tf-custom-header .elementor-element-97d9c75 .tf-widget-search:hover::before {
	background: var(--bob-brand-ink);
	color: #ffffff;
}

.tf-custom-header .elementor-element-97d9c75 .tf-widget-search::before {
	content: "\260E";
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 50%;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--bob-brand-charcoal);
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	transform: translateY(-50%);
}

.tf-custom-header .elementor-element-97d9c75 .tf-icon-search i {
	display: none;
}

.tf-custom-header .btn-menu-mobile,
.tf-custom-header .btn-menu-only {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--bob-brand-mist);
	color: var(--bob-brand-charcoal);
}

.bob-fallback-header {
	background: transparent;
	position: relative;
	z-index: 20;
	margin-bottom: 46px;
}

.tf-custom-header:not(.bob-fallback-header):has(+ .bob-fallback-header) {
	display: none;
}

.bob-fallback-header__top {
	background: var(--bob-brand-ink, #202124);
	color: #ffffff;
}

.bob-fallback-header__top-inner {
	width: min(1190px, calc(100% - 40px));
	min-height: 42px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.bob-fallback-header__info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 28px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.bob-fallback-header__info a {
	color: #ffffff;
	text-decoration: none;
}

.bob-fallback-header__info a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bob-fallback-header__main {
	position: relative;
	background: transparent;
}

.bob-fallback-header__inner {
	width: min(1160px, calc(100% - 72px));
	min-height: 76px;
	margin: 0 auto -46px;
	padding: 0 18px 0 0;
	display: flex;
	align-items: center;
	gap: 24px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 16px 36px rgba(7, 7, 7, 0.14);
}

.bob-fallback-header__brand {
	flex: 0 0 auto;
	padding-left: 18px;
}

.bob-fallback-header__brand img {
	width: 150px;
	max-width: 150px;
	max-height: 56px;
	height: auto;
	object-fit: contain;
	display: block;
}

.bob-fallback-header__brand a {
	color: var(--bob-brand-charcoal);
	font-weight: 800;
	text-decoration: none;
}

.bob-fallback-header__nav {
	flex: 1 1 auto;
	min-width: 0;
}

.bob-fallback-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bob-fallback-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bob-fallback-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 10px;
	color: var(--bob-brand-charcoal);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.bob-fallback-menu a:hover,
.bob-fallback-menu .current-menu-item > a,
.bob-fallback-menu .current_page_item > a {
	color: var(--bob-brand-graphite);
}

.bob-fallback-header__cta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--bob-brand-mist);
	color: var(--bob-brand-charcoal);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.bob-fallback-header__cta:hover {
	color: var(--bob-brand-charcoal);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(7, 7, 7, 0.16);
}

/* Footer office address */
body.page-id-1180 .site-footer,
body.page-id-1180 .tf-custom-footer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	clear: both;
	position: relative;
	z-index: 1;
}

.tf-custom-footer .elementor-2245 .elementor-element-e02eb71 {
	display: none !important;
}

.tf-custom-footer .elementor-2245 .elementor-element-f9e05c5 {
	padding-top: 56px !important;
}

@media (max-width: 1024px) {
	.tf-custom-footer .elementor-2245 .elementor-element-f9e05c5 {
		padding-top: 40px !important;
	}
}

@media (max-width: 767px) {
	.tf-custom-footer .elementor-2245 .elementor-element-f9e05c5 {
		padding-top: 32px !important;
	}
}

.tf-custom-footer .elementor-element-84791ad,
.bob-office-address {
	display: none !important;
}

.tf-custom-footer .elementor-2245 .elementor-element-5f7336f {
	grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.95fr) minmax(360px, 1.15fr);
	align-items: start;
	column-gap: clamp(42px, 6vw, 86px);
}

.tf-custom-footer .elementor-2245 .elementor-element-52a2d24,
.tf-custom-footer .elementor-2245 .elementor-element-686bc22,
.tf-custom-footer .elementor-2245 .elementor-element-cb2306c {
	align-self: start;
	margin-top: 0;
}

.tf-custom-footer .elementor-2245 .elementor-element-52a2d24 .tf-headline {
	max-width: 390px;
	margin: 0;
	line-height: 1.42;
}

.tf-custom-footer .elementor-2245 .elementor-element-793e2ef,
.tf-custom-footer .elementor-2245 .elementor-element-326be00 {
	margin-top: 0 !important;
	margin-bottom: 28px !important;
}

.tf-custom-footer .elementor-2245 .elementor-element-793e2ef .elementor-heading-title,
.tf-custom-footer .elementor-2245 .elementor-element-326be00 .elementor-heading-title {
	line-height: 1.25;
}

.tf-custom-footer .elementor-2245 .elementor-element-d79bdfb,
.tf-custom-footer .elementor-2245 .elementor-element-89f30e7 {
	margin-bottom: 30px !important;
}

.tf-custom-footer .elementor-2245 .elementor-element-d79bdfb .elementor-icon-box-wrapper,
.tf-custom-footer .elementor-2245 .elementor-element-89f30e7 .elementor-icon-box-wrapper {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
}

.tf-custom-footer .elementor-2245 .elementor-element-d79bdfb .elementor-icon-box-icon,
.tf-custom-footer .elementor-2245 .elementor-element-89f30e7 .elementor-icon-box-icon {
	margin: 0 !important;
}

.tf-custom-footer .elementor-2245 .elementor-icon-box-title,
.tf-custom-footer .elementor-2245 .elementor-icon-box-description {
	margin-left: 0;
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 {
	max-width: 400px;
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .inner {
	position: relative;
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .wpcf7-form-control-wrap[data-name="email-950"] {
	display: block;
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 input[type="email"] {
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	padding-right: 58px;
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .inner > button {
	position: absolute;
	top: 50%;
	right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	line-height: 1;
	transform: translateY(-50%);
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .inner > button:hover,
.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .inner > button:focus {
	background: transparent;
	color: #ffffff;
}

.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .inner > i,
.tf-custom-footer .elementor-2245 .wrap-contect-footer2 .inner > svg {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	pointer-events: none;
}

.tf-custom-footer .elementor-2245 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.tf-custom-footer .elementor-2245 .wpcf7-acceptance label {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
}

.tf-custom-footer .elementor-2245 .wpcf7-acceptance input {
	margin-top: 3px;
}

.tf-custom-footer .elementor-2245 .elementor-element-7ef3bae {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 38px;
}

.tf-custom-footer .elementor-2245 .elementor-element-7ef3bae::before {
	content: "Follow us";
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.tf-custom-footer .elementor-2245 .elementor-element-7ef3bae .elementor-widget-container {
	display: flex;
	align-items: center;
}

.tf-custom-footer .elementor-2245 .elementor-social-icons-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
}

.tf-custom-footer .bob-footer-socials {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.tf-custom-footer .bob-footer-social-link {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tf-custom-footer .bob-footer-social-link:hover,
.tf-custom-footer .bob-footer-social-link:focus {
	background: #ffffff;
	color: var(--bob-brand-ink);
	transform: translateY(-1px);
}

.tf-custom-footer .elementor-2245 .elementor-element-7ef3bae .elementor-social-icon {
	margin: 0 !important;
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-wrapper {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	max-width: 430px;
	padding: 24px 28px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-icon {
	margin: 0 !important;
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 999px;
	background: var(--bob-brand-charcoal);
	color: #ffffff !important;
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon i,
.tf-custom-footer .elementor-element-84791ad .elementor-icon svg {
	color: #ffffff !important;
	fill: #ffffff !important;
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-content {
	text-align: center;
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-title {
	margin: 0 0 8px !important;
	color: var(--bob-brand-steel) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-description {
	margin: 0;
	color: #000000 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.6 !important;
	letter-spacing: 0;
}

.bob-office-address {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	width: min(520px, calc(100% - 32px));
	margin: 0 auto;
	padding: 24px 28px;
	background: #ffffff;
	color: #000000;
	border-radius: 4px;
	box-shadow: 0 18px 38px rgba(7, 7, 7, 0.12);
}

.bob-office-address--archive {
	margin-top: 0;
	margin-bottom: 44px;
}

.bob-office-address__icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--bob-brand-charcoal);
}

.bob-office-address__icon svg {
	width: 23px;
	height: 23px;
	fill: #ffffff;
}

.bob-office-address__content {
	text-align: center;
}

.bob-office-address__label {
	margin: 0 0 8px;
	color: var(--bob-brand-steel);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bob-office-address__text {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
}

.bob-office-address__text strong {
	font-weight: 700;
}

/* Services */
.page-id-1158 .page-wrap,
.single-services .page-wrap {
	padding-top: 0 !important;
}

.bob-services-page,
.bob-service-detail {
	background: var(--bob-brand-mist);
}

.bob-contact-page__intro {
	padding: 116px 20px 44px;
	background: var(--bob-brand-mist);
	text-align: center;
}

.bob-contact-page__intro h1 {
	margin: 0 0 16px;
	color: var(--bob-brand-charcoal);
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.14;
}

.bob-contact-page__intro > p:last-child {
	width: min(720px, 100%);
	margin: 0 auto;
	color: var(--bob-brand-steel);
	font-size: 17px;
	line-height: 1.75;
}

.bob-services-page {
	padding: 116px 20px 96px;
}

.bob-services-page__intro,
.bob-service-detail__hero > div,
.bob-service-detail__layout {
	width: min(1120px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.bob-services-page__intro {
	max-width: 760px;
	margin-bottom: 42px;
	text-align: center;
}

.bob-section-eyebrow {
	margin: 0 0 12px;
	color: var(--bob-brand-steel);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bob-services-page h1,
.bob-service-detail h1 {
	margin: 0 0 18px;
	color: var(--bob-brand-charcoal);
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.14;
}

.bob-services-page__intro > p:last-child,
.bob-service-detail__hero p:last-child {
	margin: 0;
	color: var(--bob-brand-steel);
	font-size: 17px;
	line-height: 1.75;
}

.bob-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: min(1120px, 100%);
	margin: 0 auto;
}

.bob-services-page__mra {
	width: min(1120px, 100%);
	margin: 54px auto 0;
}

.bob-services-page__mra .bob-client-band {
	border-top: 0;
}

.bob-service-card {
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: 30px 28px 28px;
	border: 1px solid rgba(32, 33, 36, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(7, 7, 7, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bob-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(7, 7, 7, 0.12);
}

.bob-service-card__icon,
.bob-service-detail__icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	border-radius: 999px;
	background: var(--bob-brand-charcoal);
	color: #ffffff;
	font-size: 18px;
}

.bob-service-card h2 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.35;
}

.bob-service-card h2 a,
.bob-service-card h2 a:hover,
.bob-service-card h2 a:focus {
	color: var(--bob-brand-charcoal) !important;
}

.bob-service-card p {
	margin: 0 0 24px;
	color: var(--bob-brand-steel);
	font-size: 14px;
	line-height: 1.7;
}

.bob-service-link,
.bob-service-sidebar-link {
	width: fit-content;
	margin-top: auto;
	color: var(--bob-brand-charcoal) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.bob-service-link::after,
.bob-service-sidebar-link::after {
	content: " \2192";
}

.bob-service-detail__hero {
	padding: 116px 20px 46px;
	background: #ffffff;
}

.bob-service-detail__hero > div {
	max-width: 880px;
}

.bob-service-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 34px;
	padding: 48px 20px 86px;
}

.bob-service-detail__content,
.bob-service-detail__sidebar {
	border: 1px solid rgba(32, 33, 36, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(7, 7, 7, 0.07);
}

.bob-service-detail__content {
	padding: 38px 40px 42px;
	color: var(--bob-brand-graphite);
	font-size: 16px;
	line-height: 1.75;
}

.bob-service-detail__content h2 {
	margin: 0 0 16px;
	color: var(--bob-brand-charcoal);
	font-size: 28px;
	line-height: 1.3;
}

.bob-service-detail__content ul {
	margin: 20px 0 0;
	padding-left: 20px;
}

.bob-service-detail__content li {
	margin-bottom: 8px;
}

.bob-service-detail__cta {
	margin-top: 34px;
	padding: 28px;
	border-radius: 6px;
	background: var(--bob-brand-mist);
}

.bob-service-detail__cta p {
	margin-bottom: 20px;
}

.bob-service-button {
	display: inline-flex;
	padding: 13px 22px;
	border-radius: 4px;
	background: var(--bob-brand-charcoal);
	color: #ffffff !important;
	font-weight: 800;
	text-decoration: none;
}

.bob-service-button:hover,
.bob-service-button:focus {
	background: var(--bob-brand-graphite);
	color: #ffffff !important;
}

.bob-service-detail__sidebar {
	align-self: start;
	padding: 26px 24px;
}

.bob-service-detail__sidebar h2 {
	margin: 0 0 18px;
	color: var(--bob-brand-charcoal);
	font-size: 22px;
}

.bob-service-detail__sidebar ul {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.bob-service-detail__sidebar li {
	border-top: 1px solid rgba(32, 33, 36, 0.1);
}

.bob-service-detail__sidebar li:last-child {
	border-bottom: 1px solid rgba(32, 33, 36, 0.1);
}

.bob-service-detail__sidebar a {
	display: block;
	padding: 12px 0;
	color: var(--bob-brand-graphite) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.bob-service-detail__sidebar .is-current a,
.bob-service-detail__sidebar a:hover,
.bob-service-detail__sidebar a:focus {
	color: var(--bob-brand-charcoal) !important;
}

/* News archive */
body.blog .page-wrap,
body.archive .page-wrap {
	background: var(--bob-brand-mist);
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

body.blog #page,
body.archive #page {
	background: var(--bob-brand-mist);
}

body.blog #page > .col-md-12,
body.archive #page > .col-md-12,
body.blog .site > .col-md-12,
body.archive .site > .col-md-12 {
	float: none !important;
	width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 20px 34px !important;
	background: var(--bob-brand-mist);
}

body.blog .site-footer,
body.archive .site-footer,
body.blog .tf-custom-footer,
body.archive .tf-custom-footer {
	position: relative !important;
	clear: both !important;
	display: block !important;
	margin-top: 0 !important;
}

body.blog #content.page-wrap,
body.archive #content.page-wrap {
	display: block !important;
	overflow: visible !important;
}

body.blog .content-wrapper,
body.archive .content-wrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.blog .row-wrapper,
body.archive .row-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

body.blog .page-wrap > .col-md-12,
body.archive .page-wrap > .col-md-12 {
	float: none;
	width: 100%;
	padding: 0 20px 34px;
}

body.blog #secondary,
body.archive #secondary {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	display: block !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.blog #secondary *,
body.archive #secondary * {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.blog #primary.content-area,
body.archive #primary.content-area {
	float: none !important;
	width: 100% !important;
	clear: both !important;
	max-width: 1120px;
	margin: 0 auto;
	padding-top: 54px;
	padding-bottom: 0 !important;
}

body.blog #primary.content-area::before {
	content: "News & Insights";
	display: block;
	max-width: 720px;
	margin: 0 auto 8px;
	color: var(--bob-brand-charcoal);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}

body.blog #primary.content-area::after {
	content: "Practical updates and business guidance for accounting, compliance, payroll, tax, and advisory decisions.";
	display: block !important;
	max-width: 680px;
	margin: 0 auto 34px;
	color: var(--bob-brand-steel);
	font-size: 16px;
	line-height: 1.65;
	text-align: center;
}

body.blog #main.post-wrap,
body.archive #main.post-wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

body.blog article.blog-post,
body.archive article.blog-post {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

body.blog article.blog-post .main-post,
body.archive article.blog-post .main-post {
	height: 100%;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(32, 33, 36, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(7, 7, 7, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.blog article.blog-post .main-post:hover,
body.archive article.blog-post .main-post:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(7, 7, 7, 0.12);
}

body.blog article.blog-post .featured-post,
body.archive article.blog-post .featured-post {
	margin: 0;
}

body.blog article.blog-post .featured-post a,
body.archive article.blog-post .featured-post a {
	display: block;
}

body.blog article.blog-post .featured-post img,
body.archive article.blog-post .featured-post img {
	width: 100%;
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	display: block;
}

body.blog article.blog-post .entry-box-title,
body.archive article.blog-post .entry-box-title {
	padding: 24px 24px 0;
}

body.blog article.blog-post .entry-title,
body.archive article.blog-post .entry-title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.35;
}

body.blog article.blog-post .entry-title a,
body.archive article.blog-post .entry-title a {
	color: var(--bob-brand-charcoal);
}

body.blog article.blog-post .entry-title a:hover,
body.archive article.blog-post .entry-title a:hover {
	color: var(--bob-brand-charcoal);
}

body.blog article.blog-post .entry-meta,
body.archive article.blog-post .entry-meta {
	margin: 0;
}

body.blog article.blog-post .entry-meta ul,
body.archive article.blog-post .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0;
	padding: 0;
}

body.blog article.blog-post .entry-meta li,
body.archive article.blog-post .entry-meta li {
	margin: 0;
	color: var(--bob-brand-steel);
	font-size: 12px;
	line-height: 1.4;
}

body.blog article.blog-post .entry-meta li::before,
body.blog article.blog-post .entry-meta li::after,
body.archive article.blog-post .entry-meta li::before,
body.archive article.blog-post .entry-meta li::after,
body.blog article.blog-post .entry-meta .post-author,
body.blog article.blog-post .entry-meta .post-comments,
body.archive article.blog-post .entry-meta .post-author,
body.archive article.blog-post .entry-meta .post-comments {
	display: none !important;
}

body.blog article.blog-post .entry-meta .entry-time,
body.archive article.blog-post .entry-meta .entry-time {
	order: 2;
}

body.blog article.blog-post .entry-meta .entry-time a,
body.archive article.blog-post .entry-meta .entry-time a,
body.blog article.blog-post .entry-meta .post-categories a,
body.archive article.blog-post .entry-meta .post-categories a {
	color: var(--bob-brand-steel);
}

body.blog article.blog-post .entry-meta .entry-day,
body.blog article.blog-post .entry-meta .entry-month,
body.archive article.blog-post .entry-meta .entry-day,
body.archive article.blog-post .entry-meta .entry-month {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

body.blog article.blog-post .entry-meta .entry-day::after,
body.archive article.blog-post .entry-meta .entry-day::after {
	content: " ";
}

body.blog article.blog-post .entry-content,
body.archive article.blog-post .entry-content {
	padding: 16px 24px 26px;
	color: var(--bob-brand-steel);
	font-size: 14px;
	line-height: 1.75;
}

body.blog article.blog-post .entry-content p,
body.archive article.blog-post .entry-content p {
	margin: 0 0 18px;
}

body.blog article.blog-post .news-card-link,
body.archive article.blog-post .news-card-link {
	display: inline-flex;
	align-items: center;
	color: var(--bob-brand-charcoal);
	font-weight: 700;
	text-decoration: none;
}

body.blog article.blog-post .news-card-link::after,
body.archive article.blog-post .news-card-link::after {
	content: "";
	width: 18px;
	height: 2px;
	margin-left: 9px;
	background: currentColor;
	transition: width 0.2s ease;
}

body.blog article.blog-post .news-card-link:hover::after,
body.archive article.blog-post .news-card-link:hover::after {
	width: 28px;
}

body.blog article.blog-post a:hover,
body.blog article.blog-post a:focus,
body.archive article.blog-post a:hover,
body.archive article.blog-post a:focus,
.single-post article a:hover,
.single-post article a:focus {
	color: var(--bob-brand-charcoal) !important;
}

/* Single news article */
.single-post #page > .col-md-12,
.single-post .site > .col-md-12 {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post #primary.content-area {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post #secondary,
.single-post .main-single {
	display: none !important;
}

.single-post #main.post-wrap {
	margin: 0;
	padding: 0;
}

.bob-news-single {
	margin: 0;
	background: var(--bob-brand-mist);
}

.bob-news-single__hero {
	padding: 116px 20px 46px;
	background: #ffffff;
}

.bob-news-single__hero-inner,
.bob-news-single__body {
	width: min(860px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.bob-news-single__back {
	display: inline-flex;
	margin-bottom: 20px;
	color: var(--bob-brand-steel) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.bob-news-single__back::before {
	content: "\2190 ";
	margin-right: 5px;
}

.bob-news-single h1 {
	margin: 0 0 16px;
	color: var(--bob-brand-charcoal);
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.16;
}

.bob-news-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	color: var(--bob-brand-steel);
	font-size: 13px;
	font-weight: 700;
}

.bob-news-single__meta a,
.bob-news-single__meta a:hover {
	color: var(--bob-brand-steel) !important;
}

.bob-news-single__body {
	padding: 46px 20px 84px;
}

.bob-news-single__image {
	margin: 0 0 30px;
	overflow: hidden;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(7, 7, 7, 0.08);
}

.bob-news-single__image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}

.bob-news-single__content,
.bob-news-single__cta {
	border: 1px solid rgba(32, 33, 36, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(7, 7, 7, 0.07);
}

.bob-news-single__content {
	padding: 36px 40px 38px;
	color: var(--bob-brand-graphite);
	font-size: 16px;
	line-height: 1.8;
}

.bob-news-single__content h2,
.bob-news-single__content h3 {
	margin-top: 30px;
	color: var(--bob-brand-charcoal);
	line-height: 1.3;
}

.bob-news-single__content a,
.bob-news-single__content a:hover,
.bob-news-single__content a:focus {
	color: var(--bob-brand-charcoal) !important;
}

.bob-news-single__cta {
	margin-top: 26px;
	padding: 30px 32px;
}

.bob-news-single__cta h2 {
	margin: 0 0 10px;
	color: var(--bob-brand-charcoal);
	font-size: 25px;
	line-height: 1.3;
}

.bob-news-single__cta p {
	margin: 0 0 20px;
	color: var(--bob-brand-steel);
	font-size: 15px;
	line-height: 1.7;
}

.bob-news-single__cta a {
	display: inline-flex;
	padding: 13px 22px;
	border-radius: 4px;
	background: var(--bob-brand-charcoal);
	color: #ffffff !important;
	font-weight: 800;
	text-decoration: none;
}

.bob-news-single__cta a:hover,
.bob-news-single__cta a:focus {
	background: var(--bob-brand-graphite);
	color: #ffffff !important;
}

body.blog .navigation.paging-navigation,
body.archive .navigation.paging-navigation {
	grid-column: 1 / -1;
	width: 100%;
	margin: 34px auto 0 !important;
	text-align: center;
}

body.blog .navigation.paging-navigation .pagination,
body.archive .navigation.paging-navigation .pagination {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 auto !important;
	padding: 0;
	float: none !important;
}

body.blog .navigation.paging-navigation a,
body.blog .navigation.paging-navigation span,
body.archive .navigation.paging-navigation a,
body.archive .navigation.paging-navigation span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 !important;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
}

.page-id-1175 .elementor-element-stat001 {
	background: var(--bob-brand-mist) !important;
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.page-id-1175 .elementor-element-stat002 {
	width: 100%;
}

.page-id-1175 .elementor-element-stat002 > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px;
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
}

.page-id-1175 .elementor-element-stat003,
.page-id-1175 .elementor-element-stat004,
.page-id-1175 .elementor-element-stat005,
.page-id-1175 .elementor-element-stat006 {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(32, 33, 36, 0.12);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(7, 7, 7, 0.08);
	width: 100% !important;
	min-width: 0;
	padding: 30px 22px 27px !important;
	text-align: center;
}

.page-id-1175 .elementor-element-stat003::before,
.page-id-1175 .elementor-element-stat004::before,
.page-id-1175 .elementor-element-stat005::before,
.page-id-1175 .elementor-element-stat006::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--bob-brand-charcoal);
}

.page-id-1175 .elementor-element-stat003 > .e-con-inner,
.page-id-1175 .elementor-element-stat004 > .e-con-inner,
.page-id-1175 .elementor-element-stat005 > .e-con-inner,
.page-id-1175 .elementor-element-stat006 > .e-con-inner {
	gap: 8px;
	justify-content: center;
	padding: 0 !important;
}

.page-id-1175 .elementor-element-stat003a .elementor-heading-title,
.page-id-1175 .elementor-element-stat004a .elementor-heading-title,
.page-id-1175 .elementor-element-stat005a .elementor-heading-title,
.page-id-1175 .elementor-element-stat006a .elementor-heading-title {
	color: var(--bob-brand-charcoal) !important;
	line-height: 1;
	font-size: clamp(38px, 3vw, 46px) !important;
	font-weight: 700 !important;
}

.page-id-1175 .elementor-element-stat003b .elementor-heading-title,
.page-id-1175 .elementor-element-stat004b .elementor-heading-title,
.page-id-1175 .elementor-element-stat005b .elementor-heading-title,
.page-id-1175 .elementor-element-stat006b .elementor-heading-title {
	color: var(--bob-brand-charcoal) !important;
	line-height: 1.35;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	font-weight: 700 !important;
}

.page-id-1175 .elementor-element-ab300002 {
	width: min(1040px, calc(100% - 40px));
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

.page-id-1175 .elementor-element-ab300002 .elementor-heading-title {
	text-align: left;
}

.page-id-1175 .elementor-element-ab300003 {
	width: min(1040px, calc(100% - 40px));
	max-width: 1040px;
	margin: 0 auto;
	min-height: 0 !important;
}

.page-id-1175 .elementor-element-ab300003 > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.45fr);
	gap: 0 34px;
	align-items: stretch;
	width: 100%;
	max-width: none;
	min-height: 0 !important;
	background: #ffffff;
	border: 1px solid rgba(32, 33, 36, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(7, 7, 7, 0.08);
	padding: 34px !important;
}

.page-id-1175 .elementor-element-ab300003 > .e-con-inner::before {
	content: "Practical principles that shape how we advise, support, and stay accountable to every client relationship.";
	grid-row: 1 / 4;
	grid-column: 1;
	color: var(--bob-brand-steel);
	font-size: 17px;
	line-height: 1.75;
	padding: 18px 34px 18px 0;
	border-right: 1px solid rgba(32, 33, 36, 0.12);
}

.page-id-1175 .elementor-element-ab300003 > .e-con-inner::after {
	display: none;
}

.page-id-1175 .elementor-element-ab300004,
.page-id-1175 .elementor-element-ab300008,
.page-id-1175 .elementor-element-ab300012 {
	position: relative;
	grid-column: 2;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	min-width: 0;
	padding: 0 0 22px !important;
	border: 0;
	box-shadow: none !important;
}

.page-id-1175 .elementor-element-ab300008,
.page-id-1175 .elementor-element-ab300012 {
	padding-top: 22px !important;
	border-top: 1px solid rgba(32, 33, 36, 0.1);
}

.page-id-1175 .elementor-element-ab300012 {
	padding-bottom: 0 !important;
}

.page-id-1175 .elementor-element-ab300004 > .e-con-inner,
.page-id-1175 .elementor-element-ab300008 > .e-con-inner,
.page-id-1175 .elementor-element-ab300012 > .e-con-inner {
	display: grid !important;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 0 18px;
	align-items: start;
	padding: 0 !important;
	min-height: 0 !important;
}

.page-id-1175 .elementor-element-ab300005,
.page-id-1175 .elementor-element-ab300009,
.page-id-1175 .elementor-element-ab300013 {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	margin: 0 !important;
}

.page-id-1175 .elementor-element-ab300005 .elementor-icon,
.page-id-1175 .elementor-element-ab300009 .elementor-icon,
.page-id-1175 .elementor-element-ab300013 .elementor-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page-id-1175 .elementor-element-ab300006 .elementor-heading-title,
.page-id-1175 .elementor-element-ab300010 .elementor-heading-title,
.page-id-1175 .elementor-element-ab300014 .elementor-heading-title {
	margin-bottom: 8px;
}

.page-id-1175 .elementor-element-ab300007 p,
.page-id-1175 .elementor-element-ab300011 p {
	margin-bottom: 0;
}

.page-id-1175 .elementor-element-ab300015 .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
	margin-top: 2px;
}

.page-id-1175 .elementor-element-ab300015 .elementor-icon-list-item {
	align-items: center;
}

.page-id-1175 .elementor-element-team004,
.page-id-1175 .about-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px;
	align-items: start;
	grid-auto-rows: 1fr;
}

.page-id-1175 .elementor-element-team004 > .e-con {
	align-self: start !important;
	justify-self: stretch !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	transform: none !important;
}

.page-id-1175 .elementor-element-team007.elementor-widget-button {
	display: none !important;
}

.page-id-1175 .elementor-element-team005.e-con,
.page-id-1175 .elementor-element-team006.e-con,
.page-id-1175 .elementor-element-team007.e-con,
.page-id-1175 .elementor-element-team008.e-con,
.page-id-1175 .about-team-card {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	max-width: none;
	height: clamp(430px, 34vw, 520px) !important;
	min-height: clamp(430px, 34vw, 520px) !important;
	min-width: 0;
	margin: 0 !important;
	border-radius: 0 !important;
	align-self: stretch !important;
	cursor: pointer;
}

.page-id-1175 .elementor-element-team005.e-con > .e-con-inner,
.page-id-1175 .elementor-element-team006.e-con > .e-con-inner,
.page-id-1175 .elementor-element-team007.e-con > .e-con-inner,
.page-id-1175 .elementor-element-team008.e-con > .e-con-inner,
.page-id-1175 .about-team-card > .e-con-inner {
	position: relative;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	display: flex !important;
	flex-direction: column;
	min-height: 0;
	padding: 0 !important;
}

.page-id-1175 .elementor-element-team005.e-con .elementor-widget-image,
.page-id-1175 .elementor-element-team006.e-con .elementor-widget-image,
.page-id-1175 .elementor-element-team007.e-con .elementor-widget-image,
.page-id-1175 .elementor-element-team008.e-con .elementor-widget-image,
.page-id-1175 .about-team-card .elementor-widget-image {
	width: 100%;
	aspect-ratio: auto;
	height: 100% !important;
	min-height: 100% !important;
	overflow: hidden;
	background: var(--bob-brand-graphite);
}

.page-id-1175 .elementor-element-team005.e-con .elementor-widget-image img,
.page-id-1175 .elementor-element-team006.e-con .elementor-widget-image img,
.page-id-1175 .elementor-element-team007.e-con .elementor-widget-image img,
.page-id-1175 .elementor-element-team008.e-con .elementor-widget-image img,
.page-id-1175 .about-team-card .elementor-widget-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.page-id-1175 .elementor-element-team005b.e-con,
.page-id-1175 .elementor-element-team006b.e-con,
.page-id-1175 .elementor-element-team007b.e-con,
.page-id-1175 .elementor-element-team008b.e-con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	flex: 0 0 auto;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 138px;
	padding: 28px 24px 26px !important;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.82) 100%);
	color: #ffffff;
	pointer-events: none;
}

.page-id-1175 .elementor-element-team005c .elementor-heading-title,
.page-id-1175 .elementor-element-team006c .elementor-heading-title,
.page-id-1175 .elementor-element-team007c .elementor-heading-title,
.page-id-1175 .elementor-element-team008c .elementor-heading-title {
	color: #ffffff !important;
	font-size: 24px !important;
	line-height: 1.18 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.page-id-1175 .elementor-element-team005d .elementor-heading-title,
.page-id-1175 .elementor-element-team006d .elementor-heading-title,
.page-id-1175 .elementor-element-team007d .elementor-heading-title,
.page-id-1175 .elementor-element-team008d .elementor-heading-title {
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.page-id-1175 .elementor-element-team005e,
.page-id-1175 .elementor-element-team006e,
.page-id-1175 .elementor-element-team007e,
.page-id-1175 .elementor-element-team008e {
	display: none !important;
	font-size: 13px;
	line-height: 1.6;
}

.page-id-1175 .bob-team-card__button {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: transparent;
	font-size: 0;
	cursor: pointer;
}

.page-id-1175 .bob-team-card.e-con {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-id-1175 .bob-team-card.e-con:hover,
.page-id-1175 .bob-team-card.e-con:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 44px rgba(7, 7, 7, 0.16);
}

.page-id-1175 .bob-team-card.e-con:hover .elementor-widget-image img,
.page-id-1175 .bob-team-card.e-con:focus-within .elementor-widget-image img {
	transform: scale(1.03);
}

.page-id-1175 .bob-team-card .elementor-widget-image img {
	transition: transform 0.25s ease;
}

.bob-team-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
}

.bob-team-modal.is-open {
	display: flex;
}

.bob-team-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 7, 7, 0.64);
}

.bob-team-modal__dialog {
	position: relative;
	width: min(880px, 100%);
	max-height: calc(100vh - 56px);
	overflow: auto;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(7, 7, 7, 0.25);
}

.bob-team-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--bob-brand-mist);
	color: var(--bob-brand-charcoal);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.bob-team-modal__grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
	gap: 0;
}

.bob-team-modal__media {
	min-height: 100%;
	background: var(--bob-brand-graphite);
}

.bob-team-modal__image {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.bob-team-modal__content {
	padding: 46px 42px 40px;
	color: var(--bob-brand-graphite);
}

.bob-team-modal__role {
	margin: 0 44px 10px 0;
	color: var(--bob-brand-graphite);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bob-team-modal__content h3 {
	margin: 0 0 22px;
	color: var(--bob-brand-charcoal);
	font-size: 30px;
	line-height: 1.2;
}

.bob-team-modal__bio {
	font-size: 15px;
	line-height: 1.75;
}

.bob-team-modal__bio p {
	margin: 0 0 16px;
}

.bob-team-modal__bio ul {
	margin: 6px 0 0;
	padding-left: 20px;
}

.bob-team-modal-open {
	overflow: hidden;
}

.page-id-1175 .elementor-element-team005e ul,
.page-id-1175 .elementor-element-team006e ul,
.page-id-1175 .elementor-element-team007e ul,
.page-id-1175 .elementor-element-team008e ul {
	margin: 14px 0 0;
	padding-left: 19px;
}

.page-id-1175 .elementor-element-team005e li,
.page-id-1175 .elementor-element-team006e li,
.page-id-1175 .elementor-element-team007e li,
.page-id-1175 .elementor-element-team008e li {
	margin-bottom: 7px;
}

.page-id-1175 .elementor-element-team005e p:last-child,
.page-id-1175 .elementor-element-team006e p:last-child,
.page-id-1175 .elementor-element-team007e p:last-child,
.page-id-1175 .elementor-element-team008e p:last-child,
.page-id-1175 .elementor-element-team005e li:last-child,
.page-id-1175 .elementor-element-team006e li:last-child,
.page-id-1175 .elementor-element-team007e li:last-child,
.page-id-1175 .elementor-element-team008e li:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.bob-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bob-service-detail__layout {
		grid-template-columns: 1fr;
	}

	.bob-service-detail__sidebar {
		width: 100%;
	}

	.tf-custom-header {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
		overflow: visible;
	}

	.tf-custom-header .elementor-element-7ecca38 {
		display: none;
	}

	.tf-custom-header .elementor-element-98526a4 {
		position: relative;
		left: auto;
		bottom: auto;
		width: min(720px, calc(100% - 28px));
		margin: 12px auto 0;
		border-radius: 8px;
		transform: none;
	}

	.tf-custom-header .elementor-element-98526a4 > .elementor-container {
		grid-template-columns: 1fr auto;
		min-height: 64px !important;
		padding: 0 18px;
	}

	.tf-custom-header .elementor-element-443401c {
		justify-self: end;
	}

	.tf-custom-header .elementor-element-7d8c4d9 {
		display: none !important;
	}

	.tf-custom-header .elementor-element-cfa53de .mainnav.nav {
		display: none;
	}

	.tf-custom-header .elementor-element-cfa53de .tf-nav-menu {
		justify-content: flex-end;
	}

	.tf-custom-header .elementor-element-f24b6c7 img {
		width: 146px !important;
		max-width: 146px !important;
	}

	.bob-fallback-header {
		margin-bottom: 0;
		background: #ffffff;
	}

	.bob-fallback-header__top-inner {
		width: min(720px, calc(100% - 28px));
		min-height: 44px;
		justify-content: center;
	}

	.bob-fallback-header__info {
		justify-content: center;
		gap: 8px 18px;
		text-align: center;
	}

	.bob-fallback-header .bob-header-socials {
		display: none;
	}

	.bob-fallback-header__inner {
		width: min(720px, calc(100% - 28px));
		min-height: 64px;
		margin: 12px auto 0;
		padding: 12px 18px;
		border-radius: 8px;
		background: #ffffff;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		box-shadow: 0 12px 28px rgba(7, 7, 7, 0.12);
	}

	.bob-fallback-header__brand {
		padding-left: 0;
	}

	.bob-fallback-header__brand img {
		width: 146px;
		max-width: 146px;
	}

	.bob-fallback-menu {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 4px 12px;
	}

	.bob-fallback-menu a {
		min-height: 34px;
		padding: 0;
		font-size: 14px;
	}

	.bob-fallback-header__cta {
		display: none;
	}

	body.blog #main.post-wrap,
	body.archive #main.post-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-id-1175 .elementor-element-stat002 > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.page-id-1175 .elementor-element-ab300003 {
		width: min(720px, calc(100% - 40px));
	}

	.page-id-1175 .elementor-element-ab300003 > .e-con-inner {
		grid-template-columns: 1fr !important;
		padding: 30px !important;
	}

	.page-id-1175 .elementor-element-ab300003 > .e-con-inner::before {
		grid-column: auto;
		grid-row: auto;
		padding: 0 0 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(32, 33, 36, 0.12);
	}

	.page-id-1175 .elementor-element-ab300004,
	.page-id-1175 .elementor-element-ab300008,
	.page-id-1175 .elementor-element-ab300012 {
		grid-column: auto;
	}

	.page-id-1175 .elementor-element-team004 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 22px;
	}

	.page-id-1175 .elementor-element-team005.e-con,
	.page-id-1175 .elementor-element-team006.e-con,
	.page-id-1175 .elementor-element-team007.e-con,
	.page-id-1175 .elementor-element-team008.e-con {
		height: 520px !important;
		min-height: 520px !important;
	}
}

@media (max-width: 767px) {
	body.blog #primary.content-area::before {
		font-size: 32px;
	}

	body.blog #primary.content-area::after {
		margin-bottom: 28px;
		font-size: 15px;
	}

	.bob-news-single__hero {
		padding: 88px 16px 32px;
	}

	.bob-news-single__body {
		padding: 30px 16px 60px;
	}

	.bob-news-single__content {
		padding: 26px 22px 28px;
		font-size: 15px;
	}

	.bob-news-single__cta {
		padding: 24px 22px;
	}

	.bob-news-single__cta h2 {
		font-size: 22px;
	}

	.bob-services-page {
		padding: 88px 16px 62px;
	}

	.bob-contact-page__intro {
		padding: 88px 16px 32px;
	}

	.bob-services-page__intro {
		margin-bottom: 30px;
	}

	.bob-services-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bob-service-card {
		min-height: 0;
		padding: 26px 22px 24px;
	}

	.bob-service-detail__hero {
		padding: 88px 16px 34px;
	}

	.bob-service-detail__layout {
		gap: 22px;
		padding: 30px 16px 62px;
	}

	.bob-service-detail__content {
		padding: 28px 22px 30px;
	}

	.bob-service-detail__content h2 {
		font-size: 24px;
	}

	.bob-service-detail__cta {
		padding: 22px;
	}

	.tf-custom-header {
		width: 100%;
		margin-top: 0;
	}

	.tf-custom-header .elementor-element-98526a4 {
		width: calc(100% - 20px);
		margin-top: 10px;
	}

	.tf-custom-header .elementor-element-98526a4 > .elementor-container {
		padding: 0 14px;
	}

	.tf-custom-header .elementor-element-f24b6c7 img {
		width: 136px !important;
		max-width: 136px !important;
	}

	body.blog .page-wrap > .col-md-12,
	body.archive .page-wrap > .col-md-12 {
		padding: 0 16px 52px;
	}

	body.blog #primary.content-area,
	body.archive #primary.content-area {
		padding-top: 38px;
	}

	body.blog #primary.content-area::before {
		font-size: 32px;
	}

	body.blog #primary.content-area::after {
		margin-bottom: 28px;
		font-size: 15px;
	}

	.bob-office-address,
	.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-wrapper {
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 24px 22px;
	}

	.bob-office-address__content,
	.tf-custom-footer .elementor-element-84791ad .elementor-icon-box-content {
		width: 100%;
	}

	body.blog #main.post-wrap,
	body.archive #main.post-wrap {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.page-id-1175 .elementor-element-stat001 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.page-id-1175 .elementor-element-stat002 > .e-con-inner {
		grid-template-columns: 1fr !important;
		width: min(100%, calc(100% - 32px));
		gap: 14px;
	}

	.page-id-1175 .elementor-element-stat003,
	.page-id-1175 .elementor-element-stat004,
	.page-id-1175 .elementor-element-stat005,
	.page-id-1175 .elementor-element-stat006 {
		padding: 24px 18px 22px !important;
	}

	.page-id-1175 .elementor-element-ab300015 .elementor-icon-list-items {
		grid-template-columns: 1fr;
	}

	.page-id-1175 .elementor-element-ab300003 {
		width: min(100%, calc(100% - 32px));
		gap: 16px;
	}

	.page-id-1175 .elementor-element-ab300004,
	.page-id-1175 .elementor-element-ab300008,
	.page-id-1175 .elementor-element-ab300012 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.page-id-1175 .elementor-element-ab300003 > .e-con-inner {
		padding: 26px 22px !important;
	}

	.page-id-1175 .elementor-element-ab300004 > .e-con-inner,
	.page-id-1175 .elementor-element-ab300008 > .e-con-inner,
	.page-id-1175 .elementor-element-ab300012 > .e-con-inner {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 0 14px;
	}

	.page-id-1175 .elementor-element-ab300005,
	.page-id-1175 .elementor-element-ab300009,
	.page-id-1175 .elementor-element-ab300013,
	.page-id-1175 .elementor-element-ab300005 .elementor-icon,
	.page-id-1175 .elementor-element-ab300009 .elementor-icon,
	.page-id-1175 .elementor-element-ab300013 .elementor-icon {
		width: 36px;
		height: 36px;
	}

	.page-id-1175 .elementor-element-team001 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.page-id-1175 .elementor-element-team004 {
		grid-template-columns: 1fr !important;
		gap: 24px;
	}

	.page-id-1175 .elementor-element-team005.e-con,
	.page-id-1175 .elementor-element-team006.e-con,
	.page-id-1175 .elementor-element-team007.e-con,
	.page-id-1175 .elementor-element-team008.e-con {
		height: 480px !important;
		min-height: 480px !important;
	}

	.page-id-1175 .elementor-element-team005b,
	.page-id-1175 .elementor-element-team006b,
	.page-id-1175 .elementor-element-team007b,
	.page-id-1175 .elementor-element-team008b {
		padding: 24px 22px 26px !important;
	}

	.page-id-1175 .elementor-element-team005.e-con .elementor-widget-image img,
	.page-id-1175 .elementor-element-team006.e-con .elementor-widget-image img,
	.page-id-1175 .elementor-element-team007.e-con .elementor-widget-image img,
	.page-id-1175 .elementor-element-team008.e-con .elementor-widget-image img {
		aspect-ratio: auto;
	}

	.page-id-1175 .elementor-element-team005.e-con .elementor-widget-image,
	.page-id-1175 .elementor-element-team006.e-con .elementor-widget-image,
	.page-id-1175 .elementor-element-team007.e-con .elementor-widget-image,
	.page-id-1175 .elementor-element-team008.e-con .elementor-widget-image,
	.page-id-1175 .about-team-card .elementor-widget-image {
		aspect-ratio: auto;
	}

	.page-id-1175 .elementor-element-team005b.e-con,
	.page-id-1175 .elementor-element-team006b.e-con,
	.page-id-1175 .elementor-element-team007b.e-con,
	.page-id-1175 .elementor-element-team008b.e-con {
		min-height: 120px;
	}

	.bob-team-modal {
		padding: 18px;
	}

	.bob-team-modal__grid {
		grid-template-columns: 1fr;
	}

	.bob-team-modal__image {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.bob-team-modal__content {
		padding: 34px 24px 30px;
	}

	.bob-team-modal__content h3 {
		font-size: 24px;
	}
}
