/*
Theme Name: HDC
Author: Trackstar Web Design
Author URI: http://trackstar-web-design.ca
Version: 1.1.2
License: GNU General Public License v2 or later
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

.italic,
i {
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #ffffff;
}

:-moz-placeholder {
	color: #ffffff;
}

::-moz-placeholder {
	color: #ffffff;
}

:-ms-input-placeholder {
	color: #ffffff;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

:focus {
	outline: 0;
}

*::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}


*::--webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

::-webkit-media-controls {
	display: none !important;
}

*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

input[type=submit],
input[type=button] {
	-webkit-appearance: none;
}

video {
	pointer-events: none;
}

video::-webkit-media-controls {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}

.bold,
b,
strong {
	font-weight: 700 !important;
}

.semibold {
	font-weight: 600 !important;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}

.float-l {
	float: left !important;
}

.float-r {
	float: right !important;
}

.marg-l-0 {
	margin-left: 0 !important;
}

.marg-r-0 {
	margin-right: 0 !important;
}

.marg-t-0 {
	margin-top: 0 !important;
}

.marg-b-0 {
	margin-bottom: 0 !important;
}


.padd-r-0 {
	padding-right: 0px !important;
}

.clear {
	clear: both;
}

p {
	display: block;
	margin-bottom: 15px;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.elementor-location-footer {
	margin-top: auto;
}

.top-logo a img[src$=".svg"] {
	width: auto !important;
}

.elementor-location-header.scroll-active .elementor-sticky {
	padding: 5px 0px 5px 0px !important;
}

.elementor-location-header.scroll-active #topSection .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown {
	margin-top: 5px !important;
}

#topSection .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown {
	padding-top: 10px;
	padding-bottom: 10px;
}

#topSection .top-menu .sub-menu a:hover {
	color: #00843D;
}

#topSection .top-menu .top-menu-meet-button a:hover,
#topSection .top-menu .top-menu-meet-button a.elementor-item-active,
#topSection .top-menu .current-menu-parent li.menu-item-1445 a {
	opacity: 1;
}

.headerSection {
	min-height: 605px;
	background: 
		url("../../../wp-content/uploads/2025/11/banner-pattern.svg"),
		linear-gradient(236deg, #002C7C 29.9%, #05183D 85.04%);
	background-repeat: no-repeat;
	background-position: center center;
}

body.home .headerSection {
	min-height: 600px;
}

.gradient-column {
	background: linear-gradient(236deg, #002C7C 29.9%, #05183D 85.04%);
}

.gradient-icon-box > .elementor-widget-container {
	background: linear-gradient(107deg, #002C7C -8.63%, #05183D 96.53%);
}

.how-we-help-column {
	margin: 0px 15px;
}
.testimonials-section > div.elementor-container{
	overflow: hidden;
}

.testimonials-section img {
	border-radius: 0px !important;
	width: auto !important;
	height: auto !important;
}

.testimonials-section .elementor-testimonial__name span {
	font-weight: 400 !important;
}

.testimonials-section .elementor-swiper-button {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
}
.testimonials-section .elementor-swiper-button{
	z-index: 9;
	cursor: pointer;
}
.testimonials-section .elementor-swiper-button i {
	width: 100%;
	height: 100%;
}

.testimonials-section .elementor-swiper-button.elementor-swiper-button-next i {
	background: #F5F5F5 url(assets/images/right-arrow-blue.svg) no-repeat center center;
}

.testimonials-section .elementor-swiper-button.elementor-swiper-button-prev i {
	background: #F5F5F5 url(assets/images/right-arrow-blue.svg) no-repeat center center;
	transform: rotate(180deg);
}

.testimonials-section .elementor-swiper-button i::before {
	display: none;
}

.testimonials-section .swiper-slide {
	padding: 20px 30px 20px 80px !important;
}

.is-easy-to-start-column strong {
	font-weight: 400 !important;
	background: #00843D;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	margin-right: 15px;
}

.is-easy-to-start-column p:nth-child(odd) {
	font-size: 20px;
	margin-bottom: 5px;
}

.is-easy-to-start-column p:nth-child(even) {
	padding-left: 55px;
	margin-bottom: 20px;
}

.is-easy-to-start-column p:last-child {
	margin-bottom: 0px;
}

.top-menu .sub-menu-toggle {
	display: none !important;
}

.top-menu-meet-button a {
	background: #00843D !important;
	border-radius: 4px !important;
	color: white !important;
	padding: 12px 50px 12px 20px !important;
}

.top-menu-meet-button a:hover {
	background: #00843DBD !important;
}

.top-menu-meet-button a:hover:after {
	opacity: 0 !important;
}

.top-menu-meet-button a {
	position: relative;
}

.top-menu-meet-button a::before {
	content: '';
	position: absolute;
	right: 0px !important;
	top: 50% !important;
	background: url(../../../../wp-content/uploads/2023/09/down-right-arrow-2.svg) no-repeat center center !important;
	background-size: cover !important;
	width: 20px !important;
	height: 20px !important;
	display: block !important;
	opacity: 1 !important;
	left: auto !important;
	margin-top: -10px !important;
	margin-right: 20px;
}

#hide-meet-with-button {
	display: none !important;
}

.jamie-page-button {
	float: left;
	clear: none;
	width: auto;
}

.jamie-page-linkedin-button {
	margin-left: 40px;
	float: left;
	margin-top: 0px;
}

.jamie-page-linkedin-button a {
	width: 53px;
	height: 53px;
	display: block;
	float: left;
	background: url(assets/images/linkedIn-icon.svg) no-repeat center center !important;
	background-size: cover !important;
}

.jamie-page-linkedin-button a:hover {
	opacity: 0.8;
}

.about-jamie-tabs-container .elementor-tab-title {
	background: #CECECE;
	color: #02276A !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-right: 16px;

}

.about-jamie-tabs-container.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: inline-block;
}

.about-jamie-tabs-container .elementor-tab-title.elementor-active {
	background: white;
	color: #00205B !important;
}

.about-jamie-tabs-container .elementor-tab-content ul {
	display: grid;
	grid-template-columns: auto auto auto;
	padding-left: 15px;
}

.about-jamie-tabs-container .elementor-tab-content li {
	position: relative;
	font-size: 15px;
	margin-bottom: 10px;
	vertical-align: top;
}

.about-jamie-tabs-container .elementor-tab-content {
	padding-bottom: 10px !important;
}

.blog-listing-container .elementor-post__text {
	margin-top: 0px !important;
}

.blog-listing-container .elementor-post__read-more {
	position: relative;
	padding-right: 33px;
}

.blog-listing-container .elementor-post__read-more:hover {
	text-decoration: underline;
}

.blog-listing-container .elementor-post__read-more::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
	top: 0;
	background: url(assets/images/right-arrow-blue.svg) no-repeat center center;
	background-size: cover !important;
	margin-top: 7px;
}

.blog-listing-container .elementor-pagination a.page-numbers {
	text-decoration: underline;
}

.blog-listing-container .elementor-pagination .page-numbers {
	position: relative;
}

.blog-listing-container .elementor-pagination .page-numbers::before {
	content: '';
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	background-size: cover !important;
	margin-top: 2px;
}

.blog-listing-container .elementor-pagination .page-numbers.next {
	padding-right: 31px;
}

.blog-listing-container .elementor-pagination .page-numbers.next::before {
	background: url(assets/images/right-arrow-blue.svg) no-repeat center center;
	right: 0;

}

.blog-listing-container .elementor-pagination .page-numbers.prev {
	padding-left: 31px;
}

.blog-listing-container .elementor-pagination .page-numbers.prev::before {
	background: url(assets/images/right-arrow-blue.svg) no-repeat center center;
	left: 0;
	transform: rotate(180deg);
}

.newsletterForm button {
	cursor: pointer;
}

.video-listing-container .elementor-post__thumbnail__link {
	margin-bottom: 0px !important;
}

.video-listing-container .elementor-post__text {
	position: relative;
	margin-top: -50px !important;
}

.video-listing-container .elementor-post__text h3,
.video-listing-container .elementor-post__text h3 a {
	text-align: center;
	position: relative;
}

.video-listing-container .elementor-post__text h3 a {
	display: block;
	z-index: 2;
	padding: 12px 5px;
	pointer-events: none !important;
}

.video-listing-container .elementor-post__text h3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 32, 91, 0.80);
	z-index: 1;
}

.video-listing-container .elementor-post__thumbnail__link::before,
.about-popup-container a::before {
	background: url(assets/images/play-button.svg) no-repeat center center;
	background-size: cover !important;
	width: 42px;
	height: 42px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	z-index: 1;
}

.about-popup-container a::before {
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
}

.meet-with-team-column .elementor-widget-button,
.people-column-bio .elementor-widget-button {
	position: absolute;
	bottom: 0px;
}

.meet-with-team-column > .elementor-widget-wrap {
	padding-bottom: 80px !important;
}

.people-column-bio > .elementor-widget-wrap {
	padding-bottom: 45px !important;
}

@media(max-width: 1100px){
	.is-easy-to-start-column p:nth-child(odd){
		padding-left: 52px;
		position: relative;
	}
	.is-easy-to-start-column p:nth-child(odd) strong{
		position: absolute;
		left: 0;
	}
}

@media (max-width: 1024px) {
	.headerSection {
		max-height: none !important;
		min-height: 10px !important;
		height: auto !important;
	}

	.how-we-help-column {
		margin: 0px 0px;
	}

	.elementor-location-header.scroll-active .elementor-sticky {
		padding: 5px 16px !important;
	}

	.top-menu nav.elementor-nav-menu__container {
		padding: 0px 16px 15px 16px;
	}

	.top-menu nav.elementor-nav-menu__container ul {
		border: 0px !important;
	}

	.top-menu nav.elementor-nav-menu__container a {
		display: block;
		width: 100%;
	}

	.top-menu nav.elementor-nav-menu__container a span.sub-arrow {
		display: none;
	}
	.newsletter-sidebar-section{
		position: relative !important;
		width: 100% !important;
		top: auto !important;
		margin-top: 0px !important;
	}
	.top-menu nav.elementor-nav-menu__container .elementor-nav-menu--dropdown{
		display: block;
	}
	.top-menu nav.elementor-nav-menu__container a{
		padding: 10px 10px 10px 0px !important;
		border-left: 0px !important;
	}
	.top-menu nav.elementor-nav-menu__container .elementor-item.has-submenu{
		text-transform: uppercase !important;
		font-size: 12px !important;
		opacity: 1 !important;
		padding-bottom: 0px !important;
		font-weight: 400 !important;
	}
	.top-menu nav.elementor-nav-menu__container .sub-menu.elementor-nav-menu--dropdown,
	.top-menu nav.elementor-nav-menu__container .podcast-item-menu{
		border-bottom: solid 1px #EEEEEE !important;
	}
	.top-menu nav.elementor-nav-menu__container .top-menu-meet-button{
		border-top: solid 1px #EEEEEE !important;
		margin-top: 13px;
	}
	.top-menu nav.elementor-nav-menu__container .top-menu-meet-button a{
		padding-left: 15px !important;
		text-align: center;
	}
}

@media(max-width: 768px) {
	.newsletter-sidebar-section{
		margin-top: 20px !important;
	}
	.is-easy-to-start-column p:nth-child(odd),
	.is-easy-to-start-column p:nth-child(even) {
		font-size: 16px;
	}
	.testimonials-section .swiper .elementor-swiper-button-prev {
		left: 20px !important;
	}

	.testimonials-section .swiper .elementor-swiper-button-next {
		right: 20px !important;
	}

	.headerSection {
		max-height: none !important;
		min-height: 10px !important;
		height: auto !important;
	}

	.jamie-page-linkedin-button {
		margin-left: 0px;
		margin-top: 20px;
		clear: both;
	}

	.about-jamie-tabs-container .elementor-tab-title {
		margin-right: 0px;
		border-radius: 0px;
	}

	.about-jamie-tabs-container .elementor-tab-content ul {
		display: block;
		padding-left: 30px;
	}

	.jamie-page-button {
		width: 100%;
	}

	.top-logo-scrolled svg,
	.top-logo-scrolled a {
		width: 100%;
		display: block;
	}
	.meet-with-team-column .elementor-widget-button, .people-column-bio .elementor-widget-button{
		position: relative;
	}
	.people-column-bio > .elementor-widget-wrap{
		padding-bottom: 5px !important;
	}
	.testimonials-section .swiper-slide{
		padding: 0px !important;
	}
	.testimonials-section .swiper .elementor-swiper-button-prev,
	.testimonials-section .swiper .elementor-swiper-button-next{
		top: 100% !important;
		transform: translate(0, 0) !important; 
		margin-top: -55px !important;
	}
	.testimonials-section .swiper-wrapper{
		padding-bottom: 55px;
	}
	
}
