@charset "UTF-8";
:root {
  --background-color: #ecffe0;
  --black-color: #000;
  --back-color:#08092a;
  --body-color: #666666;
  --body-bg: #ffffff;
  --secondary-color: #266867;
  --smoke-color: #F5F5F5;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --blue-color:#2861f5;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #D9D9D9;
  --title-font: "Inter 18pt", sans-serif;
  --body-font: "Titillium Web", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1170px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 60px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s ;
}

body {
  font-family: var(--body-font);
}

.navbar .nav-link {
  color: var(--body-bg); /* change to any color */
}

.navbar .nav-link:hover {
  color: #ffeb3b; /* hover color */
}

.text-black a i {
  color: #000;
}

/* Sticky behavior */
.navbar {
  max-width: 1320px;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  color: #000;
}

.navbar .nav-link {
  color: #000;
}

/* State after scroll */
.navbar.scrolled {
  top: 20px; /* 👈 moves navbar down 20px */
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

/* Change text color when scrolled */
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand,
.navbar.scrolled i {
  color: #000 !important;
}

/* Toggler icon color fix */
.navbar.scrolled .navbar-toggler {
  border-color: #000;
}

.navbar.scrolled .navbar-toggler-icon {
  filter: invert(1);
}

section.banner-top {
  padding: 78px 0 96px;
  background: rgba(142, 172, 250, 0.6901960784);
  background-repeat: repeat;
  width: 100%;
  display: block;
  position: relative;
  top: -63px;
}

section.banner-top::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.banner-block {
  position: relative;
  z-index: 2;
}

.video-demo {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  border: 1px solid var(--black-color);
  margin: 0 auto;
}

.table-features .table {
  --bs-table-bg: #00000000;
  border-color: #FFF !important;
  border-radius: 100px;
  text-align: center;
}

tr.first-tb {
  background: #0b8950;
}

tr.first-tb th {
  color: var(--background-color);
}

tr.Second-tb {
  background: var(--blue-color);
}

tr.Second-tb th {
  color: var(--background-color);
}

tr.Second-tb td {
  color: var(--background-color);
}

tr.first-tb td {
  color: var(--background-color);
}

.header-center {
  align-items: center;
  display: flex;
  padding: 16px;
  gap: 4px;
  background: #fff;
  border-bottom: 1px solid var(--black, #000);
}

.agent-landing {
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: var(--black, #000);
}

.play-video {
  border-radius: 0px 0px 15px 15px;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 500px;
}

.ai-block {
  padding: 30px;
  text-align: center;
}

.ai-block span.job-block {
  color: var(--back-color);
  font-size: 46px;
}

.ai-block h1, div > p {
  color: var(--black-color);
}

h1 {
  color: var(--back-color);
  font-size: 88px;
  font-weight: 600;
}

h2 {
  font-size: 44px;
  text-transform: uppercase;
}

p {
  color: var(--back-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.banner-btn {
  background-color: var(--success-color);
  font-family: var(--body-font);
  font-size: 24px;
  color: var(--body-bg);
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 64px;
}

.banner-btn:hover {
  background: var(--blue-color);
  color: var(--body-bg);
}

/* MAIN CONTAINER */
.table-features {
  width: 100%;
  background: #FFF;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1019607843), 0 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  max-height: 320px; /* shows ~3 jobs */
  overflow: hidden;
  position: relative;
}

/* TITLE */
.jobs-title h2 {
  font-size: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-wrapper {
  position: relative;
  width: 340px;
  height: auto;
}

.job-card {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.card-back {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  z-index: 1;
  background: radial-gradient(circle at top left, rgba(160, 255, 215, 0.45), transparent 60%), linear-gradient(135deg, #c9f5e3, #63c6a6, #2f8f77);
  transform: rotate(-4deg) translate(-10px, 12px);
  box-shadow: 0 30px 60px rgba(47, 163, 122, 0.45), inset 0 0 35px rgba(255, 255, 255, 0.35);
}

.card-back.second {
  z-index: 0;
  opacity: 0.85;
  background: linear-gradient(135deg, #e3fff4, #88dcc2, #3aa187);
  transform: rotate(-8deg) translate(-20px, 24px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
}

.card-wrapper::after {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 1px, transparent 2px), radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 2px);
  background-size: 80px 80px, 120px 120px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.jobs-title img {
  width: 24px;
}

/* JOB BOX */
.jobs {
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}

/* TEXT */
.jobs span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 4px;
}

/* SCROLLBAR */
.table-features::-webkit-scrollbar {
  width: 6px;
}

.table-features::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.btm-gp {
  padding-bottom: 80px;
}

.real {
  display: flex;
  gap: 20px;
  border: 1px solid #FFF;
  align-items: center;
  margin: auto;
  vertical-align: middle;
  padding: 10px;
  position: relative;
  top: 60px;
}

.real hr {
  border-right: 2px solid #fff;
  position: relative;
  top: 13px;
  height: 49px;
  width: 1%;
}

.real h3 {
  font-family: var(--body-font);
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize;
  padding-top: 24px;
}

.trusted-block {
  display: flex;
  gap: 20px;
}

.trust-user {
  display: block;
  width: 100%;
}

.trust-main {
  display: block;
  width: 100%;
}

.trust-block {
  display: flex;
  width: 100%;
  gap: 20px;
}

.trust-user h4 {
  font-size: var(--body-font);
  color: var(--back-color);
  font-size: 17px;
  font-weight: 600;
}

.trust-user p {
  font-size: 16px;
  font-weight: 300;
}

.trust-user .borders {
  border-top: 1.4px dashed var(--back-color);
  height: 1px;
  width: 100%;
  position: relative;
  top: 24px;
}

.trust-user img {
  width: 40px;
  height: 40px;
}

.buttons-tp {
  width: 100%;
  margin: auto;
  display: flex;
  gap: 20px;
}

section.blog-gap {
  display: block;
  padding-top: 100px;
}

.largest {
  font-weight: 700;
}

.about-job {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  position: relative;
  top: 44px;
}

.about-job::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--black-color);
  width: 100%;
  top: 5rem;
}

.img-job img {
  width: 187px;
}

.job-hub {
  text-align: center;
}

.job-hunt h2, h3 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-hunt h2 {
  position: relative;
}

.job-hunt h2::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 17rem;
  background: url("../img/about/headhunting.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}

.job-hunt h4 {
  font-size: 48px;
  font-weight: 600;
}

.job-hunt p {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
}

.cta-btn {
  background: linear-gradient(90deg, #5bbfae 0%, #3fae8b 55%, #2f9f78 100%);
  color: #ffffff;
  padding: 14px 38px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  transition: all 0.25s ease;
}

/* subtle hover like design */
.cta-btn:hover {
  background: linear-gradient(90deg, #4fb7a3 0%, #36a885 55%, #268a67 100%) !important;
  color: #fff;
}

/* arrow */
.cta-btn span {
  font-size: 18px;
  line-height: 1;
}

.personalized-block {
  background-color: var(--back-color);
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  margin-top: 80px;
}

.personalized-block img {
  width: 100%;
  margin: 0 auto;
}

.in-block .btn.personalized-btn {
  width: 30%;
}

.collapse.show {
  background: #2861f5;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 2px solid #FFF;
}

.no-block {
  padding-top: 130px;
}

.blog1-gap {
  margin-top: -28px;
}

.in-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.user {
  width: 100%;
  display: block;
  padding-top: 100px;
}

.user h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.user h3 {
  font-size: 64px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.users-set {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  border: 1px solid var(--black-color);
  border-radius: 0 40px 40px 40px;
  box-shadow: inset 0 0 0 0.5px #000;
  padding: 30px;
}

.inside-team {
  display: block;
}

/* STAT CARD */
.stat-card {
  width: 100%;
  height: 100%;
  background: var(--blue-color);
  border: 1px solid rgba(220, 20, 60, 0.3);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(11, 137, 80, 0.4705882353);
}

/* Crack Effect */
.crack {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}

.stat-card:hover .crack {
  opacity: 0.4;
}

/* Icon */
.icon {
  font-size: 48px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  50% {
    transform: translateY(-8px);
  }
}
/* Number */
.number {
  font-family: "Orbitron", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #FFF;
  text-shadow: 0 0 20px rgb(11, 137, 80) 41%;
}

/* Glitch Effect */
.stat-card.glitch .number {
  animation: glitch 2s infinite;
}

@keyframes glitch {
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-1px, 1px);
  }
}
/* Label */
.label {
  font-size: 18px;
  letter-spacing: 3px;
  color: var(--body-bg);
}

.icon img {
  width: 20%;
}

@media (max-width: 1024px) {
  .users-set {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .users-set {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .users-set {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.users {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}

.users_items {
  display: flex;
  animation: slides 40s linear infinite;
}

.users-set {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.inside-team {
  padding: 20px;
  border-radius: 12px;
}

.users_items img {
  height: 60px;
  margin-top: 10px;
}

.users:hover .users_items {
  animation-play-state: paused;
}

.client-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.client-img p {
  position: relative;
  top: 10px;
  font-weight: 600;
}

.work-tx {
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.client-testimonial {
  background-color: rgb(3, 7, 18, var(--tw-bg-opacity, 1));
  color: white;
  min-height: 100vh;
  margin-top: 0px;
}

.section-title {
  margin: 30px 0 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.gradient-text {
  background: var(--body-bg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.review-container {
  height: 40rem;
  overflow: hidden;
  border-radius: 1.5rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
  mask-image: linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
}

.review-container-reverse {
  -webkit-mask-image: linear-gradient(to top, transparent, white 20%, white 80%, transparent);
  mask-image: linear-gradient(to top, transparent, white 20%, white 80%, transparent);
}

.review-card {
  background-color: #0b8950;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 1.5rem;
}

.review-card:hover {
  transform: scale(1.05);
}

.reviews {
  padding: var(--spacing-md);
  text-align: center;
}

.reviews__container {
  position: relative;
}

.review {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  width: 60%;
  margin: auto;
}

.review__quote-symbol::before {
  content: "❞";
  font-size: 5rem;
  color: var(--color-primary-hover);
}

.review__text {
  font-weight: 300;
  font-size: 1.25rem;
}

.review__author {
  font-weight: 500;
  font-size: 1.25rem;
}

.review__meta {
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-primary-hover);
}

.reviews__controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: var(--back-color) 0;
}

.reviews__control {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--blue-color);
  opacity: 0.2;
  cursor: pointer;
}

.img-review img {
  border-radius: 100px;
  width: 40%;
}

.reviews__control[aria-selected=true] {
  opacity: 1;
}

.stars {
  color: #fbbf24;
}

.text-gray-300 {
  color: #FFF;
}

.text-gray-400 {
  color: var(--body-bg);
}

.text-gray-500 {
  color: #FFF;
}

/* Define keyframes for the top-to-bottom scroll animation */
@keyframes scroll-top-to-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* Define keyframes for the bottom-to-top scroll animation */
@keyframes scroll-bottom-to-top {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Class to apply the top-to-bottom animation */
.animate-scroll-t2b {
  animation: scroll-top-to-bottom 60s linear infinite;
}

/* Class to apply the bottom-to-top animation */
.animate-scroll-b2t {
  animation: scroll-bottom-to-top 60s linear infinite;
}

/* Utility class to pause the animation on hover */
.reviews-wrapper:hover .group-hover-pause {
  animation-play-state: paused;
}

@media (max-width: 767.98px) {
  .d-md-block {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-block {
    display: none !important;
  }
}
.accordion-jobnet {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
  width: 100%;
  display: block;
}

.accordion-jobnet {
  background: #EEAECA;
  background: radial-gradient(circle, rgb(238, 174, 202) 0%, rgb(148, 187, 233) 100%);
  width: 100%;
  height: 100%;
}

.title-accordion h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--body-bg);
}

.in-block h4 {
  font-size: 48px;
  font-weight: 600;
}

.image-accordion img {
  width: 85%;
}

.faq-container {
  max-width: 800px;
  margin: 50px auto 0;
  padding: 20px;
  flex: 1;
}

.accordion-button {
  background-color: #ffffff;
  color: #333;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(40, 97, 245);
  color: white;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 34, 138, 0.25);
}

.accordion-body {
  background-color: #f8f9fa;
  border-left: 4px solid #23228a;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-icon {
  margin-right: 10px;
  color: #edbe00;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.opportunity {
  padding-top: 80px;
}

.opportunity img {
  width: 100%;
  height: 100%;
}

.opportunity .row {
  position: relative;
  z-index: 1;
  top: -112px;
}

.opportunity .btn.personalized-btn {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
}

.perfect-job h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}

.bd-example-snippet.bd-code-snippet {
  margin: 0 auto;
  display: block;
  width: 73%;
  padding-top: 20px;
}

.form-control {
  height: 48px;
}

.form-select {
  height: 48px;
}

.bd-code-snippet .personalized-btn {
  font-size: 16px;
  line-height: 23px;
}

.foot-icons {
  align-items: end;
  display: block;
  float: right;
}

.foot-links {
  display: block;
  padding-top: 50px;
}

footer {
  background: #0f172a;
  display: block;
  margin-top: 0px;
}

.footer-block {
  display: block;
  padding-top: 50px;
}

.foot-links h5 {
  color: var(--body-bg);
}

.foot-links ul {
  padding: 0;
}

.foot-links ul li {
  list-style: none;
}

.foot-links ul li a {
  text-decoration: none;
  color: var(--body-bg);
  line-height: 30px;
}

.foot-icons i {
  font-size: 20px;
  color: var(--body-bg);
}

.foot-icons a:hover {
  color: #2861f5;
}

a {
  list-style: none;
  text-decoration: none;
}

.foot-icons a {
  padding-right: 10px;
}

footer hr {
  border-top: 1px solid #f3f3f3;
  width: 100%;
  margin: 0;
  position: relative;
  top: -9px;
}

.copyright p {
  margin: 0;
  text-align: left;
  color: #FFF;
}

.copyright {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* HERO */
.hero {
  background: url("../img/job-baground.png") center center/cover no-repeat;
  border-radius: 30px;
  padding: 70px 40px 110px;
  position: relative;
}

/* TEXT */
.job-number {
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
}

.job-sub {
  color: #eaf2ff;
  margin-top: -10px;
}

.hero-title {
  color: #153e75;
  font-weight: 700;
  font-size: 34px;
}

/* SEARCH CARD */
.search-card {
  border-radius: 22px;
  padding: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* INPUTS */
.form-control,
.form-select {
  height: 52px;
  border-radius: 14px;
}

/* BUTTON */
.btn-search {
  height: 58px;
  border-radius: 50px;
  background: linear-gradient(135deg, #1fa463, #2ecc71);
  border: none;
  font-weight: 600;
  color: #fff;
}

.btn-search:hover {
  opacity: 0.9;
}

/* SECTION BACKGROUND */
.slider-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/background-slide.png");
  position: relative;
  overflow: hidden;
}

/* LIGHT WAVES */
.wave {
  position: absolute;
  width: 120%;
  height: 120%;
  background: linear-gradient(120deg, transparent 40%, rgba(0, 180, 255, 0.35), transparent 60%);
  filter: blur(120px);
  opacity: 0.8;
}

.wave-1 {
  top: -30%;
  left: -10%;
  transform: rotate(10deg);
}

.wave-2 {
  bottom: -30%;
  right: -10%;
  transform: rotate(-10deg);
}

/* OUTER GLOW BORDER */
.logo-slider-wrapper {
  position: relative;
  padding: 6px;
  border-radius: 120px;
  background: linear-gradient(90deg, #00ff88, #00b4ff, #3b5cff);
  box-shadow: 0 0 25px rgba(0, 255, 136, 0.8), 0 0 40px rgba(0, 180, 255, 0.7), 0 0 60px rgba(59, 92, 255, 0.6);
}

.logo-slider-wrapper::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 110px;
  background: linear-gradient(#ffffff, #f0f0f0);
  z-index: 0;
}

/* INNER SLIDER */
.logos {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  border-radius: 100px;
  background: linear-gradient(#ffffff, #f2f2f2);
  overflow: hidden;
}

.logo-slider-wrapper::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 140px;
  background: linear-gradient(90deg, rgba(0, 255, 136, 0.4), rgba(0, 180, 255, 0.4), rgba(59, 92, 255, 0.4));
  filter: blur(30px);
  z-index: -1;
}

/* SLIDE TRACK */
.logos-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 25s linear infinite;
}

.logos:hover .logos-track {
  animation-play-state: paused;
}

/* LOGOS */
.logos-track img {
  height: 100px;
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s ease;
}

.logos-track img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* ANIMATION */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .logos-track img {
    height: 70px;
    margin: 0 20px;
  }
}
.different-block {
  font-family: "Inter", sans-serif;
  background: url(../img/section-background.png);
  overflow-x: hidden;
  margin-top: 80px;
}

.different-left {
  font-family: "Inter", sans-serif;
  background: url(../img/section-background1.png);
  overflow-x: hidden;
  margin-top: 0px;
}

.different-right {
  font-family: "Inter", sans-serif;
  background: url(../img/section-background2.png);
  overflow-x: hidden;
  margin-top: 0px;
}

.fw-bold {
  font-weight: 700 !important;
  font-size: 53px;
}

/* Hero section */
.Job-hunting {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.Job-hunting h1 span {
  color: #2fa37a;
}

.Job-hunting p {
  color: #555;
  max-width: 480px;
}

/* Buttons */
.btn-primary-custom {
  background: #2fa37a;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
}

.btn-primary-custom:hover {
  background: #268a67;
}

/* Card mock */
.job-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  padding: 24px;
  animation: float 4s ease-in-out infinite;
}

.match-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* Gradient background */
  background: radial-gradient(circle at top left, #6fe3b5 0%, #2fa37a 45%, #1f7f60 75%, #176b52 100%);
  /* Glow effect */
  box-shadow: 0 0 15px rgba(47, 163, 122, 0.6), 0 0 30px rgba(47, 163, 122, 0.4);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  z-index: 9;
}

.match-badge::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 60%);
}

.progress-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 6px solid #e6f4ef;
  border-top-color: #2fa37a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  animation: spin 6s linear infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Fade in animation */
.fade-in {
  animation: fadeIn 1.2s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Initial hidden state */
.scroll-animate .animate-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* Delay helpers */
.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

/* When visible */
.scroll-animate.show .animate-item {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */