/* ---------- 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;
}

/* 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(--theme-gray);
  margin-bottom: 5px;
  font-weight: 500;
}

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;
}

.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;
}

/* Select 2 E*/

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

body {
  font-family: 'Inter', 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>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 16px;
  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: 200px;
  z-index: 999;
  flex-direction: column;
  padding: 8px 0;
}

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

.dropdown-menu-nav a:hover {
  background: var(--bg-grey-light);
  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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 'Inter', sans-serif;
  text-align: center;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 28px;
  font-family: 'Inter', 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: 'Inter', 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);
}

.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);
}

.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: 'Inter', 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: 'Inter', sans-serif;
}

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

/* ============================================================
   FOOTER
   ============================================================ */
.footer-main {
  background: #111827;
  color: #d1d5db;
  padding: 52px 0 28px;
}

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

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

.footer-desc {
  font-size: 16px;
  color: #9ca3af;
  margin-top: 10px;
  line-height: 1.5;
}

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

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

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

.footer-links li a {
  font-size: 13px;
  color: #9ca3af;
  transition: color .2s;
}

.footer-links li 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: #6b7280;
}

.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: 300px;
  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 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border-color);
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.mobile-sub-list {
  list-style: none;
  padding: 0 0 0 16px;
  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: 40px 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;
}

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

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

.auth-field {
  width: 100%;
  min-height: 35px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px 15px;
  font-family: 'Inter', 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 {
  border: 1px solid var(--border-color);
  background: transparent;
  border-radius: 10px;
  color: var(--theme-secondary);
  font-weight: 600;
  padding: 0 15px;
  min-height: 35px;
  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: 'Inter', 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: 0.87rem;
  color: #64748b;
  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: 0.84rem;
  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;
}

.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: #2557a7;
  color: #2557a7;
  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: #2557a7;
  color: #2557a7;
}

.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: #2557a7;
  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: #2557a7;
  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: #2557a7;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
}

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

/* 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, #2557a7 0%, #2557a7 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: #2557a7;
  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: #2557a7;
  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: #2557a7;
  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: #2557a7;
  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: 14px;
  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;
}

.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: #2557a7;
}

.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;
}

/* ══════ PAGINATION ══════ */
.pag-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 16px 0;
}

.pag-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e2e0;
  border-radius: 3px;
  font-size: 13px;
  color: #474747;
  cursor: pointer;
  background: #fff;
  user-select: none;
}

.pag-btn:hover:not(.disabled):not(.dots) {
  border-color: #2557a7;
  color: #2557a7;
}

.pag-btn.active {
  background: #2557a7;
  color: #fff;
  border-color: #2557a7;
  font-weight: 700;
}

.pag-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.pag-btn.dots {
  border: none;
  cursor: default;
}

/* ══════ RIGHT SIDEBAR ══════ */
.sidebar-card {
  background: #ffffff;
  border: 1px solid #e4e2e0;
  border-radius: 4px;
  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: 4px;
  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: #2557a7;
  font-weight: 600;
}

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

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

/* Job Details Start  */

.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: #2557a7;
}

.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: #2557a7;
  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: #2557a7;
}

.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: #2557a7;
  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: #2557a7;
  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: 900;
  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: #2557a7;
  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: #2557a7;
  border: 1.5px solid #2557a7;
}

.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;
}

.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: #2557a7;
  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: #2557a7;
  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: pointer;
  min-width: 150px;
}

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

.dept-card .dc-open {
  font-size: 12px;
  color: #2557a7;
  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: #2557a7;
  border-radius: 2px;
}

.salary-bar-thumb {
  position: absolute;
  top: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2557a7;
  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: #2557a7;
}

/* 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: #2557a7;
}

/* 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: #2557a7;
  color: #2557a7;
}

/* 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: #2557a7;
}

/* 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: 900;
  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: #2557a7;
}

.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 #2557a7;
  color: #2557a7;
  border-radius: 20px;
  padding: 6px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.view-openings-btn:hover {
  background: #2557a7;
  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: #2557a7;
  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: #2557a7;
  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: 10px;
  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: #2557a7;
}

.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: #2557a7;
  color: #2557a7;
}

.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: #2557a7;
}

.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: #2557a7;
}

.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: #2557a7;
  color: #2557a7;
}

/* 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: #2557a7;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

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

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

/* Pagination */
/* .pag-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 14px 0;
}

.pag-btn {
  font-size: 13px;
  color: #474747;
  cursor: pointer;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.pag-btn:hover {
  color: #2557a7;
} */

.pag-btn.active-page {
  font-weight: 700;
  color: #212121;
}

/* .pag-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
} */

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

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

.breadcrumb-bar a:hover {
  color: #2557a7;
}

.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: #2557a7;
}

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

.footer-links a:hover {
  color: #2557a7;
}

.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: #2557a7;
  color: #2557a7;
}

.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 #e4e2e0;
  padding-top: 14px;
  margin-top: 16px;
  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: #2557a7;
}

.fopt input:checked+.cbox {
  background: #2557a7;
  border-color: #2557a7;
  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;
}
.afterLoginDropdown .dropdown-menu {
    border: 1px solid #f2f2f2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
    padding: 0;
}
.afterLoginDropdown .dropdown-menu li a, .afterLoginDropdown .dropdown-menu li button {
    padding: 5px 10px;
    font-size: 13px;
}
.afterLoginDropdown .dropdown-menu li + li {
    border-top: 1px solid #f2f2f2;
}
.afterLoginDropdown .dropdown-menu li .bi {
    font-size: 22px;
    margin-right: 10px;
}

/* 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;
  cursor: pointer;
  transition: background .2s, color .2s;
  font-family: 'Inter', sans-serif;
}

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

.error-help-block{
    color: #df1111;
    font-weight: 500;
    padding: 0 10px;
    font-size: 12px;
}
.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,#818cf8,#c084fc);
    -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,#3b82f6,#8b5cf6);
    border:none;
    color:white;
    padding:16px 34px;
    border-radius:16px;
    font-weight:700;
    font-size:15px;
    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: 100px 50px 50px !important;
}
.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: 900;
    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: 900;
    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: 900;
    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: 900;
    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: 900;
    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;
    }
}

@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(45deg);  /* 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:900;
    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:900;
    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:900;
    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:900;
    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:900;
    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:900;
    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:900;
    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:900;
    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:900;
    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: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;
}

.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: 900;
    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;
    padding-bottom:80px;
}

.applyCard{
    background:#fff;
    border-radius:35px;
    padding:45px;
    box-shadow:0 25px 70px rgba(0,0,0,.08);
}

.sectionTitle{
    font-size:2rem;
    font-weight:900;
    margin-bottom:35px;
}

/* ===================================================
INPUTS
=================================================== */

.form-label{
    font-size:14px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:10px;
}

.required{
    color:#ef4444;
}

.form-control,
.form-select{
    border-radius:12px;
    padding:10px 15px;
    min-height:52px;
    border:1px solid #dbe5f3;
    box-shadow:none;
    transition:.3s;
    font-size:14px;
    color:#0f172a;
    height: 40px;
}

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:52px;
    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:52px;
    color:#0f172a;
    font-size:14px;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:52px;
}

.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:'Inter',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: #000000 !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;
    min-height:56px;
    border-radius:16px;
    border:1px solid #dbe5f3;
    padding:0 18px;
    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{
    border-color:#2d4b8f;
    background:rgba(53,109,255,.06);
    color:#2154d8;
    box-shadow:0 10px 25px rgba(53,109,255,.08);
}

.customOption input:checked + label::before{
    background:#2d4b8f;
    border-color:#2d4b8f;
    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: none;
    background: linear-gradient(135deg,#2d4b8f,#5d8fff);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: all 0.35s ease;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.secondaryBtn {
    border: none;
    background: #edf2ff;
    color: #2d4b8f;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: all 0.35s ease;
    font-size: 13px;
    letter-spacing: 0.5px;
}
 /* .secondaryBtn:hover{
    background: rgba(255,255,255,0.2);
    color: #fff;
    transform: translateY(-4px);
} */
 .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: 10px;
}
.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: 900;
  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;
  }

}
