:root {
  --bs-theme: #6f42c1;
  --bs-bodybg: #6f42c126;
  --primary: #0d6efd;
  --accent: #fd7e14;
  --success: #198754;
  --dark: #1a1a1a;
  --dark-gray: #495057;
  --light: #f8f9fa;
  --white: #ffffff;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* *{
            border: 1px solid green;
        } */

body {
  font-family: "Poppins", sans-serif;
  background: #f4f6f9;
}

.body-bg {
  background: var(--bs-bodybg);
}

.body {
  background: var(--bs-bodybg);
}

.text-offwhite {
  color: #e9e9e9;
}

.text-theme {
  color: var(--bs-theme);
}

:root {
  --bs-theme: #6f42c1;
  --bs-bodybg: #6f42c126;
}

body {
  font-family: "Poppins", sans-serif;
}

.body-bg {
  background: var(--bs-bodybg);
}

.body {
  background: var(--bs-bodybg);
}

.text-offwhite {
  color: #e9e9e9;
}

.text-theme {
  color: var(--bs-theme);
}

.bg-theme {
  background: var(--bs-theme);
}

.border-theme {
  border-color: var(--bs-theme);

  margin: 0 auto;
}

.search-input {
  border-radius: 10px;
  padding: 14px 20px;
  border: 2px solid #e0e0e0;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.voice-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--primary);
  font-size: 1.2rem;
}

.voice-search.listening {
  animation: pulse 1s infinite;
  color: #dc3545;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Categories */
.categories-section {
  padding: 60px 0;
  background: var(--light);
}

.category-card {
  background: white;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}

.category-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.category-card i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.category-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.badge-count {
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}

/* Featured Jobs */
.featured-section {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.job-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.company-logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 15px;
}
.company-name {
  font-weight: 600;
  display: block;
}

.verified-badge {
  background: var(--success);
  color: white;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
}

.job-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark);
  margin: 15px 0 8px;
}

.company-name {
  color: var(--dark-gray);
  font-size: 0.95rem;
}

.job-details {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.9rem;
  color: var(--dark-gray);
}

.job-details span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}

.tag {
  background: var(--light);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--dark-gray);
}

.tag.tag-primary {
  background: rgba(13, 110, 253, 0.1);
  color: var(--primary);
}

.tag.tag-success {
  background: rgba(25, 135, 84, 0.1);
  color: var(--success);
}

.tag.tag-warning {
  background: rgba(253, 126, 20, 0.1);
  color: var(--accent);
}

.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.btn-theme {
  background: var(--bs-theme);
  color: white;
}

.btn-theme:hover {
  background: black;
  color: white;
}

.heroCarousel {
  height: 500px;
}

.jobCard {
  transition: 0.4s ease;
}

.jobCard:hover {
  box-shadow: 0 4px 12px #6f42c1(0, 0, 0, 0.15);
  transform: translateY(-10px);
  transition: 0.4s ease;
}

.jobCardIcon {
  height: 30px;
  width: 30px;
  background-color: bisque;
  border-radius: 50%;
}

.statIcon {
  width: 70px;
  height: 70px;
  background-color: var(--bs-theme);
  border-radius: 50%;
}

.owl-carousel .item {
  /* background: #f5f5f5; */
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.testimonial-card {
  position: relative;
  padding-top: 60px;
  /* space for floating image */
  overflow: visible;
}

.owl-carousel {
  padding-top: 60px;
}

.testimonial-image-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  background: #fff;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555;
}

.owl-carousel .item {
  padding: 15px;
  /* spacing between slides */
}

.owl-nav {
  display: none;
}

.btn-register:hover {
  background: linear-gradient(135deg, #ff8fab 0%, #ff6b9d 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.4);
  color: white;
}

.btn-register:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 107, 157, 0.3);
}

.navbar-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Navbar button base */
.btn-navbar {
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease;
  cursor: pointer;
}

/* Post a Job button (outline -> filled on hover) */
.btn-postjob {
  background: white;
  color: var(--bs-theme);
  border: 2px solid var(--bs-theme);
  box-shadow: 0 4px 10px rgba(111, 66, 193, 0.08);
}
.btn-postjob:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #6f42c1 0%, #8a5be0 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(111, 66, 193, 0.18);
}

