/* Basic Style */
/* Regular 400 */
@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Medium 500 */
@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* Bold 700 */
@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Black 900 */
@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Black Italic 900 */
@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

:focus-visible {
  outline: none;
}

html {
  font-family: "Satoshi", sans-serif;
}

body {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #17242a;
  font-family: "Satoshi", sans-serif;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
picture {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

iframe {
  border: 0;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

i:hover {
  transition: 0.3s ease-in-out;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.container {
  max-width: 1280px;
  padding: 0;
}

.container-fluid {
  padding: 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}

p:last-child {
  margin-bottom: 0;
}

/* Scrollbar Track */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0;
}

/* Scrollbar Thumb */
*::-webkit-scrollbar-thumb {
  background: #f59635;
  border-radius: 0;
}

/* Common Listing */
.common-listing {
  margin-bottom: 0;
}

.common-listing li {
  padding-left: 10px;
  margin-bottom: 6px;
  position: relative;
}

.common-listing li:last-child {
  margin-bottom: 0;
}

.common-listing li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333d4c;
  border-radius: 100%;
}

/* Common Listing End */
/* Basic Style End */

/* Typography Style */
h1,
.heading-one {
  font-size: 64px;
  line-height: 86px;
}
h2,
.heading-two {
  font-size: 42px;
  line-height: 57px;
}
h3,
.heading-three {
  font-size: 34px;
  line-height: 46px;
}
h4,
.heading-four {
  font-size: 28px;
  line-height: 38px;
}
h5,
.heading-five {
  font-size: 24px;
  line-height: 32px;
}
h6,
.heading-six {
  font-size: 20px;
  line-height: 33px;
}

h1,
.heading-one {
  font-weight: 900;
}
h2,
.heading-two,
h4,
.heading-four {
  font-weight: 700;
}

h3,
.heading-three {
  font-weight: 600;
}

h5,
.heading-five {
  font-weight: 400;
}

h6 {
  font-weight: 400;
}

h1,
.heading-one,
h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six {
  color: #18191c;
}

a,
p > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #18191c;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  /* cursor: pointer; */
}

a:hover,
p > a:hover {
  color: #00496d;
  transition: 0.3s ease-in-out;
}

.icon-hover-bg-color:hover i,
.icon-hover-bg-color:active i,
.icon-hover-bg-color.active i {
  background: #ffffff;
}

a.text-site-black,
.text-link.text-site-black {
  color: #17242a;
}

a.text-site-black:hover,
.text-link.text-site-black:hover {
  color: #f59635;
}

a.text-red,
.text-link.text-red {
  color: #d12929;
}

a.text-red:hover,
.text-link.text-red:hover {
  color: #00496d;
}

.text-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  color: #00496d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.text-link.backbutton {
  text-decoration: none;
}
.text-link:hover {
  color: #17242a;
  transition: 0.3s ease-in-out;
}

.text-link:focus {
  color: #17242a;
  transition: 0.3s ease-in-out;
}

.text-link.icon {
  gap: 4px;
}

.text-link.disabled,
.text-link.disabled:hover,
.text-link.disabled:focus {
  color: #8a9099 !important;
  font-weight: 500;
  pointer-events: none;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #535c68;
}

.text-lg,
.text-md,
.text-sm,
.text-xs {
  font-weight: 400;
}
.text-lg {
  font-size: 18px;
  line-height: 24px;
}

.text-md {
  font-size: 16px;
  line-height: 22px;
}

.text-sm {
  font-size: 14px;
  line-height: 19px;
}

.text-xs {
  font-size: 12px;
  line-height: 16px;
}

