@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&family=Sora:wght@100..800&display=swap');
/*Bootstrap Style reset*/
* {box-sizing:border-box;}
a {text-decoration:none; color:var(--color-primary);}
p{margin-bottom:0;}
body{background-color:#FFFEF7;}
.input {font-size: var(--text-size-body) !important;}
.btn {font-size: var(--text-size-button) !important; padding: 0.4rem 2rem; border-width: 2px !important;}
.card {border-radius:var(--border-radius);padding:1rem;border-color:var(--color-border);}
.overflow-h {overflow:hidden}
.navbar-nav .nav-item > a {color: var(--color-headings) !important;}
.object-fit-cover {object-fit: cover;}
a:focus, button:focus, input:focus, textarea:focus, select:focus {outline: none !important;box-shadow: none !important;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: var(--color-secondary)!important; background-color:var(--color-primary) !important;}
.nav-link {color: var(--color-primary)!important;}
ul {list-style: none;}
.form-check-input:checked {background-color:var(--color-primary) !important; border-color:var(--color-primary) !important}
input::placeholder {font-size: 15px; color: #c9c9c9 !important;}
.vetting-bg-color {
  background-color: #FFF9E6;
}
.admin-nav-bg-color {
  background-color: #FFE135;
}
.font-sora {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-sen {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


/*SITEKIT TEMPLATE*/
/*--------------------------------------------------------------------------- COLOR PALLETE*/
:root {
    --color-primary:#6D7CFE;
    --color-secondary: #FEEF6D;
    --color-accent: #FEEF6D;
    --color-headings: #1F1F1F;
    --color-texts: #4A4A4A;
    --color-border: #E8E8E8;
    --color-background1: #FFFEF7;
    --color-background2: #FFF9E6;
    --color-transparent: transparent;
    --color-orange: #FF6B35;
}
:root {
    --text-size-h1: 62px;
    --text-size-h2: 42px;
    --text-size-h4: 28px;
    --text-size-h6: 18px;
    --text-size-body: 18px;
    --text-size-links: 18px;
    --text-size-button: 18px;
    --text-size-label: 14px;
}
:root {
    --text-size-sm-h1: 48px;
    --text-size-sm-h2: 32px;
    --text-size-sm-h4: 20px;
    --text-size-sm-h6: 16px;
    --text-size-sm-body: 16px;
    --text-size-sm-links: 16px;
    --text-size-sm-button: 16px;
    --text-size-sm-label: 14px;
}
:root {
    --border-radius:20px;
    --border-radius-inner:14px;
    --border-radius-inputs: 10px;
    --border-radius-pill:50em;
    --border-width: 2px;
}



/*--------------------------------------------------------------------------- FONT SETUPS*/
h1, h1 span { font-size: var(--text-size-h1); color: var(--color-headings); line-height:var(--text-size-h1); font-family: "Sora", "sans-serif";}
h2 { font-size: var(--text-size-h2); color: var(--color-headings); line-height:var(--text-size-h2); font-family: "Sora", "sans-serif"}
h4 { font-size: var(--text-size-h4); color: var(--color-headings); line-height:var(--text-size-h4); font-family: "Sora", "sans-serif"}
h6 { font-size: var(--text-size-h6); color: var(--color-headings); line-height:var(--text-size-h6); font-family: "Sora", "sans-serif"}
p { font-size: var(--text-size-body); color: var(--color-texts); line-height:var(--text-size-body); font-family:"sen", "sans-serif"}
a { font-size: var(--text-size-links); line-height:var(--text-size-links); font-family:"sen", "sans-serif"}
label {font-size: var(--text-size-label); color: var(--color-texts); line-height:var(--text-size-label); font-family: "sen", "sans-serif"}
span {font-size: var(--text-size-body); line-height:var(--text-size-body); font-family:"sen", "sans-serif"}
button { font-size: var(--text-size-button); line-height:var(--text-size-button);  font-weight:500 !important; font-family:"sen", "sans-serif"}
input {font-size: var(--text-size-body) !important; font-family:"sen", "sans-serif"}



/*--------------------------------------------------------------------------- CLASS COLORS*/
.color-primary {color:var(--color-primary)}
.color-secondary {color:var(--color-secondary)}
.color-accent {color:var(--color-accent)}
.color-headings {color:var(--color-headings)}
.color-texts {color:var(--color-texts)}
.color-border {color:var(--color-border)}
.color-background1 {color:var(--color-background1)}
.color-background2 {color:var(--color-background2)}
.color-transparent {color:var(--color-transparent)}

.bgcolor-primary {background-color: var(--color-primary)}
.bgcolor-secondary {background-color: var(--color-secondary)}
.bgcolor-accent {background-color: var(--color-accent)}
.bgcolor-background1 {background-color: var(--color-background1)}
.bgcolor-background2 {background-color: var(--color-background2)}
.bgcolor-transparent {background-color: var(--color-transparent)}
.bgcolor-gradient-blue {
    background: linear-gradient(180deg, #FFF9E6 0%, #FFF9E6 50%, #FFFEF7 100%);
}
.bgcolor-success {background-color: #198753;}

.border-color-primary {border-color: var(--color-primary) !important}
.border-color-secondary {border-color:var(--color-secondary) !important}
.border-color-accent {border-color: var(--color-accent) !important}
.border-color-transparent {border-color: var(--color-transparent) !important}



/*--------------------------------------------------------------------------- CLASS FONT SIZES*/
.text-h1 {font-size: var(--text-size-h1)}
.text-h2 {font-size: var(--text-size-h2)}
.text-h4 {font-size: var(--text-size-h4)}
.text-h6 {font-size: var(--text-size-h6)}
.text-body {font-size: var(--text-size-body)}
.text-links {font-size: var(--text-size-links)}
.text-button {font-size: var(--text-size-button)}
.text-label {font-size: var(--text-size-label)}



/*--------------------------------------------------------------------------- CLASS SPACING*/
.section {padding:80px 0;}
.spacer {height: 80px}
/*PADDINGS*/
.p-6 {padding: 4.5rem}.p-6-i {padding: 4.5rem !important}
.p-7 {padding: 6rem}.p-7-i {padding: 6rem !important}
.p-8 {padding: 7.5rem}.p-8-i {padding: 7.5rem !important}
.p-9 {padding: 9rem}.p-9-i {padding: 9rem !important}
.pt-6 {padding-top: 4.5rem}.pt-6-i {padding-top: 4.5rem !important}
.pt-7 {padding-top: 6rem}.pt-7-i {padding-top: 6rem !important}
.pt-8 {padding-top: 7.5rem}.pt-8-i {padding-top: 7.5rem !important}
.pt-9 {padding-top: 9rem}.pt-9-i {padding-top: 9rem !important}
.pb-6 {padding-bottom: 4.5rem}.pb-6-i {padding-bottom: 4.5rem !important}
.pb-7 {padding-bottom: 6rem}.pb-7-i {padding-bottom: 6rem !important}
.pb-8 {padding-bottom: 7.5rem}.pb-8-i {padding-bottom: 7.5rem !important}
.pb-9 {padding-bottom: 9rem}.pb-9-i {padding-bottom: 9rem !important}
.ps-6 {padding-left: 4.5rem}.ps-6-i {padding-left: 4.5rem !important}
.ps-7 {padding-left: 6rem}.ps-7-i {padding-left: 6rem !important}
.ps-8 {padding-left: 7.5rem}.ps-8-i {padding-left: 7.5rem !important}
.ps-9 {padding-left: 9rem}.ps-9-i {padding-left: 9rem !important}
.pe-6 {padding-right: 4.5rem}.pe-6-i {padding-right: 4.5rem !important}
.pe-7 {padding-right: 6rem}.pe-7-i {padding-right: 6rem !important}
.pe-8 {padding-right: 7.5rem}.pe-8-i {padding-right: 7.5rem !important}
.pe-9 {padding-right: 9rem}.pe-9-i {padding-right: 9rem !important}
/*MARGINS*/
.m-6 {margin: 4.5rem}.m-6-i {margin: 4.5rem !important}
.m-7 {margin: 6rem}.m-7-i {margin: 6rem !important}
.m-8 {margin: 7.5rem}.m-8-i {margin: 7.5rem !important}
.m-9 {margin: 9rem}.m-9-i {margin: 9rem !important}
.mt-6 {margin-top: 4.5rem}.mt-6-i {margin-top: 4.5rem !important}
.mt-7 {margin-top: 6rem}.mt-7-i {margin-top: 6rem !important}
.mt-8 {margin-top: 7.5rem}.mt-8-i {margin-top: 7.5rem !important}
.mt-9 {margin-top: 9rem}.mt-9-i {margin-top: 9rem !important}
.mb-6 {margin-bottom: 4.5rem}.mb-6-i {margin-bottom: 4.5rem !important}
.mb-7 {margin-bottom: 6rem}.mb-7-i {margin-bottom: 6rem !important}
.mb-8 {margin-bottom: 7.5rem}.mb-8-i {margin-bottom: 7.5rem !important}
.mb-9 {margin-bottom: 9rem}.mb-9-i {margin-bottom: 9rem !important}
.ms-6 {margin-left: 4.5rem}.ms-6-i {margin-left: 4.5rem !important}
.ms-7 {margin-left: 6rem}.ms-7-i {margin-left: 6rem !important}
.ms-8 {margin-left: 7.5rem}.ms-8-i {margin-left: 7.5rem !important}
.ms-9 {margin-left: 9rem}.ms-9-i {margin-left: 9rem !important}
.me-6 {margin-right: 4.5rem}.me-6-i {margin-right: 4.5rem !important}
.me-7 {margin-right: 6rem}.me-7-i {margin-right: 6rem !important}
.me-8 {margin-right: 7.5rem}.me-8-i {margin-right: 7.5rem !important}
.me-9 {margin-right: 9rem}.me-9-i {margin-right: 9rem !important}



/*--------------------------------------------------------------------------- CLASS BORDER*/
.bordered {border:1px solid var(--color-border)}
.bordered-top {border-top: 1px solid var(--color-border)}
.bordered-bottom {border-bottom: 1px solid var(--color-border)}
.bordered-right {border-right: 1px solid var(--color-border)}
.bordered-left {border-left: 1px solid var(--color-border)}
.bordered-x {border-left: 1px solid var(--color-border);border-right: 1px solid var(--color-border)}
.bordered-y {border-top: 1px solid var(--color-border);border-bottom: 1px solid var(--color-border)}
.radius-outer {border-radius:var(--border-radius); overflow:hidden;}
.radius-inner {border-radius:var(--border-radius-inner)}
.radius-button {border-radius:var(--border-radius-inputs)}
.radius-pill {border-radius:var(--border-radius-pill) !important}
button.radius-pill {border-radius:var(--border-radius-pill) !important}

/*--------------------------------------------------------------------------- CLASS ROUNDED BORDER*/
button:not(.accordion-button):not(#btnSearchTalents):not(#btnSearchBlogs):not(#btnSearchSkills):not(.btnSearchJobs):not(#button-faq-search):not(.btn-password):not(.wp-switch-editor), input, select, textarea, a:not(.dropdown-item) {border-radius:var(--border-radius-inputs) !important;}
button.btn-search, button.btn-password{border-end-end-radius: var(--border-radius-inputs) !important; border-start-end-radius: var(--border-radius-inputs) !important;}


/*--------------------------------------------------------------------------- CLASS BUTTONS*/
.btn-primary {background-color:var(--color-primary);color:white;border-color:var(--color-primary)}
.btn-secondary {background-color:white;color:var(--color-primary);border-color:var(--color-primary)}
.btn-accent {background-color:var(--color-accent);color:black;border-color:var(--color-accent)}
.btn-bordered-primary {border:2px solid;background-color:var(--color-transparent);color:var(--color-primary);border-color:var(--color-primary)}
.btn-bordered-secondary {border:2px solid;background-color:var(--color-transparent);color:var(--color-secondary);border-color:var(--color-secondary)}
.btn-bordered-accent {border:2px solid;background-color:var(--color-transparent);color:var(--color-accent);border-color:var(--color-accent)}
.btn-orange {background-color:var(--color-orange);color:var(--color-secondary);border-color:var(--color-orange)}


/*--------------------------------------------------------------------------- CLASS CHIPS*/
.chip {padding:5px 10px;border-radius:100px;border-style:solid;font-size:var(--text-size-label)}
.chip-primary {background-color:var(--color-primary);color:white;border-color:var(--color-primary)}
.chip-secondary {background-color:var(--color-secondary);color:var(--color-primary);border-color:var(--color-secondary)}
.chip-accent {background-color:var(--color-accent);color:white;border-color:var(--color-accent)}
.chip-background1 {background-color:var(--color-background1);color:var(--color-headings);border-color:var(--color-background1)}
.chip-background2 {background-color:var(--color-background2);color:var(--color-headings);border-color:var(--color-background2)}
.chip-transparent {background-color:var(--color-transparent);color:var(--color-primary);border-color:var(--color-transparent);}



/*--------------------------------------------------------------------------- HOVER EFFECTS*/
button, a {transition: 0.2s !important}

/* Primary button styles - Blue background */
.btn-primary {
    background-color: var(--color-primary) !important;
    color: white !important;
    border-color: var(--color-primary) !important;
}
.btn-primary:hover {
    background-color: #5a6bfc !important;
    border-color: #5a6bfc !important;
    color: white !important;
}

/* Secondary button styles - Yellow background */
.btn-secondary {
    background-color: var(--color-secondary) !important;
    color: black !important;
    border-color: var(--color-secondary) !important;
}
.btn-secondary:hover {
    background-color: #fde047 !important;
    border-color: #fde047 !important;
    color: black !important;
}

/* Accent button styles - Same as secondary for consistency */
.btn-accent {
    background-color: var(--color-accent) !important;
    color: black !important;
    border-color: var(--color-accent) !important;
}
.btn-accent:hover {
    background-color: #fde047 !important;
    border-color: #fde047 !important;
    color: black !important;
}

/* Outline button styles */
.btn-outline-primary {
    background-color: transparent !important;
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.btn-outline-primary:hover {
    background-color: var(--color-primary) !important;
    color: white !important;
    border-color: var(--color-primary) !important;
}
.navbar-nav .nav-item > a:hover {color:var(--color-primary) !important;}
a {transition: 0.3s;}
a:hover {opacity:0.8}
.hover-0:hover {background:transparent !important;animation:none;opacity:unset !important;color:unset !important;}
.hover-1:hover {opacity: unset !important;color: var(--color-primary) !important;}

.chip-primary:hover,.chip-secondary:hover,.chip-background1:hover,.chip-background2:hover {background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-secondary)}
.chip-accent:hover {background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-secondary)}
.chip-transparent:hover {background-color:var(--color-transparent);border-color:var(--color-primary);color:var(--color-primary);}




/*--------------------------------------------------------------------------- RESETS*/
.overflow-unset {overflow:unset !important;}

/* for navigation hover */
.navbar-nav .nav-item .nav-link {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
  border-color: var(--color-primary);
}

.navbar-nav .dropdown-menu .dropdown-item {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
  border-color: var(--color-primary);
  background-color: transparent;
}

/*--------------------------------------------------------------------------- CUSTOM STYLING*/
/*Graphic Particles*/

/*CUSTOM IMAGE BACKGROUND*/
.bg-custom-1 {
  background: url(/wp-content/uploads/2024/05/1297-scaled.jpg) no-repeat;
  background-size: 36%;
  background-position: 100% 50%;
  background-color: #fff;
}


/*GRADIENT BACKGROUNDS*/
.bg-gradient1 {
  background: linear-gradient(360deg, #FFF9E6, transparent);
}
.bg-gradient2 {
  background: linear-gradient(145deg, transparent 39%, #FEEF6D 192%);
}
.bg-gradient3 {
  background: linear-gradient(360deg, #FEEF6D 49%, #FFF9E6 49%);
}
.bg-gradient4 {
  background: linear-gradient(45deg, #6D7CFE, #FEEF6D);
}
.bg-gradient5 {
  background: linear-gradient(25deg, #FFF9E6, transparent);
}
.bg-gradient6 {
    background: linear-gradient(360deg, #FFF9E6 49%, #FEEF6D 49%);
}
.bg-gradientBlue {
  background: linear-gradient(360deg, #FFF9E6, transparent);
}

.bg-vet-light {
  background: #FFF9E6;
}

.bg-gradient-homecta {
  background: linear-gradient(360deg, #FFF9E6, #FFFEF7);
}

/*ACCORDION*/
.accordion-button.collapsed {
  background-color: var(--color-background1) !important;
  color:var(--color-headings) !important;
}
.accordion-button {
  background-color:var(--color-accent) !important;
  color:var(--color-secondary) !important;
}


/*CONTACT FORM WSFORM*/
.c-form-contact input, .c-form-contact textarea {
  border-color: var(--color-border) !important;
  border-radius: var(--border-radius) !important;
}
.c-form-contact button {
  border-radius: var(--border-radius) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  font-family: 'Sora' !important;
}
.c-form-contact button:hover {
  background-color: var(--color-transparent) !important;
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}
.c-form-contact label {
  font-size: 16px !important;
  font-family: 'Sen' !important;
  text-indent: 5px;
}


/*INPUT THAT HAS A BUTTON ON SIDE*/
.has-button {
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
}


/*REGISTER MODAL FORM GROUP*/
.offcanvas-bottom {
  right: 30% !important;
  left: 30% !important;
  height: 75vh !important;
}
/*POST CONTENT TEXT RESET*/
.c-content-texts p {
  font-size: calc(var(--text-size-body) * 1.2); /* Increase font size by 20% */
  margin-bottom: 1rem;
  line-height: 1.4; /* Add slightly larger line spacing */
}

.c-content-texts a {
  font-size: calc(var(--text-size-body) * 1.2); /* Increase font size by 20% */
  margin-bottom: 1rem;
  line-height: 1.4; /* Add slightly larger line spacing */
}

.c-content-texts h2, .c-content-texts h3 {
  font-size: var(--text-size-h4) !important;
  margin-top: 1rem;
  line-height: 1.2; /* Add slightly larger line spacing for headings */
}

/*PROFILE PAGE*/
.c-profile-heading {
  top: -40px;
}

.c-icon-pill {
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-picture-container {
  position: relative;
  width: 200px;
  height: 200px;
}
#profile_picture_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.profile-picture-container:hover .overlay {
  opacity: 1;
}
#profile_picture {
  display: none;
}
.dropdown-menu {
  min-width: 15rem;
}
/* Onboarding Pending activation page */
.increased-line-height {
  line-height: 1.3;
}

.text-black
{
  color: black !important;
}

/*Verification Page*/
.tab-btn {
  display: none;
}
.tab-btn.active {
  display: block;
}
.progress-bar {
  background-color: #5eab49;
}


/* Page Job-Boards */
input.select2-search__field {
  padding: 6px !important;
  margin-top: 3px !important;
}
span.select2 {
  border-radius: var(--border-radius-inputs) !important;
  overflow: hidden;
  width: 100% !important;
}
li.select2-selection__choice {
  text-wrap: wrap;
}
li.select2-selection__choice {
  text-wrap: wrap;
  border-radius: 10px !important;
  padding: 5px !important;
  border: none !important;
}
.page-link {
  color: var(--color-primary) !important;
  border: 2px solid var(--color-secondary);
}
.page-item.active .page-link {
  background: var(--color-secondary);
  border: 2px solid var(--color-primary);
}

/* NAVIGATION */
header .navbar > .container {
  padding: 0px;
}
header .navbar .dropdown .dropdown-toggle::after {
  display: none !important;
}


/* INBOX */
.star-toggle.starred i {
  color: var(--bs-warning);
}
.c-max-width-30 {
  max-width: 30rem;
  overflow: hidden;
}


/* EMPLOYER - DASHBOARD TABLES*/
.custom-card-header {
  background-color: #2c4ddb;
  color: white;
  padding: 15px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-card {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.custom-table-container {
  position: relative;
  background-color: white;
  padding: 30px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.icon-wrapper-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 200px;
  color: #f0f0f0;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.1;
}
.custom-table {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
}
.custom-table th, .custom-table td {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

/* NAVIGATION SEARCH RESULT */
.searchResultCollapsible {
  display: none;
}

/*--------------------------------------------------------------------------- MOBILE VIEW*/
@media screen and (max-width: 991px){
  /* global - SECTION and CONTAINER */
  .section {
    padding: 40px 0px;
  }
  .container {
    padding: 0 30px;
  }

  /*page - REGISTRATION */
  .offcanvas-bottom {
    right: 0% !important;
    left: 0% !important;
    height: 90vh !important;
  }

  /* page - HIRE VA */
  .bg-custom-1 {
    background-size: 100%;
    background-position: 275px 50%;    
  }


  /* FONT MOBILE */
  h1, h1 span { font-size: var(--text-size-sm-h1);line-height:var(--text-size-sm-h1)}
  h2 { font-size: var(--text-size-sm-h2);line-height:var(--text-size-sm-h2)}
  h4 { font-size: var(--text-size-sm-h4);line-height:var(--text-size-sm-h4)}
  h6 { font-size: var(--text-size-sm-h6);line-height:var(--text-size-sm-h6)}
  p { font-size: var(--text-size-sm-body);line-height:var(--text-size-sm-body)}
  a { font-size: var(--text-size-sm-links);line-height:var(--text-size-sm-links)}
  label {font-size: var(--text-size-sm-label);line-height:var(--text-size-sm-label)}
  span {font-size: var(--text-size-sm-body);line-height:var(--text-size-sm-body)}
  button { font-size: var(--text-size-sm-button);line-height:var(--text-size-sm-button)}
  input {font-size: var(--text-size-sm-body) !important}
}

/* Custom BOOTSTRAP responsive width utilities */
@media (min-width: 576px) {
  .w-sm-25 { width: 25% !important; }
  .w-sm-50 { width: 50% !important; }
  .w-sm-75 { width: 75% !important; }
  .w-sm-100 { width: 100% !important; }
}

@media (min-width: 768px) {
  .w-md-25 { width: 25% !important; }
  .w-md-50 { width: 50% !important; }
  .w-md-75 { width: 75% !important; }
  .w-md-100 { width: 100% !important; }
}

@media (min-width: 992px) {
  .w-lg-25 { width: 25% !important; }
  .w-lg-50 { width: 50% !important; }
  .w-lg-75 { width: 75% !important; }
  .w-lg-100 { width: 100% !important; }
}

@media (min-width: 1200px) {
  .w-xl-25 { width: 25% !important; }
  .w-xl-50 { width: 50% !important; }
  .w-xl-75 { width: 75% !important; }
  .w-xl-100 { width: 100% !important; }
}

@media (min-width: 1400px) {
  .w-xxl-25 { width: 25% !important; }
  .w-xxl-50 { width: 50% !important; }
  .w-xxl-75 { width: 75% !important; }
  .w-xxl-100 { width: 100% !important; }
}

.bg-purple{
  background: #7626c7;
}

.text-purple{
  color: #7626c7;
}

.vet-color {
  background-color: #7625C7;
  color: #7625C7;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* animated search on home screen */
.custom-wrap {
  margin: 0 auto;
  max-width: 1210px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#animatedSearch {
  font-size: 2rem !important;
  height: 70px;
  color: black !important;
}

#animatedSearch::placeholder {
  color: black !important;
  opacity: 1 !important;
  font-size: 2rem !important;
}

#animatedSearch.focused {
  outline: 2px solid #007bff;
}

.animatedSearch .input-group-lg .btn {
  font-size: 2rem !important;
  height: 70px !important;
}

/* PAGINATION for author page */
.author-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  gap: 10px;
}

.author-pagination li {
  margin: 0;
}

.author-pagination a,
.author-pagination span {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #007bff;
  transition: background-color 0.3s ease;
}

.author-pagination a:hover {
  background-color: #f0f0f0;
}

.author-pagination .current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  cursor: default;
}

@media (max-width: 767px) {
  .input-group-mobile {
      font-size: 0.5rem;
  }
  .input-group-mobile .form-control-lg,
  .input-group-mobile .btn-lg {
      font-size: 0.9rem;
      padding: 0.375rem 0.75rem;
  }
}

/* Content Page Template Styles */
.content-page-template.main-content {
  padding: 60px 0;
}

.content-page-template .entry-header {
  margin-bottom: 30px;
}

.content-page-template .entry-title {
  font-size: 2.7rem;
  color: #222;
  margin-bottom: 20px;
}

.content-page-template .entry-content,
.content-page-template .entry-content p,
.content-page-template .entry-content li,
.content-page-template .entry-content a {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #222;
}

.content-page-template a {
  color: #2B4DDB !important;
  font-weight: bold;
}

.content-page-template .entry-content p {
  margin-bottom: 1.5rem;
}

.content-page-template .entry-content h2,
.content-page-template .entry-content h3,
.content-page-template .entry-content h4,
.content-page-template .entry-content h5,
.content-page-template .entry-content h6 {
  font-size: 2.2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
}

.content-page-template .entry-content h3 {
  font-size: 1.9rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.content-page-template .entry-content h4 {
  font-size: 1.6rem;
  margin-top: 25px;
  margin-bottom: 15px;
}

.content-page-template .entry-content h5 {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.content-page-template .entry-content h6 {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.content-page-template .entry-content ul,
.content-page-template .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 30px;
}

.content-page-template .entry-content ul li,
.content-page-template .entry-content ol li {
  margin-bottom: 10px;
}

.content-page-template .entry-content ul {
  list-style-type: disc;
}

.content-page-template .entry-content ol {
  list-style-type: decimal;
}

.content-page-template .entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.content-page-template .wp-block-image figcaption {
  text-align: center;
  font-style: italic;
  color: #666;
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px 0;
}

.skill-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
}

.skill-button:hover {
  background-color: #333;
  color: #fff;
}

@media (max-width: 768px) {
  .content-page-template .main-content {
      padding: 40px 0;
  }

  .content-page-template .entry-title {
      font-size: 2.2rem;
  }

  .content-page-template .entry-content,
  .content-page-template .entry-content p,
  .content-page-template .entry-content li,
  .content-page-template .entry-content a {
      font-size: 1.1rem;
  }

  .content-page-template .entry-content h2 {
      font-size: 1.9rem;
  }

  .content-page-template .entry-content h3 {
      font-size: 1.7rem;
  }

  .content-page-template .entry-content h4 {
      font-size: 1.5rem;
  }

  .content-page-template .entry-content h5 {
      font-size: 1.3rem;
  }

  .content-page-template .entry-content h6 {
      font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------------------- TESTIMONIALS*/
.testimonials-container {
    margin-top: 2rem;
}

.testimonial-item {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(206, 17, 38, 0.05) 0%, rgba(0, 56, 168, 0.05) 100%);
    border-radius: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.quote-mark {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.testimonial-item .author {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: auto;
}

.hire-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: linear-gradient(135deg, #CE1126 0%, #0038A8 100%);
    color: white;
    padding: 5px 35px;
    font-size: 0.8rem;
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {
    .testimonial-item {
        margin-bottom: 1.5rem;
    }
    
    .testimonial-content p {
        font-size: 1.1rem;
    }
}

/*--------------------------------------------------------------------------- HOMEPAGE TIMELINE*/
.homepage-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.homepage-timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background: var(--color-primary);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homepage-timeline .timeline-item {
    padding: 40px 0;
    position: relative;
    width: 50%;
    padding-right: 40px;
}

.homepage-timeline .timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 40px;
}

.homepage-timeline .timeline-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-timeline .timeline-item:nth-child(even) .timeline-dot {
    right: auto;
    left: -60px;
}

.homepage-timeline .timeline-content {
    padding: 30px;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.homepage-timeline .timeline-content::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

.homepage-timeline .timeline-item:nth-child(even) .timeline-content::before {
    right: auto;
    left: -15px;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
}

.homepage-timeline .timeline-content h4 {
    color: var(--color-primary);
    margin-bottom: 15px;
}

.homepage-timeline .timeline-time {
    display: inline-block;
    padding: 5px 15px;
    background: var(--color-accent);
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* Homepage Timeline Mobile Styles */
@media (max-width: 768px) {
    .homepage-timeline::before {
        left: 40px;
    }

    .homepage-timeline .timeline-item {
        width: 100%;
        padding-left: 80px;
        padding-right: 0;
    }

    .homepage-timeline .timeline-item:nth-child(even) {
        margin-left: 0;
        padding-left: 80px;
    }

    .homepage-timeline .timeline-dot {
        left: 20px;
        right: auto;
    }

    .homepage-timeline .timeline-item:nth-child(even) .timeline-dot {
        left: 20px;
    }

    .homepage-timeline .timeline-content::before {
        left: -15px;
        border-width: 15px 15px 15px 0;
        border-color: transparent white transparent transparent;
    }

    .homepage-timeline .timeline-item:nth-child(even) .timeline-content::before {
        left: -15px;
        border-width: 15px 15px 15px 0;
        border-color: transparent white transparent transparent;
    }
}

/* Homepage CTA Button */
.homepage-cta-button {
    font-size: 1.5rem !important;
    padding: 1.5rem 3rem !important;
    letter-spacing: 0.5px;
}

/* FAQ Cards */
.faq-card {
    border-radius: var(--border-radius);
    border: 1px solid var(--color-border);
    background: white;
}

.faq-card .card-title {
    font-size: 1.25rem;
    color: var(--color-headings);
}

.faq-card .card-text {
    color: var(--color-texts);
    margin-top: 1rem;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .faq-card {
        margin-bottom: 1rem;
    }
    
    .faq-card .card-title {
        font-size: 1.1rem;
    }
}

.btn-accent:hover .badge {
    transform: rotate(0deg) scale(1.05) !important;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------------------- FEATURES PAGE STYLES*/
.features-main {
    --section-spacing: 5rem;
    --content-spacing: 2rem;
    --element-spacing: 1rem;
}

/* Section spacing */
.features-main .section {
    padding: var(--section-spacing) 0;
}

.features-main .section.py-5 {
    padding: var(--section-spacing) 0 !important;
}

/* Card and interface elements */
.features-main .dashboard-window,
.features-main .messaging-interface,
.features-main .verification-interface,
.features-main .analytics-interface {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: var(--content-spacing);
}

/* Dashboard elements */
.features-main .dashboard-window .window-button {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.features-main .dashboard-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-main .notification-badge {
    z-index: 10;
}

/* Feature cards */
.features-main .feature-card {
    height: 100%;
    border-radius: 1rem;
    padding: var(--element-spacing);
    transition: all 0.3s ease;
    margin-bottom: var(--element-spacing);
}

.features-main .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.features-main .feature-card.active {
    background-color: var(--color-primary);
    transform: translateY(-5px);
}

.features-main .feature-card.active .feature-icon i,
.features-main .feature-card.active h3 {
    color: white !important;
}

/* Verification steps */
.features-main .completed .step-icon {
    animation: pulse 2s infinite;
}

.features-main .in-progress .step-icon {
    animation: blink 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Chat interface */
.features-main .typing-indicator {
    display: flex;
    align-items: center;
    margin: var(--element-spacing) 0;
}

.features-main .typing-indicator .dot {
    background-color: var(--text-muted);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    animation: bounce 1.4s infinite ease-in-out;
}

.features-main .typing-indicator .dot:nth-child(1) { animation-delay: 0s; }
.features-main .typing-indicator .dot:nth-child(2) { animation-delay: 0.2s; }
.features-main .typing-indicator .dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
    0%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
}

/* Interface consistency */
.features-main .interface-header {
    padding: var(--element-spacing);
    border-bottom: 1px solid var(--bg-light);
}

.features-main .interface-content {
    padding: var(--content-spacing);
}

.features-main .interface-footer {
    padding: var(--element-spacing);
    border-top: 1px solid var(--bg-light);
}

/* Progress bars and badges */
.features-main .progress {
    margin: var(--element-spacing) 0;
    height: 8px;
}

.features-main .badge {
    padding: 0.5em 1em;
    font-weight: 500;
}

/* Animations */
.features-main .fade-in-animation {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .features-main {
        --section-spacing: 3rem;
        --content-spacing: 1.5rem;
    }

    .features-main .interface-content {
        padding: var(--element-spacing);
    }
    
    .features-main .card-body {
        padding: var(--element-spacing);
    }
}

/* Tiny utility class */
.features-main .tiny {
    font-size: 0.7rem;
}

/* Blog Post Content Styles */
.blog-post-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.blog-post-content.pt-0 {
    padding-top: 0;
}

.blog-post-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: "Sen", sans-serif;
}

.blog-post-content h2 {
    font-size: 2.2rem;
    color: var(--color-headings);
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-family: "Sora", sans-serif;
}

.blog-post-content h3 {
    font-size: 1.8rem;
    color: var(--color-headings);
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    font-family: "Sora", sans-serif;
}

.blog-post-content ul {
    list-style-type: disc !important;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-post-content ol {
    list-style-type: decimal !important;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-post-content ul li {
    list-style: disc !important;
    display: list-item !important;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0.75rem;
    font-family: "Sen", sans-serif;
}

.blog-post-content ol li {
    list-style: decimal !important;
    display: list-item !important;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0.75rem;
    font-family: "Sen", sans-serif;
}

.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    margin: 2rem 0;
}

.blog-post-content a {
    color: #0066cc;
    text-decoration: none;
}

.blog-post-content a:hover {
    opacity: 1;
}

.blog-post-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    border-left: 4px solid var(--color-primary);
    background-color: var(--color-background1);
    border-radius: var(--border-radius-inner);
}

.blog-post-content blockquote p {
    margin-bottom: 0;
    font-style: italic;
}

/* Related Posts Sidebar Styles */
.related-posts-sidebar {
    background-color: var(--color-background1);
    border-radius: var(--border-radius);
    padding: 2rem;
}

.related-posts-sidebar h4 {
    color: var(--color-headings);
    margin-bottom: 1.5rem;
    font-family: "Sora", sans-serif;
}

.related-posts-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts-sidebar li {
    margin-bottom: 1rem;
}

.related-posts-sidebar a {
    color: var(--color-texts);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.1rem;
    line-height: 1.5;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.related-posts-sidebar a:hover {
    color: var(--color-primary);
}

@media (max-width: 991px) {
    .blog-post-content {
        padding: 2rem 0;
    }

    .blog-post-content p,
    .blog-post-content li {
        font-size: 1.1rem;
    }

    .blog-post-content h2 {
        font-size: 1.8rem;
    }

    .blog-post-content h3 {
        font-size: 1.5rem;
    }

    .related-posts-sidebar {
        margin-top: 2rem;
    }
}

/* Blog CTA Box */
.blog-cta-box {
    background: linear-gradient(145deg, var(--color-primary), #203179);
    border-radius: var(--border-radius);
    padding: 2rem;
    color: white;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-cta-box h4 {
    color: white;
    margin-bottom: 1rem;
    font-family: "Sora", sans-serif;
}

.blog-cta-box p {
    color: var(--color-secondary);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.blog-cta-box .btn {
    background: white;
    color: var(--color-primary);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    width: 100%;
}

.blog-cta-box .btn:hover {
    background: var(--color-secondary);
    color: var(--color-primary) !important;
}

@media (max-width: 991px) {
    .featured-image-mobile {
        margin-top: 2rem;
    }
    
    .blog-post-content {
        padding: 2rem 0;
    }

    .blog-post-content p,
    .blog-post-content li {
        font-size: 1.1rem;
    }

    .blog-post-content h2 {
        font-size: 1.8rem;
    }

    .blog-post-content h3 {
        font-size: 1.5rem;
    }

    .related-posts-sidebar {
        margin-top: 2rem;
    }
}

/* About Page Styles */
.about-page-content {
    --about-text-size: 1.25rem;
}

.about-page-content .text-body,
.about-page-content p,
.about-page-content ul li {
    font-size: var(--about-text-size) !important;
    line-height: 1.7;
    color: #000000;
}

.about-page-content .color-texts {
    color: #000000 !important;
}

/* About Page Highlight Action Words */
.about-page-highlight-action {
    background-color: var(--color-primary);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.4;
    margin: -2px 0;
    transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
    .about-page-content {
        --about-text-size: 1.125rem;
    }
}

/*--------------------------------------------------------------------------- JOB MATCHES STYLES*/
/* Custom color classes for match scores */
.bg-success-light {
    background-color: #8bc34a !important; /* Lime green */
}
.bg-warning-light {
    background-color: #fff59d !important; /* Light yellow */
}
.bg-warning {
    background-color: #fdd835 !important; /* Yellow */
}
.bg-warning-dark {
    background-color: #f9a825 !important; /* Dark yellow */
}

/* Success and primary subtle backgrounds for badges */
.bg-success-subtle {
    background-color: #d1e7dd !important;
}
.bg-primary-subtle {
    background-color: #cfe2ff !important;
}
.bg-info-subtle {
    background-color: #cff4fc !important;
}

/* Job matches specific styles */
.job-matches-header {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.job-match-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-match-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.match-score-badge {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-highlights .badge {
    font-size: 0.85em;
    padding: 0.4em 0.8em;
}

/* Button hover effect */
.hover-lift {
    transition: transform 0.2s ease;
}
.hover-lift:hover {
    transform: translateY(-2px);
}

/* Search and filter controls */
.job-matches-list .form-select,
.job-matches-list .form-control {
    border-color: var(--color-border);
    font-size: var(--text-size-body);
}

.job-matches-list .input-group .btn {
    border-color: var(--color-border);
    background-color: var(--color-background1);
}

.job-matches-list .input-group .btn:hover {
    background-color: var(--color-background2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .job-matches-header {
        padding: 1.5rem !important;
    }
    
    .match-score-badge {
        width: 40px;
        height: 40px;
        font-size: 0.9em;
    }
    
    .job-match-card .card-body {
        padding: 1rem !important;
    }
}

/*--------------------------------------------------------------------------- DFY PAGE STYLES*/
/* Funnel Section */
.modern-funnel {
    position: relative;
    padding: 40px 0;
    margin: 0 auto;
}

.hexagon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.step-container {
    margin: -30px 0;
}

.step-container:nth-child(2) {
    margin-top: 60px;
}

.step-hexagon {
    width: 400px;
    height: 340px;
    background: white;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 0 -20px;
}

.step-hexagon:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.hexagon-grid .step-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
    padding: 20px;
}

.step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.4rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    border: 3px solid white;
    z-index: 2;
}

.step-icon {
    color: var(--color-primary);
    margin: 35px 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-grid .step-content h4 {
    color: var(--color-primary);
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-weight: bold;
}

.hexagon-grid .step-content p {
    color: #555;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

/* Final Step Card */
.final-step {
    text-align: center;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.final-step-card {
    width: 380px;
    height: auto;
    background: linear-gradient(145deg, var(--color-primary), #203179);
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    padding: 40px 20px;
}

.final-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.final-step-card .final-content {
    color: white;
}

.final-step-card h4 {
    color: white;
    margin-bottom: 12px;
    font-size: 1.5rem;
}

.final-step-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.pulse-circle {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.arrow-down {
    color: white;
    margin-top: 20px;
    height: 40px;
}

.arrow-down i {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/* Timeline Section */
.timeline-flow {
    position: relative;
    padding: 40px 0;
}

.timeline-flow::before {
    content: '';
    position: absolute;
    width: 4px;
    background: var(--color-primary);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.timeline-item {
    margin-bottom: 40px;
    position: relative;
    width: 50%;
    padding-right: 40px;
}

.timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 40px;
}

.timeline-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color-primary);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -10px;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -10px;
}

.timeline-number {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-item:nth-child(odd) .timeline-number {
    right: -60px;
}

.timeline-item:nth-child(even) .timeline-number {
    left: -60px;
}

.timeline-content h4 {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: bold;
}

.timeline-content p {
    margin-bottom: 0;
    color: #666;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hexagon-grid {
        max-width: 800px;
    }
    
    .step-container {
        margin: 20px 0;
    }
    
    .step-container:nth-child(2) {
        margin-top: 20px;
    }
    
    .step-hexagon {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .hexagon-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .step-container {
        margin: 20px 0;
    }
    
    .step-hexagon {
        width: 360px;
        height: 310px;
    }
    
    .final-step-card {
        width: 360px;
    }
}

@media (max-width: 768px) {
    .timeline-flow::before {
        left: 40px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 80px;
        padding-right: 0;
    }
    
    .timeline-item:nth-child(even) {
        margin-left: 0;
        padding-left: 80px;
    }
    
    .timeline-content::before {
        left: -10px !important;
        right: auto !important;
    }
    
    .timeline-number {
        left: -60px !important;
        right: auto !important;
    }
}

@media (max-width: 576px) {
    .step-hexagon {
        width: 300px;
        height: 260px;
    }
    
    .final-step-card {
        width: 300px;
    }
    
    .hexagon-grid .step-content h4 {
        font-size: 1.2rem;
    }
    
    .hexagon-grid .step-content p {
        font-size: 0.9rem;
    }
}

/*--------------------------------------------------------------------------- EMPLOYER DASHBOARD BOOK CARD STYLES*/
.employerdashboard-book-card {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: center left;
    border: 2px solid rgba(0,0,0,0.2) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.employerdashboard-book-card:hover {
    transform: translateY(-5px) rotateY(-25deg);
    box-shadow: -15px 20px 30px rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.3) !important;
}

.employerdashboard-book-spine {
    position: absolute;
    left: 0;
    width: 18px;
    height: 100%;
    background: linear-gradient(to right, #8a1a34, #e63946);
    border-radius: 3px 0 0 3px;
    z-index: 2;
    box-shadow: inset -2px 0 3px rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    transform-origin: left;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.employerdashboard-book-spine-blue {
    background: linear-gradient(to right, #1a5a80, #4a9fd8);
}

.employerdashboard-book-spine-green {
    background: linear-gradient(to right, #1a806f, #40c9b6);
}

.employerdashboard-book-spine-orange {
    background: linear-gradient(to right, #d56e0c, #ff9f43);
}

.employerdashboard-book-spine-purple {
    background: linear-gradient(to right, #5e35b1, #7c4dff);
}

.employerdashboard-book-spine-teal {
    background: linear-gradient(to right, #008080, #20c997);
}

.employerdashboard-book-spine-pink {
    background: linear-gradient(to right, #b52c63, #e83e8c);
}

.employerdashboard-book-spine-yellow {
    background: linear-gradient(to right, #b7940b, #ffc107);
}

.employerdashboard-book-spine-indigo {
    background: linear-gradient(to right, #303f9f, #536dfe);
}

.employerdashboard-book-spine-slate {
    background: linear-gradient(to right, #3b0764, #6b21a8);
}

.employerdashboard-book-spine-brown {
    background: linear-gradient(to right, #854d0e, #ca8a04);
}

.employerdashboard-book-spine-navy {
    background: linear-gradient(to right, #075985, #0284c7);
}

.employerdashboard-book-spine-rose {
    background: linear-gradient(to right, #e11d48, #881337);
}

.employerdashboard-book-spine-cyan {
    background: linear-gradient(to right, #10b981, #047857);
}

.employerdashboard-book-cover {
    margin-left: 18px;
    padding: 1.5rem 1rem;
    height: 100%;
    background: linear-gradient(135deg, #f8d7da, #f1aeb5);
    border-radius: 0 8px 8px 0;
    position: relative;
    z-index: 1;
    border-left: 1px solid rgba(0,0,0,0.15);
    backface-visibility: hidden;
}

.employerdashboard-book-cover-blue {
    background: linear-gradient(135deg, #cfe2ff, #9ec5fe);
}

.employerdashboard-book-cover-green {
    background: linear-gradient(135deg, #d1e7dd, #a3cfbb);
}

.employerdashboard-book-cover-orange {
    background: linear-gradient(135deg, #ffedd8, #ffcc80);
}

.employerdashboard-book-cover-purple {
    background: linear-gradient(135deg, #e6e0ff, #c0b6f2);
}

.employerdashboard-book-cover-teal {
    background: linear-gradient(135deg, #d4f7ef, #a0e8d7);
}

.employerdashboard-book-cover-pink {
    background: linear-gradient(135deg, #fde1ec, #f4b5d0);
}

.employerdashboard-book-cover-yellow {
    background: linear-gradient(135deg, #fff8e1, #ffe082);
}

.employerdashboard-book-cover-indigo {
    background: linear-gradient(135deg, #e0e4ff, #b0b9f6);
}

.employerdashboard-book-cover-slate {
    background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
}

.employerdashboard-book-cover-brown {
    background: linear-gradient(135deg, #fef9c3, #fde047);
}

.employerdashboard-book-cover-navy {
    background: linear-gradient(135deg, #e0f2fe, #7dd3fc);
}

.employerdashboard-book-cover-rose {
    background: linear-gradient(135deg, #fff1f2, #fda4af);
}

.employerdashboard-book-cover-cyan {
    background: linear-gradient(135deg, #d1fae5, #6ee7b7);
}

.employerdashboard-book-cover:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
    pointer-events: none;
}

.employerdashboard-book-pages {
    position: absolute;
    top: 3%;
    right: 0;
    bottom: 3%;
    left: 18px;
    background: #f5f5f5;
    z-index: 0;
    border-radius: 0 5px 5px 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    opacity: 0;
}

.employerdashboard-book-card:hover .employerdashboard-book-pages {
    opacity: 1;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.15);
    border-color: rgba(0,0,0,0.2);
}

.employerdashboard-book-pages:before, .employerdashboard-book-pages:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: rgba(0,0,0,0.06);
}

.employerdashboard-book-pages:after {
    right: 5px;
    width: 1px;
}

.employerdashboard-book-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dc3545, #a93655);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2), inset 0 -2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(255,255,255,0.3);
}

.employerdashboard-book-icon-blue {
    background: linear-gradient(135deg, #0d6efd, #2a6f97);
}

.employerdashboard-book-icon-green {
    background: linear-gradient(135deg, #198754, #2a9d8f);
}

.employerdashboard-book-icon-orange {
    background: linear-gradient(135deg, #fd7e14, #d56e0c);
}

.employerdashboard-book-icon-purple {
    background: linear-gradient(135deg, #6f42c1, #5e35b1);
}

.employerdashboard-book-icon-teal {
    background: linear-gradient(135deg, #20c997, #008080);
}

.employerdashboard-book-icon-pink {
    background: linear-gradient(135deg, #e83e8c, #b52c63);
}

.employerdashboard-book-icon-yellow {
    background: linear-gradient(135deg, #ffc107, #b7940b);
}

.employerdashboard-book-icon-indigo {
    background: linear-gradient(135deg, #536dfe, #303f9f);
}

.employerdashboard-book-icon-slate {
    background: linear-gradient(135deg, #6b21a8, #3b0764);
}

.employerdashboard-book-icon-brown {
    background: linear-gradient(135deg, #ca8a04, #854d0e);
}

.employerdashboard-book-icon-navy {
    background: linear-gradient(135deg, #0284c7, #075985);
}

.employerdashboard-book-icon-rose {
    background: linear-gradient(135deg, #e11d48, #881337);
}

.employerdashboard-book-icon-cyan {
    background: linear-gradient(135deg, #10b981, #047857);
}

.employerdashboard-book-card:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    box-shadow: 15px 0 25px rgba(0,0,0,0.15);
    transform: rotateY(10deg);
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.employerdashboard-book-card:hover:after {
    opacity: 1;
    right: 0;
}

/* Styles for Single Remote Job Page */
.single-remote-job-page-styles .title-banner {
    background-color: #e9ecef;
    padding: 40px 0;
    margin-bottom: 0;
    border-bottom: 2px solid #dee2e6;
}
.single-remote-job-page-styles .title-banner h1 {
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
}
.single-remote-job-page-styles .custom-list {
    list-style: none;
    padding-left: 0px;
}
.single-remote-job-page-styles .custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.4;
}
.single-remote-job-page-styles .custom-list li::before {
    content: "\2713";
    color: white;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.single-remote-job-page-styles .content-section {
    margin-bottom: 3rem;
}
.single-remote-job-page-styles .content-section h2 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.single-remote-job-page-styles .job-section {
    background-color: white;
    padding: 3rem 0;
    margin: 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.single-remote-job-page-styles .job-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-remote-job-page-styles .apply-now-banner {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #28a745;
    color: white;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
}
.single-remote-job-page-styles .job-date {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}
.single-remote-job-page-styles .job-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.single-remote-job-page-styles .job-company {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.single-remote-job-page-styles .job-location, 
.single-remote-job-page-styles .job-type {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}
.single-remote-job-page-styles .job-type, 
.single-remote-job-page-styles .job-rate-badge {
    display: inline-block;
    background-color: #e9ecef;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    font-size: 0.85rem;
    color: #495057;
    line-height: 1.2;
}
.single-remote-job-page-styles .job-description-preview {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.single-remote-job-page-styles .salary-range {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    margin: 1.5rem 0;
}
.single-remote-job-page-styles .salary-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 0.5rem;
}
.single-remote-job-page-styles .cta-container {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-radius: 12px;
    padding: 3rem;
    text-align: center;
    margin: 3rem 0;
}
.single-remote-job-page-styles .cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}
.single-remote-job-page-styles .cta-button {
    background: white;
    color: #007bff;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}
.single-remote-job-page-styles .cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.single-remote-job-page-styles .section-count {
    color: #28a745;
    font-weight: bold;
}
.single-remote-job-page-styles .salary-box {
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1.5rem;
    color: white;
}
.single-remote-job-page-styles .salary-box h4 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: white;
}
.single-remote-job-page-styles .salary-box .amount {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.single-remote-job-page-styles .salary-box.entry {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}
.single-remote-job-page-styles .salary-box.mid {
    background: linear-gradient(135deg, #16a085, #1abc9c);
}
.single-remote-job-page-styles .salary-box.senior {
    background: linear-gradient(135deg, #218c74, #00b894);
}
.single-remote-job-page-styles .register-banner {
    background: linear-gradient(135deg, #4a90e2, #357abd);
    color: white;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.single-remote-job-page-styles .register-banner p {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: white;
}
.single-remote-job-page-styles .register-banner p strong {
    color: white;
}
.single-remote-job-page-styles .register-banner .btn-register {
    background: transparent;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin-left: 1rem;
    border: 2px solid white;
    text-decoration: none;
}

.single-remote-job-page-styles .salary-box .monthly-estimate {
    font-size: 0.9em;
    color: white;
    margin-top: 5px;
    font-style: italic;
}

.single-remote-job-page-styles .job-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ===== HOMEPAGE ANIMATED PROFILES SECTION ===== */
/* Scoped to homepage only */
.page-template-template-home #lead-capture-section .animated-profiles-container {
    overflow: hidden;
    height: 500px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page-template-template-home #lead-capture-section .profile-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    transform: translate3d(var(--translate-x, 0), 0, 0);
    will-change: transform;
}

.page-template-template-home #lead-capture-section .profile-row[data-direction="left"] {
    transform: translate3d(calc(var(--translate-x, 0) - 100px), 0, 0);
}

.page-template-template-home #lead-capture-section .profile-row[data-direction="right"] {
    transform: translate3d(calc(var(--translate-x, 0) - 200px), 0, 0);
}

.page-template-template-home #lead-capture-section .profile-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    min-width: 280px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    flex-shrink: 0;
}

.page-template-template-home #lead-capture-section .profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-template-template-home #lead-capture-section .profile-info h6 {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.page-template-template-home #lead-capture-section .profile-info .badge {
    font-size: 0.75rem;
    margin-bottom: 10px;
    display: inline-block;
}

.page-template-template-home #lead-capture-section .profile-card .skills {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.4;
}

.page-template-template-home #lead-capture-section .profile-card .rating {
    font-size: 0.8rem;
    color: #ffa500;
    font-weight: 500;
}

.page-template-template-home #lead-capture-section .lead-capture-form {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.page-template-template-home #lead-capture-section .placeholder-form input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
}

.page-template-template-home #lead-capture-section .placeholder-form button {
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-template-template-home #lead-capture-section .animated-profiles-container {
        height: 420px;
        width: 100%;
        max-width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
    }
    
    .page-template-template-home #lead-capture-section .profile-card {
        min-width: 240px;
        padding: 15px;
    }
    
    .page-template-template-home #lead-capture-section .profile-row {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .page-template-template-home #lead-capture-section .profile-card {
        min-width: 200px;
        padding: 12px;
    }
    
    .page-template-template-home #lead-capture-section .profile-image {
        width: 50px;
        height: 50px;
    }
    
    .page-template-template-home #lead-capture-section .animated-profiles-container {
        width: 100%;
        max-width: 100%;
        margin: 25px 0 0 0;
        padding: 0;
    }
    
    .page-template-template-home #lead-capture-section .profile-row {
        gap: 12px;
    }
}
/* ===== END HOMEPAGE ANIMATED PROFILES SECTION ===== */

/* ===== SKILL BUTTONS SECTION ===== */
.skill-button {
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
    background: white;
    color: var(--color-primary);
    text-decoration: none;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skill-button:hover {
    background: var(--color-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
    text-decoration: none;
}

.skill-button i {
    font-size: 1.2em;
    opacity: 0.8;
}

.skill-button:hover i {
    opacity: 1;
}

@media (max-width: 768px) {
    .skill-button {
        font-size: 1rem !important;
        padding: 1rem !important;
        height: 70px;
    }
    
    .skill-button i {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .skill-button {
        font-size: 0.9rem !important;
        height: 65px;
        white-space: normal;
        line-height: 1.2;
    }
}

.skill-button.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.skill-button.btn-primary:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent) !important;
}
/* ===== END SKILL BUTTONS SECTION ===== */