.elementor-28 .elementor-element.elementor-element-f82f1d9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-56ab4e1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-87e1b97{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-92d410d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-1f188fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-0ac1f09{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-bf06ce7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4651de2 *//* ========================================= */
/* PROTON BY NURUL - ABOUT PAGE SEC 1 HERO */
/* ========================================= */

.pbn-about-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #f4f7fb;
  font-family: 'Poppins', sans-serif;
  padding: 125px clamp(18px, 4.2vw, 76px) 90px;
  display: flex;
  align-items: center;
}

.pbn-about-hero,
.pbn-about-hero * {
  box-sizing: border-box;
}

.pbn-about-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(215, 25, 32, 0.08), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(0, 59, 122, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-about-hero__bg::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -160px;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.1), transparent 68%);
}

.pbn-about-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7,27,54,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,27,54,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
}

.pbn-about-hero__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: clamp(44px, 5vw, 95px);
}

/* LEFT CONTENT */

.pbn-about-hero__content {
  max-width: 860px;
}

.pbn-about-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  color: #003b7a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(7, 27, 54, 0.06);
}

.pbn-about-hero__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-about-hero h1 {
  margin: 0;
  color: #071b36;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: -3.2px;
  font-weight: 900;
}

.pbn-about-hero h1 strong {
  display: block;
  margin-top: 10px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-about-hero__content > p {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(7, 27, 54, 0.7);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-about-hero__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pbn-about-hero__btn {
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.pbn-about-hero__btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.3);
}

.pbn-about-hero__btn--secondary {
  color: #071b36;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.1);
  box-shadow: 0 16px 38px rgba(7, 27, 54, 0.07);
}

.pbn-about-hero__btn:hover {
  transform: translateY(-3px);
}

.pbn-about-hero__trust {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, max-content));
  gap: 16px;
}

.pbn-about-hero__trust div {
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 20px 50px rgba(7, 27, 54, 0.07);
}

.pbn-about-hero__trust strong {
  display: block;
  margin-bottom: 7px;
  color: #d71920;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.pbn-about-hero__trust span {
  display: block;
  color: rgba(7, 27, 54, 0.62);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

/* RIGHT VISUAL */

.pbn-about-hero__visual {
  position: relative;
  width: 100%;
}

.pbn-about-hero__photo {
  position: relative;
  width: 100%;
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  background: #071b36;
  box-shadow: 0 38px 95px rgba(7, 27, 54, 0.18);
}

.pbn-about-hero__photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.04) contrast(1.03);
}

.pbn-about-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(7, 27, 54, 0.82) 100%);
  pointer-events: none;
}

.pbn-about-hero__photoBadge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255,255,255,0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pbn-about-hero__photoBadge span {
  display: block;
  margin-bottom: 5px;
  color: rgba(7, 27, 54, 0.55);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.pbn-about-hero__photoBadge strong {
  display: block;
  color: #071b36;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.pbn-about-hero__profileCard {
  position: absolute;
  left: -34px;
  top: 54px;
  width: min(360px, 78%);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 15px;
  align-items: start;
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 30px 80px rgba(7, 27, 54, 0.16);
}

.pbn-about-hero__avatar {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 59, 122, 0.22);
}