.text-gradiant {
  display: inline-block;
  background: linear-gradient(141.21deg, #00496d 21.78%, #d4602b 71.44%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* standard (future support) */
  background-clip: text;
  color: transparent;
}

/* Common Line Height  */
.lh-50 {
  line-height: 50px;
}
.lh-33 {
  line-height: 33px;
}

.lh-27 {
  line-height: 27px;
}

.lh-26 {
  line-height: 26px;
}

.lh-24 {
  line-height: 24px;
}

.lh-16 {
  line-height: 16px;
}

.lh-21 {
  line-height: 21px;
}

li .fw-300 {
  font-weight: 300;
}

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

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

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

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

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

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

/* Typography Style End */

/* Common Spacing  */
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-24 {
  margin-bottom: 24px;
}
/* Common Spacing End  */

/* Breadcrumbs Start*/
.breadcrumb {
  margin-top: 24px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #565656;
}

.breadcrumb-item.active {
  color: #363636;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url(../images/icon-breadcrumb.svg);
  height: 21px;
  padding-right: 2px;
  padding-left: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding-top: 2px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 2px;
}

/* Breadcrumbs End */

/* Button Style */
.solid-button,
.solid-secondary-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: 11px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.solid-button {
  background: linear-gradient(100.69deg, #00496d 5.54%, #15729f 83.41%);
}
.solid-secondary-button {
  background-color: #d6602a;
}

.solid-button.icon {
  gap: 6px;
}

.solid-button:hover,
.solid-button:focus {
  color: #ffffff;
  /* background-color: #17242a; */
  background: linear-gradient(100.69deg, #00496d 5.54%, #00496d 83.41%);
  transition: 0.3s ease-in-out;
}

.solid-secondary-button:hover,
.solid-secondary-button:focus {
  color: #ffffff;
  background-color: #00496d;
  transition: 0.3s ease-in-out;
}

.solid-button:disabled,
.solid-button:disabled:hover,
.solid-button:disabled:focus,
.solid-secondary-button:disabled,
.solid-secondary-button:disabled:hover,
.solid-secondary-button:disabled:focus {
  color: #474f5d;
  background: #e6eaed;
  pointer-events: none;
}

.solid-button.medium,
.solid-secondary-button.medium {
  font-size: 16px;
  padding: 8px 16px;
  gap: 6px;
}

.solid-button.small,
.solid-secondary-button.small {
  font-size: 16px;
  padding: 5px 16px;
  gap: 6px;
}

.border-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #18191c;
  background-color: #ffffff;
  border: 1px solid #18191c;
  border-radius: 8px;
  padding: 10px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.border-button:hover,
.border-button:focus {
  color: #ffffff;
  background-color: #17242a;
  border: 1px solid #17242a;
  transition: 0.3s ease-in-out;
}

.border-button:disabled,
.border-button:disabled:hover,
.border-button:disabled:focus {
  color: #565656;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  pointer-events: none;
}

.border-button.medium {
  padding-top: 7px;
  padding-bottom: 7px;
}

.border-button.small {
  font-size: 14px;
  padding: 4px 16px;
}

button {
  padding: 0;
  border: none;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Button Style End */

/* Form Style */
.form-group {
  margin-bottom: 24px;
}

label {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: #1d1d1d;
  margin: 0 0 6px;
}

.valid-field {
  color: #d12929;
}

input,
select,
textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1d1d1d;
  background: #fff;
  border: 1px solid #d0d5db;
  border-radius: 4px;
  width: 100%;
  box-shadow: none;
}

input,
textarea,
select {
  padding: 9px 16px;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  font-weight: 500;
  color: #8a9099;
  opacity: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../assets/images/icon-dropdown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  cursor: pointer;
  padding-right: 40px;
}

textarea {
  resize: none;
}

input:focus,
input:focus-within,
select:focus,
select:focus-within,
textarea:focus,
textarea:focus-within {
  border: 1px solid #17242a;
  outline: none;
  box-shadow: none;
}

input:disabled {
  background: #f4f4f4;
  color: #8a9099;
  border: 1px solid #f4f4f4;
}

input.error {
  border: 1px solid #ea5f61;
}
label.error,
label.message {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  color: #ea5f61;
  margin-top: 4px;
  margin-bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}

.check-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.check-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #363636;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #f4f4f4;
  background-color: #d0d5db;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: none;
}

.form-check-input.dark[type="checkbox"] {
  border-color: #17242a;
}

.form-check-input[type="checkbox"]:checked {
  background-color: #00496d;
  border: 1px solid #00496d;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center 5px;
  transition: none;
}

.form-check-input[type="checkbox"]:disabled {
  opacity: 1;
  background-color: #e6eaed;
  border-color: #e6eaed;
}

.form-check-input.color[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: none;
  background-color: #2a82db;
  border-radius: 100%;
}

.radio-group {
  display: block;
  position: relative;
}

.radio-group input[type="radio"] {
  opacity: 0;
  display: none;
}

.radio-group input[type="radio"]:disabled + label {
  cursor: default;
}

.radio-group input[type="radio"] + label {
  cursor: pointer;
  /* position: relative; */
  padding-left: 26px;
  margin: 0;
  display: block;
}

.radio-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #363636;
}

.radio-group input[type="radio"] + label::before {
  border: 1px solid #e6eaed;
  border-radius: 50%;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  position: absolute;
  top: 2px;
}

.radio-group input[type="radio"] + label::after {
  border-radius: 100%;
  content: "";
  /* height: 8px;
  width: 8px; */
  position: absolute;
  left: 4px;
  top: 6px;
  background: #ffffff;
}

.radio-group input[type="radio"]:checked + label::before {
  border: 5px solid #00496d;
}

.radio-group input[type="radio"]:checked + label::after {
  background: #ffffff;
}

.radio-group input[type="radio"]:disabled + label::before,
.radio-group input[type="radio"]:checked:disabled + label::before {
  border: 1px solid #d0d5db;
}

.radio-group input[type="radio"]:checked:disabled + label::after {
  background: #d0d5db;
}

.radio-btn-group {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* .radio-button .product-color {
  width: 38px;
  height: 38px;
  background-color: #b8d6ef;
  border: 3px solid #fff;
  outline: 1px solid #d3d3d3;
  border-radius: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
} */

.radio-button input[type="radio"]:checked + .product-color {
  outline: 1px solid #333d4c;
}

.radio-button input[type="radio"]:disabled + .product-color {
  pointer-events: none;
}

.radio-button input[type="radio"]:disabled + .product-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
  width: 1px;
  height: 38px;
  background: #565656;
  z-index: 1;
}

.radio-button .product-size {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #565656;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 9px 0;
  margin-bottom: 0;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.radio-button input[type="radio"]:checked + .product-size {
  border: 1px solid #333d4c;
}

.radio-button input[type="radio"]:disabled + .product-size {
  pointer-events: none;
}

.select-box label {
  border: 1px solid #333d4c;
  border-radius: 6px;
  padding: 7px 13px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.select-box input:checked + label {
  border-color: #f59635;
}

.select-box i {
  background: #969696;
}

.select-box input:checked + label i {
  background: #f59635;
  transition: none;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.phone-number .numbers {
  position: absolute;
  top: 9px;
  left: 16px;
  max-width: max-content;
  padding: 0 8px 0 0;
  background: none !important;
  border: 0;
  border-right: 1px solid #d3d3d3;
}

.phone-number input {
  padding-left: 60px;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.note i {
  margin-top: 3px;
  flex-shrink: 0;
}

/* Range Slider */
.wrapper {
  position: relative;
  /* padding: 16px 20px 16px 20px; */
  /* border-bottom: 1px solid #f1f1f1; */
}

.container-range {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 12px;
  margin-bottom: 9px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: 0;
  top: 2px;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
  padding: 0;
  border: 0;
  margin-top: -6px;
}

.slider-1 {
  z-index: 1;
}

.slider-2 {
  z-index: 2;
}

.slider-track {
  width: 100%;
  height: 10px;
  margin: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 17px;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 10px;
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 10px;
}

input[type="range"]::-ms-track {
  appearance: none;
  height: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background-color: #f59635;
  cursor: pointer;
  margin-top: -5px;
  pointer-events: auto;
  border-radius: 50%;
  border: 4px solid #ffffff;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f59635;
  pointer-events: auto;
  border: 4px solid #ffffff;
}

input[type="range"]::-ms-thumb {
  appearance: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f59635;
  pointer-events: auto;
  border: 4px solid #ffffff;
}

input[type="range"]:active::-webkit-slider-thumb {
  background-color: #f59635;
  border: 4px solid #ffffff;
}

.values {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.values-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #565656;
  border: 1px solid #565656;
  border-radius: 20px;
  padding: 7px 11px;
  max-width: 121px;
  width: 100%;
}

/* Range Slider End */
/* Counter */
.counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #333d4c;
  border-radius: 6px;
  background-color: #fff;
  flex-shrink: 0;
}

.counter span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counter-minus,
.counter-plus {
  width: 44px;
  height: 44px;
}

.counter input {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 40px;
  text-align: center;
  display: inline-block;
  border: none;
  padding: 0;
}

/* Counter End */
/* Form Style End */

/* Pagination */
.pagination {
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
}

.pagination .page-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #17242a;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  color: #f59635;
  background-color: #ffffff;
  border-color: #f59635;
  transition: 0.3s ease-in-out;
  box-shadow: none;
  outline: none;
}

.pagination .page-item.active .page-link i,
.pagination .page-link:hover i {
  background: #f59635;
}

.pagination .page-link:focus {
  box-shadow: none;
  outline: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 4px;
  background-color: #efefef;
}

.pagination .page-item.disabled .page-link {
  pointer-events: none;
}

.pagination .page-item.disabled .page-link i {
  background: #969696;
}

/* Pagination End */

/* Icons  */
.icon-prev {
  -webkit-mask-image: url(../../assets/images/icon-prev.svg);
  mask-image: url(../../assets/images/icon-prev.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
}

.icon-facebook {
  -webkit-mask-image: url(../../assets/images/icon-fb.svg);
  mask-image: url(../../assets/images/icon-fb.svg);
  display: inline-block;
  width: 7px;
  height: 14px;
  background-color: #ffffff;
}

.icon-instagram {
  -webkit-mask-image: url(../../assets/images/icon-ig.svg);
  mask-image: url(../../assets/images/icon-ig.svg);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
}

.icon-linkedin {
  -webkit-mask-image: url(../../assets/images/icon-in.svg);
  mask-image: url(../../assets/images/icon-in.svg);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
}
.icon-bag-banner {
  background-image: url(../../assets/images/icon-bag-banner.svg);
  display: inline-block;
  width: 112px;
  height: 81px;
}
.icon-job-seeker {
  -webkit-mask-image: url(../../assets/images/icon-job-seeker.svg);
  mask-image: url(../../assets/images/icon-job-seeker.svg);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #d6602a;
}
.icon-job-recruiter {
  -webkit-mask-image: url(../../assets/images/icon-job-recruiter.svg);
  mask-image: url(../../assets/images/icon-job-recruiter.svg);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #00496d;
}

.icon-cross {
  -webkit-mask-image: url(../../assets/images/icon-cross.svg);
  mask-image: url(../../assets/images/icon-cross.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #18191c;
}
.icon-cross:hover {
  background-color: #00496d;
}

.icon-person {
  -webkit-mask-image: url(../../assets/images/icon-person.svg);
  mask-image: url(../../assets/images/icon-person.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #18191c;
}

.icon-person:hover {
  background-color: #00496d;
}

.icon-mail {
  -webkit-mask-image: url(../../assets/images/icon-mail.svg);
  mask-image: url(../../assets/images/icon-mail.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #18191c;
}

.icon-mobile {
  -webkit-mask-image: url(../../assets/images/icon-mobile.svg);
  mask-image: url(../../assets/images/icon-mobile.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #18191c;
}

.icon-location {
  -webkit-mask-image: url(../../assets/images/icon-location.svg);
  mask-image: url(../../assets/images/icon-location.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #18191c;
}
/* Icon End  */

/* Header */
.header-wrapper {
  background-color: transparent;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 11px 0 10px 0;
  border-bottom: 1px solid #e6eaed;
}
#site-header.sticky .header-wrapper {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: 0.05s ease;
}
.header-left-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.header-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-right-wrapper a {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #18191c;
  padding-left: 16px;
  margin-left: 16px;
}

.header-right-wrapper a:hover {
  color: #00496d;
}

.header-right-wrapper a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #d0d5db;
  transition: width 0.3s ease-in-out;
}

/* Hamburger  */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 40px;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  padding: 0;
}

/* BASE LINE */
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  background: #18191c;
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
}

/* Align all three from same point */
.menu-toggle span {
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle span::before {
  top: -8px; /* distance above center line */
}

.menu-toggle span::after {
  top: 8px; /* distance below center line */
}

/* Active → X */
.menu-toggle.active span {
  background: transparent;
}

.menu-toggle.active span::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.menu-toggle.active span::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}
/* sidebar  */
/* Sidebar Overlay */
#sidebarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); /* opacity */
  backdrop-filter: blur(4px); /* blur */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9990; /* less than sidebar */
}

#sidebarOverlay.active {
  opacity: 1;
  pointer-events: auto;
}
#mobileSidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: 0.4s ease-in-out;
  z-index: 9999;
}

#mobileSidebar.active {
  left: 0;
}

/* Header inside Sidebar */
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-logo {
  width: 140px;
}

.sidebar-nav {
  margin-top: 30px;
}

.sidebar-nav ul li {
  margin-bottom: 18px;
}

.sidebar-nav ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #18191c;
  font-weight: 500;
}

