/* Home 2025 refresh */

:root {
	--container-width: 1500px;
}

/* Global */
.home *:is(h1,h2,h3,h4,h5,h6) {
	font-family: "PT Sans", sans-serif;
}
.home .ht-btn1,
.home .ht-btn2 {
	padding: .75rem 2rem;
	border-radius: 10px;
	min-width: 200px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}
.site-inner .wrap {
	max-width: var(--container-width);
}

/* Hero banner */
#home-banner_section {
	position: relative;
}
#home-banner_section #home_banner > section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	background-image: linear-gradient(to top, rgba(10, 43, 81, 0.9), rgba(0, 0, 0, 0));
}
#home-banner_section #home_banner section > div {
	position: relative;
	z-index: 1;
	padding-inline: 3rem!important;
}
#home-banner_section #home_banner #text-31 > .widget-wrap {
	max-width: 100%;
}
#home-banner_section #home_banner #text-31 h1 {
	font-size: 2.9rem;
}
#home-banner_section #home_banner #text-31 .textwidget .ht-btn2 {
	background: #ffffff;
	color: rgb(10, 43, 81);
}

/* Hero banner - candidate/client section */
#home-banner_section #candidate-client-section {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	padding: 0;
	z-index: 2;
}
#home-banner_section #candidate-client-section #home_section_1 {
	display: flex;
}
#home-banner_section #candidate-client-section #home_section_1 > .widget_media_image {
	flex: 1;
}
#home-banner_section #candidate-client-section #home_section_1 > .widget_media_image .widget-wrap {
	height: 100%;
	padding: 0;
}
#home-banner_section #candidate-client-section #home_section_1 > .widget_media_image img {
	object-fit: cover;
	max-width: none!important;
	height: 100%!important;
	width: 100%;
}
#home-banner_section #candidate-client-section #home_section_1 > .widget_text {
	flex: 2;
	padding: 1.5rem 2.5rem;
	background: rgba(183, 39, 42, 85%);
}
#home-banner_section #candidate-client-section #home_section_1 > .widget_text .widget-wrap {
	padding-right: 2rem;
	background-image: none;
}
#home-banner_section #candidate-client-section #home_section_1 > .widget_text h4,
#home-banner_section #candidate-client-section #home_section_1 > .widget_text p {
	margin-bottom: 1rem;
}
#home-banner_section #candidate-client-section h4.widget-title {
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: 600;
}

/* Welcome section */
.below-banner-container {
	margin-top: 0;
}
#welcome-section {
	padding: 5rem 0;
}
#welcome-section .ht-btn1 {
	background: #2f4865;
	color: #ffffff;
}

/* Headhunting section */
#talentflo-section {
	padding: 3rem 0 5rem;
}
#talentflo-section h2 {
	font-size: 2.3rem;
	margin-bottom: 2rem;
}
#talentflo-section h4 {
	margin-bottom: 2rem;
}
#talentflo-section p {
	max-width: 60%;
}
#talentflo-section.home-section {
	background-image: url(/wp-content/uploads/2025/05/headhunting-bg.svg);
	background-position: 100% 100%;
	background-size: 100%;
}

/* Services section */
#service-cards-section {
	background:rgb(10, 43, 81);
	color: #ffffff;
	padding: 5rem 0;
}
#service-cards-section.home-section .wrap,
#service-cards-section.home-section .widget-area {
	max-width: var(--container-width);
}
#service-cards-section #text-52 h2 {
	font-size: 2.3rem;
	margin-bottom: 3rem;
	text-align: center;
}
#service-cards-section #text-52 h2 a {
	color: #ffffff;
}
#service-cards-section .fl-col-group-equal-height.fl-col-group-align-center .fl-module,
#service-cards-section .fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	height: 100%;
	display: flex;
}
#service-cards-section .fl-callout {
	height: 100%;
}
#service-cards-section .fl-callout .fl-callout-content {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
}
#service-cards-section .fl-callout .fl-callout-content .fl-callout-text-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#service-cards-section .service-card-2025 .fl-callout-photo {
	width: 25%;
}
#service-cards-section .service-card-2025 .fl-callout-content {
	width: auto;
}
#service-cards-section .service-card-2025 .fl-callout-content h3 {
	margin-bottom: 1rem;
}
#service-cards-section .service-card-2025 img {
	filter: brightness(100);
}
.service-cards .fl-col-group-equal-height {
	display: flex;
	flex-wrap: wrap;
}
.service-cards .fl-col-group-equal-height .fl-col {
	flex-basis: 33%;	
}

/* Why partner section */
#why-us-section {
	padding: 4rem 0;
	background: url("images/why-th-bg.jpg");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	color: #ffffff;
	max-width: 100%;
	position: relative;
}
#why-us-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(10, 43, 81, 1), rgba(0, 0, 0, 0));
}
#why-us-section .why-partner {
	position: relative;
	z-index: 2;
}
#why-us-section *:is(h4,p) {
	color: #ffffff;
}
#why-us-section h4 {
	margin-bottom: 1.5rem;
}

#flo-section {
	padding: 4rem 0;
	background: url("images/flo-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	max-width: 100%;
	position: relative;
}
#flo-section h4 {
	margin-bottom: 1.5rem;
	color: #ffffff;
}
#flo-section .ht-btn1 {
	background: #ffffff;
	color: rgb(183, 39, 42);
}

/* Justifications sections */
#justifications_section_1,
#justifications_section_2 {
	display: flex;
	gap: 4rem;
	max-width: 100%;
}
#justifications-1 {
	padding: 4rem 0 1rem;
	background: url("images/bg-circle-lines.svg");
	background-size: auto 85%;
	background-position: 19% -100px;
	background-repeat: no-repeat;
	max-width: 100%;
}