/* Login button (subtle, bordered) */
.btn-login {
  background: transparent;
  color: var(--bs-theme);
  border: 2px solid rgba(111, 66, 193, 0.12);
}
.btn-login:hover {
  transform: translateY(-2px);
  background: rgba(111, 66, 193, 0.06);
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.06);
}

/* Register button (gradient primary) */
.btn-register {
  background: linear-gradient(135deg, #ff8fab 0%, #ff6b9d 100%);
  color: #fff;
  border: none;
  box-shadow: 0 6px 18px rgba(255, 107, 157, 0.18);
}
.btn-register:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 157, 0.26);
}

/* Icon sizing inside buttons */
.btn-navbar i {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}

/* Accessible focus state */
.btn-navbar:focus {
  outline: none;
}
.btn-navbar:focus-visible {
  box-shadow:
    0 0 0 4px rgba(111, 66, 193, 0.12),
    0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

/* Small-screen behavior: stack buttons and make them full width */
@media (max-width: 576px) {
  .navbar-buttons {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 8px 0;
  }
  .navbar-buttons .btn-navbar {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 0.98rem;
  }
  .navbar-buttons .btn-postjob {
    order: 1;
  }
}

/* Slight hover lift for all navbar buttons */
.btn-navbar:hover {
  transform: translateY(-3px);
}

.left-panel {
  background: #1f7f66;
  color: #fff;
  min-height: 100%;
  padding: 60px 50px;
  border-radius: 12px;
}
.quote-circle {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 40px;
}
.testimonial-card {
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 235px;
}
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.badge-placed {
  border: 1px solid #1f7f66;
  color: #1f7f66;
  font-size: 12px;
}
.stars {
  color: #f5b301;
  font-size: 14px;
}
.form-card {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.profile-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #dee2e6;
}

.text-offwhite {
  color: #e9e9e9;
}

.text-theme {
  color: var(--bs-theme);
}

.bg-theme {
  background: var(--bs-theme);
}

.border-theme {
  border-color: var(--bs-theme);
}

.btn-theme {
  background: var(--bs-theme);
  color: white;
}

.btn-theme:hover {
  background: black;
  color: white;
}

.heroCarousel {
  height: 500px;
}

.job-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.company-logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 15px;
}

.verified-badge {
  background: var(--success);
  color: white;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
}

.job-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark);
  margin: 15px 0 8px;
}

.company-name {
  color: var(--dark-gray);
  font-size: 0.95rem;
}

.job-details {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.9rem;
  color: var(--dark-gray);
}

.job-details span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}

.tag {
  background: var(--light);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--dark-gray);
}

.tag.tag-primary {
  background: rgba(13, 110, 253, 0.1);
  color: var(--primary);
}

.tag.tag-success {
  background: rgba(25, 135, 84, 0.1);
  color: var(--success);
}

.tag.tag-warning {
  background: rgba(253, 126, 20, 0.1);
  color: var(--accent);
}

.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.rating {
  color: #ffc107;
  font-size: 0.9rem;
}

.save-btn {
  background: none;
  border: none;
  font-size: 1.3rem;
  color: var(--dark-gray);
  cursor: pointer;
  transition: all 0.3s;
}

.save-btn:hover,
.save-btn.saved {
  color: #dc3545;
  transform: scale(1.2);
}

.statIcon {
  width: 70px;
  height: 70px;
  background-color: var(--bs-theme);
  border-radius: 50%;
}

.owl-carousel .item {
  /* background: #f5f5f5; */
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.testimonial-card {
  position: relative;
  padding-top: 60px;
  /* space for floating image */
  overflow: visible;
}

.owl-carousel {
  padding-top: 60px;
}

.testimonial-image-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  background: #fff;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555;
}

.owl-carousel .item {
  padding: 15px;
  /* spacing between slides */
}

.owl-nav {
  display: none;
}

.hero-section {
  padding: 80px 0;
}
.ai-badge {
  /* width:300px; */
  height: 90px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgb(232, 196, 130), darkorange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 50px;
  color: black;
  margin-bottom: 20px;
}
.btn-prep {
  background: rgb(235, 166, 37);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
}
.btn-prep:hover {
  color: #fff;
  background: #17614f;
}

/* cards stack */
.card-stack {
  position: relative;
  width: 320px;
  height: 420px;
  margin-left: auto;
}
.stack-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.card-1 {
  transform: translateX(-40px) scale(0.95);
  z-index: 1;
  opacity: 0.9;
}
.card-2 {
  transform: translateX(-20px) scale(0.97);
  z-index: 2;
  opacity: 0.95;
}
.card-3 {
  z-index: 3;
}

.practice-btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(229, 39, 39);
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 600;
}

/* .qr-box{
      position:absolute;
      bottom:-30px;
      right:-40px;
      background:#f5efff;
      border-radius:14px;
      padding:14px 16px;
      box-shadow:0 10px 25px rgba(0,0,0,0.15);
      width:260px;
      font-size:13px;
    } */

.hero-wrapper {
  background: #fff;
  border-radius: 28px;
  padding: 40px 50px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* .nav-link {
            color: #555
        }  */

.badge-info {
  background: #f6f3ff;
  color: #7c3aed;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 16px;
}

.hero-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
}

.hero-title span {
  color: #7c3aed;
  margin-top: 5px;
}

.hero-desc {
  color: #6b7280;
  max-width: 420px;
  margin-top: 15px;
}

.visual-area {
  position: relative;
}

.visual-bg {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-radius: 28px;
  /* padding: 40px 30px; */
  text-align: center;
}

.person-img {
  width: 240px;
  border-radius: 18px;
}

.job-chip {
  position: absolute;
  bottom: 40px;
  right: 30px;
  background: #fff;
  border-radius: 30px;
  padding: 10px 18px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.video-card {
  position: absolute;
  bottom: 60px;
  left: -20px;
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  width: 110px;
}

/* Navbar button base */
.btn-navbar {
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease;
  cursor: pointer;
}

/* Post a Job button (outline -> filled on hover) */
.btn-postjob {
  background: white;
  color: #6f42c1;
  border: 2px solid var(--bs-theme);
  box-shadow: 0 4px 10px rgba(111, 66, 193, 0.08);
  border: 2px solid #6f42c1;
}

.btn-postjob:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #6f42c1 0%, #8a5be0 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(111, 66, 193, 0.18);
}

/* Login button (subtle, bordered) */
.btn-login {
  background: transparent;
  color: var(--bs-theme);
  border: 2px solid rgba(111, 66, 193, 0.12);
  color: #6f42c1;
}

.btn-login:hover {
  transform: translateY(-2px);
  background: rgba(111, 66, 193, 0.06);
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.06);
}

/* Register button (gradient primary) */
.btn-register {
  background: linear-gradient(135deg, #ff8fab 0%, #ff6b9d 100%);
  color: #fff;
  border: none;
  box-shadow: 0 6px 18px rgba(255, 107, 157, 0.18);
}

.btn-register:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 157, 0.26);
}

/* Icon sizing inside buttons */
.btn-navbar i {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}

/* Accessible focus state */
.btn-navbar:focus {
  outline: none;
}

.btn-navbar:focus-visible {
  box-shadow:
    0 0 0 4px rgba(111, 66, 193, 0.12),
    0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 0;
  color: white;
  text-align: center;
}

.hero-section h1 {
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-section .subtitle {
  font-size: 1.25rem;
  margin-bottom: 40px;
  opacity: 0.95;
}

.search-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: var(--shadow);
  /* max-width: 900px; */
  margin: 0 auto;
}

.search-input {
  border-radius: 10px;
  padding: 14px 20px;
  border: 2px solid #e0e0e0;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.voice-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--primary);
  font-size: 1.2rem;
}

.voice-search.listening {
  animation: pulse 1s infinite;
  color: #dc3545;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* Categories */
.categories-section {
  padding: 60px 0;
  background: var(--light);
}

.category-card {
  background: white;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}

.category-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.category-card i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.category-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.badge-count {
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}

/* Featured Jobs */
.featured-section {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.job-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.job-card:hover {
  transform: translateY(-5px);
}

.job-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-logo {
  height: 50px;
  border-radius: 6px;
}

.company-name {
  font-weight: 600;
  display: block;
}

.verified-badge {
  color: green;
  font-size: 12px;
}

.job-title {
  margin: 12px 0;
  font-size: 18px;
}

.job-details {
  font-size: 14px;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.job-tags {
  margin: 10px 0;
}

.tag {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.tag.primary {
  background: #e7f1ff;
  color: #0d6efd;
}

.tag.warning {
  background: #fff3cd;
  color: #856404;
}

.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.apply-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.container {
  /* width: 85%; */
  margin: auto;
}

/* Hero Section */
.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.about-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.about-hero p {
  font-size: 18px;
}

/* About Content */
.about-content {
  padding: 60px 0;
}

.about-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.about-box h2 {
  color: #667eea;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Why Choose Us */
.why-us {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.why-us h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #f5f7fa;
  padding: 25px;
  border-radius: 8px;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.feature-card h3 {
  color: #667eea;
  margin-bottom: 8px;
  font-weight: 400;
}

/* Footer */
.footer {
  background: #0b1c2d;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 40px;
}

.apply-banner {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  min-height: 300px;
}

.apply-banner h1 {
  font-size: 42px;
}

.apply-banner p {
  font-size: 18px;
  opacity: 0.9;
}

.apply-banner .btn {
  border-radius: 30px;
  transition: 0.3s ease;
}

.apply-banner .btn:hover {
  background-color: #000;
  color: #fff;
}

.card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.job-header {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 40px;
  border-radius: 15px;
}

.job-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
}

.badge-custom {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.text-offwhite {
  color: #e9e9e9;
}

.text-theme {
  color: var(--bs-theme);
}

.bg-theme {
  background: var(--bs-theme);
}

.border-theme {
  border-color: var(--bs-theme);
}

.btn-theme {
  background: var(--bs-theme);
  color: white;
}

.btn-theme:hover {
  background: black;
  color: white;
}

.heroCarousel {
  height: 500px;
}

.jobCard {
  transition: 0.4s ease;
}

.jobCard:hover {
  box-shadow: 0 4px 12px #6f42c1(0, 0, 0, 0.15);
  transform: translateY(-10px);
  transition: 0.4s ease;
}

.jobCardIcon {
  height: 30px;
  width: 30px;
  background-color: bisque;
  border-radius: 50%;
}

.statIcon {
  width: 70px;
  height: 70px;
  background-color: var(--bs-theme);
  border-radius: 50%;
}

.owl-carousel .item {
  /* background: #f5f5f5; */
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.testimonial-card {
  position: relative;
  padding-top: 60px;
  /* space for floating image */
  overflow: visible;
}

.owl-carousel {
  padding-top: 60px;
}

.testimonial-image-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  background: #fff;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555;
}

.owl-carousel .item {
  padding: 15px;
  /* spacing between slides */
}

.owl-nav {
  display: none;
}

.simple-banner {
  padding: 80px 0;
  background-color: #d4e0ed;
}

.abc {
  position: relative;
  transition: 0.4s ease;
}

.abc:hover {
  color: #7104de;
  box-shadow: 0 4px 12px #6f42c1(0, 0, 0, 0.15);
  transform: translateY(-10px);
  transition: 0.4s ease;
  cursor: pointer;
  border: 2px solid #7104de;
}

.bcd:hover {
  color: #7104de;
  box-shadow: 0 4px 12px #6f42c1(0, 0, 0, 0.15);
  transform: translateY(-10px);
  transition: 0.4s ease;
  cursor: pointer;
}

.post-job-banner {
  background: linear-gradient(90deg, #2557a7, #1f3c88);
  padding: 70px 0;
}
.post-job-banner h1 {
  font-size: 2.5rem;
}
.post-job-banner p {
  opacity: 0.95;
}

.page-title {
  font-weight: 700;
}

.table-card {
  background: #dedce4;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(216, 7, 111, 0.08);
}

.status-badge {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 20px;
}

.company-header {
  background: white;
  padding: 25px;
  border-radius: 8px;
}

.rating-box {
  background: white;
  border-radius: 8px;
  padding: 20px;
}

.review-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.star {
  color: #f5b301;
}

.navActiveBtn{
  color: #7104de;
  box-shadow: 0 4px 12px #6f42c1(0, 0, 0, 0.15);
  /* transform: translateY(-10px); */
  transition: 0.4s ease;
  cursor: pointer;
  font-weight: 600;
}