/* ---------- CSS Variables ---------- */
:root {
  --primary-blue: rgb(37, 99, 235);
  --primary-blue-rgb: 37, 99, 235;
  --text-dark: #121224;
  --theme-black: #121224;
  --text-muted: #6B7280;
  --bg-grey-light: #F3F4F6;
  --theme-primary: #000000;
  --theme-primary-light: rgb(136, 136, 136);
  --theme-secondary: #2b75e2;
  --theme-secondary-light: rgb(145, 213, 245);
  --white: #ffffff;
  --border-color: #E5E7EB;
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, .08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, .12);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-pill: 50px;
  --label-color: #071833;
}

/* Common CSS start */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #2b3a4a;
  border-radius: 10px;
}

#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #2d4b8f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.stickyInnerSecImg {
  position: sticky;
  top: 130px;
}


/* Owl Carousel S */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--N400, #E7E7F1);
  background-color: #ffffff;
  border-radius: 50%;
}

/* Owl Carousel E */
/* theme color Classes S*/
.theme-bg-blue {
  background-color: var(--theme-blue);
}

.theme-text-light-blue {
  color: var(--theme-light-blue);
}

.theme-bg-light-blue {
  background-color: var(--theme-light-blue);
}

.theme-light-red {
  background-color: var(--theme-light-red);
}

.theme-light-green {
  background-color: var(--theme-light-green);
}

.theme-light-blue {
  background-color: var(--theme-light-blue);
}

.theme-light-orange {
  background-color: var(--theme-light-orange);
}

.theme-dark-orange {
  background-color: var(--theme-light-orange);
}

.theme-light-cyan {
  background-color: var(--theme-light-cyan);
}

.theme-text-red {
  color: var(--theme-text-red);
}

.theme-text-red2 {
  color: var(--theme-red);
}

.theme-text-green {
  color: var(--theme-text-green);
}

.theme-text-green2 {
  color: var(--theme-text-green);
}

.theme-text-blue {
  color: var(--theme-text-blue);
}

.theme-text-orange {
  color: var(--theme-text-orange);
}

.theme-text-dark-orange {
  color: var(--theme-text-dark-orange);
}

.theme-text-cyan {
  color: var(--theme-text-cyan);
}

.shadow-blue {
  box-shadow: var(--shadow-blue);
}

.shadow-green {
  box-shadow: var(--shadow-green);
}

.shadow-red {
  box-shadow: var(--shadow-red);
}

.shadow-cyan {
  box-shadow: var(--shadow-cyan);
}

.shadow-orange {
  box-shadow: var(--shadow-orange);
}

/* theme color Classes E*/
body {
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -mos-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
}

p {
  color: var(--theme-gray);
  font-weight: 400;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-black);
}

.section-padding {
  padding: 50px 0;
}

@media(max-width:767px) {
  p {
    color: var(--theme-gray);
    font-weight: 400;
    font-size: 16px;
  }
}

@media(max-width:479px) {
  .cookie_popup {
    left: 0;
    padding: 15px;
    width: 95%;
    margin: 0 auto;
    right: 0;
  }

  .cookie_popup p {
    font-size: 14px;
  }
}

.container {
  position: relative;
  z-index: 1;
}

.heading {
  font-size: 14px;
  color: #b14441;
  font-weight: 600;
  padding: 10px 30px;
  background-color: #fbf1e6;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.title {
  color: var(--theme-black);
  font-weight: 600;
}

.p_sec {
  font-size: 18px;
}

.p_list {
  font-size: 16px;
}

.blue-box-shadow {
  box-shadow: 0px 0px 20px #3A6FB680;
}

.green-box-shadow {
  box-shadow: 0px 0px 20px #57A87080;
}

.red-box-shadow {
  box-shadow: 0px 0px 20px #DD5F5B80;
}

.yellow-box-shadow {
  box-shadow: 0px 0px 20px #FBA23B80;
}

.btn:focus-within {
  outline: none;
}

@media(min-width:1024px) {
  .title {
    font-size: 2.4vw;
    max-width: 75%;
    margin: 0 auto 20px;
  }
}

@media(max-width:1366px) {
  .heading {
    font-size: 13px;
    color: var(--theme-blue);
    font-weight: 600;
    padding: 8px 20px;
  }

  .p_sec {
    font-size: 16px;
  }

  .p_list {
    font-size: 14px;
  }
}

@media(max-width:1024px) {
  .p_sec {
    font-size: 15px;
  }

  .p_list {
    font-size: 13px;
  }
}

/* Common CSS Ends */

/*Form CSS Start */
label {
  font-size: 14px;
  color: var(--theme-gray);
}

.form-control::placeholder {
  color: var(--theme-gray);
  opacity: 0.25;
}

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

.form-control {
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-black);
}

.form-label {
  font-size: 14px;
  color: var(--label-color);
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.15px;
}

textarea {
  resize: none;
}

@media(max-width:767px) {
  .form-label {
    font-size: 13px;
    font-weight: 500;
  }
}

/*Form CSS End */

/* owlCarousel CSS Start */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 35px;
}

.owl-carousel .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background-color: black;
  opacity: 0.25;
  display: inline-block;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -mos-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
}

.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  width: 30px;
}

.owl-carousel .owl-dots .owl-dot+.owl-dot {
  margin-left: 8px;
}

/* owlCarousel CSS End */

/*Loader Start*/
.main-loader {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background-color: rgb(255 255 255 / 90%);
  flex-direction: column;
  top: 0;
}

.main-loader.loader__up {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition_05s);
  -webkit-transition: var(--transition_05s);
  -moz-transition: var(--transition_05s);
  -ms-transition: var(--transition_05s);
}

.main-loader .loader-gif img {
  max-width: 100px;
}

/*Loader Ends*/
.thumbnail-container,
.thumbnail_container {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.thumbnail {
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: 0 0
}

.thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out
}

/* Cookie Popup S*/
.cookie_popup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: rgb(30 31 31 / 80%);
  padding: 20px;
  border-radius: 10px;
  z-index: 99999;
  width: 475px;
  filter: drop-shadow(2px 4px 6px black);
}

.cookie_popup .cookie_content p {
  color: #fff;
  line-height: 150%;
}

.cookie_popup .cookie_btns a {
  padding: 10px 20px;
}

/* Cookie Popup E*/

/*Loader Start*/
.main-loader {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background-color: rgb(255 255 255 / 90%);
  flex-direction: column;
  top: 0;
}

.main-loader.loader__up {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition_05s);
  -webkit-transition: var(--transition_05s);
  -moz-transition: var(--transition_05s);
  -ms-transition: var(--transition_05s);
}

.main-loader .loader-gif img {
  max-width: 100px;
}

/* Select 2 S*/
.select2-container--default .select2-selection--single {
  height: 52px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  color: var(--bs-body-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

input[type=search] {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 6px;
}

.select2-dropdown {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-search--dropdown {
  padding: 10px;
}

.select2-results__option {
  padding: 6px 10px;
  font-size: 13px;
}

.select2-results__option:hover {
  background-color: #eeeeee;
}

.select2-results {
  padding: 10px 5px 5px 0;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 15px 15px;
  border: 1px solid var(--bs-border-color)
}

.select2-results__option[aria-selected="true"] {
  background-color: #eeeeee;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  border: 0 !important;
  top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  position: absolute;
  font-size: 14px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  content: "\f282";
  top: 6px;
  right: 0;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 5px;
  padding-right: 0px;
  font-size: 20px;
  font-weight: 300;
  color: var(--text-dark);
  opacity: 0.75;
}

/* Select 2 E*/

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif !important;
  color: var(--text-dark);
  background: var(--white);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--theme-secondary);
}

img {
  max-width: 100%;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-main {
  background: var(--white);
  border-bottom: 1px solid var(--border-color);
  padding: 0 0;
  position: fixed;
  top: 0;
  z-index: 1050;
  box-shadow: var(--shadow-sm);
  width: 100%;
}

.navbar-inner {
  display: flex;
  align-items: center;
  height: 60px;
  gap: 8px;
}

/* Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  margin-right: 8px;
  max-width: 150px;
}

.brand-logo .logo-text {
  font-size: 26px;
  font-weight: 800;
  color: var(--theme-secondary);
  letter-spacing: -1px;
  line-height: 1;
}

.brand-logo .logo-dot {
  color: var(--theme-primary);
}

/* Desktop Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  flex-grow: 1;
}

.nav-links>li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-links>li>a,
.nav-links>li>button {
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  gap: 4px;
  transition: color .2s;
}

.nav-links>li>a:hover,
.nav-links>li>a.active,
.nav-links>li>button:hover {
  color: var(--theme-secondary);
}

/* Mega / Dropdown trigger */
.nav-links>li:hover>.mega-menu,
.nav-links>li:hover>.dropdown-menu-nav {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Chevron icon */
.chev {
  font-size: 11px;
  transition: transform .2s;
}

.nav-links>li:hover .chev {
  transform: rotate(180deg);
}

/* ---- Mega Menu ---- */
.mega-menu {
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s;
  position: absolute;
  top: 60px;
  left: 0;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 14px 18px;
  min-width: 250px;
  gap: 0;
  z-index: 999;
}

.mega-col {
  flex: 1;
  padding: 0;
  border-right: 1px solid var(--border-color);
}

.mega-col:last-child {
  border-right: none;
}

.mega-col-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 12px;
}

.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-col ul li a {
  display: block;
  font-size: 13px;
  color: var(--text-dark);
  padding: 5px 0;
  font-weight: 400;
  transition: color .15s, padding-left .15s;
}

.mega-col ul li a:hover {
  color: var(--theme-secondary);
  padding-left: 4px;
}

/* ---- Simple Dropdown ---- */
.dropdown-menu-nav {
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s;
  position: absolute;
  top: 60px;
  left: 0;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: var(--shadow-md);
  min-width: 250px;
  z-index: 999;
  flex-direction: column;
  padding: 8px 15px;
}

.dropdown-menu-nav a {
  display: block;
  padding: 9px 0;
  font-size: 13px;
  color: var(--text-dark);
  white-space: nowrap;
}

.dropdown-menu-nav a:hover {
  padding-left: 4px;
  color: var(--theme-secondary);
}

/* Auth buttons */
.nav-auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

.btn-login {
  padding: 7px 20px;
  border: 1.5px solid var(--theme-secondary);
  border-radius: var(--radius-pill);
  color: var(--theme-secondary);
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: background .2s, color .2s;
  font-family: 'Poppins', sans-serif;
}

.btn-login:hover {
  background: var(--theme-secondary);
  color: var(--white);
}

.btn-register {
  padding: 7px 20px;
  border: 1.5px solid var(--theme-secondary);
  border-radius: var(--radius-pill);
  color: var(--white);
  background: var(--theme-secondary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  font-family: 'Poppins', sans-serif;
}

.btn-register:hover {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--text-dark);
  margin: 4px 0;
  border-radius: 2px;
  transition: .3s;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  background: linear-gradient(180deg, rgb(43 117 226 / 15%), rgba(251, 251, 253, 0));
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 117, 226, .12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 6px;
}

.hero-title span {
  color: var(--theme-secondary);
}

.hero-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--text-dark);
  margin-bottom: 28px;
}

/* Search bar */
.search-bar-wrap {
  background: var(--white);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 20px rgba(37, 99, 235, .18);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6px 6px 6px 10px;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.search-field {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  padding: 8px 12px;
  background: transparent;
}

.search-field::placeholder {
  color: var(--text-muted);
}

.search-divider {
  width: 1px;
  height: 28px;
  background: var(--border-color);
  flex-shrink: 0;
}

.search-location {
  flex: 0 0 180px;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  background: transparent;
}

.search-location::placeholder {
  color: var(--text-muted);
}

.search-bar-wrap select.search-select {
  display: none;
}

.search-bar-wrap .search-select+.select2-container {
  min-width: 175px;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: var(--text-dark);
  background: transparent;
  text-align: left;
}

.search-bar-wrap .search-select+.select2-container.select2-container--default .select2-selection--single {
  border: 0;
  outline: none;
}

.search-bar-wrap .search-select+.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  padding-left: 0;
}

.search-bar-wrap .search-select+.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6b7280;
}

.btn-search {
  background: var(--theme-secondary);
  color: var(--white);
  border: none;
  border-radius: var(--radius-pill);
  padding: 10px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}

.btn-search:hover {
  background: var(--primary-blue);
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

.category-chip:hover {
  border-color: #d8e4f4;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.12);
  background: #f0f6fe;
  color: #1a1a2e;
}

.category-chip .chip-icon {
  width: 35px;
  border-radius: 50%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.category-chip .chip-icon svg {
  width: 18px;
  height: 18px;
  stroke: #555;
}

.category-chip .chip-arrow {
  font-size: 13px;
  color: #9ca3af;
  margin-left: 2px;
}

.chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  /* max-width: 80%; */
  margin: 50px auto 0;
}

.category-chip:nth-child(5n + 1) .chip-icon {
  background-color: #f7f8ff;
}

.category-chip:nth-child(5n + 2) .chip-icon {
  background-color: #fefbef;
}

.category-chip:nth-child(5n + 3) .chip-icon {
  background-color: #f2fcff;
}

.category-chip:nth-child(5n + 4) .chip-icon {
  background-color: #e8f6ee;
}

.category-chip:nth-child(5n + 5) .chip-icon {
  background-color: #fff3f2;
}

/* Hero image side */
.hero-img-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-illustration {
  width: 100%;
  max-width: 460px;
}

@media(max-width:1024px) {
  .chips-wrapper {
    max-width: 100%;
  }

  .category-chip {
    padding: 8px;
  }

  .category-chip .chip-icon {
    width: 30px;
    height: 30px;
  }
}

@media(max-width:991px) {

  .search-bar-wrap .search-select-wrapper,
  .search-bar-wrap .search-select+.select2-container {
    width: 100% !important;
  }

  .search-bar-wrap .search-select-wrapper {
    border-top: 1px solid var(--border-color);
    margin: 5px 0 0;
    padding: 5px 0;
  }

  .search-location {
    margin: 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
  }
}

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 28px;
  font-family: 'Poppins', sans-serif;
}

/* ============================================================
   JOB CATEGORIES
   ============================================================ */
.categories-section {
  padding: 52px 0;
  background: var(--white);
}

.categories-section .top-companies .owl-stage {
  padding-left: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.categories-section .top-companies .owl-nav {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
  width: 100%;
}

.categories-section .top-companies.owl-carousel .owl-nav button.owl-next {
  right: -20px;
  position: absolute;
}

.categories-section .top-companies.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  position: absolute;
}

.category-card {
  background: var(--white);
  border: 1px solid rgba(var(--primary-blue-rgb), 0.5);
  border-radius: var(--radius-md);
  padding: 10px 15px;
  cursor: pointer;
  transition: box-shadow .2s, border-color .2s, transform .2s;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

.category-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--primary-blue-rgb), 1);
  transform: translateY(-2px);
}

.cat-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--bg-grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.cat-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cat-count {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

/* ============================================================
   COMPANIES SECTION
   ============================================================ */
.companies-section {
  padding: 52px 0;
  background: var(--bg-grey-light);
}

.company-logo-wrap {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .2s, transform .2s;
  height: 90px;
  cursor: pointer;
}

.company-logo-wrap:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.company-logo-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: -0.5px;
}

/* ============================================================
   FEATURED / PREMIUM JOBS
   ============================================================ */
.featured-jobs-section {
  padding: 52px 0;
  background: var(--white);
}

.job-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: box-shadow .2s, transform .2s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.job-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-logo-sm {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--bg-grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: var(--theme-secondary);
  border: 1px solid var(--border-color);
  flex-shrink: 0;
}

.job-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}

