.circle/*
Theme Name: Seasoners Child
Template: twentytwentyone
*/

body {
    background-color: #fff!important;
}

.mh-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  border-bottom:1px solid #eee;
  padding:10px 12px;
}

.mh-left img{
  height:28px;
}

.mh-right{
  display: flex;
}

.mh-center{
  display:flex;
  gap:8px;
}

.mobile-header .btn{
  padding: 5px 13px;
  font-size: 14px;
}

.btn{
  padding:6px 12px;
  border-radius:8px;
  font-size:13px;
  text-decoration:none;
  align-items: center;
  align-content: center;
}

.btn.outline{
  border:1px solid #63489C;
  color:#63489C;
}

.btn.filled{
  background:#63489C;
  color:#fff;
}

#burger{
  background:none;
  border:none;
  font-size:22px;
}


/*  footer css  */

.mobile-footer{
  padding:20px 20px 0;
  background:#fff;
  text-align:center;
}

.footer-section{
  margin-bottom:10px;
}

.footer-section h4{
  font-size:1.4rem;
  font-weight:600;
  margin-bottom:10px;
}

.footer-section a, .footer-section p{
  display:block;
  font-size: 1.1rem;
  color:#63489C;
  text-decoration:none;
  margin:0;
}

.footer-contact{
  margin:6px 0;
  font-size:1.1rem;
}

.footer-socials{
  margin-top:10px;
}

.footer-socials a{
  margin:0 6px;
  font-size:18px;
}


.footer-contact{
  display:flex;
  justify-content: center;
  align-items:center;
  gap:10px;
  margin:8px 0;
  font-size:16.4rem;
}

.footer-contact a {
    margin: 0;
}

.footer-contact .icon{
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-contact .icon svg{
  width:18px;
  height:18px;
  fill:#63489C;
}

.footer-contact.greece .icon svg{
  width: 22px;
  height: 22px;	
}

.footer-socials{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:15px;
}

.footer-socials svg{
  width:20px;
  height:20px;
  fill:#63489C;
}



/* Index Main Content */

/* COLORS */
:root{
  --purple:#63489C;
  --orange:#f6a44a;
  --gray:#8b8b8b;
}

/* BUTTONS */
.btn{
  display:block;
  text-align:center;
  padding:13px;
  border-radius:9px;
  margin:10px 0;
  font-weight:400;
  font-size:16px;
}

.btn.primary{
  background:var(--orange);
  color:#fff;
}

.btn.secondary{
  background:var(--purple);
  color:#fff;
}

.btn.outline{
  border:2px solid var(--purple);
  color:var(--purple);
  background:transparent;
}


/* HERO */
.hero{
  height: 88vh;
  text-align:center;
  padding:45px 20px;
  display:flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.hero-carousel{
    display: grid;
    gap: 15px;
}

.hero h1{
  font-size: 35px;
  line-height:1.3;
  align-items: center;
  display: flex;
  color: #63489C;
  font-weight: 600;
  margin: 20px 37px;
}

.hero-sub{
  font-size: 22px;
  color:var(--gray);
  line-height:1.5;
  margin: 0 25px;
}

.hero-register{
  display: grid;
  justify-content: center;
}

main .btn{
  font-size: 20px;
  font-weight: 400;
  padding:2rem; 
}

.hero-register .btn{
  position:relative;
  height:48px;
  width:100%;

  border-radius:10px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  text-decoration:none;
}

.hero-register-anchor{
  margin-top: 20px;
}

/* ΚΕΝΤΡΟ ΚΕΙΜΕΝΟ */
.btn.btn-worker{
  background-color: #FAB157;
  font-size: 1.2rem;
  font-weight: 400;
  color:#fff;
  width: 318px;
}
.hero-register .btn .btn-text{
	  font-size: 1.2rem;
  font-weight: 600;
  position:relative;
  z-index:2;
}

/* ICON ΑΡΙΣΤΕΡΑ */
.hero-register svg{
  position:absolute;
}
.hero-register .btn-worker svg{
  left:1.3rem;
}
.hero-register .btn-employer svg{
  left:1.7rem;
}

.btn-employer{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px;

  background:#63489C!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:500!important;

  height:48px!important;
  border-radius:10px!important;

  text-decoration:none;
  width:100%;
}

.btn.btn-register{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 318px;
  margin: auto;
  gap:10px;

  background:#FAB157;
  color:#fff;
  font-size:20px;
  font-weight:500;

  height:48px;
  border-radius:10px;

  text-decoration:none;
  /* width:100%; */
}

.employer-icon{
  width:16px;
  height:16px;
  fill:#fff;
}



/* STEPS */
.steps{
  padding:25px;
}

.steps h2{
  text-align:center;
  margin-bottom:30px;
  font-size: 24px;
  font-weight: 700;
  color: #63489C;
  margin: 0 20px 20px;
}

.step{
  text-align:center;
  margin-bottom:35px;
}

.circle{
  width:4rem;
  height:4rem;
  font-size:25px;
  background:#EE8B3466;
  color:#FF8D00;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  margin:0 auto 10px;
}

.step h3{
  font-size:1.5rem;
  margin-bottom:6px;
}

.step p{
  font-size:1.2rem;
  color:var(--gray);
}


/* CTA */
.cta{
  text-align:center;
  padding:20px 40px;
}

.cta-text{
  font-size:16px;
  font-weight:500;
  line-height: 1.2;
  margin-bottom:15px;
}

.btn-split p {
  font-size: 20px;
  font-weight:600;
  padding: 0 10px;
}

.cta .btn-split{
  width:318px;
  margin: 20px auto;
  height:48px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-radius:10px;
  font-size:1.2rem;
  font-weight:500;
  color:#fff;
  text-decoration:none;

  background:linear-gradient(
    to right,
    #FFB24C 0%,
    #FFB24C 50%,
    #6B4FB3 50%,
    #6B4FB3 100%
  );
	
  white-space: nowrap;
}



/* LOCATION */
.location{
  text-align:center;
  padding:30px 20px;
}
.location h2{
  font-size: 22px;
  font-weight: 600;
  color: #63489C;
  margin: 0 30px 25px 30px;
}

.gray-text{
  font-size:16px;
  color:var(--gray);
  margin:10px 0 20px;
}


/* BENEFITS */
.benefits{
  padding:30px 20px;
  background-color: #FFEED8;
}

.benefits h3{
  text-align:center;
  margin-bottom:15px;
  color: #63489C;
  font-weight: 500;
  font-size: 22px;
}

.benefits ul{
  list-style:none;
  padding:0;
  margin-bottom:20px;
}

.benefits li{
  font-size:1.2rem;
  color:#333;
  margin:10px 0;
  position:relative;
  padding: 0 20px;
  display:flex;
  justify-content: space-between;
}


/*   Page Register  */

.page-id-14 header .mh-center,
.page-id-58 header .mh-center,
body.logged-in .mh-center{
  display: none;
}
.register-btn {
  background: #63489C;
  color: #fff;
  border-radius: 14px;
  padding: 14px;
  font-weight: 700;
  border: none;
  width: 100%;
  transition: all .2s ease;
}
.register-btn.disabled{
  opacity: .6;
}
a.register-btn{
  max-width: 280px;
  margin: auto;
}
.register-back {  
    font-size: 28px;
    padding: 12px 16px;
    cursor: pointer;
    color: #333;
    margin-top: -50px;
    margin-bottom: -10px;
}

.register-back.hidden {
    display: none;
}


.add-experience-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    font-weight: 700;
    color: #63489C;
    border: none;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    margin: 24px 0 8px;
}

.add-experience-ui .plus {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #63489C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-label{
  font-weight: 600;
}

p.helper-text {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    align-self: center;
    text-align: center;
    margin-bottom: 18px;
}
.profession-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.profession-modal.hidden {
    display: none;
}

.profession-modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    width: 90%;
    max-width: 320px;
}

.modal-option {
    padding: 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.close-modal {
    margin-top: 12px;
}

.profession-search{
  width:100%;
  padding:12px;
  border-radius:10px;
  border:1px solid #ddd;
  margin-bottom:15px;
  font-size:15px;
}

.profession-results{
  max-height:300px;
  overflow-y:auto;
}

.profession-parent{
  font-weight:600;
  padding:10px;
  background:#f6f6f6;
  border-radius:8px;
  margin-top:10px;
}

.profession-child{
  padding:10px 14px;
  cursor:pointer;
  border-bottom:1px solid #eee;
  color:#555;
}

.profession-child:hover{
  background:#fff7e6;
}
.profession-parent-wrapper {
  margin-bottom:10px;
}

.profession-parent {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-weight:600;
  padding:12px;
  background:#f6f6f6;
  border-radius:8px;
  cursor:pointer;
}

.profession-parent .arrow {
  transition: transform .2s ease;
  font-size:12px;
}

.profession-parent.open .arrow {
  transform: rotate(180deg);
}

.profession-children {
  margin-top:5px;
  padding-left:10px;
}

.profession-children.hidden {
  display:none;
}


  


.pill.dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.remove-exp {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #999;
}

.remove-exp:hover {
    color: #d00;
}

.experience-row, .location-row {
    display: flex;
    align-items: center;
    gap: 6px;
    /* margin-bottom: 10px; */
}

#professionList, #experienceSelectList, #locationList, #stayList{
  display: grid;
  gap: 3px;
}

