.elementor-9 .elementor-element.elementor-element-cfe2874{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-4f2631c{--display:flex;}.elementor-9 .elementor-element.elementor-element-398e4ba{--display:flex;}.elementor-9 .elementor-element.elementor-element-dc0934e{--display:flex;}.elementor-9 .elementor-element.elementor-element-e8f0cdf{--display:flex;}.elementor-9 .elementor-element.elementor-element-b1e92ae{--display:flex;}.elementor-9 .elementor-element.elementor-element-dca79f2{--display:flex;}.elementor-9 .elementor-element.elementor-element-6c887f7{--display:flex;}.elementor-9 .elementor-element.elementor-element-11949fc{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-fcf51cd */.nusa-hero{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4,22,74,0.96) 0%, rgba(7,34,102,0.93) 48%, rgba(162,18,30,0.88) 100%);
  font-family: "Poppins", Arial, sans-serif;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.nusa-hero__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 22%);
  pointer-events: none;
}

.nusa-hero__wrap{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 24px 80px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  box-sizing: border-box;
}

.nusa-hero__content{
  color: #ffffff;
}

.nusa-hero__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

.nusa-hero__title{
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.nusa-hero__text{
  max-width: 640px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.85);
}

.nusa-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.nusa-hero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease;
  box-sizing: border-box;
}

.nusa-hero__btn--primary{
  background: #ffffff;
  color: #0a2563;
  border: 2px solid #ffffff;
}

.nusa-hero__btn--primary:hover{
  transform: translateY(-3px);
  background: transparent;
  color: #ffffff;
}

.nusa-hero__btn--secondary{
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.45);
}

.nusa-hero__btn--secondary:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,0.10);
  border-color: #ffffff;
}

.nusa-hero__info{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 760px;
}

.nusa-hero__info-item{
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}

.nusa-hero__info-label{
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.68);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nusa-hero__info-item strong{
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
}

.nusa-hero__visual{
  position: relative;
}

.nusa-hero__card{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
}

.nusa-hero__card img{
  display: block;
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.nusa-hero__floating{
  position: absolute;
  padding: 14px 20px;
  border-radius: 18px;
  background: #ffffff;
  color: #0a2563;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(0,0,0,0.20);
}

.nusa-hero__floating--top{
  top: 24px;
  left: -18px;
}

.nusa-hero__floating--bottom{
  right: -18px;
  bottom: 24px;
  background: #c5192d;
  color: #ffffff;
}

@media (max-width: 1100px){
  .nusa-hero__wrap{
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 90px 20px 70px;
  }

  .nusa-hero__text{
    max-width: 100%;
  }

  .nusa-hero__card img{
    height: 520px;
  }
}

@media (max-width: 768px){
  .nusa-hero{
    min-height: auto;
  }

  .nusa-hero__wrap{
    padding: 80px 16px 60px;
  }

  .nusa-hero__title{
    font-size: clamp(2.1rem, 10vw, 3.4rem);
  }

  .nusa-hero__text{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-hero__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .nusa-hero__btn{
    width: 100%;
  }

  .nusa-hero__info{
    grid-template-columns: 1fr;
  }

  .nusa-hero__card img{
    height: 400px;
  }

  .nusa-hero__floating--top{
    top: 14px;
    left: 14px;
  }

  .nusa-hero__floating--bottom{
    right: 14px;
    bottom: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76f096c */.nusa-about{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-about__wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  box-sizing: border-box;
}

.nusa-about__left{
  color: #111827;
}

.nusa-about__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 37, 99, 0.08);
  color: #0a2563;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-about__title{
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #081a44;
}

.nusa-about__text{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: #4b5563;
  max-width: 620px;
}

.nusa-about__actions{
  margin-top: 28px;
}

.nusa-about__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #0a2563;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #0a2563;
  transition: all .3s ease;
}

.nusa-about__btn:hover{
  background: transparent;
  color: #0a2563;
  transform: translateY(-3px);
}

.nusa-about__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nusa-about__card{
  position: relative;
  min-height: 220px;
  padding: 28px 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(10, 37, 99, 0.08);
  box-shadow: 0 18px 45px rgba(10, 37, 99, 0.08);
  box-sizing: border-box;
  transition: all .3s ease;
}

.nusa-about__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(10, 37, 99, 0.14);
}

.nusa-about__card-no{
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #c5192d;
}