.company-name {
  font-size: 13px;
  color: var(--text-muted);
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--text-muted);
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.badge-new {
  background: #dcfce7;
  color: #16a34a;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

.badge-hot {
  background: #fee2e2;
  color: #dc2626;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

/* ============================================================
   SERVICES BANNER
   ============================================================ */
.services-section {
  padding: 52px 0;
  background: var(--white);
}

.services-section p.section-subtitle {
  margin-bottom: 25px;
}

.service-banner {
  border-radius: var(--radius-md);
  padding: 32px 185px 32px 28px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  position: relative;
}

.service-banner.blue-bg {
  background: linear-gradient(135deg, #1d4ed8 0%, #4068bf 100%);
  color: var(--white);
}

.service-banner.dark-bg {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: var(--white);
}

.service-banner h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
}

.service-banner p {
  font-size: 13px;
  opacity: .85;
  margin: 0;
}

.btn-banner {
  background: var(--white);
  color: var(--theme-secondary);
  border: none;
  border-radius: var(--radius-pill);
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  transition: opacity .2s;
  display: inline-block;
}

.btn-banner:hover {
  opacity: .9;
}

.btn-banner.dark {
  color: var(--text-dark);
}

.service-icon {
  font-size: 150px;
  top: 0;
  opacity: .25;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  line-height: 120%;
}

@media(max-width:767px) {
  .service-icon {
    font-size: 140px;
  }
}

/* ============================================================
   RESUME SECTION
   ============================================================ */
.resume-section {
  padding: 52px 0;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.resume-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
}

.resume-cta-title span {
  color: var(--theme-secondary);
}

.resume-cta-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin: 8px 0 24px;
}

.btn-blue-pill {
  display: inline-block;
  background: var(--theme-secondary);
  color: var(--white);
  padding: 11px 28px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  transition: background .2s;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.btn-blue-pill:hover {
  background: var(--primary-blue);
  color: var(--white);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-main {
  background: linear-gradient(1deg, rgba(8, 22, 58, .96), rgb(7 31 82 / 90%));
  color: #d1d5db;
  padding: 72px 0 0;
  overflow: hidden;
}

.footer-top-row {
  row-gap: 0px;
}

.footer-logo-text {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -1px;
  max-width: 250px;
}

.footer-logo-text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-logo-dot {
  color: var(--theme-secondary);
}

.footer-desc {
  font-size: 14px;
  color: rgb(255 255 255 / 70%);
  margin-top: 14px;
  line-height: 1.7;
  max-width: 260px;
}

.footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links li a {
  display: inline-block;
  font-size: 14px;
  color: rgb(255 255 255 / 68%);
  line-height: 1.5;
  transition: color .2s ease;
  margin: 0;

}

.footer-links li a:hover {
  color: var(--white);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-contact-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}

.footer-contact a,
.footer-contact p {
  font-size: 14px;
  color: rgb(255 255 255 / 68%);
  line-height: 1.6;
  margin: 0;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid #374151;
  margin-top: 36px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgb(255 255 255 / 65%) !important;
}

.footer-bottom .copyrightText {
  font-size: 13px;
}

.footer-bottom a {
  color: rgb(255 255 255 / 65%) !important;
  font-size: 13px;
  letter-spacing: 0.25px;
}

.footer-bottom a:hover {
  color: white !important;
}

.footer-bottom a+a {
  border-left: 1px solid #424e60;
  padding-left: 10px;
  margin-left: 7px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d5db;
  font-size: 13px;
  transition: background .2s;
}

.social-link:hover {
  background: var(--theme-secondary);
  color: var(--white);
}

/* ============================================================
   MOBILE MENU OVERLAY
   ============================================================ */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, .5);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu-panel {
  background: var(--white);
  width: 340px;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  box-shadow: var(--shadow-md);
  position: relative;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 35px;
  cursor: pointer;
  color: var(--text-dark);
  float: right;
  position: absolute;
  right: 10px;
  top: 15px;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.mobile-nav-list li a,
.mobile-nav-list li button {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-dark);
  /* border-bottom: 1px solid var(--border-color); */
  border-bottom: none;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.mobile-nav-list li a.active{
  background-color: rgba(79, 144, 255, 0.1);
  border-radius: 7px;
}
.mobile-nav-list .mobile-sub-list li a.active{
  border-radius: 5px;
  margin-bottom: 7px;
  padding: 7px 10px;
}
.mobile-sub-list {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  display: none;
}

.mobile-sub-list.open {
  display: block;
}

.mobile-sub-list li a {
  padding: 7px 0;
  font-size: 13px;
  color: var(--text-muted);
  border: none;
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 80px 0 40px;
  }

  .nav-links {
    display: none !important;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
  }

  .search-bar-wrap {
    flex-wrap: wrap;
    border-radius: var(--radius-md);
    padding: 16px 20px;
  }

  .search-location {
    flex: 0 0 100%;
    border-top: 1px solid var(--border-color);
  }

  .btn-search {
    width: 100%;
    text-align: center;
    border-radius: var(--radius-md);
  }

  .search-divider {
    display: none;
  }

  .hero-img-wrap {
    display: none;
  }

  .service-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-desc {
    margin: 20px 0 20px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 22px;
  }

  .hero-section {
    padding: 32px 0 28px;
  }

  .section-title {
    font-size: 26px;
  }

  .stat-item .stat-num {
    font-size: 18px;
  }

  .footer-bottom {
    justify-content: center;
  }

  .brand-logo {
    max-width: 130px;
  }

  .discoverJobs-section .discoverJobs .left-section .heading,
  .discoverJobs-section .discoverJobs .left-section .sub-heading {
    text-align: center;
  }

  .footer-heading {
    margin: 15px 0;
  }
}

/* Utility */
.divider-v {
  width: 1px;
  height: 24px;
  background: var(--border-color);
  margin: 0 4px;
}

.text-blue {
  color: var(--theme-secondary);
}

.fw-600 {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}


/* ================================================================
  Discover jobs across popular roles
================================================================ */

.discoverJobs-section .discoverJobs {
  width: 100%;
  margin-top: 40px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 240, 226, 0)), to(#FFF0E2));
  background: linear-gradient(180deg, rgba(255, 240, 226, 0) 0%, #FFF0E2 100%);
  border: 1px solid #FFE9D6;
  padding: 50px;
}

.discoverJobs-section .discoverJobs .left-section {
  width: 100%;
}

.discoverJobs-section .discoverJobs .left-section img {
  width: 100%;
  max-width: 450px;
  border-radius: 25px;
}

.discoverJobs-section .discoverJobs .left-section .heading {
  margin-top: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #121224;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.discoverJobs-section .discoverJobs .left-section .sub-heading {
  font-weight: 500;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #474D6A;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider {
  padding: 50px 40px 25px;
  border: 0;
  border-radius: 25px;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider .discoverJobBox {
  cursor: pointer;
  display: inline-block;
  padding: 25px 15px;
  background: linear-gradient(180deg, rgba(255, 240, 226, 0) 0%, #e6f0ff 100%);
  border: 1px solid var(--N400, #E7E7F1);
  border-radius: 16px;
  width: 100%;
  margin-bottom: 25px;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider .discoverJobBox .discoverJobBox_title {
  font-size: 16px;
  font-weight: 600;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider .discoverJobBox .discoverJobBox_subtitle {
  font-size: 14px;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider.owl-carousel .owl-nav button.owl-next {
  right: -20px;
  position: absolute;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  position: absolute;
}

.discoverJobs-section .discoverJobs .discoverJobsSlider.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0;
}


@media(max-width:1366px) {
  .discoverJobs-section .discoverJobs {
    padding: 35px;
  }

  .discoverJobs-section .discoverJobs .discoverJobsSlider {
    padding: 30px 30px 25px;
  }

  .discoverJobs-section .discoverJobs .discoverJobsSlider .discoverJobBox {
    padding: 15px;
  }
}

@media(max-width:1024px) {
  .discoverJobs-section .discoverJobs .left-section {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


/* Login popup S */
.offcanvas-backdrop {
  z-index: 1060;
}

.login-popup.offcanvas.offcanvas-end {
  z-index: 1070;
  width: 500px;
  padding: 50px;
}

.login-popup .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.login-popup .offcanvas-header,
.login-popup .offcanvas-body {
  padding: 0;
  display: inline-block;
}

.login-popup .offcanvas-header .login-popup-title {
  font-size: 20px;
  color: #000000;
}

.login-popup .offcanvas-header .login-popup-subtitle {
  font-weight: 400;
  font-size: 14px;
}

/* Login popup E */

/* TalentHub login page UI */
.login-page-shell {
  min-height: calc(100vh - 140px);
  padding: 60px 24px 80px;
  background: var(--bg-grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.login-auth-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

.login-info-panel,
.auth-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
}

.login-info-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  background: linear-gradient(180deg, rgb(43 117 226 / 6%), rgba(251, 251, 253, 0));
}

.login-info-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--text-dark);
  margin-bottom: 28px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-dark);
}

.check-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.12);
  color: var(--primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.login-info-footer {
  display: grid;
  gap: 28px;
  margin-top: 40px;
}

.btn-register-large {
  display: inline-flex;
  width: fit-content;
  min-width: 230px;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 16px;
  font-size: 0.95rem;
}

.login-info-graphic {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.login-info-graphic img {
  width: 100%;
  max-width: 420px;
  display: block;
}

.auth-card {
  padding: 0;
  overflow: hidden;
}

.auth-card-inner {
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.auth-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.auth-form {
  display: grid;
  gap: 10px;
}

.form-group {
  display: grid;
  gap: 5px;
}

.field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.input-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
}

.field-action-link,
.otp-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--theme-secondary);
  text-decoration: none;
  text-align: center;
}

.field-action-link:hover,
.otp-link:hover {
  color: var(--primary-blue);
}

.password-group {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 10px;
}

.auth-field {
  width: 100%;
  min-height: 35px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  background: #ffffff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.auth-field:focus {
  outline: none;
  border-color: var(--theme-secondary);
  /* box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); */
}

.password-toggle {
  width: 100%;
  border: 1px solid var(--border-color);
  background: transparent;
  border-radius: 10px;
  color: var(--theme-secondary);
  font-weight: 600;
  padding: 0 15px;
  min-height: 48px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.password-toggle:hover {
  background: rgba(37, 99, 235, 0.08);
}

.auth-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border: none;
  border-radius: 25px;
  background: var(--theme-secondary);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.auth-button:hover {
  background: var(--primary-blue);
  transform: translateY(-1px);
}

.login-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  color: #6b7280;
  font-size: 0.88rem;
  margin: 10px 0;
}

.login-divider span {
  display: block;
  height: 1px;
  min-height: 1px;
  background: var(--border-color);
}

.login-divider span:nth-child(2) {
  background: transparent;
  color: #6b7280;
  font-weight: 600;
  text-align: center;
}

.google-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: var(--white);
  color: var(--text-dark);
  font-size: 0.95rem;
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease;
}

.google-button:hover {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.24);
}

.google-icon {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Register page UI */
.register-page-shell {
  min-height: calc(100vh - 140px);
  padding: 64px 24px 80px;
  background: var(--bg-grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-page-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.register-page-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.register-header-text {
  color: #475569;
  font-size: 0.95rem;
}

.register-header-link {
  color: var(--theme-secondary);
  font-weight: 700;
  text-decoration: none;
}

.register-header-link:hover {
  text-decoration: underline;
}

.register-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.5fr);
  gap: 32px;
  align-items: start;
}

.register-info-panel,
.register-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
}

.register-info-panel {
  padding: 35px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgb(43 117 226 / 6%), rgba(251, 251, 253, 0));
  position: sticky;
  top: 10px;
}

.register-info-sticky {
  position: sticky;
  top: 28px;
}

.register-info-visual {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.register-info-visual img {
  width: 100%;
  max-width: 240px;
  display: block;
}

.register-info-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 24px;
  line-height: 1.05;
}

.register-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.register-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-dark);
}

.register-info-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.12);
  color: var(--primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.register-info-footer {
  margin-top: 36px;
}

.register-card-inner {
  padding: 45px;
  display: grid;
  gap: 24px;
}

.register-main-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.register-subtitle {
  font-size: 0.96rem;
  color: #475569;
  margin: 10px 0 0;
  max-width: 680px;
  line-height: 1.6;
}

.register-form-grid {
  width: 100%;
  max-width: 100%;
  display: block;
}

.register-fields {
  display: grid;
  gap: 18px;
}

.register-form .form-group {
  display: grid;
  gap: 5px;
}

.register-form .form-group .form-label,
.register-form .form-group .input-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0;
}

.register-input,
.register-file-input {
  border-radius: 10px;
  padding: 10px 15px;
  min-height: 35px;
  border: 1px solid var(--border-color);
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  background: #ffffff;
}

.register-input:focus,
.register-file-input:focus {
  outline: none;
  border-color: var(--theme-secondary);
}

.mobile-field-group {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}

.country-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  color: #475569;
  font-weight: 600;
  min-height: 35px;
  padding: 0 14px;
}

.register-help-text {
  margin: 10px 0 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

.file-upload-field {
  display: grid;
  gap: 8px;
}

.file-upload-note {
  display: block;
  margin-top: 0px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.register-resume-uploader {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.register-resume-group {
  margin-bottom: 0px;
}

.register-file-input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.btn-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 0 20px;
  border-radius: 25px;
  background: #f96634;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  border: none;
  cursor: pointer;
  transition: background .2s ease;
}

.btn-upload:hover {
  background: #dc4d1f;
}

.register-resume-meta {
  font-size: 10px;
  color: #64748b;
}

.register-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.status-card-title {
  font-weight: 700;
}

.status-card {
  display: block;
  border-radius: 18px;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease;
  position: relative;
}

.status-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.status-card-inner {
  display: grid;
  gap: 10px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 18px 20px;
  min-height: 120px;
  background: #ffffff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.status-card:hover .status-card-inner {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08);
}

.status-card input:checked+.status-card-inner {
  border-color: var(--theme-secondary);
  background: rgba(37, 99, 235, 0.08);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.08);
}

.register-social-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: #6b7280;
  font-size: 0.85rem;
}

.register-social-divider span {
  display: block;
  height: 1px;
  background: var(--border-color);
}

.register-social-divider span:nth-child(2) {
  background: transparent;
  padding: 0 8px;
  color: #475569;
  font-weight: 600;
}


.register-checkbox-row {
  padding-top: 14px;
  margin-bottom: 12px;
}

.checkbox-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--theme-secondary);
}

.register-terms-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.register-link {
  color: var(--theme-secondary);
  text-decoration: none;
}

.register-link:hover {
  text-decoration: underline;
}

.register-submit-button {
  width: auto;
  border-radius: 25px;
  padding: 8px 22px;
}

.register-social-panel {
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  min-height: 220px;
}

.register-social-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #475569;
}

.register-social-note {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

@media (max-width: 1199px) {
  .register-card-inner {
    padding: 30px;
  }

  .register-info-panel {
    padding: 30px;
  }

  .auth-card-inner {
    padding: 30px;
  }

  .login-info-panel {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .register-page-shell {
    padding: 50px 20px 70px;
  }

  .register-grid {
    gap: 24px;
  }

  .register-form-grid {
    gap: 18px;
  }

  .register-card-inner {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .register-grid {
    grid-template-columns: 1fr;
  }

  .register-info-sticky {
    position: static;
    top: auto;
  }

  .register-page-shell {
    padding: 40px 16px 60px;
  }

  .register-main-title {
    font-size: 24px;
  }

  .register-info-panel {
    position: initial;
    padding: 25px;
  }

  .register-info-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .register-card-inner {
    padding: 25px;
  }

  .register-form-grid {
    grid-template-columns: 1fr;
  }

  .register-social-panel {
    padding: 24px 20px;
  }

  .mobile-field-group {
    grid-template-columns: 1fr;
  }

  .country-code {
    width: 100%;
    justify-content: flex-start;
    padding-left: 16px;
  }

  .check-list {
    gap: 15px;
  }

  .check-list li {
    font-size: 14px;
  }

  .check-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .register-info-item {
    font-size: 14px;
  }

  .register-info-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}

@media (max-width: 560px) {
  .register-page-shell {
    min-height: auto;
    padding: 30px 14px 30px;
  }

  .register-info-panel {
    padding: 20px;
  }

  .register-card-inner {
    gap: 18px;
    padding: 20px;
  }

  .register-main-title {
    font-size: 24px;
  }

  .register-subtitle {
    font-size: 0.92rem;
  }

  .register-status-grid {
    grid-template-columns: 1fr;
  }

  .status-card-inner {
    padding: 16px 18px;
  }

  .register-social-panel {
    min-height: auto;
  }
}

@media (max-width: 1024px) {
  .login-auth-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .login-page-shell {
    padding: 50px 20px 70px;
  }

}

@media (max-width: 768px) {
  .login-page-shell {
    padding: 40px 16px 60px;
    align-items: center;
  }

  .auth-card-inner {
    padding: 25px;
    gap: 15px;
  }

  .login-info-panel {
    padding: 25px;
  }
}

@media (max-width: 560px) {
  .login-page-shell {
    min-height: auto;
    padding: 26px 14px 50px;
  }

  .login-info-panel {
    padding: 20px;
  }

  .auth-card-inner {
    gap: 18px;
  }

  .auth-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .login-page-shell {
    padding: 40px 16px 60px;
  }

  .login-info-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .auth-card-inner {
    padding: 25px;
  }

  .auth-title {
    font-size: 24px;
  }

  .auth-button,
  .google-button,
  .btn-register-large {
    min-width: 100%;
  }

  .register-submit-button {
    min-width: auto;
  }
}

@media (max-width: 560px) {
  .login-page-shell {
    min-height: auto;
    padding: 28px 14px 50px;
  }

  .check-list li {
    font-size: 0.94rem;
  }

  .password-group {
    grid-template-columns: 1fr;
  }

  .password-toggle {
    width: 100%;
  }

  .field-action-link,
  .otp-link {
    font-size: 14px;
  }

  .google-button {
    padding: 10px 18px;
  }

  .auth-card-inner {
    padding: 20px;
  }

  .checkbox-label {
    font-size: 13px;
  }
}




/* Lisitng Page CSS prnv 11-05-2026 Start */
.inner-page {
  padding: 100px 0;
  background-color: #f8f9fa;
}

/* ══════ CATEGORY SLIDER ══════ */
.cat-slider-wrap {
  background: #f2f7ff;
  padding: 25px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border: 1px solid #ebebeb;
}

.slider-outer {
  position: relative;
  padding: 0 34px;
}

.cat-slider-inner {
  overflow: hidden;
}

.cat-slider-track {
  display: flex;
  gap: 8px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.cat-item {
  flex-shrink: 0;
  border: 1.5px solid #e4e2e0;
  border-radius: 6px;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #474747;
  cursor: pointer;
  background: #ffffff;
  line-height: 1.3;
  min-width: 150px;
  max-width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-item:hover,
.cat-item.active {
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
  background: #f0f5ff;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #e4e2e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  font-size: 11px;
  color: #474747;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.slider-arrow:hover {
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
}

.slider-arrow.left {
  left: 0;
}

.slider-arrow.right {
  right: 0;
}

/* ══════ RESULT BAR ══════ */
.result-bar {
  font-size: 13px;
  color: #474747;
  padding: 10px 0;
}

.result-bar strong {
  color: #212121;
}

.sort-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.sort-wrap select {
  border: 1px solid #e4e2e0;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 13px;
  outline: none;
  color: #212121;
  background: #fff;
  cursor: pointer;
}

/* ══════ LEFT FILTER PANEL ══════ */
.filter-panel {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.filter-header .ftitle {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
}

.applied-badge {
  background: var(--theme-secondary);
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  margin-left: 6px;
}

.filter-section {
  padding: 12px 14px;
  border-bottom: 1px solid #f0f0f0;
}

.filter-section:last-child {
  border-bottom: none;
}

.fst {
  font-size: 13px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.fst i {
  font-size: 10px;
  color: #717171;
}

.filter-opt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.filter-opt input[type="checkbox"] {
  accent-color: var(--theme-secondary);
  width: 14px;
  height: 14px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.filter-opt label {
  font-size: 12.5px;
  color: #474747;
  cursor: pointer;
  line-height: 1.35;
}

.filter-opt label .cnt {
  color: #959595;
}

.view-more {
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-secondary);
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
}

.view-more:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .jobsListingPage .left-col {
    margin-bottom: 24px;
  }

  .jobsListingPage .filter-panel[data-has-active-filters="0"] .filter-section> :not(.fst) {
    display: none;
  }

  .jobsListingPage .filter-panel[data-has-active-filters="1"] .filter-section> :not(.fst) {
    display: block;
  }

  .jobsListingPage .filter-panel {
    border-radius: 12px;
  }

  .jobsListingPage .filter-header {
    padding: 14px 16px 12px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .jobsListingPage .filter-header>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
  }

  .jobsListingPage .filter-section {
    padding: 14px 16px;
  }

  .jobsListingPage .filter-opt {
    gap: 12px;
    align-items: flex-start;
  }

  .jobsListingPage .filter-opt label {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  .jobsListingPage .filter-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .jobsListingPage .filter-header>div {
    width: 100%;
  }

  .jobsListingPage .filter-header .applied-badge {
    margin-left: 0;
  }

  .jobsListingPage .filter-section {
    padding: 12px 14px;
  }

  .jobsListingPage .filter-opt input[type="checkbox"] {
    margin-top: 3px;
  }

  .jobsListingPage .filter-opt label {
    padding-left: 2px;
  }

  .jobsListingPage .filter-opt label {
    font-size: 13px;
    line-height: 1.45;
  }

  .jobsListingPage .view-more {
    font-size: 12.5px;
  }

  .jobsListingPage .result-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .jobsListingPage .sort-wrap {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jobsListingPage .sort-wrap select {
    min-width: 0;
    flex: 1 1 180px;
    max-width: 100%;
  }
}

/* Experience Slider */
.exp-slider-wrap {
  position: relative;
  padding: 18px 0 4px;
}

.exp-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--theme-secondary) 0%, var(--theme-secondary) 50%, #e0e0e0 50%);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.exp-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-secondary);
  cursor: pointer;
  border: 2.5px solid #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.exp-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #959595;
  margin-top: 5px;
}

.exp-thumb-tooltip {
  position: absolute;
  background: var(--theme-secondary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.exp-thumb-tooltip::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--theme-secondary);
  border-bottom: none;
}

/* ══════ JOB CARDS ══════ */
.job-card-items {
  background: #ffffff;
  /* border: 1px solid #e4e2e0; */
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  /* cursor: pointer; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 0.30s;
}

.job-card-items:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-color: #bbb;
}

.job-title-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-secondary);
  display: block;
}

.job-title-link:hover {
  text-decoration: underline;
  color: #1a3f7c;
}

.company-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
  flex-wrap: wrap;
}

.company-name {
  font-size: 12.5px;
  font-weight: 500;
  color: #474747;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #f3f5f8;
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 12px;
  color: #212121;
  font-weight: 600;
}

.rating i {
  color: #f0b429;
  font-size: 10px;
}

.review-cnt {
  font-size: 11px;
  color: #959595;
}

.logo-box {
  width: 50px;
  height: 50px;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #aaa;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 8px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  color: #474747;
}

.meta-item i {
  font-size: 12px;
  color: #959595;
}

.job-meta-separator {
  display: inline-flex;
  align-items: center;
  color: #c0c6d4;
  font-size: 12.5px;
  line-height: 1;
}

.desc-row {
  margin-top: 6px;
  font-size: 12.5px;
  color: #717171;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.skills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.skill-pill {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 11.5px;
  color: #474747;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.posted {
  font-size: 11.5px;
  color: #959595;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.save-btn {
  background: transparent;
  border: none;
  color: #959595;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.save-btn:hover {
  color: var(--theme-secondary);
}

.prefers-women {
  background: #fce4ec;
  color: #c62828;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

/* ══════ RIGHT SIDEBAR ══════ */
.sidebar-card {
  background: #ffffff;
  border: 1px solid #e4e2e0;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
}

.sc-title {
  font-size: 13px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 12px;
}

.featured-companies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.fc-logo {
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}

.fc-logo:hover {
  border-color: #999;
}

.fastforward-card {
  background: #fff7f0;
  border: 1px solid #ffd6b8;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
}

.ff-brand {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.fastforward-card p {
  font-size: 12px;
  color: #474747;
  line-height: 1.5;
  margin-bottom: 8px;
}

.fastforward-card a {
  font-size: 12.5px;
  color: var(--theme-secondary);
  font-weight: 600;
}

.fastforward-card a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .right-col {
    display: none;
  }
}

/* Job Details Start  */
.jobDetailsPage p {
  font-size: 14px;
}

.jobDetailsPage .card {
  border: 0;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.jobDetailsPage .card-body {
  padding: 14px 16px;
}

.jobDetailsPage .badge {
  font-weight: 500;
  padding: 6px 12px !important;
  color: #474d56 !important;
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
}

.jobDetailsPage .text-muted {
  color: #717b9e !important;
}

.jobDetailsPage .btn-outline-primary {
  border-color: #275df5;
  color: #275df5;
}

.jobDetailsPage .btn-outline-primary:hover {
  background-color: #f1f5ff;
  color: #275df5;
}

.jobDetailsPage .btn-primary {
  background-color: #275df5;
  border-color: #275df5;
}

.jobDetailsPage .btn-primary:hover {
  background-color: #1e4bbd;
  border-color: #1e4bbd;
}

.jobDetailsPage .text-primary {
  color: #275df5 !important;
}

/* Job Details End  */

/* Lisitng Page CSS prnv 11-05-2026 End */

/* Company Listing Styles */
.comp-page-heading {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}

.comp-cat-item {
  flex-shrink: 0;
  border: 1.5px solid #e4e2e0;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
  background: #ffffff;
  min-width: 160px;
  position: relative;
  transition: all 0.2s;
}

.comp-cat-item:hover {
  border-color: var(--theme-secondary);
}

.comp-cat-item.active {
  border-color: #212121;
  border-width: 1.5px;
}

.comp-cat-item .name {
  font-size: 13px;
  font-weight: 700;
  color: #212121;
}

.comp-cat-item .count {
  font-size: 12px;
  color: var(--theme-secondary);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.comp-cat-item .count i {
  font-size: 10px;
}

.comp-cat-item .active-check {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #212121;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  display: none;
}

.filter-search-box {
  display: flex;
  align-items: center;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  padding: 4px 10px;
  gap: 8px;
}

.filter-search-box i {
  color: #959595;
  font-size: 12px;
}

.comp-card-item {
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  padding: 14px 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 0.30s;
}

.comp-card-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #ccc;
}

.comp-logo-box {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  border: 1px solid #eee;
  overflow: hidden;
}

.comp-name-link {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
  display: block;
  margin-bottom: 2px;
}

.comp-name-link:hover {
  color: var(--theme-secondary);
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.rating-row .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 13px;
  color: #212121;
}

.rating-row .rating i {
  color: #f0b429;
  font-size: 12px;
}

.rating-row .reviews {
  font-size: 12px;
  color: #959595;
  border-left: 1px solid #eee;
  padding-left: 8px;
}

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

.tags-row .tag {
  font-size: 12px;
  color: #717171;
}

.tags-row .tag:not(:last-child)::after {
  content: '|';
  margin-left: 8px;
  color: #ddd;
}

.promo-banner-card {
  background: #fff5f2;
  border: 1px solid #ffd6c8;
  border-radius: 10px;
  padding: 16px 24px;
  margin: 8px 0;
}

.promo-icon {
  font-size: 32px;
}

.promo-text {
  font-size: 14px;
  color: #212121;
  line-height: 1.5;
}

.btn-register-now {
  background: var(--theme-secondary);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s;
}

.btn-register-now:hover {
  background: #e05f3a;
}

@media (max-width: 767px) {
  .comp-cat-item {
    min-width: 140px;
  }
}

/* Company Listing Styles */
.comp-page-heading {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}


/* Comapny details start  */

/* ── CLAIM BAR ── */
.claim-bar {
  background: #f0f0f5;
  padding: 8px 0 0;
  text-align: right;
}

.claim-bar span {
  font-size: 12.5px;
  color: #474747;
}

.claim-bar a {
  color: var(--theme-secondary);
  font-weight: 600;
  font-size: 12.5px;
}

/* ── COMPANY HEADER ── */
.company-header {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px 0;
  margin-bottom: 20px;
  /* cursor: pointer; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 0.30s;
}

.comp-logo-box {
  width: 90px;
  height: 90px;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.comp-logo-box .logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  letter-spacing: -1px;
}

.comp-name-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.comp-name {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
}

.comp-rating-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #212121;
  margin-left: 6px;
}

.comp-rating-inline .star {
  color: #f0b429;
  font-size: 12px;
}

.comp-rating-inline .rv {
  color: #959595;
  font-size: 12px;
}

.comp-tagline {
  font-size: 12.5px;
  color: #474747;
  margin-top: 3px;
}

.follow-btn {
  background: var(--theme-secondary);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.follow-btn:hover {
  background: #1a3f7c;
}

.follow-btn.following {
  background: #fff;
  color: var(--theme-secondary);
  border: 1.5px solid var(--theme-secondary);
}

.followers {
  font-size: 12.5px;
  color: #959595;
  margin-top: 4px;
  text-align: right;
}

.comp-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.comp-tag {
  border: 1px solid #e4e2e0;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
  color: #474747;
  background: #fafafa;
}

/* ── TABS ── */
.tab-bar {
  display: flex;
  gap: 0;
  border-top: 1px solid #e4e2e0;
  margin-top: 14px;
  cursor: default;
}

.tab-item {
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
}

.tab-item:hover {
  color: #212121;
}

.tab-item.active {
  color: #212121;
  font-weight: 700;
  border-bottom-color: #212121;
}

/* ── LAYOUT ── */
.page-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 12px;
}

/* ── CARDS ── */
.card-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  /* cursor: pointer; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 0.30s;
}

.card-box .cb-title {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 12px;
}

.card-box .cb-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.card-box .view-all {
  font-size: 12.5px;
  color: var(--theme-secondary);
  font-weight: 500;
  cursor: pointer;
}

.card-box .view-all:hover {
  text-decoration: underline;
}

/* About */
.about-text {
  font-size: 13px;
  color: #474747;
  line-height: 1.7;
}

.read-more {
  color: var(--theme-secondary);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
}

/* Departments */
.dept-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dept-card {
  background: #fff9f2;
  border: 1px solid #ffddb8;
  border-radius: 4px;
  padding: 10px 14px;
  cursor: default;
  min-width: 150px;
}

.dept-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.dept-card-link:hover {
  color: inherit;
}

.dept-card .dc-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #212121;
}

.dept-card .dc-open {
  font-size: 12px;
  color: var(--theme-secondary);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* Benefits */
.benefits-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.benefit-item {
  text-align: center;
  min-width: 220px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 10px;
}

.benefit-item .bi-icon {
  font-size: 22px;
  color: #474747;
  margin-bottom: 5px;
}

.benefit-item .bi-label {
  font-size: 11.5px;
  color: #474747;
  line-height: 1.3;
}

.benefit-item .bi-count {
  font-size: 11px;
  color: #959595;
}

/* Salary slider */
.salary-card {
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  padding: 14px;
  flex: 1;
  min-width: 220px;
}

.salary-card .sc-role {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 2px;
}

.salary-card .sc-exp {
  font-size: 12px;
  color: #959595;
  margin-bottom: 10px;
}

.salary-card .sc-val {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 6px;
}

.salary-bar-wrap {
  position: relative;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  margin-bottom: 6px;
}

.salary-bar-fill {
  position: absolute;
  height: 100%;
  background: var(--theme-secondary);
  border-radius: 2px;
}

.salary-bar-thumb {
  position: absolute;
  top: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--theme-secondary);
  border: 2.5px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.salary-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #959595;
}

.ambitionbox {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #959595;
  margin-top: 8px;
}

.ambitionbox i {
  color: var(--theme-secondary);
}

/* Salary departments slider */
.salary-dept-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.salary-dept-select {
  border: 1px solid #e4e2e0;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12.5px;
  color: #474747;
  cursor: pointer;
  background: #fff;
  outline: none;
}

.salary-dept-select:hover {
  border-color: var(--theme-secondary);
}

/* Salary cards slider */
.salary-slider-outer {
  position: relative;
}

.salary-slider-track {
  display: flex;
  gap: 10px;
  /* overflow: hidden; */
}

.salary-slider-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e4e2e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 11px;
  color: #474747;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.salary-slider-arrow:hover {
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
}

/* More Info */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.info-row {
  font-size: 13px;
  color: #474747;
}

.info-row span {
  color: #212121;
  font-weight: 500;
}

.info-row a {
  color: var(--theme-secondary);
}

/* Employee Speaks */
.emp-speaks {}

.rating-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.rating-bar-row .rb-label {
  font-size: 12.5px;
  color: #474747;
  flex: 1;
}

.rating-bar-row .rb-bar {
  flex: 1;
  height: 5px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.rating-bar-row .rb-fill {
  height: 100%;
  background: #f0b429;
  border-radius: 3px;
}

.rating-bar-row .rb-val {
  font-size: 12.5px;
  font-weight: 600;
  color: #212121;
  min-width: 28px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 3px;
}

.rating-bar-row .rb-val i {
  color: #f0b429;
  font-size: 10px;
}

.other-ratings {
  font-size: 12px;
  color: #474747;
}

.other-ratings li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  list-style: none;
}

.other-ratings li .or-star {
  color: #f0b429;
  font-size: 11px;
}

.other-ratings li .or-val {
  font-weight: 600;
}

/* Jobs widget in sidebar */
.sidebar-jobs-card {
  background: #fff;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.sjc-header {
  background: #f7f7f7;
  padding: 10px 14px;
  border-bottom: 1px solid #e4e2e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sjc-header .ather-logo {
  font-size: 11px;
  font-weight: 700;
  color: #212121;
}

.sjc-header .hiring-now {
  font-size: 11px;
  color: #1e8a44;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sjc-header .hiring-now::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e8a44;
  display: inline-block;
}

.sjc-body {
  padding: 12px 14px;
}

.sjc-count {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.sjc-job {
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0;
  cursor: pointer;
}

.sjc-job:last-of-type {
  border-bottom: none;
}

.sjc-job .sjj-title {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
  display: flex;
  justify-content: space-between;
}

.sjc-job .sjj-title:hover {
  color: var(--theme-secondary);
}

.sjc-job .sjj-title i {
  color: #959595;
  font-size: 12px;
}

.sjc-job .sjj-meta {
  font-size: 11.5px;
  color: #959595;
  display: flex;
  gap: 10px;
  margin-top: 3px;
}

.sjc-job .sjj-meta span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.view-openings-btn {
  display: block;
  text-align: center;
  border: 1.5px solid var(--theme-secondary);
  color: var(--theme-secondary);
  border-radius: 20px;
  padding: 6px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.view-openings-btn:hover {
  background: var(--theme-secondary);
  color: #fff;
}

/* Register Now card */
.reg-card {
  background: #fff;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.reg-card .rc-text {
  flex: 1;
  font-size: 13px;
  color: #474747;
  line-height: 1.5;
}

.reg-card .rc-text strong {
  color: #212121;
}

.reg-card img {
  width: 60px;
  flex-shrink: 0;
}

.reg-now-btn {
  background: var(--theme-secondary);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}

.reg-now-btn:hover {
  background: #e05f3a;
}

/* Reviews by Job Profile */
.review-profile-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 12.5px;
  color: #474747;
}

.review-profile-item .rp-star {
  color: #f0b429;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.review-profile-item .rp-val {
  font-weight: 600;
  color: #212121;
}

.write-review-box {
  background: #fafafa;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  padding: 12px;
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.write-review-box .wr-emoji {
  font-size: 28px;
  flex-shrink: 0;
}

.write-review-box .wr-text {
  font-size: 12.5px;
  color: #474747;
}

.write-review-box .wr-link {
  color: var(--theme-secondary);
  font-weight: 600;
  font-size: 12.5px;
  display: block;
  margin-top: 4px;
  cursor: pointer;
}

/* Similar Companies */
.similar-comp {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  /* cursor: pointer; */
}

.similar-comp:last-child {
  border-bottom: none;
}

.similar-comp .sc-logo {
  width: 36px;
  height: 36px;
  border: 1px solid #e4e2e0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
  background: #fafafa;
}

.similar-comp .sc-info .sc-name {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
}

.similar-comp .sc-info .sc-name:hover {
  color: var(--theme-secondary);
}

.similar-comp .sc-info .sc-rat {
  font-size: 12px;
  color: #959595;
  display: flex;
  align-items: center;
  gap: 4px;
}

.similar-comp .sc-info .sc-rat i {
  color: #f0b429;
  font-size: 10px;
}

/* Connect Social */
.social-icons {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.social-yt {
  background: #ff0000;
}

.social-x {
  background: #000;
}

.social-fb {
  background: #1877f2;
}

/* ── JOBS TAB CONTENT ── */
.jobs-filter-row {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.filter-pill {
  border: 1px solid #e4e2e0;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12.5px;
  color: #474747;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter-pill:hover {
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
}

.filter-pill i {
  font-size: 10px;
}

/* Job Card (jobs tab) */
.job-card-comp-details {
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  /* cursor: pointer; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: box-shadow 0.30s;
}

.job-card-comp-details:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #bbb;
}

.jc-title {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
}

.jc-title:hover {
  color: var(--theme-secondary);
}

.jc-company {
  font-size: 12.5px;
  color: #474747;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.jc-company .jcc-rat {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
}

.jc-company .jcc-rat i {
  color: #f0b429;
  font-size: 10px;
}

.jc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.jc-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  color: #474747;
}

.jc-meta i {
  font-size: 12px;
  color: #959595;
}

.jc-desc {
  font-size: 12.5px;
  color: #717171;
  margin-top: 7px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jc-desc i {
  color: #959595;
}

.jc-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.jc-skill {
  font-size: 11.5px;
  color: #474747;
  padding: 2px 0;
}

.jc-skill::after {
  content: ' ·';
  color: #959595;
}

.jc-skill:last-child::after {
  display: none;
}

.jc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.jc-age {
  font-size: 11.5px;
  color: #959595;
}

.jc-save {
  background: transparent;
  border: none;
  font-size: 12.5px;
  color: #959595;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.jc-save:hover {
  color: var(--theme-secondary);
}

.badge-new {
  background: #e8f5e9;
  color: #1e8a44;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
}

/* Interview Questions card */
.iq-card {
  background: #fff;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 8px;
}

.iq-card .iq-title {
  font-size: 14px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.iq-pill {
  border: 1px solid #e4e2e0;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px;
  color: #474747;
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
  cursor: pointer;
}

.iq-pill:hover {
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
}

/* Jobs you might be interested in */
.jymi-tabs {
  display: flex;
  border-bottom: 1px solid #e4e2e0;
  margin-bottom: 12px;
}

.jymi-tab {
  padding: 8px 16px;
  font-size: 13px;
  color: #474747;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.jymi-tab.active {
  color: #212121;
  font-weight: 600;
  border-bottom-color: #212121;
}

.jymi-jobs-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.jymi-item {
  font-size: 13px;
  color: var(--theme-secondary);
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.jymi-item::before {
  content: '•';
  color: #959595;
}

.jymi-item:hover {
  text-decoration: underline;
}

/* Breadcrumb */
.breadcrumb-bar {
  padding: 12px 0 0;
  font-size: 12.5px;
  color: #959595;
}

.breadcrumb-bar a {
  color: #474747;
}

.breadcrumb-bar a:hover {
  color: var(--theme-secondary);
}

.breadcrumb-bar .sep {
  margin: 0 5px;
}

/* Footer */
.site-footer {
  background: #fff;
  border-top: 1px solid #e4e2e0;
  padding: 28px 0 16px;
  margin-top: 24px;
}

.footer-brand {
  font-size: 24px;
  font-weight: 800;
  color: var(--theme-secondary);
}

.footer-links a {
  display: block;
  font-size: 13px;
  color: #474747;
  margin-bottom: 8px;
}

.footer-links a:hover {
  color: var(--theme-secondary);
}

.footer-links .fl-title {
  font-size: 13px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.connect-icons {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.ci {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e4e2e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #474747;
  cursor: pointer;
}

.ci:hover {
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
}

.app-btns .app-btn {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 8%);
  padding: 10px 0;
  margin-top: 10px;
  font-size: 11.5px;
  color: #959595;
}

.footer-biz {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-biz a {
  color: #474747;
  font-size: 12px;
  font-weight: 600;
}

/* Custom checkbox (orange) */
.fopt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 9px;
  cursor: pointer;
}

.fopt input[type="checkbox"] {
  display: none;
}

.fopt .cbox {
  width: 16px;
  height: 16px;
  border: 1.5px solid #c0c0c0;
  border-radius: 3px;
  background: #fff;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.fopt:hover .cbox {
  border-color: var(--theme-secondary);
}

.fopt input:checked+.cbox {
  background: var(--theme-secondary);
  border-color: var(--theme-secondary);
  box-shadow: 0 1px 5px rgba(255, 117, 85, 0.3);
}

.fopt input:checked+.cbox::after {
  content: '';
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(43deg) translate(-1px, -1px);
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .right-col {
    display: none;
  }
}

@media (max-width: 767px) {
  .comp-logo-box {
    width: 60px;
    height: 60px;
  }

  .comp-name {
    font-size: 17px;
  }
}


/* comapny details css end  */

/* Header after login dropdown start */
.header_profile_img {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 3px;
  margin-right: 5px;
}

.header_profile_img img {
  max-width: 100%;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
}

.regi_drop .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.afterLoginDropdown .dropdown-menu,
.regi_drop .dropdown-menu {
  border: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
  padding: 0;
  margin-top: 10px !important;
  margin-right: -10px !important;
  border-radius: 10px;
}

.afterLoginDropdown .dropdown-menu li a,
.afterLoginDropdown .dropdown-menu li button,
.regi_drop .dropdown-menu li a,
.regi_drop .dropdown-menu li button {
  padding: 5px 10px;
  font-size: 13px;
}

.afterLoginDropdown .dropdown-menu li a+a,
.regi_drop .dropdown-menu li a+a {
  border-top: 1px solid #dfdfdf;
}

.afterLoginDropdown .dropdown-menu li+li,
.regi_drop .dropdown-menu li+li {
  border-top: 1px solid #dfdfdf;
}

.afterLoginDropdown .dropdown-menu li .bi,
.regi_drop .dropdown-menu li .bi {
  font-size: 18px;
  margin-right: 10px;
}

.afterLoginDropdown .dropdown-item:hover,
.regi_drop .dropdown-item:hover {
  background-color: #d5e5ff;
  color: #0d204e;
}

.afterLoginDropdown .dropdown-menu li a.dropdown-item.active:hover,
.regi_drop .dropdown-menu li a.dropdown-item.active:hover {
  color: #ffffff;
}

.afterLoginDropdown .dropdown-menu li a.dropdown-item.active,
.afterLoginDropdown .dropdown-menu li a.dropdown-item:active,
.regi_drop .dropdown-menu li a.dropdown-item.active,
.regi_drop .dropdown-menu li a.dropdown-item:active {
  background-color: var(--primary) !important;
}

.afterLoginDropdown .dropdown-menu:before,
.regi_drop .dropdown-menu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 12px 10px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
  top: 0;
  right: 30px;
  margin-top: -12px;
  z-index: 9999;
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.25));
}

/* Header after login dropdown End */

.regi_drop .dropdown-menu {
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
  padding: 0;
}

.regi_drop .dropdown-menu li a,
.regi_drop .dropdown-menu li button {
  padding: 5px 10px;
  font-size: 13px;
}

.regi_drop .dropdown-menu li+li {
  border-top: 1px solid #f2f2f2;
}

.regi_drop .dropdown-menu li .bi {
  font-size: 22px;
  margin-right: 10px;
}

.btn-apply {
  padding: 7px 20px;
  border: 1.5px solid var(--theme-secondary);
  border-radius: var(--radius-pill);
  color: var(--theme-secondary);
  font-size: 13px;
  font-weight: 600;
  background: transparent !important;
  cursor: pointer;
  transition: background .2s, color .2s;
  font-family: 'Poppins', sans-serif;
}

.btn-apply:hover {
  background: var(--theme-secondary) !important;
  color: var(--white) !important;
}

.error-help-block {
  color: #df1111;
  font-weight: 500;
  padding: 0 10px;
  font-size: 12px;
  display: inline-block;
  line-height: 150%;
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* Coming Soon Page prnv css 180526 Start */
.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .35;
  z-index: 1;
}

.blur-1 {
  width: 350px;
  height: 350px;
  background: #4068bf;
  top: -120px;
  left: -100px;
}

.blur-2 {
  width: 300px;
  height: 300px;
  background: #9333ea;
  bottom: -100px;
  right: -80px;
}

/* Main Section */

.coming-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.coming-card {
  width: 100%;
  max-width: 1200px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(24px);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.left-side {
  padding: 70px;
}

.badge-launch {
  background: rgba(59, 130, 246, .15);
  border: 1px solid rgba(59, 130, 246, .35);
  color: #408add;
  padding: 15px 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 600;
}

.dot {
  width: 10px;
  height: 10px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 15px #3b82f6;
}

.coming-main-title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 30px 0;
  text-transform: uppercase;
}

.gradient-text {
  background: linear-gradient(90deg, #38bdf8, #404ed7, #2b75e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.coming-main-text {
  font-size: 1.1rem;
  color: #767676;
  line-height: 1.9;
}

.btn-main-homepage {
  margin-top: 40px;
  background: linear-gradient(90deg, #38bdf8, #404ed7, #2b75e2);
  border: none;
  color: white;
  padding: 16px 34px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(59, 130, 246, .35);
}

.btn-main-homepage:hover {
  transform: translateY(-3px);
  color: white;
}

/* Responsive */

@media(max-width:991px) {

  body {
    overflow: auto;
  }

  .left-side {
    padding: 50px 35px 20px;
    text-align: center;
  }

  .main-text {
    margin: auto;
  }

  .btn-main {
    width: 100%;
  }

}

/* Coming Soon Page prnv css 180526 End */
.career-login-left {
  padding: 50px !important;
}

.career-login-right {
  padding: 50px 50px 50px;
}

.career-login-close {
  top: 12px !important;
  right: 14px !important;
}

.career-login-visual {
  margin-top: 20px !important;
}



/* About Us Page pranav 19-05-2026 Start */

/* ==========================================
   GLOBAL
========================================== */
.inner-page.aboutUsPage {
  padding: 0;
}

.sectionSpace {
  padding: 90px 0;
  position: relative;
}

.sectionTitle {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 20px;
}

.sectionText {
  color: #64748b;
  line-height: 1.9;
  font-size: 1.05rem;
}

/* Section Badge */
.sectionBadge {
  display: inline-block;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #4068bf;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid #bfdbfe;
  margin-bottom: 18px;
}

/* Blur shapes */
.blurShape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.blur1 {
  width: 500px;
  height: 500px;
  background: rgba(37, 99, 235, 0.07);
  top: -100px;
  right: -150px;
}

.blur2 {
  width: 400px;
  height: 400px;
  background: rgba(96, 165, 250, 0.09);
  bottom: -50px;
  left: -100px;
}

/* ==========================================
   FADE IN ANIMATION
========================================== */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadeInUp.visible {
  opacity: 1;
  transform: translateY(0);
}

.stepCard:nth-child(2) .fadeInUp {
  transition-delay: 0.1s;
}

.stepCard:nth-child(3) .fadeInUp {
  transition-delay: 0.2s;
}

.stepCard:nth-child(4) .fadeInUp {
  transition-delay: 0.3s;
}

/* ==========================================
   HERO
========================================== */
/* .aboutHero {
    position: relative;
    padding: 80px 0 160px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(37, 99, 235, 0.78)),
        url('/assets/images/th-inner-banner-image.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
} */
.aboutHero {
  position: relative;
  padding: 120px 0 140px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(8, 22, 58, .96), rgba(22, 72, 180, .90)),
    url('/assets/images/th-inner-banner-image.jpg');
  background-size: cover;
  background-position: center;
}

.aboutHero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(6, 15, 40, .45);
}

.heroParticles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px, 120px 120px;
  background-position: 0 0, 30px 30px;
  animation: particleFloat 20s linear infinite;
}

@keyframes particleFloat {
  0% {
    background-position: 0 0, 30px 30px;
  }

  100% {
    background-position: 60px 60px, 90px 90px;
  }
}

.heroContent {
  position: relative;
  z-index: 2;
}

.heroWave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.heroWave svg {
  width: 100%;
  height: 80px;
}

.heroBadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(12px);
  margin-bottom: 30px;
  font-size: 0.9rem;
  font-weight: 600;
}

.heroTitle {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.heroTitle span {
  color: #93c5fd;
  position: relative;
}

.heroText {
  max-width: 660px;
  color: #dbeafe;
  font-size: 1.15rem;
  line-height: 2;
}

.heroBtns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 45px;
}

/* .primaryBtn {
    background: #fff;
    color: #4068bf;
    padding: 16px 34px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 30px rgba(255,255,255,0.15);
} */

/* .primaryBtn:hover {
    transform: translateY(-4px);
    color: #4068bf;
    box-shadow: 0 16px 40px rgba(255,255,255,0.2);
} */

/* .secondaryBtn {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 16px 34px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
} */

.secondaryBtn:hover {
  /* background: rgba(255,255,255,0.2);
    color: #fff; */
  /* transform: translateY(-4px); */
}

/* ==========================================
   TRUSTED / STATS
========================================== */
.trustedSection {
  margin-top: -80px;
  position: relative;
  z-index: 5;
}

.statsBox {
  background: #ffffff;
  padding: 45px 50px 30px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.statsBox::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(79, 144, 255, 0.1);
  border-radius: 100%;
  top: -300px;
  right: -200px;
}

.statsGlow {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 250px;
  height: 250px;
  background: rgba(37, 99, 235, 0.06);
  border-radius: 50%;
  filter: blur(40px);
}

.statCard {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 10px 0;
}

.statIcon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 1px solid #bfdbfe;
}

.statIcon i {
  color: #4068bf;
  font-size: 22px;
}

.statCard h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #172442;
  line-height: 1;
  margin-bottom: 8px;
}

.statCard p {
  color: #64748b;
  font-weight: 500;
  font-size: 0.95rem;
}

/* ==========================================
   ABOUT
========================================== */
.aboutImage {
  position: relative;
}

.aboutImage img {
  width: 100%;
  border-radius: 35px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.experienceCard {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  padding: 24px 28px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.experienceCard h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4068bf;
  margin-bottom: 4px;
}

.experienceCard p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

.aboutImageBadge {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #4068bf;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}

.aboutTextWrap {
  padding-left: 10px;
}

.aboutChecklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkItem {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #0f172a;
  font-size: 0.95rem;
}

.checkItem i {
  color: #4068bf;
  font-size: 18px;
  flex-shrink: 0;
}

/* ==========================================
   FEATURE CARDS
========================================== */
.featureCard {
  background: #fff;
  border-radius: 32px;
  padding: 45px 35px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f5f9;
}

.featureCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4068bf, #60a5fa);
}

.featureCard:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(37, 99, 235, 0.12);
}

.featureIcon {
  width: 85px;
  height: 85px;
  border-radius: 24px;
  background: linear-gradient(135deg, #4068bf, #60a5fa);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.featureIcon i {
  color: #fff;
  font-size: 36px;
}

.featureCard h4 {
  font-weight: 800;
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 1.2rem;
}

.featureCard p {
  color: #64748b;
  line-height: 1.9;
}

/* ==========================================
   HOW IT WORKS
========================================== */
.howItWorksSection {
  overflow: hidden;
}

.stepCard {
  background: #fff;
  border-radius: 28px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  border: 1.5px solid #e2e8f0;
  transition: all 0.4s ease;
  overflow: hidden;
}

.stepCard::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4068bf, #3b82f6);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  border-radius: 28px;
}

.stepCard:hover::after {
  opacity: 1;
}

.stepCard:hover .stepNumber,
.stepCard:hover .stepIcon,
.stepCard:hover h5,
.stepCard:hover p,
.stepCard:hover .stepArrow {
  color: #fff;
}

.stepCard:hover .stepIcon {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.stepCard>* {
  position: relative;
  z-index: 1;
}

.stepNumber {
  font-size: 3.5rem;
  font-weight: 700;
  color: #e2e8f0;
  line-height: 1;
  margin-bottom: 20px;
  transition: color 0.4s ease;
}

.stepIcon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1.5px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: all 0.4s ease;
}

.stepIcon i {
  font-size: 26px;
  color: #4068bf;
  transition: color 0.4s ease;
}

.stepCard h5 {
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 1.1rem;
  transition: color 0.4s ease;
}

.stepCard p {
  color: #64748b;
  line-height: 1.8;
  font-size: 0.92rem;
  transition: color 0.4s ease;
}

.stepArrow {
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 1.3rem;
  color: #cbd5e1;
  transition: color 0.4s ease;
}

/* ==========================================
   TEAM SECTION
========================================== */
/* .teamSection {}

.teamCard {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    transition: all 0.4s ease;
    text-align: center;
}

.teamCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.12);
    border-color: #bfdbfe;
}

.teamImgWrap {
    position: relative;
    overflow: hidden;
}

.teamImgWrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.teamCard:hover .teamImgWrap img {
    transform: scale(1.06);
}

.teamSocials {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    background: linear-gradient(to top, rgba(37,99,235,0.9), transparent);
    transition: bottom 0.4s ease;
}

.teamCard:hover .teamSocials {
    bottom: 0;
}

.teamSocials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.3s ease;
}

.teamSocials a:hover {
    background: rgba(255,255,255,0.4);
}

.teamInfo {
    padding: 24px;
}

.teamInfo h5 {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.teamInfo span {
    color: #4068bf;
    font-size: 0.85rem;
    font-weight: 600;
} */

/* ==========================================
   TESTIMONIAL
========================================== */
.testimonialCard {
  background: #fff;
  border-radius: 28px;
  padding: 38px;
  border: 1.5px solid #e2e8f0;
  height: 100%;
  transition: all 0.4s ease;
}

.testimonialCard:hover {
  border-color: #bfdbfe;
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.08);
}

.testimonialStars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.testimonialStars i {
  color: #f59e0b;
  font-size: 14px;
}

.testimonialCard>i.bi-quote {
  font-size: 45px;
  color: #4068bf;
  opacity: 0.7;
  display: block;
  margin-bottom: 8px;
}

.testimonialCard p {
  margin: 0 0 25px;
  color: #475569;
  line-height: 1.8;
  min-height: 75px;
  display: flex;
  align-items: center;
}

.userInfo {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.userInfo img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #dbeafe;
}

.userInfo h6 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.userInfo span {
  color: #64748b;
  font-size: 0.82rem;
}

/* ==========================================
   CTA
========================================== */
.ctaSection {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  padding: 110px 50px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.97), rgb(37 99 235 / 68%)), url('/assets/images/th-about-cta.jpg');
  background-size: cover;
  background-position: center;
}

.ctaFloatIcon {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  animation: floatAnim 4s ease-in-out infinite;
}

.ctaFloatIcon i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 36px;
}

.ctaIcon1 {
  top: 40px;
  left: 60px;
  animation-delay: 0s;
}

.ctaIcon2 {
  bottom: 40px;
  left: 120px;
  animation-delay: 1.5s;
}

.ctaIcon3 {
  top: 50px;
  right: 80px;
  animation-delay: 0.8s;
}

@keyframes floatAnim {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.ctaContent {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ctaContent h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.ctaContent p {
  max-width: 650px;
  margin: 0 auto;
  color: #bfdbfe;
  line-height: 2;
  font-size: 1.05rem;
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 991px) {
  .sectionSpace {
    padding: 60px 0;
  }

  .ctaSection {
    padding: 70px 30px;
  }

  .ctaContent h2 {
    font-size: 2.2rem;
  }

  .ctaIcon1,
  .ctaIcon2,
  .ctaIcon3 {
    display: none;
  }

  .statsBox {
    padding: 35px 25px 20px;
  }

  .stepArrow {
    display: none;
  }

  .aboutTextWrap {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .heroTitle {
    font-size: 2.8rem;
  }

  .statCard h2 {
    font-size: 2.3rem;
  }

  .faqQuestion {
    font-size: 0.9rem;
  }
}

/* About Us Page pranav 19-05-2026 End */

/* FAQs Page pranav 19-05-2026 Start */
.faqSection {}

.faqAccordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faqItem {
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid #e2e8f0;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faqItem.open {
  border-color: #93c5fd;
}

.faqQuestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.98rem;
  gap: 15px;
  user-select: none;
  transition: color 0.3s ease;
}

.faqItem.open .faqQuestion {
  color: #4068bf;
}

.faqQuestion i {
  font-size: 1.3rem;
  color: #4068bf;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faqQuestion .bi {
  transition: transform 0.35s ease;
}

.faqItem.open .faqQuestion .bi {
  transform: rotate(180deg);
  /* turns + into × */
}

.faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faqItem.open .faqAnswer {
  max-height: 200px;
}

.faqAnswer p {
  padding: 0 26px 22px;
  color: #64748b;
  line-height: 1.9;
  margin: 0;
  font-size: 0.94rem;
}

.faqContactBtn {
  background: linear-gradient(135deg, #4068bf, #3b82f6) !important;
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.faqContactBtn:hover {
  color: #fff !important;
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.4);
}



/* FAQs Page pranav 19-05-2026 End */

/* ============================================================
   CMS PAGE STYLES
   Reusable for: Terms & Conditions, Privacy Policy, and any
   other static/policy CMS pages.
   ============================================================ */

/* ----- Section wrapper ----- */
.cms-page-section {
  padding: 100px 0 80px;
}

/* ----- Layout ----- */
.cms-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.cms-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cms-col {
  width: 100%;
  padding: 0 15px;
}

/* ----- Each policy block ----- */
.cms-inner-section {
  margin-bottom: 40px;
}

.cms-inner-section:last-child {
  margin-bottom: 0;
}

/* ----- Section heading (h4) ----- */
.cms-inner-section h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  /* adjust to your brand color */
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8f0;
  line-height: 1.4;
}

/* ----- Main list (numbered items like 1.1, 1.2 …) ----- */
.cms-inner-section>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cms-inner-section>ul>li {
  padding-left: 0;
}

/* ----- Sub-heading inside each list item (h5) ----- */
.cms-inner-section>ul>li h5 {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d44;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.4;
}

.cms-inner-section>ul>li h5 span {
  color: #5a5aab;
  /* accent color for the clause number */
  font-weight: 700;
  min-width: fit-content;
}

/* ----- Body paragraphs ----- */
.cms-inner-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #555566;
  margin-bottom: 12px;
}

.cms-inner-section p:last-child {
  margin-bottom: 0;
}

/* ----- Inline links ----- */
.cms-inner-section a {
  color: #5a5aab;
  text-decoration: underline;
  word-break: break-all;
}

.cms-inner-section a:hover {
  color: #3a3a8a;
  text-decoration: none;
}

/* ----- Sub-list (bullet items like prohibited activities) ----- */
.cms-sub-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cms-sub-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cms-sub-list li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 50%;
  background-color: #5a5aab;
  /* accent bullet color */
  margin-top: 8px;
}

.cms-sub-list li p {
  margin-bottom: 0;
}

/* ----- Standalone paragraphs directly inside cms-inner-section (outside ul) ----- */
.cms-inner-section>p {
  font-size: 15px;
  line-height: 1.8;
  color: #555566;
  margin-bottom: 14px;
}

/* ----- Secondary style h5 (cookie sub-headings, no clause number) ----- */
.cms-h5-secondary {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #5a5aab !important;
  /* accent color — adjust to your brand */
  margin-bottom: 6px !important;
}

/* ----- Highlighted sub-list (bold label + description pattern) ----- */
.cms-highlight-list {
  margin-top: 14px;
}

.cms-highlight-list li::before {
  background-color: #5a5aab;
  margin-top: 10px;
}

.cms-highlight-list li p strong {
  color: #2d2d44;
  font-weight: 700;
}

/* ----- Responsive ----- */
@media (max-width: 991px) {
  .cms-page-section {
    padding: 40px 0 60px;
  }

  .cms-inner-section h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .cms-page-section {
    padding: 30px 0 40px;
  }

  .cms-inner-section h4 {
    font-size: 16px;
  }

  .cms-inner-section>ul>li h5 {
    font-size: 15px;
  }

  .cms-inner-section p {
    font-size: 14px;
  }
}

/* CMS End  */

/* =========================================================
   CONTACT PAGE FULLY SCOPED CSS
========================================================= */

.th-contact-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* HERO */
.th-contact-page.inner-page {
  padding-top: 60px;
}

.th-contact-page .th-contact-hero {
  position: relative;
  padding: 90px 0 140px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(37, 99, 235, 0.78)),
    url('/assets/images/th-inner-banner-image.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.th-contact-page .th-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15, 23, 42, .88), rgba(15, 23, 42, .45));
}

.th-contact-page .th-contact-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -220px;
  right: -100px;
}

.th-contact-page .th-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.th-contact-page .th-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  backdrop-filter: blur(10px);
  margin-bottom: 25px;
  font-weight: 600;
}

.th-contact-page .th-hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.th-contact-page .th-hero-title span {
  color: #bfdbfe;
}

.th-contact-page .th-hero-text {
  color: #dbeafe;
  line-height: 1.9;
  font-size: 1.08rem;
  max-width: 650px;
}

/* WRAPPER */

.th-contact-page .th-contact-wrapper {
  margin-top: -90px;
  position: relative;
  z-index: 5;
}

/* FORM CARD */

.th-contact-page .th-contact-card {
  background: #fff;
  border-radius: 36px;
  padding: 55px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .08);
  border: 1px solid rgba(255, 255, 255, .6);
  height: 100%;
}

.th-contact-page .th-form-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.th-contact-page .th-form-subtext {
  color: #64748b;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* FORM ELEMENTS */

.th-contact-page .th-form-label {
  font-size: .95rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  display: block;
}

.th-contact-page .th-form-control {
  width: 100%;
  height: 58px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 14px 18px;
  font-size: 1rem;
  transition: .3s ease;
  background: #fff;
  box-shadow: none !important;
}

.th-contact-page textarea.th-form-control {
  height: auto;
  min-height: 160px;
  resize: none;
}

.th-contact-page .th-form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08) !important;
  outline: none;
}

.th-contact-page .th-form-control::placeholder {
  color: #94a3b8;
}

.th-contact-page .invalid-feedback {
  margin-top: 8px;
  font-size: .875rem;
}

/* INFO CARD */

.th-contact-page .th-info-card {
  background: linear-gradient(135deg, #273f81, #003099);
  border-radius: 32px;
  padding: 45px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.th-contact-page .th-info-card::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -180px;
  right: -120px;
}

.th-contact-page .th-info-content {
  position: relative;
  z-index: 2;
}

.th-contact-page .th-info-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.th-contact-page .th-info-text {
  color: #dbeafe;
  line-height: 1.9;
  margin-bottom: 35px;
}

.th-contact-page .th-info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}

