/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/aboutus/Careers.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Careers_careers__knUor {
  background: linear-gradient(90deg, #0836C1 0%, #6085F3 100%);
  border-radius: 14px;
  padding: 55px 100px;
  color: #fff;
}

.Careers_left__f1cER {
  padding-right: 2rem;
}

.Careers_left__f1cER h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.Careers_left__f1cER p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.Careers_card__SJqx8 {
  background: #fff;
  color: var(--color-black);
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 6px 18px rgba(11, 82, 210, 0.14);
}

.Careers_form__byCDv {
  display: block;
}

.Careers_input__vtiw9 {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  background: #F3F6FF;
  border: 1px solid #BACBFF;
  margin-bottom: 15px;
  color: var(--color-black);
  font-size: 15px;
  line-height: normal;
  height: 46px;
}
.Careers_input__vtiw9::placeholder {
  color: var(--color-black);
}
.Careers_input__vtiw9:focus {
  background: #e0e8ff;
}

.Careers_uploadRow__bNuSc {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  background: #F3F6FF;
  border: 1px solid #BACBFF;
  padding: 0px 6px 0px 16px;
  border-radius: 8px;
}
.Careers_uploadRow__bNuSc input {
  margin: 0;
  background: transparent;
  border: none;
  padding: 0px 0px;
  border-radius: 0px;
  color: var(--color-black);
  font-size: 16px;
}
.Careers_uploadRow__bNuSc input:focus {
  background: #e0e8ff;
  border-color: var(--color-royal-blue);
}
.Careers_uploadRow__bNuSc input::placeholder {
  color: var(--color-black);
}

.Careers_choose__61_Cc {
  background: #D1D7EA;
  border: none;
  padding: 4px 14px;
  font-size: 14px;
  flex-shrink: 0;
  border-radius: 8px;
}

.Careers_fileInput__QO1cG {
  display: none;
}

.Careers_fileError__Veh6M {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 8px;
}

@media (max-width: 1080px) {
  .Careers_careers__knUor {
    padding-left: 50px;
    padding-right: 50px;
  }
  .Careers_card__SJqx8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .Careers_careers__knUor {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Careers_left__f1cER {
    padding-right: 0;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/breadcrumb/Breadcrumb.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Breadcrumb_breadcrumbContainer__ja8EZ {
  background-color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.Breadcrumb_breadcrumb__w6hWb {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.Breadcrumb_breadcrumb__w6hWb li {
  font-size: 14px;
  color: var(--color-text);
  flex-shrink: 0;
}
.Breadcrumb_breadcrumb__w6hWb a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.Breadcrumb_breadcrumb__w6hWb a:hover {
  color: var(--color-royal-blue);
}
.Breadcrumb_breadcrumb__w6hWb a img {
  transition: opacity 0.3s ease;
}
.Breadcrumb_breadcrumb__w6hWb a img:hover {
  opacity: 0.5;
}
.Breadcrumb_breadcrumb__w6hWb li:last-child {
  color: var(--color-royal-blue);
}

.Breadcrumb_homeIcon__BfTEC {
  display: inline-block;
}
.Breadcrumb_homeIcon__BfTEC img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.Breadcrumb_separator__VJHEs {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.Breadcrumb_separator__VJHEs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .Breadcrumb_breadcrumbContainer__ja8EZ {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .Breadcrumb_breadcrumb__w6hWb li:last-child {
    width: 180px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .Breadcrumb_breadcrumbContainer__ja8EZ {
    padding-left: 0;
    padding-right: 0;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/career/page.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_contentBox__jbnEA {
  padding: 20px;
  background: linear-gradient(135deg, #e3eafd, #fbfcff);
  border-radius: 8px;
  transition: box-shadow 0.3s ease, font-size 0.3s ease;
  height: auto;
  margin-bottom: 25px;
  display: block;
}
.page_contentBox__jbnEA:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.page_contentBox__jbnEA h2 {
  font-size: 26px;
  margin-bottom: 20px;
  transition: font-size 0.3s ease;
  font-weight: 600;
  color: var(--color-royal-blue);
}
.page_contentBox__jbnEA p {
  font-size: 16px;
  transition: font-size 0.3s ease;
}

.page_btnBox__UjNYo {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.page_contentBoxInner__fXS_F {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_detailItem__DX63S {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.page_icon__qcaNv {
  font-size: 20px;
  color: #f59e0b;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_text__e1HpV {
  font-size: 16px;
  line-height: 1.5;
  color: #4a5568;
}

.page_label__qAhMk {
  font-weight: 600;
  color: #2d3748;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/career/ApplicationModal.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ApplicationModal_modalOverlay__M2lZe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  animation: ApplicationModal_fadeIn__CZCWL 0.3s ease-in-out;
}

@keyframes ApplicationModal_fadeIn__CZCWL {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ApplicationModal_modalContent__tCf_E {
  background: white;
  border-radius: 16px;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: ApplicationModal_slideUp__ToQ5i 0.3s ease-out;
}

@keyframes ApplicationModal_slideUp__ToQ5i {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.ApplicationModal_closeButton__2vyBQ {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #718096;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}
.ApplicationModal_closeButton__2vyBQ:hover {
  background-color: #f7fafc;
  color: #2d3748;
  transform: rotate(90deg);
}

.ApplicationModal_modalHeader__FGQmF {
  padding: 40px 40px 30px;
  border-bottom: 1px solid #e2e8f0;
}
.ApplicationModal_modalHeader__FGQmF h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-royal-blue);
  margin-bottom: 8px;
}
.ApplicationModal_modalHeader__FGQmF .ApplicationModal_jobTitle__qegTJ {
  font-size: 16px;
  color: #718096;
  margin: 0;
}

.ApplicationModal_applicationForm__IibSi {
  padding: 30px 40px 40px;
}

.ApplicationModal_formRow__yMiYH {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .ApplicationModal_formRow__yMiYH {
    grid-template-columns: 1fr;
  }
}

.ApplicationModal_formGroup__NMhrX {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.ApplicationModal_formGroup__NMhrX label {
  font-size: 14px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}
.ApplicationModal_formGroup__NMhrX .ApplicationModal_required__o_dSk {
  color: #e53e3e;
}
.ApplicationModal_formGroup__NMhrX input,
.ApplicationModal_formGroup__NMhrX select,
.ApplicationModal_formGroup__NMhrX textarea {
  padding: 12px 16px;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  font-size: 15px;
  color: #2d3748;
  transition: all 0.2s ease;
  font-family: inherit;
}
.ApplicationModal_formGroup__NMhrX input:focus,
.ApplicationModal_formGroup__NMhrX select:focus,
.ApplicationModal_formGroup__NMhrX textarea:focus {
  outline: none;
  border-color: var(--color-royal-blue);
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}
.ApplicationModal_formGroup__NMhrX input::placeholder,
.ApplicationModal_formGroup__NMhrX select::placeholder,
.ApplicationModal_formGroup__NMhrX textarea::placeholder {
  color: #a0aec0;
}
.ApplicationModal_formGroup__NMhrX textarea {
  resize: vertical;
  min-height: 100px;
}

.ApplicationModal_fileUpload__rMXHp {
  position: relative;
}
.ApplicationModal_fileUpload__rMXHp input[type=file] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ApplicationModal_fileUpload__rMXHp .ApplicationModal_fileLabel__aDSI1 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f7fafc;
  color: #4a5568;
  font-weight: 500;
}
.ApplicationModal_fileUpload__rMXHp .ApplicationModal_fileLabel__aDSI1 span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ApplicationModal_fileUpload__rMXHp .ApplicationModal_fileLabel__aDSI1 svg {
  color: var(--color-royal-blue);
}
.ApplicationModal_fileUpload__rMXHp .ApplicationModal_fileLabel__aDSI1:hover {
  border-color: var(--color-royal-blue);
  background-color: #edf2f7;
}
.ApplicationModal_fileUpload__rMXHp input[type=file]:focus + .ApplicationModal_fileLabel__aDSI1 {
  border-color: var(--color-royal-blue);
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.ApplicationModal_buttonGroup__XrRkV {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: flex-end;
}

.ApplicationModal_cancelBtn__8Z8Xt,
.ApplicationModal_submitBtn__FamqA {
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.ApplicationModal_cancelBtn__8Z8Xt {
  background-color: #edf2f7;
  color: #4a5568;
}
.ApplicationModal_cancelBtn__8Z8Xt:hover {
  background-color: #e2e8f0;
}

.ApplicationModal_submitBtn__FamqA {
  background: linear-gradient(135deg, var(--color-royal-blue), #4299e1);
  color: white;
}
.ApplicationModal_submitBtn__FamqA:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.4);
}

.ApplicationModal_modalContent__tCf_E::-webkit-scrollbar {
  width: 8px;
}

.ApplicationModal_modalContent__tCf_E::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.ApplicationModal_modalContent__tCf_E::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 10px;
}
.ApplicationModal_modalContent__tCf_E::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/innerbanner/InnerBanner.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Inner Banner Styles */
.InnerBanner_homeIcon__f1RNV {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.InnerBanner_homeIcon__f1RNV img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Banner Image Section */
.InnerBanner_bannerImageWrapper__k9of3 {
  position: relative;
  height: 232px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_overlay__0TqD0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 75%);
  z-index: 1;
  pointer-events: none;
}
.InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_innerBannerImage__tdGdb {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_bannerImageWrapperContent__64tIQ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_title__xSfwa {
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 55px;
}

/* Media Queries */
@media (max-width: 1280px) {
  .InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_title__xSfwa {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .InnerBanner_bannerImageWrapper__k9of3 {
    height: 150px;
  }
  .InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_bannerImageWrapperContent__64tIQ {
    padding-left: 20px;
    padding-right: 20px;
  }
  .InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_title__xSfwa {
    font-size: 40px;
  }
  .InnerBanner_innerBannerImage__tdGdb {
    object-position: right;
  }
}
@media (max-width: 480px) {
  .InnerBanner_bannerImageWrapper__k9of3 .InnerBanner_title__xSfwa {
    font-size: 30px;
  }
}
