/**
* Theme Name: Jobaway Child
* Description: This is a child theme of Jobaway, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: jobaway
* Version: 1.2
*/

@font-face {
	font-family: 'HelveticaRounded';
    src: url('fonts/HelveticaRounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaRoundedLTStd-Bd';
    src: url('fonts/HelveticaRoundedLTStd-Bd.woff2') format('woff2'),
         url('fonts/HelveticaRoundedLTStd-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
	--text-font: "HelveticaRoundedLTStd-Bd", 'HelveticaRounded', serif !important;
    --theme-color: #f58634 !important;
	--thm-secondary-color: #f58634 !important;
	--theme-color-2: #f58634 !important;
	--title-font: "HelveticaRoundedLTStd-Bd", 'HelveticaRounded', serif !important;
}

.main-menu .navigation > .lang-item > a {
	display: flex;
}

.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.background--gradient {
    background: linear-gradient(to bottom, #3e4095, #6c6ebb);
	padding: 25px;
    border-radius: 8px;
}

.sidebar-page-container {
	padding: 0 !important;
}

.language-switcher {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: end;
    padding: 0 50px;
    margin-bottom: -20px;
	position: relative;
    z-index: 1000;
}

@media (min-width: 1200px) {
    .language-switcher {
        display: none;
    }
}

@media (max-width: 768px) {
    .language-switcher {
        padding: 0 10px;
    }
}

.header-lower {
   padding: 0 50px !important;
}

section {
	padding: 50px 20px;
}

h3 {
	margin-bottom: 0 !important;
}

.language-switcher .current-lang {
	display: none;
}

.language-switcher .lang-item img {
	width: 20px !important;
    height: 14px !important;
}

body p {
	font-size: 14px !important;
	line-height: 150%;
}

body li {
	font-size: 14px !important;
	line-height: 150%;
}

.page-title.centred.pt_110 {
	display: none;
}

.fixed-width {
	max-width: 1200px;
	margin: 0 auto;
}

.auto-container {
	max-width: none !important;
	padding: 0 !important;
}

.faq-item h3 {
	font-size: 16px !important;
}

.pricing-factors {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.fixed-width .pricing-factors .factor {
	border: 1px solid #dfdfdf;
}

.pricing-factors .factor {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1 1 calc(50% - 20px);
	background-color: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: -10px 0 #f58634;
}

.pricing-factors .factor h3 {
	margin-bottom: 10px;
	color: #f58634;
	font-size: 16px !important;
}

.social {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 10px 0;
 }

.social img {
	width: 30px;
	height: 30px;
	object-fit: cover;
 }

.title {
	font-size: 28px !important;
	margin-bottom: 20px !important;
	width: fit-content;
    border-bottom: 3px solid black;
    border-radius: 5px;
}

.banner {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	text-align: center;
	font-size: 28px !important;
	font-weight: bold;
	line-height: 150%;
}

.banner--small {
	display: flex;
	width: 100%;
	min-height: 500px;
    gap: 20px !important;
	text-align: justify;
}

.banner--small picture {
	width: 50%;
	padding-left: 10px;
}

.banner--small-image {
	max-width: 50%;
	width: 100%;
	height: 100% !important;
	border-radius: 8px;
	object-fit: cover;
	min-height: 300px;
}

.banner--small-content {
	max-width: 50%;
	width: 100%;
}

.banner--small img {
	border-radius: 100px 8px 8px 0;
    box-shadow: -10px 0 #f58634;
}

.banner--small-content h2 {
	font-size: 18px !important;
}

.banner--small-reverse img {
	border-radius: 8px 100px 0 8px;
    box-shadow: 10px 0 #f58634;
}

.banner--small-reverse picture {
	padding-left: 0;
	padding-right: 10px;
}

.banner--big {
	height: 500px;
}

.highlight {
	border-radius: 8px;
	padding: 20px
}

.faq {
	padding: 30px;
	border-radius: 8px;
}

.faq-item {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
	cursor: pointer;
	margin: 0;
	font-size: 16px;
}

.faq-item p {
	display: none;
	margin: 10px 0 0;
}

.job-list {
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.job-item {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	flex: 1 1 calc(50% - 20px);
}

.job-item h3 {
	margin: 0 0 10px;
	font-size: 16px !important;
}

#testimonials h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
	color: #3e4095;
}

.testimonials-container {
	padding: 30px 16px;
	border-radius: 8px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	justify-items: center;
    background: linear-gradient(to bottom, #3e4095, #6c6ebb);
}

.testimonial-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 320px;
}

.testimonial-item h3 {
	font-size: 16px !important;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3e4095;
}

.testimonial-item p {
	font-size: 14px !important;
	color: #555;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  height: 100%;
  margin: 0 auto;
}

#google-form {
  width: 100%;
  max-width: 800px;
  border: none;
}

@media (max-width: 768px) {
	  .header-lower {
           padding: 0 10px !important;
      }
	
	.banner--small {
		flex-direction: column;
	}
	
	.banner--small-content {
		max-width: 100%;
		width: 100%;
	}
	
	.banner--small picture {
		width: 100%;
	}
	
	.banner--small-image {
		max-width: 100%;
		width: 100%;
	}

	.banner--small-reverse {
		flex-direction: column-reverse !important;
	}
	
	.pricing-factors .factor {
		flex: 1 1 50% !important;
	}
	
	.job-item {
		flex: 1 1 100%;
	}
	
	.testimonial-item {
		max-width: none;
	}
}