@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Placeholder Color */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #667085 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #667085 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #667085 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #667085 !important;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 16px;
}
body {
  font-weight: 400;
  color: #0a2540;
  overflow-x: hidden;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
p,
span {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #0a2540;
  font-weight: 500;
}
h1,
h2,
h3 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
h4,
h5 {
  font-size: 2rem;
  line-height: 2.5rem;
}
h6 {
  line-height: 2rem;
  font-size: 1.25rem;
}

img {
  max-width: 100%;
}

.btn {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0;
  column-gap: 12px;
  padding: 12px 20px;
  border-radius: 5px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: 1px solid #0a2540;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-white,
.btn-white:focus {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn-white:hover {
  color: #0a2540;
  background: #fff;
  border: 1px solid #fff;
}
.btn-blue,
.btn-blue:focus {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}
.btn-blue:hover {
  color: #0a2540;
  background: #fff;
  border: 1px solid #0a2540;
}
.btn-dragon,
.btn-dragon:focus {
  color: #0a2540;
  background: transparent;
  border: 1px solid #0a2540;
}
.btn-dragon:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}

header {
  position: fixed;
  left: 0;
  top: 2.5rem;
  width: 100%;
  z-index: 155;
  display: flex;
  height: 6.25rem;
  align-items: center;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header-common {
  background: #fff;
}
header.sticky {
  top: 0;
  height: 4.75rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
header .navbar {
  padding: 0;
}
header .navbar-brand {
  margin: 0;
  padding: 0;
}
header .navbar-nav .nav-item {
  margin: 0;
  padding: 0 1.5rem;
}
header .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
header .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: initial;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.sticky .navbar-nav .nav-item .nav-link,
header.header-common .navbar-nav .nav-item .nav-link {
  color: #0a2540;
}
header .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.75;
}
header.sticky .navbar-nav .nav-item .nav-link:hover,
header.header-common .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #000;
}
header .navbar-brand img {
  filter: brightness(0) invert(1);
}
header.sticky .navbar-brand img,
header.header-common .navbar-brand img {
  filter: none;
}

footer {
  padding: 0;
  position: relative;
  background: #f4f5f9;
}
footer::after {
  content: "";
  width: 100%;
  height: 296px;
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
footer .container,
footer .container-fluid {
  z-index: 1;
  position: relative;
}
footer .footer-menu-col {
  padding-top: 6.5rem;
}
footer .footer-logo-col {
  padding: 0;
}
footer .footer-logo-col img {
  width: 100%;
}
footer .footer-menu-col {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
footer .footer-menu-col ul {
  margin: 0;
  display: flex;
  column-gap: 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer .footer-menu-col ul li {
  list-style: none;
}
footer .footer-menu-col a {
  font-size: 1rem;
  color: #030047;
  font-weight: 400;
  line-height: initial;
}
footer .footer-menu-col a:hover {
  color: #0a2540;
}
footer .container-fluid:last-child {
  padding: 0 2.5rem;
  border-top: 1px solid rgb(79 75 105 / 10%);
}
footer .footer-bottom-container {
  display: flex;
  padding: 1.75rem 0;
  align-items: center;
  justify-content: space-between;
}
footer .copy-right-wrapper {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
footer .copy-right-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 1.5rem;
}
footer .copy-right-wrapper ul li {
  list-style: none;
}
footer .copy-right-wrapper ul li a {
  font-size: 1rem;
  color: #0a2540;
  font-weight: 400;
  line-height: initial;
}
footer .copy-right-wrapper ul li a:hover {
  color: #000;
}
footer .social-links {
  display: flex;
  column-gap: 1.5rem;
}
footer .social-links a {
  color: #000;
  font-size: 1rem;
  line-height: initial;
}
footer .social-links a {
  color: #000;
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  line-height: initial;
  justify-content: center;
}

section {
  padding: 8.75rem 0;
  position: relative;
}

.common-header {
  margin: 0 auto;
  text-align: center;
}
.common-header h3,
.common-header h3 span {
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 3.75rem;
}
.common-header h3 span {
  font-weight: 400;
}
.common-header p {
  line-height: 2rem;
  font-size: 1.25rem;
  margin-top: 2.25rem;
}
.common-header p b {
  font-weight: 600;
}

.progress-container {
  z-index: 15;
  width: 100%;
  height: 2px;
  background: #f6f9fc;
  position: fixed;
  top: 8.75rem;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sticky + .progress-container {
  top: 4.75rem;
}
.progress-container .progress-bar {
  width: 0%;
  height: 100%;
  background: #0a2540;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  transition: width 0.25s;
}
/* Apply Here Modal Style Start */
.apply-career-modal .modal-dialog {
  width: 1320px;
  max-width: 1320px;
}
.apply-career-modal .modal-content {
  border: none;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 4px 92px 0px #0000003d;
  -moz-box-shadow: 0px 4px 92px 0px #0000003d;
  box-shadow: 0px 4px 92px 0px #0000003d;
}
.apply-career-modal .modal-header {
  margin: 0;
  border: none;
  padding: 4.5rem 5.75rem;
  padding-bottom: 0;
}
.apply-career-modal .modal-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.25rem;
}
.apply-career-modal .modal-header .btn-close {
  padding: 0;
  opacity: 1;
  width: 30px;
  height: 33px;
  outline: none;
  background-size: 100% 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.apply-career-modal .modal-body {
  padding: 5.75rem;
  padding-top: 4rem;
}
.apply-career-modal .modal-body .form-label {
  color: #0a2540;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.apply-career-modal .modal-body .form-control {
  color: #0a2540;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  border: 1px solid #e3e6e9;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.apply-career-modal .modal-body textarea.form-control {
  resize: none;
  height: 200px;
}
.apply-career-modal .modal-body form .row > [class*="col-"] {
  margin-bottom: 2rem;
}
.apply-career-modal .modal-body form .row > [class*="col-"]:last-child {
  margin-bottom: 0;
}
.apply-career-modal .modal-body form .row > [class*="col-"] p + p {
  margin-top: 6px;
  font-size: 15px;
  color: #0a2540;
}
.apply-career-modal .modal-body .careers-btn {
  margin-top: 1.5rem;
}
.apply-career-modal .modal-body .careers-btn .btn-blue {
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem 1.25rem;
}
/* Apply Here Modal Style End */

/* Media Query */
/* Medium devices (tablets, more than 992px) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  /* Apply Here Modal Style Start */
  .apply-career-modal .modal-dialog {
    width: 1130px;
    max-width: 1130px;
  }
  .apply-career-modal .modal-header {
    padding: 3.5rem 3.75rem;
    padding-bottom: 0;
  }
  .apply-career-modal .modal-title {
    line-height: 3rem;
    font-size: 2.75rem;
  }
  .apply-career-modal .modal-header .btn-close {
    width: 25px;
    height: 28px;
  }
  .apply-career-modal .modal-body {
    padding: 3.75rem;
  }
  /* Apply Here Modal Style End */
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /* Apply Here Modal Style Start */
  .apply-career-modal .modal-dialog {
    width: 960px;
    max-width: 960px;
  }
  .apply-career-modal .modal-title {
    font-size: 2.5rem;
  }
  /* Apply Here Modal Style End */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  header .navbar-collapse {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    position: absolute;
    top: 3.75rem;
    left: 0;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  }
  header .navbar-collapse .navbar-nav {
    padding: 1rem 0;
    background: #fff;
    border-radius: 5px;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item a {
    font-size: 1rem;
    color: #0a2540;
    font-weight: 500;
    padding: 9px 24px;
  }
  header .navbar-toggler {
    padding: 9px 12px;
    background: #fff;
    border-color: #fff;
  }
  header .navbar-toggler:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header .custom-toggler {
    gap: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  header .custom-toggler span {
    height: 2px;
    width: 100%;
    background: #0a2540;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .navbar-toggler.collapsed .custom-toggler span:nth-child(1) {
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  header .navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -moz-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
  header .navbar-toggler.collapsed .custom-toggler span:nth-child(2) {
    opacity: 1;
  }
  header .navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(2) {
    opacity: 0;
  }
  header .navbar-toggler.collapsed .custom-toggler span:nth-child(3) {
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  header .navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -moz-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }
  footer .footer-bottom-container,
  footer .copy-right-wrapper {
    flex-direction: column;
  }
  footer .footer-bottom-container {
    row-gap: 1.25rem;
  }
  footer .copy-right-wrapper {
    row-gap: 1rem;
  }
  /* Apply Here Modal Style Start */
  .apply-career-modal .modal-dialog {
    width: 720px;
    max-width: 720px;
  }
  .apply-career-modal .modal-header {
    padding: 2.5rem 2rem;
    padding-bottom: 0;
  }
  .apply-career-modal .modal-header .btn-close {
    width: 22px;
    height: 26px;
    margin-right: 0px;
  }
  .apply-career-modal .modal-body {
    padding: 2rem;
    padding-top: 3rem;
  }
  /* Apply Here Modal Style End */
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .row > *,
  header .navbar-collapse {
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
  .row {
    margin-left: calc(-1 * var(--bs-gutter-x));
    margin-right: calc(-1 * var(--bs-gutter-x));
  }
  header {
    top: 0;
  }
  footer .footer-menu-col {
    padding-top: 4.25rem;
    padding-bottom: 3rem;
  }
  header .navbar-collapse {
    top: 5rem;
  }
  section {
    padding: 6rem 0;
  }
  .common-header h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .common-header h3 span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .common-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.75rem;
  }
  /* Apply Here Modal Style Start */
  .apply-career-modal .modal-dialog {
    width: 540px;
    max-width: 540px;
  }
  .apply-career-modal .modal-header .btn-close {
    width: 18px;
    height: 20px;
  }
  .apply-career-modal .modal-body form .row > [class*="col-"] p + p {
    font-size: 12px;
    font-weight: 500;
  }
  /* Apply Here Modal Style End */
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  footer .footer-menu-col {
    column-gap: 1.5rem;
  }
  footer .footer-bottom-container {
    row-gap: 2rem;
    padding: 3.5rem 0;
  }
  footer .copy-right-wrapper {
    row-gap: 1.5rem;
  }
  /* Apply Here Modal Style Start */
  .apply-career-modal .modal-dialog {
    width: 100%;
    margin: 3rem 0;
    max-width: 100%;
  }
  .apply-career-modal .modal-content {
    width: 96%;
    margin: 0 auto;
  }
  .apply-career-modal .modal-title {
    font-size: 2.25rem;
  }
  .apply-career-modal .modal-header .btn-close {
    width: 16px;
    height: 18px;
  }
  .apply-career-modal .modal-body {
    padding: 2rem;
  }
  /* Apply Here Modal Style End */
}