.pbn-about-hero__profileInfo h3 {
  margin: 0 0 5px;
  color: #071b36;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

.pbn-about-hero__profileInfo p {
  margin: 0;
  color: rgba(7, 27, 54, 0.6);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.pbn-about-hero__links {
  margin-top: 12px;
  display: grid;
  gap: 5px;
}

.pbn-about-hero__links a {
  color: rgba(7, 27, 54, 0.58);
  text-decoration: none;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 600;
  word-break: break-word;
}

.pbn-about-hero__links a:hover {
  color: #d71920;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-about-hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .pbn-about-hero__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-about-hero__content {
    max-width: 900px;
  }

  .pbn-about-hero__visual {
    max-width: 680px;
  }

  .pbn-about-hero__profileCard {
    left: 24px;
  }
}

@media (max-width: 767px) {
  .pbn-about-hero {
    padding: 105px 16px 60px;
    align-items: flex-start;
  }

  .pbn-about-hero__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-about-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.03;
    letter-spacing: -1.6px;
  }

  .pbn-about-hero__content > p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-about-hero__actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .pbn-about-hero__btn {
    width: 100%;
    min-height: 52px;
  }

  .pbn-about-hero__trust {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pbn-about-hero__photo {
    min-height: 420px;
    border-radius: 30px;
  }

  .pbn-about-hero__photo img {
    min-height: 420px;
  }

  .pbn-about-hero__photoBadge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    border-radius: 20px;
  }

  .pbn-about-hero__photoBadge strong {
    font-size: 19px;
  }

  .pbn-about-hero__profileCard {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 14px;
    grid-template-columns: 56px 1fr;
    padding: 18px;
    border-radius: 24px;
  }

  .pbn-about-hero__avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 23px;
  }

  .pbn-about-hero__profileInfo h3 {
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d68b86 *//* ========================================= */
/* PROTON BY NURUL - ABOUT PAGE SEC 2 STORY */
/* ========================================= */

.pbn-about-story {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #071b36;
  font-family: 'Poppins', sans-serif;
  padding: 115px clamp(18px, 4.2vw, 76px);
}

.pbn-about-story,
.pbn-about-story * {
  box-sizing: border-box;
}

.pbn-about-story__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(215, 25, 32, 0.22), transparent 30%),
    radial-gradient(circle at 86% 75%, rgba(0, 92, 184, 0.42), transparent 35%),
    linear-gradient(135deg, #051226 0%, #071b36 52%, #003b7a 100%);
}

.pbn-about-story__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.42;
}

.pbn-about-story__bg::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215,25,32,0.18), transparent 68%);
}

.pbn-about-story__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.78fr);
  gap: clamp(42px, 5vw, 92px);
  align-items: stretch;
}

/* LEFT PANEL */

.pbn-about-story__panel {
  min-height: 640px;
  padding: clamp(34px, 4vw, 58px);
  border-radius: 42px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 36px 95px rgba(0,0,0,0.26);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pbn-about-story__label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 11px;
  padding: 9px 15px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #eef3f9;
  color: #003b7a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.pbn-about-story__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-about-story h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.pbn-about-story h2 strong {
  display: block;
  margin-top: 8px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-about-story__panel > p {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(7, 27, 54, 0.7);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-about-story__quote {
  margin-top: 34px;
  padding: 26px 28px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0,59,122,0.08), rgba(215,25,32,0.06)),
    #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  position: relative;
  overflow: hidden;
}

.pbn-about-story__quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d71920, #003b7a);
}

.pbn-about-story__quote p {
  margin: 0;
  color: rgba(7, 27, 54, 0.8);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.pbn-about-story__quote span {
  display: block;
  margin-top: 14px;
  color: #003b7a;
  font-size: 13px;
  font-weight: 900;
}

/* RIGHT SIDE */

.pbn-about-story__side {
  padding: 34px;
  border-radius: 42px;
  background:
    radial-gradient(circle at top right, rgba(215,25,32,0.25), transparent 38%),
    rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 32px 85px rgba(0,0,0,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pbn-about-story__sideTop span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.76);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
}

.pbn-about-story__sideTop h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}

.pbn-about-story__line {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.24), transparent);
}

.pbn-about-story__values {
  display: grid;
  gap: 20px;
}

.pbn-about-story__value {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 15px;
  align-items: start;
}