.sidebar-nav ul li a:hover {
  color: #00496d;
}
/* Header End */
/* Footer  */
.site-footer {
  background-color: #ffffff;
  padding: 40px 0 16px 0;
}
.footer-social-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  z-index: 0;
}
.footer-social-icon-wrapper:before,
.footer-social-icon-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d5db;
  z-index: -1;
}
.footer-social-icon-wrapper .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: #ffffff;
  padding: 0 32px;
}
.social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #18191c;
}
.social-icon a:hover i {
  color: #ffffff;
  background-color: #18191c;
}
.social-icon a:hover {
  background-color: #ffffff;
  border: 1px solid #18191c;
}
.footer-site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-bottom: 24px;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer End  */

/* Hero  */
.hero-section {
  background: linear-gradient(91.75deg, #f0faff 1.02%, #fff7f3 93.42%);
}
.text-banner-heading {
  display: block;
  font-weight: 900;
  /* font-size: 64px;
  line-height: 86px; */
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;

  color: transparent;
  -webkit-text-stroke: 2px #8a9099;
}
.hero-section h1 {
  display: flex;
  align-items: start;
  column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  line-height: 94px;
}
.hero-btn-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
.hero-job-seeker,
.hero-job-recruiter {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 335px;
}
.hero-job-seeker {
  padding: 30px 24px;
  border-top: 1px solid #d6602a;
}
.hero-job-recruiter {
  padding: 30px;
  border-top: 1px solid #00496d;
}

.hero-job-seeker i,
.hero-job-recruiter i {
  margin-bottom: 10px;
}
/* Hero End  */

/* Job Seeker Job Recruiter  */
.job-seeker-section,
.contact-us-section {
  background: linear-gradient(91.75deg, #f0faff 1.02%, #fff7f3 93.42%);
}
.job-seeker-section,
.hero-section {
  padding-top: 181px;
}
.hero-section {
  min-height: calc(100vh - 195px);
}
/* Job Seeker Job Recruiter End*/

/* Career Journey  */
.career-journey-section {
  background-color: #ffffff;
}
.career-journey-block p,
.job-bridge-block p {
  max-width: 842px;
  justify-self: center;
}
.career-journey-wrapper {
  padding: 8px 8px 16px 8px;
  border: 1px solid #e6eaed;
  border-radius: 12px;
  height: 100%;
}
.career-joruney-img-block {
  width: 100%;
  max-height: 183px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 12px 12px 0 0;
  height: 100%;
}
.career-joruney-img-block img {
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.blue-gradient {
  background: linear-gradient(180deg, #eff1ff 0%, #ffffff 100%);
}
.green-gradient {
  background: linear-gradient(180deg, #e8ffe3 0%, #ffffff 100%);
}
.yellow-gradient {
  background: linear-gradient(180deg, #fcffe3 0%, #ffffff 100%);
}
.orange-gradient {
  background: linear-gradient(180deg, #ffe3e3 0%, #ffffff 100%);
}
.pink-gradient {
  background: linear-gradient(180deg, #fcefff 0%, #ffffff 100%);
}
.dark-blue-gradient {
  background: linear-gradient(180deg, #eff1ff 0%, #ffffff 100%);
}
.lite-green-gradient {
  background: linear-gradient(180deg, #defbfb 0%, #ffffff 100%);
}
.careery-journey-content-block {
  margin: 0 8px;
}
.careery-journey-content-block h6 {
  margin-bottom: 12px;
}
.careery-journey-content-block .solid-secondary-button {
  margin-top: 10px;
}
.career-journey-section .row > div:nth-child(n + 2):nth-child(-n + 4) {
  margin-bottom: 24px;
}
/* Career Journey End */

/* Job Bridge */
.job-bridge-img-block {
  width: 100%;
  height: 551px;
}
.job-bridge-img-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.job-bridge-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-bridge-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 52px;
}
.job-bridge-list li:last-child {
  margin-bottom: 0;
}
.job-bridge-content-block h5 {
  margin-bottom: 6px;
}
.job-bridge-content-block p {
  max-width: 447px;
}
.job-bridge-list .dotted-border {
  position: relative;
  display: inline-block;
  border: 1px dashed #d0d5db;
  border-radius: 12px;
  padding: 10px;
}
.job-bridge-list .dotted-border::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 37px;
  width: 16px;
  height: 42px;
  background: url(../../assets/images/down-arrow-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.job-bridge-list li:last-child .dotted-border::after {
  display: none;
}
.job-bridge-list .solid-border {
  display: inline-block;
  border: 1px solid #529bbf;
  border-radius: 12px;
  padding: 12px;
}
.job-bridge-list .dotted-border .solid-border p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #18191c;
}

/* Job Bridge End  */

/* Opportunity  */
.opportunity-block h2,
.opportunity-block p {
  max-width: 558px;
}
.opportunity-img-block {
  width: 100%;
  height: 463px;
}
.opportunity-img-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Opportunity End */

/* Contact Us  */
.contact-us-info {
  margin: 0;
}
.contact-us-info li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-us-info li:has(a:hover) .icon-mail,
.contact-us-info li:has(a:hover) .icon-mobile {
  background-color: #00496d;
}

.contact-us-block h2 {
  max-width: 465px;
}

/* Contact Form  */
.contact-us-form {
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 24px;
}
.contact-us-form .row {
  margin: 0 -12px;
}
/* Contact Form End */
/* Contact Us End  */

/* Coming Soon */
/* .home-hero-section {
  height: calc(100vh - 195px);
} */
.coming-soon-section {
  background: linear-gradient(91.75deg, #f0faff 1.02%, #fff7f3 93.42%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.coming-soon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.coming-soon-block .site-logo img {
  width: 300px;
  margin: 0 auto;
}
.coming-soon-block h1 {
  font-size: 80px;
  line-height: 1.5;
}
.coming-soon-block .footer-social-icon-wrapper:before,
.coming-soon-block .footer-social-icon-wrapper:after {
  display: none;
}
.cursor {
  display: inline-block;
  margin-left: 5px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.coming-soon-section .footer-copyright {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
}
/* Coming Soon End */
