.elementor-269 .elementor-element.elementor-element-8f8b53a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-269 .elementor-element.elementor-element-c126f17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-269 .elementor-element.elementor-element-87f449b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-269 .elementor-element.elementor-element-1f4dfb7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-269 .elementor-element.elementor-element-d026c14{--display:flex;--border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-269 .elementor-element.elementor-element-d026c14:not(.elementor-motion-effects-element-type-background), .elementor-269 .elementor-element.elementor-element-d026c14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-269 .elementor-element.elementor-element-8f8b53a{--content-width:1400px;}.elementor-269 .elementor-element.elementor-element-c126f17{--content-width:1400px;}.elementor-269 .elementor-element.elementor-element-d026c14{--width:900px;}}@media(max-width:1024px) and (min-width:768px){.elementor-269 .elementor-element.elementor-element-d026c14{--width:600px;}}@media(max-width:1024px){.elementor-269 .elementor-element.elementor-element-1f4dfb7{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-6501fad */.mg-career-hero {
  text-align: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.mg-career-container {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.mg-career-breadcrumb {
  font-size: 15px;
  margin-bottom: 15px;
}

.mg-career-breadcrumb a {
  color: #004C8F;
  text-decoration: none;
  opacity: 0.8;
}

.mg-career-breadcrumb span {
  margin: 0 5px;
  color: #0a2540;
}

.mg-section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0a2540;
}

.mg-section-title span {
  background: linear-gradient(90deg, #004C8F, #007BFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mg-career-text {
  font-size: 18px;
  line-height: 1.9;
  color: #0a2540;
  opacity: 0.9;
}


@media (max-width: 992px) {
  .mg-section-title {
    font-size: 36px;
  }

  .mg-career-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .mg-career-hero {
    padding: 80px 12px;
  }

  .mg-section-title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8f8b53a */#main-header{
      background: #f7fbff;

}
.elementor-269 .elementor-element.elementor-element-8f8b53a{
    background: #f7fbff;

}
.elementor-269 .elementor-element.elementor-element-8f8b53a a{
    text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-420c361 */.mg-career-why {
  padding: 50px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.mg-career-why-container {
  margin: auto;
  text-align: center;
}


.mg-section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0a2540;
}

.mg-section-title span {
  background: linear-gradient(90deg, #004C8F, #007BFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mg-career-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.mg-career-card {
  background: #f7fbff;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  transition: 0.3s ease;
}

.mg-career-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.mg-career-card h3 {
  color: #0a2540;
  margin-bottom: 10px;
  font-size: 18px;
}

.mg-career-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #0a2540;
  opacity: 0.85;
}

@media (max-width: 992px) {
  .mg-career-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mg-section-title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .mg-career-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64c3862 */.career-life-section {
  padding: 110px 20px;
  background: #0a2540;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.career-life-section::before,
.career-life-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  filter: blur(120px);
}

.career-life-section::before {
  background: rgba(0, 123, 255, 0.15);
  top: -100px;
  left: -100px;
}

.career-life-section::after {
  background: rgba(0, 200, 255, 0.1);
  bottom: -120px;
  right: -120px;
}

.career-life-wrapper {
  max-width: 1400px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.career-life-title {
  font-size: 44px;
  font-weight: 700;
  color:#fff;
  margin-bottom: 10px;
}

.career-life-title span {
  background: linear-gradient(90deg, #00c6ff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.career-life-subtitle {
  font-size: 16px;
  opacity: 0.85;
  max-width: 750px;
  margin: 0 auto 50px;
}

.career-life-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.career-life-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 25px;
  border-radius: 14px;
  transition: 0.3s ease;
  backdrop-filter: blur(10px);
}

.career-life-card:hover {
  transform: translateY(-6px);
  border-color: #00c6ff;
}

.career-life-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.career-life-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;   
}

.career-life-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #ffffff;
}

.career-life-card p {
  font-size: 14px;
  opacity: 0.85;
  color: #ffffff;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .career-life-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-life-title {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .career-life-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d7443a */.career-apply-section {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}

.career-apply-wrapper {
  max-width: 900px;
  margin: 0 auto; 
  text-align: center;
}

.career-apply-title {
  font-size: 40px;
  font-weight: 700;
  color: #0a2540;
  margin: 0; 
}

.career-apply-title span {
  background: linear-gradient(90deg, #004C8F, #007BFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.career-apply-subtitle {
  font-size: 16px;
  color: #0a2540;
  opacity: 0.8;
  margin: 5px 0 0; 
}


@media (max-width: 768px) {
  .career-apply-title {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d026c14 */#forminator-module-616 .forminator-button-submit {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, #004C8F, #1a82e2);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1f4dfb7 */.elementor-269 .elementor-element.elementor-element-1f4dfb7{
      background: #f7fbff;
}/* End custom CSS */