.pbn-about-story__num {
  width: 56px;
  height: 56px;
  border-radius: 19px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.pbn-about-story__value h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.pbn-about-story__value p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.pbn-about-story__btn {
  margin-top: 34px;
  min-height: 54px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(215,25,32,0.3);
  transition: 0.25s ease;
}

.pbn-about-story__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(215,25,32,0.42);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-about-story {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-about-story__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-about-story__panel {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .pbn-about-story {
    padding: 70px 16px;
  }

  .pbn-about-story__panel {
    padding: 26px;
    border-radius: 30px;
  }

  .pbn-about-story__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-about-story h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-about-story__panel > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-about-story__quote {
    margin-top: 28px;
    padding: 22px 22px 22px 24px;
    border-radius: 24px;
  }

  .pbn-about-story__side {
    padding: 24px;
    border-radius: 30px;
  }

  .pbn-about-story__value {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .pbn-about-story__num {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .pbn-about-story__value h4 {
    font-size: 18px;
  }

  .pbn-about-story__value p {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc95a27 *//* ========================================= */
/* PROTON BY NURUL - ABOUT PAGE SEC 3 VALUES */
/* ========================================= */

.pbn-about-values {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #f4f7fb;
  font-family: 'Poppins', sans-serif;
  padding: 110px clamp(18px, 4.2vw, 76px);
}

.pbn-about-values,
.pbn-about-values * {
  box-sizing: border-box;
}

.pbn-about-values__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(0, 59, 122, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-about-values__bg::before {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -160px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.09), transparent 68%);
}

.pbn-about-values__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7,27,54,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,27,54,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.4;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
}

.pbn-about-values__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* TOP */

.pbn-about-values__top {
  max-width: 960px;
  margin-bottom: 52px;
}

.pbn-about-values__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  color: #003b7a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(7, 27, 54, 0.06);
}

.pbn-about-values__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-about-values h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 1.03;
  letter-spacing: -2.5px;
  font-weight: 900;
}

.pbn-about-values h2 strong {
  display: block;
  margin-top: 8px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-about-values__top p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(7, 27, 54, 0.68);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

/* RAIL */

.pbn-about-values__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(260px, 1fr));
  gap: 18px;
}

.pbn-about-values__item {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 24px 65px rgba(7, 27, 54, 0.07);
  overflow: hidden;
  transition: 0.25s ease;
}

.pbn-about-values__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 82px rgba(7, 27, 54, 0.12);
}

.pbn-about-values__item::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.1), transparent 70%);
}

.pbn-about-values__item:nth-child(even)::before {
  background: radial-gradient(circle, rgba(215, 25, 32, 0.12), transparent 70%);
}

.pbn-about-values__num {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #eef3f9;
  color: #003b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 84px;
}

.pbn-about-values__content {
  position: relative;
}

.pbn-about-values__content h3 {
  margin: 0;
  color: #071b36;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  font-weight: 900;
}

.pbn-about-values__content p {
  margin: 16px 0 0;
  color: rgba(7, 27, 54, 0.65);
  font-size: 14px;
  line-height: 1.78;
  font-weight: 400;
}

/* BOTTOM */

.pbn-about-values__bottom {
  margin-top: 24px;
  padding: 24px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(215,25,32,0.12), transparent 38%),
    #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 26px 72px rgba(7, 27, 54, 0.08);
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 24px;
}

.pbn-about-values__miniVisual {
  width: 160px;
  height: 120px;
  border-radius: 26px;
  overflow: hidden;
  background: #071b36;
}

.pbn-about-values__miniVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pbn-about-values__bottomText span {
  display: block;
  margin-bottom: 8px;
  color: #d71920;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.pbn-about-values__bottomText h3 {
  margin: 0;
  color: #071b36;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.pbn-about-values__bottomText p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(7, 27, 54, 0.64);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

.pbn-about-values__btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.28);
  transition: 0.25s ease;
}

.pbn-about-values__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(215, 25, 32, 0.42);
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .pbn-about-values__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pbn-about-values__item {
    min-height: 310px;
  }

  .pbn-about-values__num {
    margin-bottom: 52px;
  }
}

@media (max-width: 980px) {
  .pbn-about-values {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-about-values__bottom {
    grid-template-columns: 140px 1fr;
  }

  .pbn-about-values__btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pbn-about-values {
    padding: 70px 16px;
  }

  .pbn-about-values__top {
    margin-bottom: 36px;
  }

  .pbn-about-values__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-about-values h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-about-values__top p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-about-values__rail {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pbn-about-values__item {
    min-height: auto;
    padding: 24px;
    border-radius: 28px;
  }

  .pbn-about-values__num {
    margin-bottom: 44px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .pbn-about-values__content h3 {
    font-size: 21px;
  }

  .pbn-about-values__bottom {
    margin-top: 18px;
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-about-values__miniVisual {
    width: 100%;
    height: 220px;
    border-radius: 24px;
  }

  .pbn-about-values__bottomText h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ea1820 *//* ========================================= */
/* PROTON BY NURUL - ABOUT PAGE SEC 4 MILESTONE */
/* ========================================= */

.pbn-about-milestone {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #061326;
  font-family: 'Poppins', sans-serif;
  padding: 115px clamp(18px, 4.2vw, 76px);
}

.pbn-about-milestone,
.pbn-about-milestone * {
  box-sizing: border-box;
}

.pbn-about-milestone__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.26), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(0, 102, 204, 0.38), transparent 35%),
    linear-gradient(135deg, #051226 0%, #071b36 50%, #003b7a 100%);
}

.pbn-about-milestone__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.36;
}

.pbn-about-milestone__bg::after {
  content: "";
  position: absolute;
  right: -200px;
  top: -220px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 68%);
}

.pbn-about-milestone__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 5vw, 95px);
  align-items: center;
}

/* LEFT */

.pbn-about-milestone__intro {
  max-width: 720px;
}

.pbn-about-milestone__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.085);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pbn-about-milestone__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.2);
}

.pbn-about-milestone h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -2.6px;
  font-weight: 900;
}

.pbn-about-milestone h2 strong {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffffff, #dcecff, #82bdff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbn-about-milestone__intro > p {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-about-milestone__summary {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 520px;
}

.pbn-about-milestone__summary div {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.095);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pbn-about-milestone__summary strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.pbn-about-milestone__summary span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

/* TIMELINE */

.pbn-about-milestone__timeline {
  position: relative;
  padding: 34px;
  border-radius: 42px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 36px 95px rgba(0,0,0,0.26);
  display: grid;
  gap: 18px;
}

.pbn-about-milestone__timeline::before {
  content: "";
  position: absolute;
  left: 63px;
  top: 58px;
  bottom: 58px;
  width: 2px;
  background: linear-gradient(180deg, #d71920, rgba(0,59,122,0.18));
}

.pbn-about-milestone__item {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 54, 0.07);
  transition: 0.25s ease;
}

.pbn-about-milestone__item:hover {
  transform: translateX(5px);
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(7, 27, 54, 0.09);
}

.pbn-about-milestone__year {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(0, 59, 122, 0.22);
}

.pbn-about-milestone__item h3 {
  margin: 0 0 8px;
  color: #071b36;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.5px;
  font-weight: 900;
}

.pbn-about-milestone__item p {
  margin: 0;
  color: rgba(7, 27, 54, 0.66);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-about-milestone {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-about-milestone__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-about-milestone__intro {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .pbn-about-milestone {
    padding: 70px 16px;
  }

  .pbn-about-milestone__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-about-milestone h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-about-milestone__intro > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-about-milestone__summary {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .pbn-about-milestone__summary div {
    padding: 22px;
    border-radius: 24px;
  }

  .pbn-about-milestone__timeline {
    padding: 20px;
    border-radius: 30px;
  }

  .pbn-about-milestone__timeline::before {
    left: 47px;
    top: 46px;
    bottom: 46px;
  }

  .pbn-about-milestone__item {
    grid-template-columns: 54px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
  }

  .pbn-about-milestone__year {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .pbn-about-milestone__item h3 {
    font-size: 18px;
  }

  .pbn-about-milestone__item p {
    font-size: 13.5px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d2b546 *//* ========================================= */
/* PROTON BY NURUL - ABOUT PAGE SEC 5 FINAL CTA */
/* ========================================= */

.pbn-about-final {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #f4f7fb;
  font-family: 'Poppins', sans-serif;
  padding: 115px clamp(18px, 4.2vw, 76px);
}

.pbn-about-final,
.pbn-about-final * {
  box-sizing: border-box;
}

.pbn-about-final__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.08), transparent 28%),
    radial-gradient(circle at 88% 74%, rgba(0, 59, 122, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-about-final__bg::before {
  content: "";
  position: absolute;
  left: -180px;
  top: -160px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.09), transparent 68%);
}

.pbn-about-final__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 27, 54, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 54, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
}

.pbn-about-final__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 5vw, 90px);
}

/* LEFT */

.pbn-about-final__content {
  max-width: 880px;
}

.pbn-about-final__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  color: #003b7a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(7, 27, 54, 0.06);
}

.pbn-about-final__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-about-final h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 0.99;
  letter-spacing: -3px;
  font-weight: 900;
}

.pbn-about-final h2 strong {
  display: block;
  margin-top: 10px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-about-final__content > p {
  max-width: 740px;
  margin: 26px 0 0;
  color: rgba(7, 27, 54, 0.68);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-about-final__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pbn-about-final__btn {
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.pbn-about-final__btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.3);
}

.pbn-about-final__btn--secondary {
  color: #071b36;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.1);
  box-shadow: 0 16px 38px rgba(7, 27, 54, 0.07);
}

.pbn-about-final__btn:hover {
  transform: translateY(-3px);
}

/* RIGHT CARD */

.pbn-about-final__card {
  width: 100%;
  padding: 30px;
  border-radius: 38px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 35px 90px rgba(7, 27, 54, 0.12);
  position: relative;
  overflow: hidden;
}

.pbn-about-final__card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 25, 32, 0.15), transparent 70%);
}

.pbn-about-final__profile {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
}

.pbn-about-final__avatar {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(0, 59, 122, 0.24);
}

.pbn-about-final__profile h3 {
  margin: 0 0 5px;
  color: #071b36;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.pbn-about-final__profile p {
  margin: 0;
  color: rgba(7, 27, 54, 0.6);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.pbn-about-final__divider {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(7, 27, 54, 0.09);
  margin: 24px 0;
}

.pbn-about-final__contactList {
  position: relative;
  display: grid;
  gap: 12px;
}

.pbn-about-final__contactList a {
  padding: 18px;
  border-radius: 22px;
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 54, 0.07);
  text-decoration: none;
  transition: 0.25s ease;
}

.pbn-about-final__contactList a:hover {
  transform: translateX(5px);
  background: #eef3f9;
}

.pbn-about-final__contactList span {
  display: block;
  margin-bottom: 6px;
  color: rgba(7, 27, 54, 0.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pbn-about-final__contactList strong {
  display: block;
  color: #071b36;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  word-break: break-word;
}

.pbn-about-final__quick {
  position: relative;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pbn-about-final__quick a {
  min-height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(7, 27, 54, 0.16);
  transition: 0.25s ease;
}

.pbn-about-final__quick a:hover {
  transform: translateY(-3px);
}

.pbn-about-final__note {
  position: relative;
  margin: 16px 0 0;
  color: rgba(7, 27, 54, 0.48);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-about-final {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-about-final__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-about-final__content {
    max-width: 900px;
  }

  .pbn-about-final__card {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .pbn-about-final {
    padding: 70px 16px;
  }

  .pbn-about-final__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-about-final h2 {
    font-size: clamp(34px, 11vw, 50px);
    line-height: 1.03;
    letter-spacing: -1.6px;
  }

  .pbn-about-final__content > p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-about-final__actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .pbn-about-final__btn {
    width: 100%;
    min-height: 52px;
  }

  .pbn-about-final__card {
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-about-final__profile {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .pbn-about-final__avatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 24px;
  }

  .pbn-about-final__profile h3 {
    font-size: 21px;
  }

  .pbn-about-final__profile p {
    font-size: 13px;
  }

  .pbn-about-final__quick {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */