@charset "UTF-8";
body {
  padding-top: 70px;
}

.logo {
  max-height: 60px;
  border-radius: 5px;
}

.navbar-custom {
  background: linear-gradient(135deg, #f5f7fa 0%, #caa98e 150%);
}

.sidebar-nav .nav-link {
  padding: 12px 20px;
  color: #333;
  border-left: 3px solid transparent;
}

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.active {
  background-color: #e9ecef;
  border-left: 3px solid #9b0e0e;
}

.sidebar-nav .nav-link i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.main-content {
  padding: 10px;
  margin-top: 30px;
}

body {
  font-family: "Arial", sans-serif;
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #caa98e 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.brand-container {
  text-align: center;
  margin: 80px 0;
  width: 100%;
  padding-top: 55px;
}

.brand-name {
  font-family: serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#9b0e0e), to(#303030));
  background: linear-gradient(90deg, #9b0e0e, #303030);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-tagline {
  font-family: "Smythe", sans-serif;
  font-size: 2rem;
  color: #303030;
  max-width: 800px;
  margin: 0 auto;
}

.cards-container {
  width: 100%;
  margin: 10px 0;
}

.card {
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}

.card-title {
  font-family: "Smythe", sans-serif;
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.card-desc {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 25px;
}

.card-btn {
  background: -webkit-gradient(linear, left top, right top, from(#303030), to(#9b0e0e));
  background: linear-gradient(90deg, #303030, #9b0e0e);
  text-decoration: none;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-family: serif;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 2.5rem;
  }
  .brand-tagline {
    font-size: 1.5rem;
  }
  .card {
    padding: 20px;
  }
}
footer {
  background: #212529;
  color: white;
  padding: 40px 0;
  width: 100%;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo {
  font-family: serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#9b0e0e), to(#ffffff));
  background: linear-gradient(90deg, #9b0e0e, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #caa98e;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #caa98e;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  color: white;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.logo-carousel-container {
  overflow: hidden;
  position: relative;
  /* background: #fff; */
  padding: 10px;
}

.logo-carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}

.logo-carousel-track img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.logo-carousel-track img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* REGISTRATION / LOGIN FORM STYLING START */
.registration-container, .login-container {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
}

.captcha-box {
  display: inline-block;
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  font-family: "Courier New", monospace;
  font-size: 20px;
  letter-spacing: 3px;
  text-decoration: line-through;
  color: #333;
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
  color: #343a40;
}

.user-type-btn {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 2px solid #343a40;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.user-type-btn:hover {
  border-color: #000000;
}

.user-type-btn.active {
  border-color: #9b0e0e;
  background-color: #ffcdcd;
}

.user-type-section.has-error {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  40%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  40%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.password-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-check-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-clear {
  background-color: #6c757d;
  color: white;
}

.alert ul {
  margin-bottom: 0;
}

/* Success message styling */
.alert-success {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.alert-success:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.progress {
  height: 5px;
  margin-top: 10px;
}

.btn-clear {
  background-color: #232323;
  color: white;
}

/* JOBSEEKER PROFILE FORM STYLING START */
.card-header {
  background-color: #9b0e0e;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

button[type=submit] {
  background-color: #9b0e0e;
  color: #fff;
}

.forgot-password {
  background-color: #9b0e0e;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* REGISTRATION FORM STYLING START */
.user-type-btn.active {
  border-color: #9b0e0e;
  background-color: #ffcdcd;
}

.btn-clear {
  background-color: #232323;
  color: white;
}

/* JOBSEEKER PROFILE FORM STYLING START */
.card-header {
  background-color: #9b0e0e;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

button[type=submit] {
  background-color: #9b0e0e;
  color: #fff;
}

.file-upload-container {
  margin-top: 1.5rem;
}

.file-upload-preview {
  border: 2px dashed #dee2e6;
  border-radius: var(--border-radius);
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
}

.file-upload-preview:hover {
  border-color: var(--primary-color);
  background-color: rgba(67, 97, 238, 0.03);
}

.preview-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 8px;
  background-color: #f0f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  font-size: 2.5rem;
  overflow: hidden;
}

.preview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.upload-instructions p {
  margin-bottom: 0.25rem;
  color: #495057;
}

.upload-instructions .text-muted {
  font-size: 0.85rem;
}

.progress-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 100px;
}

.step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.step.active .step-circle {
  background-color: var(--primary-color);
  color: white;
}

.step-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
  text-align: center;
}

.step.active .step-label {
  color: var(--primary-color);
  font-weight: 600;
}

.step-connector {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background-color: #e9ecef;
  margin: 0 10px;
  position: relative;
  top: -10px;
}

@media (max-width: 768px) {
  .card-body {
    padding: 1.5rem;
  }
  .form-control, .form-select {
    height: calc(3rem + 2px);
    padding: 0.875rem;
  }
  .progress-steps {
    margin-bottom: 1.5rem;
  }
  .step {
    min-width: 80px;
  }
  .step-connector {
    margin: 0 5px;
  }
}
.drag-drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  background-color: #f8f9fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drag-drop-area.highlight {
  border-color: #000000;
  background-color: rgba(13, 110, 253, 0.05);
}

.drag-drop-area.has-file {
  padding: 1rem;
}

.file-preview {
  border: 1px solid;
}

.job-card {
  border-left: 5px solid #9b0e0e;
  padding: 20px;
  margin-bottom: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.tag {
  background-color: #d1e7dd;
  color: #0f5132;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 5px;
}

.btn-epic {
  background-color: #9b0e0e;
  color: white;
}

.btn-epic:hover {
  background-color: #7a0b0b;
  color: white;
}

.modal-dialog-scrollable .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.skills-checklist {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.application-section {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.modal {
  z-index: 1070 !important; /* Higher than sidebar's 1061 */
}

.intro {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.contact-box {
  background: white;
  border-radius: 8px;
  padding: 25px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.contact-box h2 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.contact-box p {
  margin-bottom: 20px;
  color: #555;
}

.contact-button {
  display: inline-block;
  background-color: #9b0e0e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contact-button:hover {
  background-color: #181818;
}

.icon {
  font-size: 1.5em;
  margin-right: 10px;
  vertical-align: middle;
}

/* Dashboard Wrapper */
.emp-dashboard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  width: 100%;
}

/* Custom Sidebar */
.emp-sidebar-nav {
  width: 260px;
  background: #121111;
  color: #ecf0f1;
  height: calc(100vh - 60px); /* ✅ Adjust height so it doesn't overflow */
  position: fixed;
  left: 0;
  top: 85px; /* ✅ Set it to navbar height */
  -webkit-box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Brand Logo */
.emp-brand-logo h2 {
  color: #3498db;
  font-size: 1.5rem;
  margin: 0;
}

/* Navigation Links */
.emp-nav-links {
  padding: 20px 0;
}

.emp-nav-item {
  padding: 14px 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.emp-nav-item:hover {
  background: #34495e;
  border-left: 3px solid #3498db;
}

.emp-nav-item.active {
  background: #34495e;
  border-left: 3px solid #3498db;
  font-weight: 600;
}

.emp-nav-text {
  font-size: 1rem;
}

/* Main Content Area */
.emp-main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 260px;
  padding: 25px;
  min-width: 0; /* Allows children to shrink properly */
  overflow-x: visible; /* Allow scroll content */
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

/* Tab Panes */
.emp-tab-pane {
  display: none; /* Hide all tabs by default */
  overflow-x: auto;
}

.emp-tab-pane.active {
  display: block; /* Only show the active tab */
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .emp-sidebar-nav {
    width: 220px;
  }
  .emp-main-content {
    margin-left: 220px;
  }
}
@media (max-width: 768px) {
  .emp-sidebar-nav {
    width: 70px;
    overflow: hidden;
  }
  .emp-brand-logo h2,
  .emp-nav-text {
    display: none;
  }
  .emp-nav-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 0;
  }
  .emp-main-content {
    margin-left: 70px;
    padding: 15px;
  }
}
#modalContainer .modal-dialog {
  max-width: 900px;
}

#modalContainer .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

/* Enable horizontal scrolling for job postings table */
#jobPostingsContainer .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Prevent the table from squishing */
#jobPostingsContainer .table {
  min-width: 900px;
}

/* Fix parent containers to allow scroll to happen */
/* (Optional) Prevent layout constraints on main content */
.emp-main-content {
  min-width: 0; /* Allows children to shrink properly */
  overflow-x: visible; /* Allow scroll content */
}

/* === Container Padding === */
.hr-solutions_container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* === Header === */
.hr-solutions_title {
  color: #9b0e0e;
  font-family: "serif";
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.hr-solutions_subtitle {
  color: #6c757d;
  max-width: 720px;
}

/* === Cards Grid === */
.hr-solutions_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

/* === Card Styling === */
.hr-card {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 2.5rem 2rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* === Icon Styling === */
.hr-card_icon {
  font-size: 2.8rem;
  color: #9b0e0e; /* Bootstrap Purple */
  margin-bottom: 1rem;
  text-align: center;
}

/* === Card Content === */
.hr-card_title {
  font-family: "serif";
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
  color: #1e2a38;
}

.hr-card_content {
  font-size: 1rem;
  text-align: center;
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* === Responsive Fixes === */
@media (max-width: 768px) {
  .hr-solutions_title {
    font-size: 2rem;
  }
  .hr-card {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }
}
/* Global Styling */
.form-check-input {
  border: 2px solid #9b0e0e !important;
  border-radius: 0.25em;
}

.form-check-input:checked {
  border-color: #000000 !important;
  background-color: #9b0e0e;
}

p, h1, h2, h3, h4, h5, h6, ul, li, a, span, div {
  font-family: serif;
}

li {
  font-size: 1.5rem;
}

label, th, td, select, input {
  font-size: 1.2rem;
}

p {
  font-size: 1.3rem;
}

.form-control, .form-select {
  font-size: 1.1rem;
  padding: 0.75rem 0.75rem; /* increase height */
  height: auto; /* allow padding to define height */
}

/* Floating labels font size adjustment */
.form-floating > label {
  font-size: 1rem; /* label text size */
  padding: 0.75rem 0.75rem; /* align with increased input padding */
}

/* Checkbox and radio labels font size */
.form-check-label {
  font-size: 1.05rem;
}

/* File input font size and height */
input[type=file] {
  font-size: 1.05rem;
  padding: 0.5rem 0.75rem;
}

#modalTechnical .badge {
  background-color: #9b0e0e;
  font-size: 1.3rem;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
}

/* Soft Skills badges */
#modalSoft .badge {
  background-color: #1c315a;
  color: white;
  font-size: 1.3rem;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
}

/* Key Responsibilities checklist */
#responsibilitiesChecklist {
  font-size: 1.3rem; /* medium size */
}

/* Technical Skills checklist */
#technicalChecklist {
  font-size: 1.3rem; /* slightly larger for emphasis */
}

/* Soft Skills checklist */
#softSkillsChecklist {
  font-size: 1.3rem;
}

/* Base toast */
.toast {
  min-width: 250px;
  background-color: #fff;
  border-left: 5px solid;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.25rem;
  margin-bottom: 0.5rem;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Show animation */
.toast.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Toast types */
.toast.success {
  border-color: #198754;
} /* green */
.toast.error {
  border-color: #dc3545;
} /* red */
.toast.info {
  border-color: #0d6efd;
} /* blue */
.toast.warning {
  border-color: #ffc107;
} /* yellow */
/* Optional bold title if you use <strong> */
.toast strong {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.epic-grid-wall {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.emp-epic-grid-wall {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.epic-grid-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background: linear-gradient(135deg, #1e5799, #207cca);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.epic-grid-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.epic-grid-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

.epic-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.epic-grid-brick {
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: white;
  text-align: center;
  min-width: 180px;
}

.epic-grid-brick:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.epic-grid-tooltip {
  position: absolute;
  z-index: 1100;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: normal;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.epic-grid-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.epic-grid-brick:hover .epic-grid-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.epic-grid-tooltip-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}

.epic-grid-tooltip-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.epic-grid-tooltip-item {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.epic-grid-tooltip-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4CAF50;
}

/* Individual job seeker brick styling */
.epic-grid-brick-free {
  background: linear-gradient(135deg, #0a7c42, #4CAF50);
}

.epic-grid-brick-verified {
  background: linear-gradient(135deg, #1e5799, #2196F3);
}

.epic-grid-brick-local {
  background: linear-gradient(135deg, #9c27b0, #E91E63);
}

.epic-grid-brick-stem {
  background: linear-gradient(135deg, #e91e63, #FF9800);
}

.epic-grid-brick-skill {
  background: linear-gradient(135deg, #ff9800, #FFC107);
}

.epic-grid-brick-search {
  background: linear-gradient(135deg, #4caf50, #8BC34A);
}

.epic-grid-brick-screening {
  background: linear-gradient(135deg, #2196f3, #03A9F4);
}

.epic-grid-brick-mobile {
  background: linear-gradient(135deg, #607d8b, #78909C);
}

.epic-grid-brick-reviews {
  background: linear-gradient(135deg, #795548, #8D6E63);
}

.epic-grid-brick-alerts {
  background: linear-gradient(135deg, #009688, #26A69A);
}

.epic-grid-brick-career {
  background: linear-gradient(135deg, #3f51b5, #5C6BC0);
}

.epic-grid-brick-apply {
  background: linear-gradient(135deg, #f44336, #EF5350);
}

.epic-grid-brick-company {
  background: linear-gradient(135deg, #673ab7, #7E57C2);
}

.epic-grid-brick-bilingual {
  background: linear-gradient(135deg, #ff5722, #FF7043);
}

/* Individual employer brick styling */
.epic-grid-brick-verified {
  background: linear-gradient(135deg, #1e5799, #2196F3);
}

.epic-grid-brick-local {
  background: linear-gradient(135deg, #9c27b0, #E91E63);
}

.epic-grid-brick-skill {
  background: linear-gradient(135deg, #ff9800, #FFC107);
}

.epic-grid-brick-screening {
  background: linear-gradient(135deg, #2196f3, #03A9F4);
}

.epic-grid-brick-community {
  background: linear-gradient(135deg, #4caf50, #8BC34A);
}

.epic-grid-brick-mobile {
  background: linear-gradient(135deg, #607d8b, #78909C);
}

.epic-grid-brick-reviews {
  background: linear-gradient(135deg, #795548, #8D6E63);
}

.epic-grid-brick-dashboard {
  background: linear-gradient(135deg, #009688, #26A69A);
}

.epic-grid-brick-database {
  background: linear-gradient(135deg, #3f51b5, #5C6BC0);
}

.epic-grid-brick-nobias {
  background: linear-gradient(135deg, #f44336, #EF5350);
}

.epic-grid-brick-hr {
  background: linear-gradient(135deg, #673ab7, #7E57C2);
}

.epic-grid-brick-campus {
  background: linear-gradient(135deg, #e91e63, #FF9800);
}

.epic-grid-brick-company {
  background: linear-gradient(135deg, #ff5722, #FF7043);
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.faq-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.faq-logo i {
  font-size: 2.5rem;
  margin-right: 15px;
}

.faq-logo h1 {
  font-size: 2.2rem;
  font-weight: 700;
}

.faq-tagline {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.faq-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e6ef;
  color: #0e0e0e;
}

.faq-section-title i {
  margin-right: 10px;
  font-size: 1.5rem;
}

.faq-items-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 25px;
}

.faq-item {
  background: white;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-shadow: 0 5px 15px rgba(65, 2, 2, 0.05);
          box-shadow: 0 5px 15px rgba(65, 2, 2, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.faq-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.faq-q-number {
  background: #9b0e0e;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-q-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #9b0e0e;
}

.faq-translations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
  font-size: 0.9rem;
}

.faq-translation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-translation i {
  margin-right: 5px;
  color: #9b0e0e;
}

.faq-answer {
  background: #f0f4ff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #9b0e0e;
}

.faq-answer-text {
  margin-bottom: 15px;
  font-size: 1rem;
}

.faq-answer-translations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.faq-answer-translation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  padding: 12px;
  background: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faq-language-tag {
  display: inline-block;
  background: #9b0e0e;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.faq-footer {
  text-align: center;
  margin-top: 60px;
  padding: 20px;
  color: #666;
  font-size: 0.9rem;
  border-top: 1px solid #e0e6ef;
}

.faq-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.faq-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-contact-item i {
  margin-right: 8px;
  color: #9b0e0e;
}

@media (max-width: 768px) {
  .faq-logo h1 {
    font-size: 1.8rem;
  }
  .faq-tagline {
    font-size: 1rem;
  }
  .faq-item {
    padding: 20px;
  }
  .faq-answer-translation {
    min-width: 100%;
  }
  .faq-contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
/* Process Section Styles */
.process-container {
  max-width: 1200px;
  width: 100%;
  background: #e9e7e7;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
}

.process-title {
  font-family: "smythe";
  text-align: center;
  color: #2c3e50;
  margin-bottom: 40px;
  font-weight: 450;
  font-size: 2.5rem;
}

.process-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.js-process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 180px;
  position: relative;
  padding: 0 15px;
  margin-bottom: 20px;
}

.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3498db, #2980b9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
          box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-process-step:nth-child(2) .step-icon {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
  -webkit-box-shadow: 0 5px 15px rgba(155, 89, 182, 0.3);
          box-shadow: 0 5px 15px rgba(155, 89, 182, 0.3);
}

.js-process-step:nth-child(3) .step-icon {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  -webkit-box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
          box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.js-process-step:nth-child(4) .step-icon {
  background: linear-gradient(135deg, #e67e22, #d35400);
  -webkit-box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
          box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
}

.js-process-step:nth-child(5) .step-icon {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  -webkit-box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
          box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.step-icon i {
  color: white;
  font-size: 32px;
}

.step-description {
  font-family: "Smythe";
  text-align: center;
  color: #2c3e50;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}

.step-arrow {
  position: absolute;
  top: 35px;
  right: -15px;
  color: #95a5a6;
  font-size: 24px;
}

.js-process-step:last-child .step-arrow {
  display: none;
}

.js-process-step:hover .step-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .process-flow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .js-process-step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    margin-bottom: 40px;
  }
  .step-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .js-process-step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .js-process-step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .process-container {
    padding: 30px 20px;
  }
  h1 {
    font-size: 1.8rem;
  }
}