.nusa-about__card h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #081a44;
}

.nusa-about__card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5b6472;
}

@media (max-width: 1100px){
  .nusa-about__wrap{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nusa-about__text{
    max-width: 100%;
  }
}

@media (max-width: 768px){
  .nusa-about{
    padding: 80px 0;
  }

  .nusa-about__wrap{
    padding: 0 16px;
  }

  .nusa-about__grid{
    grid-template-columns: 1fr;
  }

  .nusa-about__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-about__text{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-about__card{
    min-height: auto;
    padding: 24px 20px;
  }

  .nusa-about__card h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ebbf05 */.nusa-services{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(135deg, #071739 0%, #0a2563 58%, #102f7a 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-services::before{
  content: "";
  position: absolute;
  top: -140px;
  left: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197,25,45,0.22) 0%, rgba(197,25,45,0) 70%);
  pointer-events: none;
}

.nusa-services::after{
  content: "";
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.nusa-services__wrap{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nusa-services__head{
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.nusa-services__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-services__title{
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.nusa-services__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
}

.nusa-services__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nusa-services__card{
  position: relative;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: all .3s ease;
  box-sizing: border-box;
}

.nusa-services__card:hover{
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 24px 50px rgba(0,0,0,0.24);
}

.nusa-services__image-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
}

.nusa-services__image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nusa-services__card h3{
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

.nusa-services__card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.76);
}

.nusa-services__cta{
  margin-top: 40px;
  text-align: center;
}

.nusa-services__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a2563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #ffffff;
  transition: all .3s ease;
}

.nusa-services__btn:hover{
  background: transparent;
  color: #ffffff;
  transform: translateY(-3px);
}

@media (max-width: 1100px){
  .nusa-services__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px){
  .nusa-services{
    padding: 80px 0;
  }

  .nusa-services__wrap{
    padding: 0 16px;
  }

  .nusa-services__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nusa-services__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-services__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-services__card{
    padding: 18px;
  }

  .nusa-services__card h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45ebc0a */.nusa-projects{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-projects__wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nusa-projects__head{
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.nusa-projects__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 37, 99, 0.08);
  color: #0a2563;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-projects__title{
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #081a44;
}

.nusa-projects__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #5b6472;
}

.nusa-projects__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.nusa-projects__card{
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(10,37,99,0.08);
  box-shadow: 0 18px 45px rgba(10,37,99,0.08);
  transition: all .3s ease;
}

.nusa-projects__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(10,37,99,0.12);
}

.nusa-projects__gallery{
  padding: 14px 14px 0;
}

.nusa-projects__main{
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.nusa-projects__main img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.nusa-projects__thumbs{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.nusa-projects__thumb{
  border-radius: 16px;
  overflow: hidden;
}

.nusa-projects__thumb img{
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.nusa-projects__card:hover .nusa-projects__main img,
.nusa-projects__card:hover .nusa-projects__thumb img{
  transform: scale(1.04);
}

.nusa-projects__badge{
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: #0a2563;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nusa-projects__badge--red{
  background: #c5192d;
}

.nusa-projects__content{
  padding: 20px 22px 22px;
}

.nusa-projects__content h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #081a44;
}

.nusa-projects__content p{
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #5b6472;
}

.nusa-projects__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nusa-projects__meta span{
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #f2f6fc;
  color: #0a2563;
  font-size: 12px;
  font-weight: 600;
}

.nusa-projects__cta{
  margin-top: 40px;
  text-align: center;
}

.nusa-projects__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #0a2563;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #0a2563;
  transition: all .3s ease;
}

.nusa-projects__btn:hover{
  background: transparent;
  color: #0a2563;
  transform: translateY(-3px);
}

@media (max-width: 1100px){
  .nusa-projects__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .nusa-projects{
    padding: 80px 0;
  }

  .nusa-projects__wrap{
    padding: 0 16px;
  }

  .nusa-projects__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-projects__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-projects__main img{
    height: 220px;
  }

  .nusa-projects__thumb img{
    height: 75px;
  }

  .nusa-projects__content{
    padding: 18px;
  }

  .nusa-projects__content h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19b13c4 */.nusa-why{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(135deg, #071739 0%, #0a2563 58%, #102f7a 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-why::before{
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197,25,45,0.18) 0%, rgba(197,25,45,0) 70%);
  pointer-events: none;
}

.nusa-why::after{
  content: "";
  position: absolute;
  bottom: -150px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.nusa-why__wrap{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
}

.nusa-why__left{
  color: #ffffff;
}

.nusa-why__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-why__title{
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.nusa-why__text{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.80);
  max-width: 600px;
}

.nusa-why__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a2563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #ffffff;
  transition: all .3s ease;
}

.nusa-why__btn:hover{
  background: transparent;
  color: #ffffff;
  transform: translateY(-3px);
}

.nusa-why__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nusa-why__card{
  padding: 28px 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: all .3s ease;
  min-height: 220px;
  box-sizing: border-box;
}

.nusa-why__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.24);
  border-color: rgba(255,255,255,0.20);
}

.nusa-why__icon{
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c5192d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.nusa-why__card h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

.nusa-why__card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.76);
}

@media (max-width: 1100px){
  .nusa-why__wrap{
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px){
  .nusa-why{
    padding: 80px 0;
  }

  .nusa-why__wrap{
    padding: 0 16px;
  }

  .nusa-why__grid{
    grid-template-columns: 1fr;
  }

  .nusa-why__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-why__text{
    font-size: 15px;
    line-height: 1.8;
    max-width: 100%;
  }

  .nusa-why__card{
    min-height: auto;
    padding: 24px 20px;
  }

  .nusa-why__card h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b081aaa */.nusa-process{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-process__wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nusa-process__head{
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.nusa-process__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 37, 99, 0.08);
  color: #0a2563;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-process__title{
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #081a44;
}

.nusa-process__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #5b6472;
}

.nusa-process__timeline{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nusa-process__item{
  position: relative;
  padding: 28px 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(10,37,99,0.08);
  box-shadow: 0 18px 45px rgba(10,37,99,0.08);
  transition: all .3s ease;
  min-height: 240px;
  box-sizing: border-box;
}

.nusa-process__item:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(10,37,99,0.12);
}

.nusa-process__number{
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a2563;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.nusa-process__content h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #081a44;
}

.nusa-process__content p{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #5b6472;
}

@media (max-width: 1100px){
  .nusa-process__timeline{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px){
  .nusa-process{
    padding: 80px 0;
  }

  .nusa-process__wrap{
    padding: 0 16px;
  }

  .nusa-process__timeline{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nusa-process__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-process__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-process__item{
    min-height: auto;
    padding: 24px 20px;
  }

  .nusa-process__content h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-199d0c9 */.nusa-stats{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 100px 0;
  background: linear-gradient(135deg, #071739 0%, #0a2563 58%, #102f7a 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-stats::before{
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197,25,45,0.18) 0%, rgba(197,25,45,0) 70%);
  pointer-events: none;
}

.nusa-stats::after{
  content: "";
  position: absolute;
  bottom: -120px;
  right: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.nusa-stats__wrap{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nusa-stats__head{
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.nusa-stats__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-stats__title{
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.nusa-stats__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
}

.nusa-stats__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nusa-stats__card{
  padding: 34px 22px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: all .3s ease;
  box-sizing: border-box;
}

.nusa-stats__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.24);
  border-color: rgba(255,255,255,0.20);
}

.nusa-stats__card h3{
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.nusa-stats__card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}

@media (max-width: 1100px){
  .nusa-stats__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px){
  .nusa-stats{
    padding: 80px 0;
  }

  .nusa-stats__wrap{
    padding: 0 16px;
  }

  .nusa-stats__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nusa-stats__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-stats__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-stats__card{
    padding: 28px 18px;
  }

  .nusa-stats__card h3{
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f147d49 */.nusa-testi{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-testi__wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nusa-testi__head{
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.nusa-testi__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 37, 99, 0.08);
  color: #0a2563;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-testi__title{
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #081a44;
}

.nusa-testi__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #5b6472;
}

.nusa-testi__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.nusa-testi__card{
  position: relative;
  padding: 34px 28px 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(10,37,99,0.08);
  box-shadow: 0 18px 45px rgba(10,37,99,0.08);
  transition: all .3s ease;
  box-sizing: border-box;
}

.nusa-testi__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(10,37,99,0.12);
}

.nusa-testi__quote{
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  color: #c5192d;
  margin-bottom: 14px;
}

.nusa-testi__text{
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.9;
  color: #5b6472;
}

.nusa-testi__info h3{
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  color: #081a44;
}

.nusa-testi__info span{
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #0a2563;
  background: #eef4ff;
  padding: 8px 12px;
  border-radius: 999px;
}

.nusa-testi__confidence{
  margin-top: 42px;
}

.nusa-testi__confidence-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071739 0%, #0a2563 58%, #102f7a 100%);
  box-shadow: 0 18px 45px rgba(10,37,99,0.14);
}

.nusa-testi__confidence-left h3{
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.nusa-testi__confidence-left p{
  margin: 0;
  max-width: 700px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
}

.nusa-testi__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a2563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #ffffff;
  white-space: nowrap;
  transition: all .3s ease;
}

.nusa-testi__btn:hover{
  background: transparent;
  color: #ffffff;
  transform: translateY(-3px);
}

@media (max-width: 1100px){
  .nusa-testi__grid{
    grid-template-columns: 1fr;
  }

  .nusa-testi__confidence-box{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px){
  .nusa-testi{
    padding: 80px 0;
  }

  .nusa-testi__wrap{
    padding: 0 16px;
  }

  .nusa-testi__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-testi__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .nusa-testi__card{
    padding: 28px 20px 22px;
  }

  .nusa-testi__quote{
    font-size: 42px;
  }

  .nusa-testi__confidence-box{
    padding: 26px 20px;
    border-radius: 24px;
  }

  .nusa-testi__confidence-left h3{
    font-size: 22px;
  }

  .nusa-testi__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-090b77b */.nusa-contact{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.nusa-contact__wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nusa-contact__top{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 26px;
}

.nusa-contact__left{
  padding: 18px 0;
}

.nusa-contact__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 37, 99, 0.08);
  color: #0a2563;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nusa-contact__title{
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #081a44;
}

.nusa-contact__text{
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
  color: #5b6472;
  max-width: 580px;
}

.nusa-contact__info{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.nusa-contact__info-card{
  padding: 18px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(10,37,99,0.08);
  box-shadow: 0 14px 35px rgba(10,37,99,0.06);
}

.nusa-contact__label{
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #c5192d;
}

.nusa-contact__info-card strong{
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: #081a44;
  font-weight: 700;
}

.nusa-contact__info-card a{
  color: #081a44;
  text-decoration: none;
}

.nusa-contact__info-card a:hover{
  color: #c5192d;
}

.nusa-contact__formbox{
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071739 0%, #0a2563 58%, #102f7a 100%);
  box-shadow: 0 18px 45px rgba(10,37,99,0.16);
}

.nusa-contact__formbox h3{
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.nusa-contact__formbox p{
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
}

.nusa-contact__form{
  width: 100%;
}

.nusa-contact__form-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nusa-contact__field{
  display: flex;
  flex-direction: column;
}

.nusa-contact__field--full{
  grid-column: 1 / -1;
}

.nusa-contact__field label{
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.nusa-contact__field input,
.nusa-contact__field textarea{
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", Arial, sans-serif;
  box-sizing: border-box;
  outline: none;
}

.nusa-contact__field input::placeholder,
.nusa-contact__field textarea::placeholder{
  color: rgba(255,255,255,0.55);
}

.nusa-contact__field input:focus,
.nusa-contact__field textarea:focus{
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.14);
}

.nusa-contact__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
  padding: 15px 22px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #0a2563;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
  cursor: pointer;
  transition: all .3s ease;
}

.nusa-contact__btn:hover{
  background: transparent;
  color: #ffffff;
  transform: translateY(-3px);
}

.nusa-contact__map-wrap{
  width: 100%;
  height: 420px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(10,37,99,0.10);
  border: 1px solid rgba(10,37,99,0.08);
}

@media (max-width: 1100px){
  .nusa-contact__top{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .nusa-contact{
    padding: 80px 0;
  }

  .nusa-contact__wrap{
    padding: 0 16px;
  }

  .nusa-contact__title{
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .nusa-contact__text{
    font-size: 15px;
    line-height: 1.8;
    max-width: 100%;
  }

  .nusa-contact__formbox{
    padding: 24px 18px;
    border-radius: 24px;
  }

  .nusa-contact__formbox h3{
    font-size: 23px;
  }

  .nusa-contact__form-grid{
    grid-template-columns: 1fr;
  }

  .nusa-contact__map-wrap{
    height: 320px;
    border-radius: 22px;
  }
}/* End custom CSS */