.th-contact-page .th-info-icon {
  min-width: 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.th-contact-page .th-info-icon i {
  color: #fff;
  font-size: 22px;
}

.th-contact-page .th-info-item h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}

.th-contact-page .th-info-item p {
  color: #dbeafe;
  margin: 0;
  line-height: 1.7;
  font-size: .96rem;
}

/* BUTTON */

.th-contact-page .th-submit-btn {
  border: none;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  padding: 16px 34px;
  border-radius: 16px;
  font-weight: 700;
  transition: .35s ease;
  box-shadow: 0 15px 35px rgba(37, 99, 235, .25);
}

.th-contact-page .th-submit-btn:hover {
  transform: translateY(-4px);
}

/* ALERT */

.th-contact-page .alert-success {
  border: none;
  border-radius: 18px;
  padding: 18px 22px;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .th-contact-page .th-contact-hero {
    padding: 80px 0 120px;
  }

  .th-contact-page .th-contact-wrapper {
    margin-top: -70px;
  }

  .th-contact-page .th-contact-card {
    padding: 30px;
  }

  .th-contact-page .th-info-card {
    margin-top: 25px;
  }

  .th-contact-page .th-hero-title {
    font-size: 2.8rem;
  }

}

@media(max-width:767px) {

  .th-contact-page .th-contact-card {
    padding: 24px;
    border-radius: 24px;
  }

  .th-contact-page .th-info-card {
    padding: 30px;
    border-radius: 24px;
  }

  .th-contact-page .th-hero-title {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .th-contact-page .th-form-title {
    font-size: 1.8rem;
  }

}



/* Contact Page CSS End  */

/* =========================================================
   FAST FORWARD PAGE
========================================================= */

.inner-page.fastForwardPageWrapper {
  position: relative;
  overflow: hidden;
  background: #f5f8ff;
  padding-top: 60px;
}

/* =========================================================
   HERO SECTION
========================================================= */

.fastForwardHero {
  position: relative;
  padding: 60px 0 160px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 22, 58, .96), rgba(22, 72, 180, .90)),
    url('/assets/images/th-inner-banner-image.jpg');
  background-size: cover;
  background-position: center;
}

.fastForwardHero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 40, .45);
}

.fastForwardHero::after {
  content: '';
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  top: -180px;
  right: -120px;
}

.ffHeroContent {
  position: relative;
  z-index: 2;
  /* max-width:760px; */
}

.ffHeroBadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 60px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
  margin-bottom: 28px;
}

.ffHeroTitle {
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 1.02;
  font-weight: 700;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 28px;
}

.ffHeroTitle span {
  color: #9fd1ff;
}

.ffHeroText {
  color: #dbeafe;
  font-size: 1.12rem;
  line-height: 2;
  max-width: 700px;
}

.ffHeroBtns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.ffPrimaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 18px;
  background: #fff;
  color: #2154d8;
  text-decoration: none;
  font-weight: 800;
  transition: .35s;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.ffPrimaryBtn:hover {
  transform: translateY(-4px);
  color: #2154d8;
}

.ffSecondaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .10);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
  transition: .35s;
}

.ffSecondaryBtn:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

/* =========================================================
   INTRO CARDS
========================================================= */

.ffIntroSection {
  position: relative;
  margin-top: -120px;
  z-index: 10;
}

.ffIntroCard {
  background: #fff;
  border-radius: 38px;
  padding: 45px;
  box-shadow: 0 25px 80px rgba(12, 30, 84, .10);
}

.ffMiniCard {
  border-radius: 28px;
  background: #f8fbff;
  padding: 35px;
  height: 100%;
  border: 1px solid #edf3ff;
  transition: .35s;
}

.ffMiniCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .06);
}

.ffMiniIcon {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  box-shadow: 0 15px 35px rgba(37, 99, 235, .25);
}

.ffMiniIcon i {
  color: #fff;
  font-size: 32px;
}

.ffMiniCard h4 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.ffMiniCard p {
  color: #64748b;
  line-height: 1.9;
  margin: 0;
}

/* =========================================================
   SECTION HEADINGS
========================================================= */

.ffSectionHeading {
  text-align: center;
  margin-bottom: 65px;
}

.ffSectionHeading h2 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.ffSectionHeading p {
  color: #64748b;
  max-width: 760px;
  margin: auto;
  line-height: 2;
}

/* =========================================================
   PRICING
========================================================= */

.ffPricingSection {
  padding: 110px 0;
}

.ffPricingCard {
  position: relative;
  background: #fff;
  border-radius: 36px;
  padding: 45px 35px;
  height: 100%;
  overflow: hidden;
  transition: .4s;
  border: 1px solid #e7eefc;
  box-shadow: 0 20px 65px rgba(0, 0, 0, .05);
}

.ffPricingCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(37, 99, 235, .12);
}

.ffPricingCard.active {
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  transform: scale(1.04);
}

.ffPricingCard.active * {
  color: #fff;
}

.ffPricingCard.active .ffPlanBtn {
  background: #fff;
  color: #2154d8 !important;
}

.ffPricingCard.active .ffPlanFeatures li {
  border-color: rgba(255, 255, 255, .14);
}

.ffPopularTag {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #fff;
  color: #2154d8 !important;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 800;
}

.ffPlanName {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.ffPlanDesc {
  color: #64748b;
  line-height: 1.9;
  margin-bottom: 28px;
}

.ffPlanPrice {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}

.ffPlanPrice h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.ffPlanPrice span {
  color: #64748b;
  font-weight: 700;
  margin-bottom: 10px;
}

.ffPlanFeatures {
  list-style: none;
  padding: 0;
  margin: 0 0 38px;
}

.ffPlanFeatures li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #edf2fb;
  color: #334155;
  line-height: 1.7;
}

.ffPlanFeatures li i {
  color: #2563eb;
  font-size: 18px;
  margin-top: 4px;
}

.ffPlanBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 17px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #4f8cff);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  transition: .35s;
}

.ffPlanBtn:hover {
  color: #fff;
  transform: translateY(-4px);
}

/* =========================================================
   PROCESS SECTION
========================================================= */

.ffProcessSection {
  padding-bottom: 110px;
}

.ffProcessCard {
  position: relative;
  padding: 42px;
  background: #fff;
  border-radius: 32px;
  height: 100%;
  border: 1px solid #edf2fb;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .04);
  transition: .35s;
}

.ffProcessCard:hover {
  transform: translateY(-8px);
}

.ffProcessNumber {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 26px;
}

.ffProcessCard h4 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #0f172a;
}

.ffProcessCard p {
  color: #64748b;
  line-height: 1.9;
  margin: 0;
}

/* =========================================================
   CTA SECTION
========================================================= */

.ffBottomCta {
  padding-bottom: 110px;
}

.ffBottomCard {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  padding: 100px 50px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(29, 78, 216, .94), rgba(59, 130, 246, .90)),
    url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2000&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.ffBottomCard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .55);
}

.ffBottomContent {
  position: relative;
  z-index: 2;
}

.ffBottomContent h2 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 700;
  margin-bottom: 22px;
}

.ffBottomContent p {
  max-width: 760px;
  margin: auto;
  color: #dbeafe;
  line-height: 2;
  margin-bottom: 40px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

  .fastForwardHero {
    padding: 90px 0 180px;
  }

  .ffIntroCard {
    padding: 30px;
  }

  .ffPricingCard.active {
    transform: none;
  }

  .ffBottomCard {
    padding: 70px 28px;
  }

}

@media(max-width:767px) {

  .fastForwardHero {
    padding: 75px 0 160px;
  }

  .ffHeroBtns {
    flex-direction: column;
  }

  .ffPlanPrice h2 {
    font-size: 3rem;
  }

  .ffPricingCard,
  .ffProcessCard {
    padding: 32px 26px;
  }

  .ffIntroCard {
    border-radius: 28px;
  }

  .ffBottomCard {
    border-radius: 30px;
  }

}

/* Fast Forward CSS End  */


/* Apply job form css start  */
.applyBanner {
  position: relative;
  padding: 50px 0 120px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 22, 58, .96), rgba(22, 72, 180, .90)),
    url('/assets/images/th-inner-banner-image.jpg');
  background-size: cover;
  background-position: center;
}

.applyBanner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(6, 15, 40, .45);
}

.bannerContent {
  position: relative;
  z-index: 2;
}

.bannerBadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(10px);
  margin-bottom: 24px;
}

.bannerTitle {
  font-size: clamp(2.8rem, 6vw, 4rem);
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  /* max-width: 760px; */
  margin-bottom: 20px;
}

.bannerTitle span {
  color: #8ec5ff;
}

.bannerText {
  color: #dbeafe;
  font-size: 1.08rem;
  line-height: 2;
  /* max-width: 700px; */
}

/* ===================================================
FORM CARD
=================================================== */

.applyWrapper {
  margin-top: -80px;
  position: relative;
  z-index: 5;
}

.applyCard {
  background: #fff;
  border-radius: 35px;
  padding: 40px;
  box-shadow: 0 26px 70px rgba(8, 23, 53, .12);
  margin-bottom: 25px;
}

.sectionTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 35px;
}

/* ===================================================
INPUTS
=================================================== */

.required {
  color: #ef4444;
}

textarea.form-control {
  min-height: 100px;
}

.form-control:focus,
.form-select:focus {
  border-color: #2d4b8f;
  box-shadow: 0 0 0 4px rgba(53, 109, 255, .1);
}

/* ===================================================
SELECT2
=================================================== */

.select2-container {
  /* width:100%!important; */
}

.select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #dbe5f3;
  display: flex;
  align-items: center;
  padding: 0 30px 0 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: #0f172a;
  font-size: 14px;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.select2-dropdown {
  border: 1px solid #dbe5f3;
  border-radius: 14px;
  overflow: hidden;
}

.select2-search__field {
  border-radius: 10px !important;
  padding: 10px !important;
}

/* ===================================================
FLATPICKR
=================================================== */

.flatpickr-calendar {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
  font-family: 'Poppins', sans-serif;
}

.flatpickr-months {
  background: #2d4b8f;
  padding: 10px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 12px !important;
  height: 30px !important;
  width: 30px !important;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.flatpickr-months .flatpickr-prev-month {
  left: 8px !important;
}

.flatpickr-months .flatpickr-next-month {
  right: 8px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #ffffff !important;
  font-size: 14px !important;
  color: #2d4b8f !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  color: #fff !important;
  font-weight: 700;
}

.flatpickr-weekday {
  color: #64748b !important;
  font-weight: 700;
}

.flatpickr-day.selected {
  background: #2d4b8f !important;
  border-color: #2d4b8f !important;
}

.flatpickr-day.today {
  border-color: #2d4b8f !important;
}

/* ===================================================
RADIO + CHECKBOX
=================================================== */

.customOption {
  position: relative;
}

.customOption input {
  display: none;
}

.customOption label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  cursor: pointer;
  transition: .3s;
  font-weight: 600;
  background: #fff;
}

.customOption label::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #c9d5ea;
  transition: .3s;
  flex-shrink: 0;
}

.checkboxStyle label::before {
  border-radius: 7px;
}

.customOption input:checked+label {
  color: var(--theme-secondary);
}

.customOption input:checked+label::before {
  background: var(--theme-secondary);
  border-color: var(--theme-secondary);
  box-shadow: inset 0 0 0 5px #fff;
}

.checkboxStyle input:checked+label::before {
  content: '✓';
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

/* ===================================================
PROFILE
=================================================== */

.profileUploadWrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.profilePreview {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #edf3ff;
  background: #f8fbff;
  position: relative;
  flex-shrink: 0;
}

.profilePreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uploadBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  background: linear-gradient(135deg, #2d4b8f, #5a8bff);
  color: #fff;
  border-radius: 16px;
  padding: 16px 28px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}

.uploadBtn:hover {
  transform: translateY(-3px);
}

.uploadInfo {
  color: #94a3b8;
  margin-top: 12px;
  font-size: 14px;
}

/* ===================================================
UPLOAD BOX
=================================================== */

.uploadBox {
  border: 1px dashed #cfe0ff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.uploadBox h5 {
  margin: 0;
  font-size: 16px;
}

.uploadBrowse {
  background: #2d4b8f;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 24px;
  font-weight: 700;
}

/* ===================================================
BUTTONS
=================================================== */

.actionBtns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.primaryBtn {
  border: 0;
  background: linear-gradient(135deg, #4f7cff, #6b90ff);
  color: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(79, 124, 255, .23);
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -mos-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;

}

.secondaryBtn {
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #646464;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -mos-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
}

.primaryBtn i,
.secondaryBtn i {
  line-height: 100%;
}

.primaryBtn:hover,
.secondaryBtn:hover {
  transform: translateY(-3px);
}

a.primaryBtn:hover {
  color: #ffffff;
}


/* ===================================================
ERROR
=================================================== */

.errorText {
  color: #ef4444;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

/* ===================================================
MODAL
=================================================== */

.cropImage {
  max-width: 100%;
}

.modal-content {
  border: none;
  border-radius: 24px;
}

.modal-header {
  border: none;
  padding: 25px 25px 0;
}

.modal-body {
  padding: 25px;
}

.modal-footer {
  border: none;
  padding: 0 25px 25px;
}

/* ===================================================
RESPONSIVE
=================================================== */

@media(max-width:991px) {

  .applyCard {
    padding: 30px;
  }

}

@media(max-width:767px) {

  .bannerTitle {
    font-size: 2.7rem;
  }

  .applyCard {
    border-radius: 25px;
    padding: 24px;
  }

}

/* Apply job css end  */

/* Design Changes prnv 27-05-2026 Start */

.applyCard.dashboardMetrixBox {
  padding: 20px;
  border-radius: 35px;
  display: flex;
  align-items: center;
}

.dashboardMetrixBox .dashboardStatIcon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(13, 110, 253, 0.09);
  color: #2d4b8f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex: 0 0 auto;
}

.dashboardMetrixBox .dashboardStatIcon i {
  line-height: 100%;
}

.resumeUploadCard .dropzone {
  min-height: 100px;
  border: 1px solid #dbe5f3;
  padding: 10px 15px;
}

.resumeUploadCard .dropzone .dz-message {
  margin: 0;
}

.uploadInfo {
  font-size: 12px;
}

.inner-page.innerBanner {
  padding-top: 60px;
}

/* Design Changes prnv 27-05-2026 End */

.th-sitemap-page {
  --th-primary: #2563eb;
  --th-dark: #0f172a;
  --th-text: #64748b;
  --th-light: #f8fbff;
  --th-border: #e2e8f0;

  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.th-sitemap-page .th-sitemap-hero {
  position: relative;
  padding: 90px 0 140px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(37, 99, 235, 0.78)), url('/assets/images/th-inner-banner-image.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.th-sitemap-page .th-sitemap-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15, 23, 42, .88), rgba(15, 23, 42, .45));
}

.th-sitemap-page .th-sitemap-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -220px;
  right: -100px;
}

.th-sitemap-page .th-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.th-sitemap-page .th-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  backdrop-filter: blur(10px);
  margin-bottom: 25px;
  font-weight: 600;
}

.th-sitemap-page .th-hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.th-sitemap-page .th-hero-title span {
  color: #bfdbfe;
}

.th-sitemap-page .th-hero-text {
  color: #dbeafe;
  line-height: 1.9;
  font-size: 1.05rem;
  max-width: 650px;
}

.th-sitemap-page .th-sitemap-wrapper {
  margin-top: -90px;
  position: relative;
  z-index: 5;
  padding-bottom: 90px;
}

.th-sitemap-page .th-sitemap-card {
  background: #fff;
  border-radius: 36px;
  padding: 50px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .08);
  border: 1px solid rgba(255, 255, 255, .6);
  height: 100%;
}

.th-sitemap-page .th-sitemap-section {
  margin-bottom: 45px;
}

.th-sitemap-page .th-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--th-dark);
  margin-bottom: 24px;
  position: relative;
  padding-left: 18px;
}

.th-sitemap-page .th-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 28px;
  border-radius: 50px;
  background: linear-gradient(180deg, var(--th-primary), #60a5fa);
}

.th-sitemap-page .th-sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.th-sitemap-page .th-sitemap-list li {
  margin: 0;
  line-height: 100%;
}

.th-sitemap-page .th-sitemap-list a {
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: var(--th-dark);
  font-weight: 600;
  transition: .35s ease;
  position: relative;
  overflow: hidden;
}

/* .th-sitemap-page .th-sitemap-list a::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(37,99,235,.05),rgba(96,165,250,.08));
  opacity:0;
  transition:.35s ease;
} */

.th-sitemap-page .th-sitemap-list a:hover {
  transform: translateY(-4px);
  color: #4068bf;
}

.th-sitemap-page .th-sitemap-list a:hover::before {
  opacity: 1;
}

.th-sitemap-page .th-sitemap-list a i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--th-primary), #60a5fa);
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.th-sitemap-page .th-sitemap-list a span {
  position: relative;
  z-index: 2;
}

@media(max-width:991px) {
  .th-sitemap-page .th-sitemap-card {
    padding: 35px;
  }

  .th-sitemap-page .th-sitemap-wrapper {
    margin-top: -70px;
  }
}

@media(max-width:767px) {

  .th-sitemap-page .th-sitemap-list {
    grid-template-columns: 1fr;
  }

  .th-sitemap-page .th-sitemap-card {
    padding: 24px;
    border-radius: 24px;
  }

  .th-sitemap-page .th-hero-title {
    font-size: 2.4rem;
    line-height: 1.15;
  }

  .th-sitemap-page .th-sitemap-hero {
    padding: 70px 0 120px;
  }

}

.dataTables_length .form-select.form-select-sm {
  padding: 4px 10px;
  min-width: 70px;
  min-height: 40px;
}

.cropper-container {
  width: 100% !important;
}

.bannerInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.bannerInfo li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.checkbox-group,
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bannerInfo li:not(:first-child)::before {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.4);
}

.checkbox-pill,
.radio-pill {
  position: relative;
  height: 38px;
  border: 1.5px solid #d9e3f3;
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 12px;
  cursor: pointer;
  transition: all .25s ease;
  font-size: 13px;
  color: #102d5c;
  user-select: none;
}

.checkbox-pill:hover,
.radio-pill:hover {
  border-color: #4f7cff;
  box-shadow: 0 6px 20px rgba(79, 124, 255, .12);
}

.checkbox-pill input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #8d8d8d;
  border-radius: 4px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: .2s ease;
}

.checkbox-pill input[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  top: 0px;
  left: 4px;
  transition: .2s ease;
}

.checkbox-pill input[type="checkbox"]:checked {
  background: #4f7cff;
  border-color: #4f7cff;
}

.checkbox-pill input[type="checkbox"]:checked::before {
  transform: rotate(45deg) scale(1);
}

/* active state */
.checkbox-pill:has(input[type="checkbox"]:checked),
.radio-pill:has(input[type="radio"]:checked) {
  border-color: #4f7cff;
  background: #f8fbff;
  box-shadow: 0 8px 24px rgba(79, 124, 255, .12);
}

.radio-pill input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #8c8c8c;
  border-radius: 50%;
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: all .2s ease;
  background: #fff;
}

.radio-pill input[type="radio"]::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f7cff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .2s ease;
}

.radio-pill input[type="radio"]:checked {
  border-color: #4f7cff;
}

.radio-pill input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

/* mobile */
@media(max-width:576px) {

  .radio-group {
    gap: 12px;
  }

  .radio-pill {
    min-width: 100%;
    justify-content: flex-start;
  }

}

:root {
  --primary: #4f7cff;
  --primary-dark: #17356f;
  --navy: #102d5c;
  --text: #081735;
  --muted: #8190ad;
  --border: #dce5f5;
  --soft-bg: #f8fbff;
}

.hero {
  min-height: 345px;
  background:
    linear-gradient(rgba(5, 24, 62, .93), rgba(10, 37, 89, .93)),
    url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80') center/cover;
  color: #fff;
  padding: 65px 0 125px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  margin-bottom: 28px;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 22px;
}

.hero h1 span {
  color: #78a7ff;
}

.hero p {
  color: #d7e5ff;
  font-size: 17px;
  max-width: 900px;
}

.application-wrap {
  margin-top: -72px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}

.form-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(8, 23, 53, .12);
  padding: 40px;
  margin-bottom: 25px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.section-subtitle {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.add-more-btn {
  border: 0;
  background: linear-gradient(135deg, #4f7cff, #6b90ff);
  color: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -mos-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;

}

.add-more-btn:hover {
  transform: translateY(-3px);
}

/* ===================================================
  THEMED SWEETALERT2 (TalentHub Candidate portal)
  =================================================== */
.talenthub-swal.swal2-popup {
  border-radius: 16px !important;
  padding: 28px 24px 30px !important;
  box-shadow: 0 20px 50px rgba(16, 45, 92, .18) !important;
  font-family: inherit;
}

.talenthub-swal-title {
  color: #081735 !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-top: 6px !important;
}

.talenthub-swal-text {
  color: #6B7280 !important;
  font-size: .95rem !important;
}

.talenthub-swal .swal2-icon {
  border-width: 3px;
  margin-top: 20px;
}

.talenthub-swal .swal2-icon.swal2-success {
  border-color: #2E934D;
  color: #2E934D;
}

.talenthub-swal .swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #2E934D;
}

.talenthub-swal .swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(46, 147, 77, .3);
}

.talenthub-swal .swal2-icon.swal2-error {
  border-color: #D53732;
  color: #D53732;
}

.talenthub-swal .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background-color: #D53732;
}

.talenthub-swal .swal2-icon.swal2-warning {
  border-color: #FB8B0A;
  color: #FB8B0A;
}

.talenthub-swal .swal2-icon.swal2-info {
  border-color: #4f7cff;
  color: #4f7cff;
}

.talenthub-swal .swal2-actions {
  margin-top: 24px !important;
  gap: 10px;
}

.talenthub-swal .add-more-btn,
.talenthub-swal .secondaryBtn {
  min-width: 120px;
  justify-content: center;
  margin: 0 !important;
}

@media (max-width:576px) {
  .talenthub-swal.swal2-popup {
    width: 90% !important;
    padding: 22px 16px 24px !important;
  }

  .talenthub-swal .swal2-actions {
    flex-direction: column-reverse;
    width: 100%;
  }

  .talenthub-swal .add-more-btn,
  .talenthub-swal .secondaryBtn {
    width: 100%;
    margin: 4px 0 !important;
  }
}

.avatar-row {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 34px;
}

.avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #edf1f8;
  border: 6px solid #f5f7fb;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-btn {
  border: 0;
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
  padding: 12px 22px;
  box-shadow: 0 8px 18px rgba(79, 124, 255, .25);
}

.help-text {
  color: var(--muted);
  font-size: 12px;
  margin-top: 12px;
}

.form-control,
.form-select {
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 13px;
  box-shadow: none !important;
}

textarea.form-control {
  height: auto;
}

/* ===================================================
  DATE INPUT (flatpickr) ICONS
  =================================================== */
.dateInputWrap {
  position: relative;
}

.dateInputWrap .form-control {
  padding-right: 64px;
  cursor: pointer;
  background: #fff;
}

.dateInputClear,
.dateInputToggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
}

.dateInputClear {
  right: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dateInputWrap.hasValue .dateInputClear {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dateInputToggle {
  right: 6px;
}

.dateInputClear:hover,
.dateInputToggle:hover {
  color: #fff;
  background: var(--primary);
}

@media (max-width:576px) {
  .dateInputWrap .form-control {
    padding-right: 58px;
  }

  .dateInputClear,
  .dateInputToggle {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .dateInputClear {
    right: 28px;
  }

  .dateInputToggle {
    right: 4px;
  }
}

.section-gap {
  row-gap: 20px;
}

.record-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  border: 1px solid #dfe8f7;
  border-radius: 22px;
  padding: 18px;
  margin-top: 18px;
  box-shadow: 0 14px 34px rgba(8, 23, 53, .055);
  position: relative;
}

.record-sidebar {
  background: #f4f7ff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
}

.record-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #4f7cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.education-card .record-icon {
  background: #18b985;
}

.record-step {
  color: #8d9ab4;
  font-size: 12px;
  font-weight: 700;
}

.record-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf2fb;
}

.record-top h3 {
  font-size: 18px;
  font-weight: 700;
}

.record-top p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.record-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.active-tag {
  background: #eaf7f0;
  color: #16845a;
  border-radius: 30px;
  padding: 7px 13px;
  font-size: 11px;
  font-weight: 700;
}

.remove-btn {
  border: 0;
  background: #fff0f2;
  color: #e54858;
  border-radius: 9px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 700;
}

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

.btn-main {
  border: 0;
  border-radius: 12px;
  height: 50px;
  padding: 0 32px;
  background: var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.btn-light-blue {
  border: 0;
  border-radius: 12px;
  height: 50px;
  padding: 0 32px;
  background: #eef4ff;
  color: var(--primary);
  font-weight: 800;
}

@media(max-width:767px) {
  .record-card {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
  }

  .action-row {
    flex-direction: column;
  }
}

.career-login-page {
  min-height: calc(100vh - 80px);
  padding: 32px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
}

.career-login-shell {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.career-login-content {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.career-login-close {
  position: absolute;
  top: 20px;
  right: 23px;
  z-index: 10;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-login-close:hover {
  color: #111827;
  text-decoration: none;
}

.career-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
}

.career-login-left {
  position: relative;
  padding: 52px 50px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.76) 0 48px, transparent 49px),
    radial-gradient(circle at 18% 88%, rgba(122, 86, 235, 0.45) 0 26px, transparent 27px),
    radial-gradient(circle at 84% 88%, rgba(59, 130, 246, 0.42) 0 58px, transparent 59px),
    linear-gradient(145deg, #dceeff 0%, #c9dcff 45%, #d8c9ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-login-left::before,
.career-login-left::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.career-login-left::before {
  width: 24px;
  height: 24px;
  top: 240px;
  left: 86px;
  background: #5d9cec;
  box-shadow: 310px 28px 0 #f4c84f;
}

.career-login-left::after {
  width: 110px;
  height: 110px;
  top: 34px;
  right: 54px;
  background: rgba(255, 255, 255, 0.28);
}

.career-login-left-content {
  position: relative;
  z-index: 2;
}

.career-login-left h1 {
  margin: 0 0 18px;
  color: #050505;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.career-login-left p {
  margin: 0;
  max-width: 340px;
  color: #101828;
  font-size: 18px;
  line-height: 1.35;
}

.career-login-visual {
  position: relative;
  height: 360px;
  margin-top: 66px;
}

.career-login-visual::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 315px;
  height: 315px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
}

.career-login-image {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 315px;
  height: 315px;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 18px;
  filter: drop-shadow(0 18px 34px rgba(15, 23, 42, 0.16));
}

.career-floating-badge {
  position: absolute;
  z-index: 4;
  min-width: 70px;
  padding: 10px 12px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
}

.career-floating-badge strong {
  display: block;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.career-floating-badge span {
  display: block;
  margin-top: 5px;
  color: #344054;
  font-size: 12px;
  line-height: 1.2;
}

.badge-jobs {
  top: 66px;
  left: -10px;
}

.badge-career {
  top: 16px;
  right: 84px;
}

.badge-company {
  top: 96px;
  right: 36px;
}

.badge-coach {
  top: 172px;
  right: 96px;
}

.career-login-right {
  background: #ffffff;
  padding: 50px 30px 50px;
  display: flex;
  align-items: center;
}

.career-login-form-wrap {
  width: 400px;
  margin: 0 auto;
}

.career-login-form-wrap h2 {
  margin: 0 0 8px;
  color: #050505;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.career-login-subtitle {
  margin: 0 0 34px;
  color: #101828;
  font-size: 14px;
  line-height: 1.4;
}

.career-form-group {
  margin-bottom: 10px;
}

.career-form-group label {
  font-size: 14px;
  color: var(--label-color);
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 100%;
}

.career-login-form .form-control {
  width: 100%;
  height: 48px;
  padding: 11px 14px;
  color: #111827;
  font-size: 15px;
  border: 1px solid #c9ced6;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}

.career-login-form .form-control::placeholder {
  color: #b8bdc7;
}

.career-login-form .form-control:focus {
  border-color: #2b75e2;
  box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.16);
}

.career-password-field {
  position: relative;
}

.career-password-field .form-control {
  padding-right: 48px;
}

.career-password-toggle {
  position: absolute;
  top: 17px !important;
  right: 15px !important;
  padding: 0;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 17px;
  line-height: 1;
  transform: none !important;
}

.career-password-toggle:hover {
  color: #111827;
}

.career-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 6px 0 28px;
}

.career-login-options a {
  color: #101828;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 0;
}

.career-login-submit {
  width: 100%;
  height: 48px;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.career-login-submit:hover,
.career-login-submit:focus {
  background: #050505;
  color: #ffffff;
}

.career-register-text {
  margin: 15px 0 0;
  text-align: center;
  color: #050505;
  font-size: 14px;
  line-height: 1.4;
}

.career-register-text a {
  color: #050505;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.career-login-form .invalid-feedback,
#password-error,
#password-error label.error,
.career-login-form label.error {
  color: #df1111;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  line-height: 150%;
}

#password-error {
  width: 100%;
}

.career-login-form .form-control.is-invalid {
  border-color: #dc3545;
}

@media (max-width: 991.98px) {
  .career-login-shell {
    max-width: 500px;
  }

  .career-login-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .career-login-left {
    display: none;
  }

  .career-login-right {
    padding: 50px 30px 50px;
  }
}

@media (max-width: 575.98px) {
  .career-login-page {
    padding: 16px;
  }

  .career-login-content {
    border-radius: 18px;
  }

  .career-login-right {
    padding: 30px 20px;

  }

  .career-login-form-wrap h2 {
    font-size: 28px;
  }

  .career-login-subtitle {
    margin-bottom: 26px;
  }

  .career-login-options {
    margin-bottom: 24px;
  }

  .career-register-text {
    margin-top: 34px;
  }
}

.toggle-password {
  position: absolute;
  top: 72%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  color: #6c757d;
}

.password-validation-popup {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  min-width: 253px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e5e5;
  z-index: 999;
  display: none;
}

.panel-view.password-validation-popup {
  top: 45px;
}

.password-validation-popup p {
  margin-bottom: 8px;
  font-size: 14px;
}

.text-success {
  color: #198754 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.employeeProfilePage .section-subtitle {
  text-align: left;
  font-weight: 500;
}

.custom-file-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  min-width: 0;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.custom-file-text {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  min-height: 46px;
  padding: 0 .75rem;
}

.custom-file-input-hidden {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file-group {
  position: relative;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
}

.custom-file-group>.input-group-text {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 46px;
  white-space: nowrap;
  padding: 0 .75rem;
}

.custom-file-group>.custom-file-label {
  flex: 1 1 auto;
}

.custom-file-group .input-group-text {
  font-size: 14px;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
}

.newLoginPage {
  margin-top: 25px;
  padding-bottom: 75px;
}

.newLoginPage .btn-login {
  width: 100%;
  height: 48px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

.action-btns a {
  opacity: 0.75;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -mos-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
}

.action-btns a:hover {
  opacity: 1;
}

.profilePageShell .sectionTitle {
  font-size: 28px;
}

.dataTables_length .form-select.form-select-sm,
div.dataTables_wrapper div.dataTables_filter input {
  min-height: 35px;
  height: 35px;
  border-radius: 8px;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-size: 13px;
}

@media(max-width:991px) {
  .footer-main {
    padding-top: 50px;
  }

  .newLoginPage {
    padding: 75px 15px 40px;
  }

  .footer-logo-text {
    margin: 0 auto;
  }

  .footer-desc {
    text-align: center;
    max-width: 100%;
    margin: 12px auto 0;
  }

  .footer-main .footer-heading,
  .footer-main .footer-links,
  .footer-main .footer-contact,
  .footer-main .footer-legal-links {
    text-align: center;
  }

  .footer-main .footer-contact,
  .footer-main .footer-mobile-app,
  .footer-main .DownloadBtn {
    justify-content: center;
    align-items: center;
  }

  .footer-main .footer-legal-links {
    justify-content: center;
  }

  .footer-main .footer-main-bottom {
    row-gap: 18px;
  }

  .footer-bottom .copyrightText,
  .footer-bottom a {
    font-size: 12px;
  }
}

button:disabled,
.btn:disabled,
button[disabled],
.btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #2b75e2 !important;
  border-color: #2b75e200 !important;
  box-shadow: none !important;
}

.footer-main .footer-main-bottom {
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px solid rgb(255 255 255 / 8%);
  align-items: center;
}

.footer-main .footer-bottom {
  justify-content: center;
  text-align: center;
}

.footer-main .social-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-main .social-list li {
  list-style: none;
  width: auto;
}

.footer-main .social-list a svg {
  fill: #ffffff;
  transition: 0.3s ease-in-out all;
  opacity: 0.6;
}

.footer-main .social-list a:hover svg {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}

.footer-main .DownloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-main .footer-bottom-logo {
  text-align: center;
}

.footer-main .DownloadApps {
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.footer-main .footer-mobile-app .qrImg {
  width: 115px;
  height: 115px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-main .footer-mobile-app .DownloadApps a img {
  display: block;
  max-width: 118px;
  width: 100%;
  height: auto;
}

.footer-main .footer-legal-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-main .footer-legal-links a {
  color: rgb(255 255 255 / 68%);
  font-size: 14px;
  white-space: nowrap;
}

.footer-main .footer-legal-links a:hover {
  color: var(--white);
}

@media(max-width:1199px) {
  .footer-main .DownloadApps {
    flex-direction: column;
    gap: 10px;
  }

  /* Below 1200px the social icons / logo / legal-links row (footer-main-bottom)
     switches from 3 columns to full-width stacked (col-xl-4 col-12 in markup)
     because there wasn't enough room for "Sitemap · Terms & Conditions ·
     Privacy Policy" to stay right-aligned and unwrapped in a 1/3-width
     column — it was overflowing/misaligning between 768px and 1199px. Center
     everything now that each block spans the full row. */
  .footer-main .footer-main-bottom {
    row-gap: 18px;
    text-align: center;
  }

  .footer-main .social-list {
    justify-content: center;
  }

  .footer-main .footer-bottom-logo {
    margin: 8px 0;
  }

  .footer-main .footer-legal-links {
    justify-content: center;
  }
}

@media(max-width:767px) {
  .footer-main {
    padding-top: 56px;
  }

  .footer-main .footer-top-row {
    row-gap: 24px;
  }

  .footer-main .footer-desc {
    max-width: 100%;
    margin: 12px auto 0;
    text-align: center;
  }

  .footer-main .footer-heading,
  .footer-main .footer-links,
  .footer-main .footer-contact {
    text-align: center;
  }

  .footer-main .footer-contact {
    align-items: center;
  }

  .footer-main .DownloadBtn,
  .footer-main .footer-mobile-app {
    justify-content: center;
  }

  .footer-main .social-list {
    justify-content: center;
  }

  .footer-main .footer-bottom-logo {
    margin: 22px 0;
  }

  .footer-main .footer-legal-links {
    justify-content: center;
  }

  .footer-main .footer-main-bottom {
    margin-top: 20px;
    padding-top: 10px;
  }
}

.social-login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: #777;
  font-size: 14px;
}

.social-login-divider::before,
.social-login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.social-login-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.social-login-btn {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #222;
  background: #fff;
  width: 30%;
  padding: 0 15px;
}

.social-login-btn:hover {
  background: #f8f8f8;
  color: #222;
}

.social-login-note {
  margin-top: 12px;
  font-size: 13px;
  color: #777;
  text-align: center;
}

.benefits-scroll {
  max-height: 500px;
  overflow-y: auto;
}

.mh-500 {
  max-height: 500px;
}

.scroll-y {
  overflow-y: auto;
}

#cropModal .modal-dialog {
  width: 500px;
}

@media (max-width: 767px) {
  .career-login-form-wrap {
    width: 100%;
  }

  .social-login-actions {
    flex-direction: column;
    gap: 10px;

  }

  .social-login-btn {
    width: 75%;
    justify-content: center;

  }
}

.note_text {
  font-size: 12px;
}

.text-center {
  text-align: center !important;
}

.clear-btn {
  padding: 7px 20px;
  border: 1.5px solid var(--theme-secondary);
  border-radius: var(--radius-pill);
  color: var(--theme-secondary);
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: background .2s, color .2s;
  font-family: 'Poppins', sans-serif;
}

.error-help-block:empty {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.default-cursor {
  cursor: default;
}

/* Mantis Design pranav 13-07-2026 Start */

.select2-results:has(#select2-experience-results) {
  padding: 0 !important;
}

.repeatableWrapper .record-sidebar.record-sidebar-mobile {
  height: 100px;
  display: flex;
}

table thead th {
  vertical-align: middle;
}

.testimonialCard p {
  min-height: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

input::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
}

.flatpickr-current-month .numInputWrapper span {
  opacity: 1 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgb(255 255 255 / 90%) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgb(255 255 255 / 90%) !important;
}

.flatpickr-current-month {
  padding: 4px 0 0 0 !important;
}

.dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  margin-left: 0.555em;
  vertical-align: 0.055em;
}

.appliedJobFilter {
  min-width: 250px !important;
}

.appliedJobFilter .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: normal !important;
  padding-left: 0px !important;
}

.appliedJobFilter .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-top: 1px;
  margin-right: -20px;
}

.appliedJobFilter .select2-container--default.select2-container--focus .select2-selection--single {
  box-shadow: none !important;
  border-color: #dce7f5 !important;
}

.flatpickr-current-month {
  padding: 1px 0 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-size: 14px !important;
}

.flatpickr-current-month .numInputWrapper {
  margin-top: 3px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:hover {
  background-color: #dddddd;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #2d4b8f !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #2d4b8f !important;
}

#educationModal .modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.applyCard.candidateDashboardWidget {
  border-radius: 25px;
  padding: 20px;
}

.home-page .navbar-main {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 0;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.home-page .navbar-main.navbar-scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.js-filter-search:focus,
.js-filter-search:focus-visible {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width:1199px) {
  .career-login-shell {
    max-width: 950px;
  }

  .profileDataTableWrap table {
    min-width: 1000px;
  }

  .profileFormGrid .customOption .form-check-label {
    font-size: 12px;
    gap: 6px;
  }

  .ffPricingCard {
    padding: 20px 15px;
    overflow: visible;
  }

  .ffPlanDesc {
    line-height: 125%;
    margin-bottom: 15px;
    font-size: 14px;
    min-height: 55px;
  }

  .ffPlanPrice {
    margin-bottom: 15px;
  }

  .ffPlanFeatures li {
    padding: 6px 0;
    gap: 8px;
    font-size: 14px;
  }

  .ffPlanFeatures li i {
    margin-top: 0;
  }

  .ffPopularTag {
    top: -23px;
    right: 0;
    background: #fbfbfb;
    left: 0;
    margin: 0 auto;
    width: 125px;
  }

  .th-contact-page .th-contact-card {
    padding: 20px;
    border-radius: 20px;
  }

  .th-contact-page .th-info-card {
    padding: 25px;
    border-radius: 20px;
  }

  .howItWorksSection .stepCard {
    height: auto;
    margin-bottom: 15px;
  }
}

@media (min-width:991px) {
  .repeatableWrapper .record-sidebar.record-sidebar-mobile {
    display: none;
  }
}

@media(max-width: 991px) {
  .select2-container {
    width: 100% !important;
  }

  #jobApplyForm .checkbox-pill {
    width: 100%;
  }

  .repeatableWrapper .record-sidebar {
    display: none;
  }

  .repeatableItem.record-card {
    grid-template-columns: 100%;
  }

  #jobApplyForm .form-card {
    padding: 15px;
  }

  .featureCard {
    margin-bottom: 15px;
    height: auto;
  }

  .career-login-shell {
    max-width: 500px;
  }
}

/* ===== DataTables Search Cancel Button - Always Visible =====*/
.dt-search input[type="search"]::-webkit-search-cancel-button,
.dataTables_filter input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  appearance: searchfield-cancel-button;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
}

/* Firefox doesn't show the × natively; this handles non-WebKit gracefully */
.dt-search input[type="search"],
.dataTables_filter input[type="search"] {
  padding-right: 15px;
  /* Reserve space for cancel button */
}

/* Mantis Design pranav 14-07-2026 End */
.regi_drop .dropdown-menu li:first-child a,
.regi_drop .dropdown-menu li:first-child button {
  border-radius: 10px 10px 0 0;
}

.regi_drop .dropdown-menu li:last-child a,
.regi_drop .dropdown-menu li:last-child button {
  border-radius: 0 0 10px 10px;
}

.afterLoginDropdown .dropdown-menu li:first-child a:first-child {
  border-radius: 10px 10px 0 0;
}

.afterLoginDropdown .dropdown-menu li:last-child button {
  border-radius: 0 0 10px 10px;
}

.card-logo-text {
  font-size: 18px;
  line-height: 1.2
}

.headerUserRole {
  font-size: 13px;
  line-height: 100%;
  color: #858585;
  font-weight: 500;
}

/* -------------------------------------------------------------------------- */
/* Thank You Page                                                             */
/* -------------------------------------------------------------------------- */
.thank-you-page {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(var(--primary-blue-rgb), 0.10), transparent 34%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  overflow: hidden;
}

.thank-you-page::before,
.thank-you-page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.thank-you-page::before {
  top: 7%;
  right: 6%;
  width: 240px;
  height: 240px;
  background: rgba(var(--primary-blue-rgb), 0.08);
  filter: blur(8px);
}

.thank-you-page::after {
  left: -60px;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: rgba(16, 185, 129, 0.07);
  filter: blur(10px);
}

.thank-you-shell {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.thank-you-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  justify-items: center;
  padding: 34px 30px 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(16px);
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.thank-you-content {
  min-width: 0;
}

.thank-you-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.thank-you-icon-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4px;
}

.thank-you-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: rgba(var(--primary-blue-rgb), 0.12);
  color: rgb(var(--primary-blue-rgb));
  border: 1px solid rgba(var(--primary-blue-rgb), 0.18);
  box-shadow: 0 14px 30px rgba(var(--primary-blue-rgb), 0.12);
  font-size: 34px;
}

.thank-you-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(var(--primary-blue-rgb), 0.10);
  color: rgb(var(--primary-blue-rgb));
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  border: 1px solid rgba(var(--primary-blue-rgb), 0.16);
}

.thank-you-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.thank-you-text {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
  margin-inline: auto;
}

.thank-you-info-card {
  width: 100%;
  margin-top: 10px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(var(--primary-blue-rgb), 0.08), rgba(16, 185, 129, 0.05)),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--primary-blue-rgb), 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  text-align: left;
}

.thank-you-info-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.thank-you-info-kicker {
  margin: 0 0 4px;
  color: rgb(var(--primary-blue-rgb));
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.thank-you-info-title {
  margin: 0;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.thank-you-countdown-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(var(--primary-blue-rgb), 0.08);
  border: 1px solid rgba(var(--primary-blue-rgb), 0.12);
}

.thank-you-countdown-label {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.thank-you-countdown-wrap strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.thank-you-info-text {
  margin: 0 0 14px;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
}

.thank-you-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.thank-you-btn:hover {
  transform: translateY(-1px);
}

.thank-you-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-blue-rgb), 0.18);
}

.thank-you-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, rgb(var(--primary-blue-rgb)) 0%, #1d4ed8 100%);
  box-shadow: 0 14px 30px rgba(var(--primary-blue-rgb), 0.22);
}

.thank-you-btn.primary:hover {
  box-shadow: 0 16px 34px rgba(var(--primary-blue-rgb), 0.26);
}

.thank-you-btn.secondary {
  color: #0f172a;
  background: #eef2f7;
  border-color: rgba(15, 23, 42, 0.08);
}

.thank-you-progress-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.20);
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.thank-you-progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(var(--primary-blue-rgb)) 0%, #2563eb 62%, #10b981 100%);
  box-shadow: 0 10px 22px rgba(var(--primary-blue-rgb), 0.24);
  transition: width 1s linear;
}

.thank-you-meta {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #64748b;
  font-size: 13px;
  flex-wrap: wrap;
}

.thank-you-footer-note {
  margin: 16px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

[data-bs-theme="dark"] .thank-you-page {
  background:
    radial-gradient(circle at top left, rgba(var(--primary-blue-rgb), 0.14), transparent 34%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.10), transparent 28%),
    linear-gradient(180deg, #0b1220 0%, #111827 100%);
}

[data-bs-theme="dark"] .thank-you-page::before {
  background: rgba(var(--primary-blue-rgb), 0.12);
}

[data-bs-theme="dark"] .thank-you-page::after {
  background: rgba(16, 185, 129, 0.08);
}

[data-bs-theme="dark"] .thank-you-card {
  background: rgba(17, 28, 49, 0.92);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

[data-bs-theme="dark"] .thank-you-icon {
  background: rgba(var(--primary-blue-rgb), 0.16);
  color: #f8fafc;
  border-color: rgba(var(--primary-blue-rgb), 0.2);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

[data-bs-theme="dark"] .thank-you-badge {
  background: rgba(var(--primary-blue-rgb), 0.14);
  color: #eaf2ff;
  border-color: rgba(var(--primary-blue-rgb), 0.2);
}

[data-bs-theme="dark"] .thank-you-title {
  color: #f8fafc;
}

[data-bs-theme="dark"] .thank-you-text {
  color: #cbd5e1;
}

[data-bs-theme="dark"] .thank-you-info-card {
  background:
    linear-gradient(135deg, rgba(var(--primary-blue-rgb), 0.14), rgba(16, 185, 129, 0.08)),
    rgba(15, 23, 42, 0.92);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .thank-you-info-kicker {
  color: #93c5fd;
}

[data-bs-theme="dark"] .thank-you-info-title,
[data-bs-theme="dark"] .thank-you-countdown-wrap strong {
  color: #f8fafc;
}

[data-bs-theme="dark"] .thank-you-countdown-wrap {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.18);
}

[data-bs-theme="dark"] .thank-you-countdown-label,
[data-bs-theme="dark"] .thank-you-info-text,
[data-bs-theme="dark"] .thank-you-footer-note {
  color: #cbd5e1;
}

[data-bs-theme="dark"] .thank-you-btn.secondary {
  color: #e5e7eb;
  background: rgba(148, 163, 184, 0.14);
  border-color: rgba(148, 163, 184, 0.18);
}

[data-bs-theme="dark"] .thank-you-meta {
  color: #cbd5e1;
}

[data-bs-theme="dark"] .thank-you-progress-track {
  background: rgba(148, 163, 184, 0.16);
}
.career-login-right-logo{
    max-width: 180px;
    margin-bottom: 15px;
}
@media (max-width: 1199px){
  .coming-card{
    max-width: 800px;
  }
  .coming-card .left-side{
    padding: 40px;
  }
}
@media (min-width: 991px){
  .career-login-right-logo{
    display: none;
  } 
}
@media (max-width: 991px) {
  .thank-you-card {
    max-width: 760px;
  }
  .career-login-dialog {
    max-width: 520px !important;
  }
  .career-login-form-wrap{
    max-width: 100% !important;
    width: 100% !important;
  }
  .career-login-right {
    padding: 54px 50px 30px !important;
  }
  .coming-card{
    max-width: 700px;
  } 
}

@media (max-width: 767px) {
  .thank-you-page {
    min-height: auto;
    padding: 24px 0 56px;
  }
  .coming-card{
    max-width: 100%;
    width: 100%;
    margin: 0 20px;
  }
  .coming-card .left-side{
    padding: 20px;
  }
  .coming-card .left-side .badge-launch{
    font-size: 16px;
    padding: 10px 30px;
  }
  .coming-card .left-side .coming-main-title{
    font-size: 24px !important;
  }
  .coming-card .left-side .coming-main-text{
    font-size: 14px;
  }
  .coming-card .left-side .btn-main-homepage{
    margin-top: 20px;
  }
  .thank-you-card {
    padding: 20px;
    border-radius: 22px;
    gap: 18px;
  }

  .thank-you-info-card {
    padding: 18px;
  }

  .thank-you-info-head,
  .thank-you-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .thank-you-countdown-wrap {
    align-items: flex-start;
    width: 100%;
  }

  .thank-you-actions {
    justify-content: center;
  }
}


.custom-file-group ::file-selector-button{
    cursor: pointer;
}
.lastestJobPostCard .popular-tag {
    padding: 3px 8px;
    border: 1px solid #ccc;
    border-radius: 45px;
    font-size: 11px;
    line-height: 100%;
}