/* ------------------- */
/* Typography          */
/* ------------------- */

/* fylgia body text */
@font-face {
	font-family: 'Beatrice';
	src: url('../fonts/Regular.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* fylgia headings */
@font-face {
	font-family: 'Season';
	src: url('../fonts/SeasonSerif-Regular.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

h1#form-heading {
    font-size: 25px !important;
}
.hero-section {
	position: relative;
	height: 100vh;
	overflow: hidden;
	/*background-color: rgb(0,0,0,0.62);*/
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62); /* Overlay color */
    z-index: 1;
}
.hero-video, .hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1; /* Ensures the background is below the overlay */
}/*
.hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
	background-color: #8f53f0;
}*/
.hero-content {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: white;
    	z-index: 2;
}
.job-listing {
	margin-bottom: 20px;
}
.job-header, .job-item {
	padding: 10px;
	text-align: center;
}
.job-header {
	font-weight: bold;
	background-color: #f8f9fa;
	border-bottom: 2px solid #e9ecef;
}
.job-item {
	word-wrap: break-word;
}
body {
	font-family: 'Beatrice', sans-serif;
}
h1, h2, h3, h4  {
	font-family: 'Season', serif;
	letter-spacing: .01em;
}
h1 {
	font-weight: 800;
	font-size: 4rem;
	margin-bottom: 2rem;
}
#position-title {
	font-family: 'Season', serif;
  font-size: 4rem;
	letter-spacing: 0.02rem;
}
.btn-primary {
	background-color: #B497FF;
	color: #1B1B1F;
	border: 0;
	border-radius: 0px;
  padding: 0.7rem 2.5rem;
}
.nav-link {
	font-size: 1.1rem;
}
.rounded-img {
	width: 100%;
	margin-top: 20px;
}
h2 {
	font-size: 3rem;
}
.background-image {
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.text-padding {
	padding: 40px;
}
.team-member {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	text-align: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.team-member img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.team-member h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.team-member p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.team-member .role {
	font-weight: bold;
}
.carousel-item .d-flex {
	width: 100%;
}
/* .carousel-control-prev-icon {
	background-image: url(https:
}
.carousel-control-next-icon {
	background-image: url(https:
} */
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;
}
.carousel-control-prev, .carousel-control-next {
	width: 5%;
}
#teamCarousel .carousel-control-prev, #teamCarousel .carousel-control-next {
	width: auto;
	top: 50%;
	transform: translateY(-50%);
}
#teamCarousel .carousel-control-prev {
	left: 10%;
}
#teamCarousel .carousel-control-next {
	right: 10%;
}
.link-with-arrow {
	display: inline-flex;
	align-items: center;
	text-decoration: underline;
	color: #000;
}
.arrow-icon {
	margin-left: 8px;
	width: 20px !important;
	height: 20px !important;
	margin-bottom: 3px !important;
}
.team-member {
	text-align: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.team-background-image {
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	width: 100%;
	height: 450px;
	display: block;
}
@media (max-width: 768px) {
	.team-member {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.carousel-inner .row {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.team-background-image {
		height: 250px;
		background-size: cover;
		background-position: center;
		margin-bottom: 20px;
	}
	.carousel-control-prev, .carousel-control-next {
		display: none;
	}
	#position-title {
    font-size: 2.8rem;
}
}
.bg-light {
	background-color: #f8f9fa;
}
.rounded-img {
	width: 100%;
	height: auto;
}
.carousel-item {
	margin-top: 20px;
	margin-bottom: 20px;
}
.container {
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleCarousel .carousel-control-prev, #simpleCarousel .carousel-control-next {
	width: auto;
	top: 50%;
	transform: translateY(-50%);
}
#simpleCarousel .carousel-control-prev {
	left: calc(15% + 20px);
}
#simpleCarousel .carousel-control-next {
	right: calc(15% + 20px);
}
#simpleCarousel .carousel-item .col-md-6 {
	padding: 20px;
}
.rounded-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.quote-section {
	background-color: #8f53f0;
	color: #fff;
	padding: 60px 20px;
}
.quote-section .container {
	max-width: 640px;
	margin: auto;
}
.blockquote p {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.5;
}
.blockquote-footer {
	color: #fff;
	font-size: 20px;
}
.benefits-section .container {
	max-width: 1200px;
}
.benefits-section .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.benefit-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	text-align: center;
	min-width: 250px;
	flex: 1;
	flex-basis: calc(25% - 60px);
}
.benefit-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #eeeef2;
	padding: 20px;
	padding-top: 60px;
	width: 100%;
	height: 100%;
}
.benefit-icon {
	position: relative;
	margin-bottom: -50px;
	background-color: #c6c5d9;
	border-radius: 50%;
	width: 100px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.benefit-icon img {
	width: 25px;
	height: auto;
}
.benefit-icon i {
	font-size: 2rem;
}
@media (max-width: 768px) {
	.benefits-section .row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.benefit-item {
		flex: 0 0 80%;
		margin-right: 20px;
	}
	/* .benefit-content {
	} */
}
.process-content p {
	margin-bottom: 0;
}
.process-section .container {
	max-width: 1200px;
}
.process-section .row {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.process-item {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-bottom: 30px;
	text-align: left;
	min-width: 250px;
	flex: 1;
	flex-basis: calc(33.33% - 60px);
}
.process-content {
	display: flex;
	flex-direction: column;
	align-items: start;
	background-color: #fff;
	padding: 20px;
	padding-top: 50px;
	width: 100%;
	height: 100%;
}
.process-icon {
	position: relative;
	margin-bottom: -50px;
	border-radius: 50%;
	width: 100px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.process-icon p, .process-icon h3 {
	font-size: 4.5rem;
	position: absolute;
	font-weight: 700;
}
.process-icon img {
	width: 25px;
	height: auto;
}
.process-icon i {
	font-size: 2rem;
}

.job-description {
	padding-left: 210px;
	padding-right: 260px;
	line-height: 1.6;
}

@media (max-width: 768px) {
  .job-description {
		padding-left: 0;
		padding-right: 0;
	}
}


.job-description h3,.job-description h4,.job-description h5,.job-description h6,.job-description h2 {
	font-size: 1.1rem;
	font-weight: 800;
}
.job-description p {
	text-align: left !important;
}
@media (max-width: 768px) {
	.process-item {
    flex: 0 0 80%;
    margin-right: 10px;
	}
}
.process-section .row {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
	.process-section .row {
		overflow-x: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.process-item {
		flex: 0 0 50%;
		max-width: 80%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.process-section .row {
		justify-content: left;
	}
.process-section .process-row {
    justify-content: left;
    display: flex;
    flex-wrap: nowrap;
}
}
.team-section .container {
	max-width: 1200px;
}
.team-section .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.team-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	text-align: center;
	min-width: 250px;
	flex: 1;
	flex-basis: calc(25% - 60px);
}
.team-content {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	background-color: #eeeef2;
	padding: 20px;
	padding-top: 60px;
	width: 100%;
	height: 100%;
}
.team-icon {
	position: relative;
	margin-bottom: -50px;
	border-radius: 50%;
	width: 100px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.team-icon img {
	width: 25px;
	height: auto;
}
.team-icon i {
	font-size: 2rem;
}
@media (max-width: 768px) {
	.team-section .row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		justify-content: left;
	}
	.gobi-large .team-item {
    align-items: start;
	}
	.team-item, .process-item {
		flex: 0 0 60%;
		margin-right: 0px;
		padding-right: 0px;
	}
	/* .team-content {
	} */
}
@media (max-width: 440px) {
	.team-item, .process-item {
			flex: 0 0 80%;
	}
}
strong {
	font-weight: 800;
}
a:hover {
	color: #0056b3;
	text-decoration: none;
}
.talentech-section a {
	color: #8f53f0;
	text-decoration: none;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.talentech-section .container {
		padding-top: 0;
	}
}

.stretched-link {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.stretched-link img {
	width: 20px;
}
#jobList .card {
	border: 0;
}
.card-category {
	margin-bottom: 30px;
	position: relative;
	left: -8px;
}
.card-category span {
	background: #eeeef2;
	padding: 8px;
	font-size: 0.9rem;
}
#jobList .card-body {
	padding: 1.75rem;
}
#loadMore {
	font-weight: 800;
}
@media (max-width: 991.98px) {
	.background-image {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.talentech-section h2, .talentech-section .p-rich_text_section, .talentech-section p, .talentech-section ul, .talentech-section ol, .talentech-section h3, .talentech-section h4, .talentech-section h5, .talentech-section h6 {
		padding-left: 210px;
		padding-right: 260px;
		line-height: 1.6;
	}
	.job-description ul {
		margin-left: 40px;
	}
#inner-job-title, .share-container {
    padding-left: 210px;
    padding-right: 260px;
}
}
#inner-job-title {
    font-size: 3rem;
    line-height: 1.6;
}
#jobTitle {
	font-weight: 800;
}
.job-section {
	background-color: #f6f5ee;
	padding: 0;
}
.job-info {
	margin-bottom: 15px;
}
.job-info-title {
	font-weight: 800;
	display: block;
}
.apply-btn {
    color: #1B1B1F !important;
    border: none;
    text-decoration: none !important;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
}

.apply-btn:hover {
 color: #ffffff !important;
}
@media (min-width: 768px) {
	.job-info {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	#inner-job-title {
    font-size: 2rem;
    line-height: 1.4;
	}
	.text-center {
		text-align: left !important;
	}
	.job-info, .apply-btn-header {
		margin-top: 20px;
	}
	.centerd-apply-btn {
		text-align: center !important;
	}
	.apply-btn {
		font-size: 14px;
		padding: 0.6rem 1rem;
		font-weight: 600;
	}
	.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 0); /* Remove translate as it's no longer needed */
    object-fit: cover; /* This will ensure the video covers the area without being cropped */
    z-index: -1;
}

.m-m-0{margin:0!important}.m-mt-0,.m-my-0{margin-top:0!important}.m-mr-0,.m-mx-0{margin-right:0!important}.m-mb-0,.m-my-0{margin-bottom:0!important}.m-ml-0,.m-mx-0{margin-left:0!important}.m-m-1{margin:.25rem!important}.m-mt-1,.m-my-1{margin-top:.25rem!important}.m-mr-1,.m-mx-1{margin-right:.25rem!important}.m-mb-1,.m-my-1{margin-bottom:.25rem!important}.m-ml-1,.m-mx-1{margin-left:.25rem!important}.m-m-2{margin:.5rem!important}.m-mt-2,.m-my-2{margin-top:.5rem!important}.m-mr-2,.m-mx-2{margin-right:.5rem!important}.m-mb-2,.m-my-2{margin-bottom:.5rem!important}.m-ml-2,.m-mx-2{margin-left:.5rem!important}.m-m-3{margin:1rem!important}.m-mt-3,.m-my-3{margin-top:1rem!important}.m-mr-3,.m-mx-3{margin-right:1rem!important}.m-mb-3,.m-my-3{margin-bottom:1rem!important}.m-ml-3,.m-mx-3{margin-left:1rem!important}.m-m-4{margin:1.5rem!important}.m-mt-4,.m-my-4{margin-top:1.5rem!important}.m-mr-4,.m-mx-4{margin-right:1.5rem!important}.m-mb-4,.m-my-4{margin-bottom:1.5rem!important}.m-ml-4,.m-mx-4{margin-left:1.5rem!important}.m-m-5{margin:3rem!important}.m-mt-5,.m-my-5{margin-top:3rem!important}.m-mr-5,.m-mx-5{margin-right:3rem!important}.m-mb-5,.m-my-5{margin-bottom:3rem!important}.m-ml-5,.m-mx-5{margin-left:3rem!important}
.m-p-0{padding:0!important}.m-pt-0,.m-py-0{padding-top:0!important}.m-pr-0,.m-px-0{padding-right:0!important}.m-pb-0,.m-py-0{padding-bottom:0!important}.m-pl-0,.m-px-0{padding-left:0!important}.m-p-1{padding:.25rem!important}.m-pt-1,.m-py-1{padding-top:.25rem!important}.m-pr-1,.m-px-1{padding-right:.25rem!important}.m-pb-1,.m-py-1{padding-bottom:.25rem!important}.m-pl-1,.m-px-1{padding-left:.25rem!important}.m-p-2{padding:.5rem!important}.m-pt-2,.m-py-2{padding-top:.5rem!important}.m-pr-2,.m-px-2{padding-right:.5rem!important}.m-pb-2,.m-py-2{padding-bottom:.5rem!important}.m-pl-2,.m-px-2{padding-left:.5rem!important}.m-p-3{padding:1rem!important}.m-pt-3,.m-py-3{padding-top:1rem!important}.m-pr-3,.m-px-3{padding-right:1rem!important}.m-pb-3,.m-py-3{padding-bottom:1rem!important}.m-pl-3,.m-px-3{padding-left:1rem!important}.m-p-4{padding:1.5rem!important}.m-pt-4,.m-py-4{padding-top:1.5rem!important}.m-pr-4,.m-px-4{padding-right:1.5rem!important}.m-pb-4,.m-py-4{padding-bottom:1.5rem!important}.m-pl-4,.m-px-4{padding-left:1.5rem!important}.m-p-5{padding:3rem!important}.m-pt-5,.m-py-5{padding-top:3rem!important}.m-pr-5,.m-px-5{padding-right:3rem!important}.m-pb-5,.m-py-5{padding-bottom:3rem!important}.m-pl-5,.m-px-5{padding-left:3rem!important}
  h2 {
    font-size: 2.3rem;
}
h1 {
    font-size: 2.8rem;
	}
	.h2-small {
font-size: 1.8rem;
}
}


.apply_page {
	background-color: #FFFEFA !important;
}


.modal-fullscreen-90w {
  padding-right: 0 !important;
  }
.modal-fullscreen-90w .modal-content {
  height: 70vh;
  width: 100vw;
}
.modal.fade .modal-dialog {
  transform: translate(0, 100%);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translate(0, 40%);
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
  margin-top: 30vh; /* Adjust if necessary */
}

.modal-fullscreen-90w .modal-content {
  background-color: #fff;
}

.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-header {
  /*position: absolute;
  top: 0;
  right: 0;*/
  padding-top: 10px;
  width: 100%; 
  display: flex;
  justify-content: flex-end; /* Aligns items to the right */
  border: none; /* Removes any default border that might exist */
  background: transparent; /* Optional: Makes the header background transparent */
}

#closeModalButton {
  background: none; /* Makes the background transparent */
  border: none; /* Removes the border */
  font-size: 24px; /* Adjust size as needed */
    margin-right: 0;
    padding: 1rem;
    padding-right: 0;
}

.modal-content {
  position: relative; /* Ensures the absolute positioning of the header is relative to the modal content */
}
.modal-fullscreen-90w .modal-content {
  background-color: #fff; 
  overflow-y: auto; /* Allows scrolling within the modal */
  max-height: 70vh; /* Limits the modal height to 90% of the viewport height */
  width: 100%; /* Full width */
}

.modal-dialog {
  margin: 5vh auto; /* Centers the modal vertically with 5% top/bottom margin */
  max-width: 100%; /* Allows the modal to be full width */
}

.modal-body {
  overflow-y: auto; /* Ensures only the modal body scrolls, not the entire modal */
  padding: 0;
}	   
.navbar-dark .navbar-nav .active>.nav-link {
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}
/* .process-section .process-content h3 {
    font-size: 1rem;
    font-weight: 700;
} */
.card-title {
    font-size: 1.25rem;
    font-weight: 500;
}

	    
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        background: rgb(0,0,0,0.5);
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 992px) {
    /*.navbar.bg-dark {  
animation: fadeIn 2s; 
}*/
a.nav-link.btn.btn-primary.apply-btn {  
        font-size: 1em !important;
}
}
.navbar.bg-dark .nav-link.apply-btn {  
        font-size: 1em;
}
          @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.navbar.bg-dark .container {
    padding: 0;
}
   .navbar.bg-dark .navbar-nav {
        background: transparent;
        padding-left: 15px;
        padding-right: 15px;
        /*margin: 0 auto;*/
    }
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.share-container a {
	text-decoration: none !important;
}

.navbar-dark .navbar-nav .new-link {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    padding: 5px 10px;
    margin-top: 10px;
}
a.nav-link.new-link {
    font-size: .8em;
    color: #fff;
    font-weight: 600;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 6px 11px;
}
.navbar-dark i.fa-thin.fa-arrow-down{
    margin-left: 6px;
}

@media (max-width: 992px) {
    .mobile-only {
        display: flex !important;
        justify-content: center;
        width: 100%;
    }
    .mobile-only .nav-link {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

.section-container {
	padding-block: 4rem;
}

@media (max-width: 768px) {
	.section-container {
			padding-block: 3rem;
	}
}