.experience-row button, .location-row button{
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-exp {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #bbb;
    cursor: pointer;
    padding: 4px;
}

.remove-exp:hover {
    color: #888;
}
select{
  border: none;
  padding: 0px 35px 0 0;
}
select:focus{
  outline: none;
}
button:not(:hover):not(:active):not(.has-background):not(.otp-send-btn){
  background-color: transparent;
  color: #49424f;
  font-size: 16px;
}


.profession-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 24px 0 50px;
}

.pill {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    font-size: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    /* margin-bottom: 10px; */
}

.pill.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  width: 90%;
  max-width: 320px;
}

.modal-option {
  padding: 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}


.register-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: .6;
}
.register-card input:checked + .card-inner {
  border-width: 2px;
  transform: scale(1.02);
}

/* purple */
.register-card.purple input:checked + .card-inner {
    border-color: #63489C;
    background: #F4EEFF;
}

/* orange */
.register-card.orange input:checked + .card-inner {
    border-color: #FF9008;
    background: #FFF1E3;
}

.register-container {
    max-width: 420px;
    margin: 20px auto;
    padding: 0 16px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.register-intro {
    text-align: center;
    margin-bottom: 24px;
}
.register-intro .hidden{
  display: none;
}
.hidden{display: none;}

.intro-title {
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.intro-sub {
    font-size: 12px;
    color: #777;
}

.register-step {
   margin: 16px 0 45px;
   background: #63489c;
   padding: 8px 20px 18px;
   border-radius: 14px;
}

.register-step span {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    letter-spacing: 0.8px;
}

.progress-bar {
    height: 8px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.progress-fill {
    width: 16%;
    height: 100%;
    background: #FF9228;
}

.register-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.register-options {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.register-card {
    flex: 1;
    cursor: pointer;
}

.register-card input {
    display: none;
}
span.circle.purple {
    background: #E8DDFF !important;
	border: 1px solid #63489C;
}
span.circle.yellow {
  border: 1px solid #FF9008;
}

.profession-column{
  font-size: 14px;
}

.single-select {
    margin: 30px 0 60px;
}

.single-select select {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
}


.card-inner {
    height: 240px;
    border-radius: 20px;
	font-size: 16px;
    padding: 20px 6px;
    text-align: center;
    transition: all .2s ease;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-inner.employer {
    border: 1px solid #e8ddff9e;
}
.card-inner.candidate {
    border: 1px solid #f8d1ae70;
}

.card-inner h3{
	font-size: 15px;
    font-weight: 700;
}
.card-inner p{
   font-size: 12px;
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.register-card.purple .icon-circle {
    background: #f2eeff;
    color: #6b4eff;
}

.register-container form button:not(.otp-send-btn){
   max-width: 280px;
	margin: auto;
}

.register-step-wrapper {
    display: none;
}

.register-step-wrapper.active {
    display: block;
}



input[type=text]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=number]:focus, 
input[type=tel]:focus, 
input[type=date]:focus 
/* input[type=month]:focus,  */
/* input[type=week]:focus,  */
/* input[type=time]:focus,  */
/* input[type=datetime]:focus,  */
/* input[type=datetime-local]:focus,  */
/* input[type=color]:focus,  */
/* .site textarea:focus */
{
  outline: none;
}
input[type=date]:focus {
  max-width: 388px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.phone-row {
    display: flex;
    gap: 8px;
}

.phone-row select {
    width: 80px;
}

.gender-row {
    display: flex;
    gap: 12px;
}

.radio-pill {
    position: relative;
    flex: 1;
    padding: 14px 16px 14px 52px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eee;   /* pill περίγραμμα */
    cursor: pointer;
    font-size: 14px;
}

/* hide native radio */
.radio-pill input {
    display: none;
}

/* OUTER CIRCLE (radio ring) */
.radio-pill::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #bbb;
    background: #fff;
    box-sizing: border-box;
}

/* INNER DOT */
.radio-pill::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
}

/* ACTIVE STATE */
.radio-pill:has(input:checked) {
    /* border-color: #FF9008;    pill outline όταν active */
}

.radio-pill:has(input:checked)::before {
    border-color: #FF9008;   /* radio ring */
}

.radio-pill:has(input:checked)::after {
    background: #FF9008;     /* radio dot */
}



.helper-text.small {
    font-size: 12px;
    color: #524B6B;
    margin: 20px 0;
}

.otp-send-btn {
    display: block;
    background: transparent;
    background-color: transparent!important;
    color: #ff9228!important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin: -30px auto auto;
}

#otpInput {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
}

.resend {
    color: #FF9008;
    cursor: pointer;
    font-weight: 600;
}