#justifications_section_1 .widget_media_image,
#justifications_section_2 .widget_media_image {
	flex: 0 0 auto;
	min-width: 45%;
}
#justifications_section_1 .widget_media_image img,
#justifications_section_2 .widget_media_image img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
#justifications_section_1 .widget_text,
#justifications_section_2 .widget_text {
	flex: 2;
	max-width: 40%;
}
#justifications_section_1 h3,
#justifications_section_2 h3 {
	font-size: 1.8rem;
	color: rgb(183, 39, 42);
	margin-bottom: 1rem;
	font-weight: 400;
}
#justifications_section_1 p,
#justifications_section_2 p {
	font-size: 0.9em;
}

#justifications-2 {
	padding: 0 0 4rem;
	position: relative;
	max-width: 100%;
}
#justifications-2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% - 150px);
	width: 150px;
	height: 500px;
	background: url("images/bg-circle-lines.svg");
	background-size: auto;
	background-position: left;
	background-repeat: no-repeat;
}
#justifications_section_2 {
	justify-content: flex-end;
}

/* Client testimonials section */
#latest-jobs-section.home-section {
	max-width: 100%;
	margin-top: 0;
	background-image: url("images/testimonials-bg-lines.svg");
	background-position: -50px top;
	background-size: 50%;
	background-repeat: no-repeat;
	padding: 9rem 0 0;
}
#latest-jobs-section.home-section h2 {
	font-size: 2.3rem;
	margin-bottom: 3rem;
	text-align: center;
}
#latest-jobs-section.home-section #testimonials-carousel.slider {
	display: flex;
	justify-content: center;
}
#latest-jobs-section.home-section #testimonials-carousel .testimonial {
	padding: 3rem 1.5rem;
	margin: 0 .5rem 2rem;
	border-radius: 15px;
}
#latest-jobs-section.home-section #testimonials-carousel .testimonial > .text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 0.9em;
	line-height: 2;
	font-weight: 200;
	min-height: 200px;
}

.home .fl-builder-content-6761 {
	background-image: linear-gradient(to top, rgba(10, 43, 81, 1) 0%, rgba(10, 43, 81, 1) 65%, rgba(0, 0, 0, 0) 65.5%);
}

/* .home .fl-builder-content-6761,
.home .fl-builder-content-6761 * {
	overflow: visible;
} */

.home .fl-builder-content-6761 .fl-row-content-wrap,
.home .fl-builder-content-6761 .fl-node-plvtnb6fh10m > .fl-module-content,
#footer-form .gform_wrapper {
	padding-bottom: 0;
	margin-bottom: 0;
}

.home .fl-builder-content-6761 .fl-node-k1wdusg53ha4 {
	display: flex;
	align-items: center;
}
#footer-form .gform_wrapper {
	background: transparent;
}
.home .fl-builder-content-6761 .fl-node-k1wdusg53ha4 .gfield_label,
.home .fl-builder-content-6761 .fl-node-k1wdusg53ha4 .gfield_label .gfield_required {
	font-weight: 100;
	color: inherit;
}
#footer-form .gform_button {
	background: #fff;
	color: #274364;
	text-transform: none;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 10px;
	float: left;
	margin-bottom: -5px;
	position: relative;
	z-index: 1;
	min-width: 200px;
}

/* Media queries */
@media only screen and (min-width: 992px) {
	#home-banner_section #home_banner #text-31 > .widget-wrap {
		padding: 10rem 0 5rem;
	}
	#home-banner_section #home_banner #text-31 .textwidget {
		max-width: 35%;
	}
	.widget-area:has( > section.one-half){
		display: flex;
		gap: 6rem;
	}
	#justifications_section_2 .widget_media_image img {
		float: right;
	}
	#why-us-section .why-partner {
		max-width: 40%;
	}
}
@media only screen and (max-width: 1400px) {
	#home-banner_section #home_banner #text-31 > .widget-wrap,
	.home-section > .wrap {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 989px) {
	#home_banner #text-31 .widget-wrap {
		background: none;
	}
	#home-banner_section #candidate-client-section {
		position: relative;
		width: 100%;
	}
	#home_section_2 ul {
		text-align: left;
	}
	.service-cards .fl-col-group-equal-height .fl-col {
		flex-basis: 50%;	
	}
	#talentflo-section.home-section {
		padding: 3rem 0!important;
	}
	#justifications_section_1,
	#justifications_section_2 {
		flex-direction: column;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#justifications_section_1 .widget_text,
	#justifications_section_2 .widget_text {
		flex: 2;
		max-width: 100%;
		order: 2;
	}
	#justifications_section_2 .widget_media_image {
		order: 1;
	}
	.home .fl-builder-content-6761 .fl-node-k1wdusg53ha4 {
		flex-direction: column;
	}
  .home .fl-builder-content-6761 .fl-node-k1wdusg53ha4 .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%
	}
}

@media only screen and (max-width: 800px) {
	#home-banner_section #home_banner > section::after {
		height: 100%;
		background: rgba(10, 43, 81, 0.6)
	}
}

@media only screen and (max-width: 768px) {
	#home-banner_section #home_banner #text-31 > .widget-wrap {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.home #welcome-section.home-section #text-34 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	#latest-jobs-section.home-section #testimonials-carousel.slider {
		flex-direction: column;
	}
	.home .service-card-2025 .fl-module-content {
		width: 100%;
		padding: 1rem!important;
	}
	#latest-jobs-section.home-section {
		background-size: 72%
	}
}

@media only screen and (max-width: 568px) {
	.service-cards .fl-col-group-equal-height .fl-col {
		flex-basis: 100%;	
	}
}