/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
*/


body, html {
  background-color: #FFF9F0!important;
	overflow-x: hidden!important;
}

::selection {
  background-color: #8B3383;
  color: #fff;
}


/************************/
/*********HEADER*********/
/************************/

header {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  border: 4px solid #8B3383;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.site-header .site-branding {
  width: 80px;
  margin-left: 20px;
}

.site-navigation a {
  color: #1A1A1D;
  font-family: 'Geist', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  margin-left: 15px;
  transition: .3s ease;
}
.site-navigation a:hover {
  background-color: #8B3383;
  color: #fff;
}

.site-navigation-toggle-holder .site-navigation-toggle { /*Burger menu*/
  background-color: inherit !important;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon { /*Burger menu*/
  color: #1A1A1D;
}

.site-navigation-dropdown ul.menu li a { /*Burger menu*/
  color: #1A1A1D !important;
  font-family: 'Geist', sans-serif !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.site-navigation-dropdown ul.menu li .flag { /*Burger menu*/
  width: 35px !important;
  border-radius: 4px;
}

.flag {
  width: 22px;
  border-radius: 2px;
}

li.menu-item-has-children:after {
  display: none !important;
}
.sub-menu {
  background-color: transparent !important;
}
.sub-menu a {
  background-color: #FFFCF1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

/************************/
/*********FOOTER*********/
/************************/

footer {
  font-family: 'Manrope', sans-serif !important;
  background-color: #1A1A1D;
  color: #fff;
  border-radius: 20px 20px 0 0;
  height: 100px;
  display: flex;
  align-items: center;
}

footer a {
  color: #fff;
  position: absolute;
  right: 100px;
  transition: .3s ease;
}
footer a:hover {
  color: #8B3383;
}

@media (max-width: 700px) {
  footer a {
    position: relative;
    right: auto;
    display: block;
    margin-top: 5px;
  }
}

/*******************************************************************/
/*******************************************************************/
/*********************** DASHBOARD RECRUITER ***********************/
/*******************************************************************/
/*******************************************************************/

/*********************/
/* DASHBOARD GENERAL */
/*********************/

.dashboard {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
}

.dashboard h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 60px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
}
.dashboard h1 span {
  color: #8B3383;
}

.dashboard h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}

.dashboard-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  margin-top: 50px;
  font-family: 'Manrope', sans-serif;
}

.tab-btn {
  padding: 12px 20px;
  border: none;
  background: #1A1A1D;
  cursor: pointer;
  border-radius: 12px 12px 0 0 !important;
  font-weight: 500;
  color: #fff;
}
.tab-btn:hover {
  background: #1A1A1Db1;
}
.tab-btn:focus {
  outline: none !important;
}
.tab-btn.active {
  background: #8b3383;
  color: #fff;
  font-weight: 900;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.dashboard-card {
  background: #fff;
  border: 4px solid #1A1A1D;
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.dashboard label {
  font-family: 'Manrope', sans-serif;
}

.dashboard input, .dashboard textarea, .dashboard select {
  border: 2px solid !important;
  border-radius: 8px !important;
  font-family: 'Manrope', sans-serif;
}

.dashboard input:focus, .dashboard textarea:focus, .dashboard select:focus {
  border: 2px solid #8b3383 !important;
  outline: none !important;
}

.dashboard table, .dashboard th, .dashboard td {
  border: 1.5px solid #1A1A1D;
  font-family: 'Manrope', sans-serif;
  vertical-align: middle;
  text-align: center;
}

.dashboard th {
  font-size: 18px;
  font-weight: 600;
}

.dashboard td i {
  font-size: 25px;
  color: #1A1A1D;
  transition: color .2s ease;
}
.dashboard td i:hover {
  color: #8b3383;
}

.dashboard input::placeholder, .dashboard textarea::placeholder, .dashboard select::placeholder {
  opacity: .5;
  transition: opacity 0.2s ease;
}
.dashboard input:focus::placeholder, .dashboard textarea:focus::placeholder {
  opacity: 0;
}
select:invalid {
  font-style: italic;
}
select:valid {
  font-style: normal;
}

.mce-container-body button:hover {
  background-color: inherit;
}

@media (max-width: 600px) {
  .dashboard label {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .tab-btn {
    font-size: 10px;
    padding: 10px 10px;
  }
  .dashboard h2 {
    font-size: 20px;
  }
  .dashboard input::placeholder, .dashboard textarea::placeholder, .dashboard select::placeholder {
    font-size: 14px;
  }
  .dashboard .label-and-field select {
      font-size: 14px;
  }
}

/*******************************/
/* DASHBOARD ADD JOB OFFER TAB */
/*******************************/

label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Geist', sans-serif;
}

label:has(+ input[required])::after,
label:has(+ select[required])::after,
label:has(+ textarea[required])::after,
.job_description_required::after {
  content: " *";
  color: red;
}

.small_fields, .wage-bloc {
	display: flex;
	margin-top: 30px;
}
.label-and-field, .wage {
	margin-right: 30px;
	width: 250px;
}

.wage {
	margin-bottom: 30px;
}

.btn-submit-job-offer, .main-bloc-apply-job button {
  background-color: #8b3383 !important;
  border: 0px !important;
  color: white !important;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 12px !important;
  width: 150px !important;
  font-family: 'Geist' !important;
  font-weight: 900 !important;
  padding: 12px 0 !important;
  transition: background .3s ease, box-shadow 0.3s ease !important;
}
.btn-submit-job-offer:hover, .main-bloc-apply-job button:hover {
  background-color: #9E3F94 !important;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.mce-container [type=button], .mce-container [type=submit], .mce-container button {
  border: inherit;
}

/********************************/
/* DASHBOARD ALL JOB OFFERS TAB */
/********************************/

.btn-job-management {
	border-radius: 5px;
	color: #fff;
	padding: 10px;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  transition: background-color .2s ease;
}
.btn-job-management i {
	color: #fff !important;
  font-size: 15px !important;
}
.btn-job-edit {
	background-color: #21468A;
  margin: 5px;
}
.btn-job-edit:hover {
  background-color: rgb(0, 0, 212);
  color: #fff;
}
.btn-job-delete {
	background-color: #AE1C28;
}
.btn-job-delete:hover {
  background-color: rgb(215, 1, 1);
  color: #fff;
}

/**********************************/
/* DASHBOARD ALL APPLICATIONS TAB */
/**********************************/

@media (max-width: 767px) {
  .dashboard h1 {
    font-size: 50px;
  }
  .table-all-applications th {
    font-size: 16px;
    padding: 10px 5px;
  }
  .table-all-applications td {
    font-size: 12px;
    padding: 10px 5px;
  }
  .table-all-applications td i {
    font-size: 15px !important;
  }
  .table-all-applications td .btn-job-delete {
    padding: 6px;
  }
}
@media (max-width: 500px) {
  .dashboard-card-all-applications {
    padding: 10px 5px;
  }
  .table-all-applications th {
    font-size: 11px;
  }
  .table-all-applications td {
    font-size: 10px;
  }
}

.table-all-applications td {
  word-break: break-word;
}

/***************************************************************/
/***************************************************************/
/*********************** JOB OFFERS PAGE ***********************/
/***************************************************************/
/***************************************************************/

.main-bloc-job-offers {
	width: 100%;
	max-width: 1140px;
	margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}

.main-bloc-job-offers h1 {
  margin: 0 20px 50px 20px;
  text-align: center;
  font-size: 50px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  color: #1A1A1D;
  flex-wrap: wrap;
}
.main-bloc-job-offers h1 span {
  color: #8b3383;
}
.title_job_arrow {
  font-size: 28px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
}
.title_job_arrow::after {
  content: '\2303';
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.job-main-bloc {
	justify-content: space-between;
	flex-wrap: wrap;
}

.job-data-bloc-main {
	border: 2px solid #1A1A1D;
	flex-direction: column;
	width: 80%;
	padding: 30px 0;
	margin: auto;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.job-data-bloc-main h2 {
	color: #1A1A1D;
}
.job-data-bloc-main a {
	padding: 15px 20px;
	border-radius: 12px;
  display: inline-block;
  background-color: #8b3383;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
}
.job-data-bloc-main a:hover {
  color: #fff;
  background-color: #9E3F94;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.job-data-bloc {
	border: 1px solid #1A1A1D;
  border-radius: 5px;
	padding: 10px 0px;
	display: flex;
  align-items: center;
	font-size: 16px;
  gap: 20px;
  margin-bottom: 20px;
  color: #1A1A1D;
  font-family: 'Manrope', sans-serif;
}
.job-data-bloc > div:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
}
.job-data-bloc > div:last-child a {
  padding: 10px 20px !important;
  margin: inherit;
}

.job-data {
	margin: 0 5px;
  padding-left: 10px;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
}
.job-data i {
  margin-right: 2px;
  color: #1A1A1D;
}

/* Collapsable Content */
.job-data-bloc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: 'Geist', sans-serif;
  font-weight: 500;
}

/* Visible Content */
.job-data-bloc-main.active .job-data-bloc-content {
  max-height: 2000px;
}

.job-data-bloc-main h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-data-bloc-main.active h2::after {
  transform: rotate(0deg);
}

@media (max-width: 930px) {
  .job-data-bloc {
    gap: 10px;
  }
  .job-data-bloc-main a {
    font-size: .9em;
  }
  .job-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .9em;
  }
}
@media (max-width: 767px) {
  .main-bloc-job-offers h1 {
    font-size: 40px;
  }
  .job-data-bloc-main h2 {
    font-size: 24px;
  }
  .job-data-bloc-main a {
    font-size: .8em;
  }
  .job-data-bloc {
    gap: 5px;
    justify-content: center;
  }
  .job-data {
    font-size: .8em;
  }
  .job-data-bloc > div:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-bloc-job-offers h1 {
    font-size: 30px;
  }
}

/**************************************************************/
/**************************************************************/
/*********************** APPLY JOB PAGE ***********************/
/**************************************************************/
/**************************************************************/

.main-bloc-apply-job {
	width: 100%;
	max-width: 1140px;
  margin: 100px auto 80px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-bloc-apply-job form {
  /* width: 100%; */
	max-width: 800px;
	margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
  border: 4px solid #1A1A1D;
  border-radius: 8px;
  padding: 20px 20px;
  /* display: flex;
  flex-direction: column; */
}

.main-bloc-apply-job h1 {
  margin: 0 20px 50px 20px;
  text-align: center;
  font-size: 50px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  color: #1A1A1D;
}
.main-bloc-apply-job h1 span {
  color: #8b3383;
}

.main-bloc-apply-job input, .main-bloc-apply-job textarea, .main-bloc-apply-job select {
  border: 2px solid #1A1A1D !important;
  border-radius: 8px !important;
  font-family: 'Manrope', sans-serif;
}

.main-bloc-apply-job input:focus, .main-bloc-apply-job textarea:focus, .main-bloc-apply-job select:focus {
  border: 2px solid #8b3383 !important;
  outline: none !important;
}

.main-bloc-apply-job label {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #1A1A1D;
}

.main-bloc-apply-job input::placeholder, .main-bloc-apply-job textarea::placeholder, .main-bloc-apply-job select::placeholder {
  opacity: .5;
  transition: opacity 0.2s ease;
}
.main-bloc-apply-job input:focus::placeholder, .main-bloc-apply-job textarea:focus::placeholder {
  opacity: 0;
}

.apply-job-offer-resume, .apply-job-name-email {
	display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.upload-resume input {
	display: flex;
	flex-direction: column;
  border: 0px !important;
}
.upload-resume label span {
	font-size: 12px;
}
input[type="file"]::file-selector-button {
  background-color: #1A1A1D;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.2s ease;
  margin-right: 20px;
}

input[type="file"]::file-selector-button:hover {
  background-color: #1A1A1Dcb;
}

/* NOTIFICATION DELETED JOB OFFER */

.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #2ecc71;
  color: #fff;
  padding: 14px 20px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  z-index: 9999;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .main-bloc-apply-job h1 {
    font-size: 40px;
  }
  .main-bloc-apply-job label, .main-bloc-apply-job input::placeholder, .main-bloc-apply-job textarea::placeholder {
    font-size: 16px;
  }
  .main-bloc-apply-job .upload-resume input {
    font-size: 12px;
  }
  input[type="file"]::file-selector-button {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .main-bloc-apply-job h1 {
    font-size: 30px;
  }
  .main-bloc-apply-job label, .main-bloc-apply-job input::placeholder, .main-bloc-apply-job textarea::placeholder {
    font-size: 14px;
  }
  .main-bloc-apply-job .upload-resume input {
    font-size: 10px;
  }
  input[type="file"]::file-selector-button {
    font-size: 10px;
  }
}

/**********************************************************************/
/*******************************HOMEPAGE*******************************/
/**********************************************************************/

/************************/
/******HERO SECTION******/
/************************/

.hero-section {
  position: relative;
  overflow: hidden;
  background: url('media/logo-arrow.svg') no-repeat;
  background-size: 150px;
  background-position: left 10% bottom 10%;
}


.hero-section h1 {
  font-family: 'Unbounded', sans-serif !important;
}
.hero-section h1 span{
  color: #8B3383;
}

/************************/
/*REMOTE SECTION - EARTH*/
/************************/

.fully-remote-section h2, .fully-remote-section h3 {
  font-family: 'Unbounded', sans-serif !important;
  font-weight: 600;
  overflow: hidden;
}
.fully-remote-section h2 span, .fully-remote-section h3 span {
  color: #8B3383;
}
@media (min-width: 767px) {
  .fully-remote-section h3 {
    width: 170%;
  }
}

/************************/
/**TEXT LOGO TOP RIGHT***/
/************************/

.text-logo-top-right {
  position: relative;
}

.text-logo-top-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;   
  height: 120px;
  background: url("media/logo-arrow-normal.svg") no-repeat center / contain;
  transform: translate(100px, -75px);
}
@media (max-width: 767px) {
  .text-logo-top-right::after {
    top: 0;
    right: 0;
    width: 80px;   
    height: 80px;
    transform: translate(80px, -55px);
  }
}
@media (max-width: 500px) {
  .text-logo-top-right::after {
    display: none;
  }
}

/************************/
/***OUR OPEN POSITIONS***/
/************************/

.broken-corner-bloc {
  position: relative;
  color: white;
  padding: 1rem;

  clip-path: polygon(
    /* uo left */
    0 0,
    /* up right skewed */
    calc(100% - 50px) 0,
    100% 50px,
    /* bottom right */
    100% 100%,
    /* bottom left skewed */
    50px 100%,
    0 calc(100% - 50px)
  );
}
.broken-corner-bloc::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("media/logo-short-purple.svg");
  background-repeat: no-repeat;
  background-position: right -100px bottom -40px;
  background-size: 300px;
  pointer-events: none;
}
.broken-corner-bloc h2 {
  font-family: 'Unbounded', sans-serif !important;
  font-weight: 600;
}
.broken-corner-bloc h2 span {
  color: #8B3383;
}
@media (max-width: 767px) {
  .broken-corner-bloc::after {
    background-position: right 20px bottom 20px;
    background-size: 100px;
  }
}
@media (max-width: 500px) {
  .broken-corner-bloc::after {
    display: none;
  }
}


/**********************************************************************/
/****************************KNOW MORE PAGE****************************/
/**********************************************************************/

.know-more-section h1 {
  font-family: 'Unbounded', sans-serif !important;
}
.know-more-section h1 span{
  color: #8B3383;
}

/************************/
/***WORKING AT SECTION***/
/************************/

.working-at-section h2 {
  font-family: 'Unbounded', sans-serif !important;
  font-weight: 600;
}
.working-at-section h2 span {
  font-family: 'Unbounded', sans-serif !important;
  color: #8b3383;
}


/**********************************************************************/
/*****************************CONTACT PAGE*****************************/
/**********************************************************************/

.contact-section h2 {
  font-family: 'Unbounded', sans-serif !important;
  font-weight: 600;
}
.contact-section h2 span {
  font-family: 'Unbounded', sans-serif !important;
  color: #8b3383;
}

/* .contact-section::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    url("media/logo-short-green.svg"),
    url("media/logo-short-green.svg");
  background-repeat: no-repeat
  , no-repeat;
  background-position:
    right 30px bottom 30px,
    left -40px top 40%;
  background-size: 1000px
  , 400px;

  pointer-events: none;
  opacity: .3;
} */

.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("media/logo-short-black.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 90%;

  pointer-events: none;
  opacity: .1;
}

/**************/
/*CONTACT FORM*/
/**************/
.contact-section form .req {
  color: #8b3383;
}

.contact-section form label {
  color: #1A1A1D;
}

.contact-section form input[type="text"], .contact-section form textarea, .contact-section form input[type="email"] {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 12px;
  border: 2px solid #1A1A1D;
  color: #1A1A1D;
}
.contact-section form input[type="text"]:focus, .contact-section form textarea:focus, .contact-section form input[type="email"]:focus {
  border: 2px solid #8b3383 !important;
  outline: none !important;
}

.contact-section form input[type="submit"] {
  border: 2px solid #8b3383 !important;
  color: #8b3383;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
.contact-section form input[type="submit"]:hover {
  background-color: #8b3383 !important;
  color: #fff;
}
.contact-section form input[type="submit"]:focus {
  background-color: inherit;
}

.contact-section form .wpcf7-spinner {
  display: block;
  margin: auto;
  background-color: #8b3383 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1A1A1D;
    border-radius: 12px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    padding: 10px;
    color: #8b3383;
}

/******************************************************************/
/*****************************WHATSAPP*****************************/
/******************************************************************/

.chaty-svg svg ellipse {
    fill: #8e3b86 !important;
}

.chaty-channel .on-hover-text {
  color: #8e3b86 !important;
  font-family: 'Manrope', sans-serif;
  font-size: 16px !important;
  font-weight: 600;
}

.page-id-10 .chaty-channel, .error404 .chaty-channel {
    display: none !important;
}


/******************************************************************/
/*****************************404 PAGE*****************************/
/******************************************************************/

.error-404 {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-family: 'Manrope', sans-serif;
}

.error-404__content {
    max-width: 800px;
}

.error-404__title {
    font-family: 'Unbounded', sans-serif;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
}
.error-404__title span {
    color: #8B3383;
}

.error-404__text {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1A1A1D;
}

.error-404__button {
    display: inline-block;
    padding: 12px 25px;
    background: #8e3b86;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.3s ease;
    font-size: 20px;
    font-weight: 700;
}

.error-404__button:hover {
    background: #76316f;
    color: #fff;
}

@media (max-width: 767px) {
  .error-404__title {
    font-size: 50px;
  }
  .error-404__text {
    font-size: 20px;
    padding: 10px 5px;
  }
}