.elementor-14 .elementor-element.elementor-element-8ecf4d2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-6aa96ad{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-450134d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-e0ed1eb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-b2697de{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-d818fa7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-ada56b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-ce1328e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-05fdfae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7ea2ed4 *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 1 HERO */
/* ========================================= */

.pbn-sec1 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #071b36;
  font-family: 'Poppins', sans-serif;
  padding: 120px clamp(18px, 4.2vw, 76px) 82px;
}

.pbn-sec1,
.pbn-sec1 * {
  box-sizing: border-box;
}

.pbn-sec1__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 18, 38, 0.98) 0%,
      rgba(7, 27, 54, 0.92) 42%,
      rgba(7, 27, 54, 0.45) 100%
    ),
    url("https://images.unsplash.com/photo-1617469767053-d3b523a0b982?auto=format&fit=crop&w=2200&q=85");
  background-size: cover;
  background-position: center right;
  transform: scale(1.03);
}

.pbn-sec1__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.24), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(0, 75, 155, 0.45), transparent 34%),
    linear-gradient(180deg, rgba(7, 27, 54, 0.05), rgba(7, 27, 54, 0.88));
  pointer-events: none;
}

.pbn-sec1__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 5vw, 92px);
}

.pbn-sec1__content {
  max-width: 790px;
}

.pbn-sec1__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  margin-bottom: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.pbn-sec1__eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.18);
  flex-shrink: 0;
}

.pbn-sec1 h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -3.4px;
  font-weight: 900;
}

.pbn-sec1 h1 strong {
  display: block;
  margin-top: 10px;
  font-weight: 900;
  background: linear-gradient(90deg, #ffffff 0%, #dcecff 55%, #7fbaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbn-sec1__content > p {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-sec1__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pbn-sec1__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.pbn-sec1__btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  box-shadow: 0 18px 45px rgba(215, 25, 32, 0.36);
}

.pbn-sec1__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(215, 25, 32, 0.52);
}

.pbn-sec1__btn--ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pbn-sec1__btn--ghost:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
}

.pbn-sec1__stats {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, max-content));
  gap: 16px;
}

.pbn-sec1__stat {
  padding: 17px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pbn-sec1__stat strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.pbn-sec1__stat span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
}

/* RIGHT PANEL */

.pbn-sec1__panelWrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.pbn-sec1__panel {
  width: 100%;
  max-width: 480px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 248, 252, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.pbn-sec1__panelHeader {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 27, 54, 0.09);
}

.pbn-sec1__avatar {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #071b36, #003b7a);
  box-shadow: 0 18px 35px rgba(0, 59, 122, 0.26);
  flex-shrink: 0;
}

.pbn-sec1__avatar span {
  color: #ffffff;
  font-size: 29px;
  font-weight: 900;
}

.pbn-sec1__profile h3 {
  margin: 0 0 5px;
  color: #071b36;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.pbn-sec1__profile p {
  margin: 0;
  color: rgba(7, 27, 54, 0.6);
  font-size: 14px;
  font-weight: 700;
}

.pbn-sec1__badgeGrid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 12px;
  margin-top: 18px;
}

.pbn-sec1__badgeGrid div {
  min-width: 0;
  padding: 15px 16px;
  border-radius: 20px;
  background: #eef3f9;
  border: 1px solid rgba(7, 27, 54, 0.06);
}

.pbn-sec1__badgeGrid span {
  display: block;
  margin-bottom: 6px;
  color: rgba(7, 27, 54, 0.55);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.pbn-sec1__badgeGrid strong {
  display: block;
  color: #071b36;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

.pbn-sec1__serviceList {
  display: grid;
  gap: 16px;
  padding: 22px 0 24px;
}

.pbn-sec1__service {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.pbn-sec1__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 25, 32, 0.1);
  color: #d71920;
  font-size: 18px;
  font-weight: 900;
  flex-shrink: 0;
}

.pbn-sec1__service p {
  margin: 2px 0 0;
  color: rgba(7, 27, 54, 0.78);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.pbn-sec1__contactBox {
  padding-top: 2px;
}

.pbn-sec1__loanBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(7, 27, 54, 0.22);
  transition: 0.25s ease;
}

.pbn-sec1__loanBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(7, 27, 54, 0.32);
}

.pbn-sec1__contactLinks {
  margin-top: 15px;
  display: grid;
  gap: 7px;
}

.pbn-sec1__contactLinks a {
  color: rgba(7, 27, 54, 0.58);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  word-break: break-word;
}

.pbn-sec1__contactLinks a:hover {
  color: #d71920;
}

/* =============================== */
/* RESPONSIVE */
/* =============================== */

@media (max-width: 1120px) {
  .pbn-sec1 {
    min-height: auto;
    padding-top: 125px;
  }

  .pbn-sec1__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .pbn-sec1__content {
    max-width: 880px;
  }

  .pbn-sec1__panelWrap {
    justify-content: flex-start;
  }

  .pbn-sec1__panel {
    max-width: 580px;
  }

  .pbn-sec1__bg {
    background:
      linear-gradient(
        90deg,
        rgba(5, 18, 38, 0.98) 0%,
        rgba(7, 27, 54, 0.92) 58%,
        rgba(7, 27, 54, 0.72) 100%
      ),
      url("https://images.unsplash.com/photo-1617469767053-d3b523a0b982?auto=format&fit=crop&w=2200&q=85");
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .pbn-sec1 {
    padding: 105px 16px 58px;
    align-items: flex-start;
  }

  .pbn-sec1__eyebrow {
    margin-bottom: 21px;
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .pbn-sec1 h1 {
    font-size: clamp(36px, 12vw, 50px);
    line-height: 1.02;
    letter-spacing: -1.8px;
  }

  .pbn-sec1__content > p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec1__actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pbn-sec1__btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .pbn-sec1__stats {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pbn-sec1__stat {
    padding: 15px 16px;
  }

  .pbn-sec1__panel {
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-sec1__panelHeader {
    gap: 13px;
    padding-bottom: 19px;
  }

  .pbn-sec1__avatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .pbn-sec1__avatar span {
    font-size: 25px;
  }

  .pbn-sec1__profile h3 {
    font-size: 20px;
  }

  .pbn-sec1__profile p {
    font-size: 13px;
  }

  .pbn-sec1__badgeGrid {
    grid-template-columns: 1fr;
  }

  .pbn-sec1__service {
    grid-template-columns: 32px 1fr;
  }

  .pbn-sec1__icon {
    width: 32px;
    height: 32px;
  }

  .pbn-sec1__service p {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85f403d *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 2 CORPORATE TRUST */
/* ========================================= */

.pbn-sec2-corp {
  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-sec2-corp,
.pbn-sec2-corp * {
  box-sizing: border-box;
}

.pbn-sec2-corp__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% 82%, rgba(0, 59, 122, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-sec2-corp__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(45px, 5vw, 95px);
}

/* LEFT IMAGE */

.pbn-sec2-corp__media {
  position: relative;
  width: 100%;
}

.pbn-sec2-corp__imageBox {
  position: relative;
  width: 100%;
  min-height: 620px;
  border-radius: 38px;
  overflow: hidden;
  background: #071b36;
  box-shadow: 0 35px 90px rgba(7, 27, 54, 0.18);
}

.pbn-sec2-corp__imageBox img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.05) contrast(1.03);
}

.pbn-sec2-corp__imageOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 54, 0.02) 30%, rgba(7, 27, 54, 0.82) 100%),
    linear-gradient(90deg, rgba(7, 27, 54, 0.18), transparent 55%);
  pointer-events: none;
}

.pbn-sec2-corp__experience {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 3;
  width: 180px;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pbn-sec2-corp__experience strong {
  display: block;
  color: #d71920;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}

.pbn-sec2-corp__experience span {
  display: block;
  margin-top: 8px;
  color: #071b36;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.pbn-sec2-corp__miniCard {
  position: absolute;
  right: -24px;
  top: 48px;
  width: 290px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 28px 70px rgba(7, 27, 54, 0.16);
}

.pbn-sec2-corp__miniIcon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}

.pbn-sec2-corp__miniCard h4 {
  margin: 0 0 6px;
  color: #071b36;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.pbn-sec2-corp__miniCard p {
  margin: 0;
  color: rgba(7, 27, 54, 0.62);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}

/* RIGHT CONTENT */

.pbn-sec2-corp__content {
  max-width: 760px;
}

.pbn-sec2-corp__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-sec2-corp__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-sec2-corp h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.pbn-sec2-corp h2 strong {
  display: block;
  margin-top: 8px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-sec2-corp__content > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(7, 27, 54, 0.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-sec2-corp__points {
  margin-top: 34px;
  display: grid;
  gap: 16px;
}

.pbn-sec2-corp__point {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 18px 48px rgba(7, 27, 54, 0.06);
  transition: 0.25s ease;
}

.pbn-sec2-corp__point:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 65px rgba(7, 27, 54, 0.1);
}

.pbn-sec2-corp__pointNo {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: #eef3f9;
  color: #003b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
}

.pbn-sec2-corp__point h3 {
  margin: 0 0 8px;
  color: #071b36;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.pbn-sec2-corp__point p {
  margin: 0;
  color: rgba(7, 27, 54, 0.66);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

.pbn-sec2-corp__ctaRow {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.pbn-sec2-corp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.3);
  transition: 0.25s ease;
}

.pbn-sec2-corp__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(215, 25, 32, 0.42);
}

.pbn-sec2-corp__contact {
  display: grid;
  gap: 3px;
}

.pbn-sec2-corp__contact span {
  color: rgba(7, 27, 54, 0.52);
  font-size: 12px;
  font-weight: 700;
}

.pbn-sec2-corp__contact strong {
  color: #071b36;
  font-size: 16px;
  font-weight: 900;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-sec2-corp {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-sec2-corp__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-sec2-corp__media {
    max-width: 720px;
  }

  .pbn-sec2-corp__miniCard {
    right: 22px;
  }
}

@media (max-width: 767px) {
  .pbn-sec2-corp {
    padding: 70px 16px;
  }

  .pbn-sec2-corp__wrap {
    gap: 36px;
  }

  .pbn-sec2-corp__imageBox {
    min-height: 390px;
    border-radius: 28px;
  }

  .pbn-sec2-corp__imageBox img {
    min-height: 390px;
  }

  .pbn-sec2-corp__experience {
    left: 16px;
    bottom: 16px;
    width: 150px;
    padding: 18px;
    border-radius: 22px;
  }

  .pbn-sec2-corp__experience strong {
    font-size: 40px;
  }

  .pbn-sec2-corp__experience span {
    font-size: 12px;
  }

  .pbn-sec2-corp__miniCard {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 14px;
    grid-template-columns: 42px 1fr;
    padding: 18px;
    border-radius: 22px;
  }

  .pbn-sec2-corp__miniIcon {
    width: 42px;
    height: 42px;
  }

  .pbn-sec2-corp__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-sec2-corp h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-sec2-corp__content > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec2-corp__points {
    margin-top: 28px;
    gap: 14px;
  }

  .pbn-sec2-corp__point {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 22px;
  }

  .pbn-sec2-corp__pointNo {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .pbn-sec2-corp__point h3 {
    font-size: 19px;
  }

  .pbn-sec2-corp__ctaRow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pbn-sec2-corp__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6800a80 *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 3 FEATURED MODELS */
/* ========================================= */

.pbn-sec3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 110px clamp(18px, 4.2vw, 76px);
}

.pbn-sec3,
.pbn-sec3 * {
  box-sizing: border-box;
}

.pbn-sec3__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 25, 32, 0.07), transparent 28%),
    radial-gradient(circle at 90% 30%, rgba(0, 59, 122, 0.09), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  pointer-events: none;
}

.pbn-sec3__head {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.pbn-sec3__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-sec3__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-sec3 h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.pbn-sec3 h2 strong {
  display: block;
  margin-top: 8px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-sec3__head p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(7, 27, 54, 0.68);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

/* GRID */

.pbn-sec3__grid {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pbn-sec3__card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 24px 65px rgba(7, 27, 54, 0.08);
  transition: 0.25s ease;
}

.pbn-sec3__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 85px rgba(7, 27, 54, 0.14);
}

.pbn-sec3__card--featured {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(215, 25, 32, 0.55), rgba(0, 59, 122, 0.55)) border-box;
  border: 1px solid transparent;
}

.pbn-sec3__image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #eef3f9;
}

.pbn-sec3__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: 0.45s ease;
}

.pbn-sec3__card:hover .pbn-sec3__image img {
  transform: scale(1.06);
}

.pbn-sec3__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 27, 54, 0.68) 100%);
  pointer-events: none;
}

.pbn-sec3__tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #071b36;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
}

.pbn-sec3__body {
  padding: 26px;
}

.pbn-sec3__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pbn-sec3__top span {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #eef3f9;
  color: #003b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

.pbn-sec3__top h3 {
  margin: 0;
  color: #071b36;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.pbn-sec3__body p {
  margin: 16px 0 0;
  color: rgba(7, 27, 54, 0.66);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

.pbn-sec3__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pbn-sec3__meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 59, 122, 0.08);
  color: #003b7a;
  font-size: 11px;
  font-weight: 800;
}

.pbn-sec3__btn {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(7, 27, 54, 0.18);
  transition: 0.25s ease;
}

.pbn-sec3__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(7, 27, 54, 0.28);
}

/* CTA CARD */

.pbn-sec3__cta {
  min-height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.3), transparent 40%),
    linear-gradient(135deg, #071b36, #003b7a);
  box-shadow: 0 30px 80px rgba(7, 27, 54, 0.2);
}

.pbn-sec3__ctaInner {
  height: 100%;
  min-height: 420px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pbn-sec3__ctaInner span {
  display: inline-flex;
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 20px;
}

.pbn-sec3__ctaInner h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
}

.pbn-sec3__ctaInner p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.pbn-sec3__ctaInner a {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(215, 25, 32, 0.32);
  transition: 0.25s ease;
}

.pbn-sec3__ctaInner a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(215, 25, 32, 0.44);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-sec3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-sec3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pbn-sec3 {
    padding: 70px 16px;
  }

  .pbn-sec3__head {
    text-align: left;
    margin-bottom: 36px;
  }

  .pbn-sec3__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-sec3 h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-sec3__head p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec3__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pbn-sec3__card,
  .pbn-sec3__cta {
    border-radius: 26px;
  }

  .pbn-sec3__image {
    height: 220px;
  }

  .pbn-sec3__body {
    padding: 22px;
  }

  .pbn-sec3__top h3 {
    font-size: 21px;
  }

  .pbn-sec3__ctaInner {
    min-height: auto;
    padding: 28px;
  }

  .pbn-sec3__ctaInner h3 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee87324 *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 4 APPLICATION FLOW */
/* ========================================= */

.pbn-sec4-app {
  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-sec4-app,
.pbn-sec4-app * {
  box-sizing: border-box;
}

.pbn-sec4-app__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(215, 25, 32, 0.28), transparent 30%),
    radial-gradient(circle at 86% 70%, rgba(0, 102, 204, 0.42), transparent 35%),
    linear-gradient(135deg, #051226 0%, #071b36 50%, #003b7a 100%);
}

.pbn-sec4-app__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: 56px 56px;
  opacity: 0.45;
}

.pbn-sec4-app__bg::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -160px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 25, 32, 0.22), transparent 68%);
}

.pbn-sec4-app__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 5vw, 92px);
}

/* LEFT CONTENT */

.pbn-sec4-app__content {
  max-width: 720px;
}

.pbn-sec4-app__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.15);
  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-sec4-app__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.2);
}

.pbn-sec4-app h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 1.02;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.pbn-sec4-app h2 strong {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  background: linear-gradient(90deg, #ffffff, #dcecff, #82bdff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbn-sec4-app__content > p {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-sec4-app__note {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055));
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.pbn-sec4-app__noteIcon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(215, 25, 32, 0.32);
}

.pbn-sec4-app__note h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.pbn-sec4-app__note p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.pbn-sec4-app__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pbn-sec4-app__btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.pbn-sec4-app__btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.34);
}

.pbn-sec4-app__btn--ghost {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.24);
}

.pbn-sec4-app__btn:hover {
  transform: translateY(-3px);
}

/* RIGHT DASHBOARD */

.pbn-sec4-app__dashboard {
  width: 100%;
  padding: 28px;
  border-radius: 36px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 34px 90px rgba(0,0,0,0.26);
}

.pbn-sec4-app__dashTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 27, 54, 0.1);
}

.pbn-sec4-app__dashTop span {
  display: block;
  margin-bottom: 5px;
  color: rgba(7, 27, 54, 0.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.pbn-sec4-app__dashTop h3 {
  margin: 0;
  color: #071b36;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 900;
}

.pbn-sec4-app__dashTop a {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(215, 25, 32, 0.26);
}

/* TIMELINE */

.pbn-sec4-app__timeline {
  position: relative;
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.pbn-sec4-app__timeline::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, #d71920, rgba(0, 59, 122, 0.18));
}

.pbn-sec4-app__step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 26px;
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 54, 0.07);
  transition: 0.25s ease;
}

.pbn-sec4-app__step:hover {
  transform: translateX(4px);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 27, 54, 0.08);
}

.pbn-sec4-app__num {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 21px;
  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-sec4-app__step h4 {
  margin: 0 0 8px;
  color: #071b36;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.5px;
  font-weight: 900;
}

.pbn-sec4-app__step p {
  margin: 0;
  color: rgba(7, 27, 54, 0.64);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

/* BOTTOM MINI */

.pbn-sec4-app__bottom {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pbn-sec4-app__mini {
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(215,25,32,0.12), transparent 45%),
    #eef3f9;
  border: 1px solid rgba(7, 27, 54, 0.06);
}

.pbn-sec4-app__mini span {
  display: block;
  margin-bottom: 6px;
  color: rgba(7, 27, 54, 0.52);
  font-size: 12px;
  font-weight: 800;
}

.pbn-sec4-app__mini strong {
  display: block;
  color: #071b36;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-sec4-app {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-sec4-app__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-sec4-app__content {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .pbn-sec4-app {
    padding: 70px 16px;
  }

  .pbn-sec4-app__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-sec4-app h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-sec4-app__content > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec4-app__note {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 22px;
    border-radius: 24px;
  }

  .pbn-sec4-app__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pbn-sec4-app__btn {
    width: 100%;
  }

  .pbn-sec4-app__dashboard {
    padding: 20px;
    border-radius: 28px;
  }

  .pbn-sec4-app__dashTop {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pbn-sec4-app__dashTop h3 {
    font-size: 24px;
  }

  .pbn-sec4-app__dashTop a {
    width: 100%;
  }

  .pbn-sec4-app__timeline::before {
    left: 27px;
  }

  .pbn-sec4-app__step {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
  }

  .pbn-sec4-app__num {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .pbn-sec4-app__step h4 {
    font-size: 18px;
  }

  .pbn-sec4-app__step p {
    font-size: 13.5px;
  }

  .pbn-sec4-app__bottom {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fba5821 *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 5 CUSTOMER TRUST */
/* ========================================= */

.pbn-sec5-trust {
  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-sec5-trust,
.pbn-sec5-trust * {
  box-sizing: border-box;
}

.pbn-sec5-trust__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(215, 25, 32, 0.08), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(0, 59, 122, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-sec5-trust__bg::before {
  content: "";
  position: absolute;
  top: -220px;
  left: -120px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.08), transparent 68%);
}

.pbn-sec5-trust__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: 54px 54px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, black 0%, transparent 72%);
}

.pbn-sec5-trust__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* HEADER */

.pbn-sec5-trust__head {
  max-width: 940px;
  margin-bottom: 52px;
}

.pbn-sec5-trust__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-sec5-trust__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-sec5-trust h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 1.03;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.pbn-sec5-trust h2 strong {
  display: block;
  margin-top: 8px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-sec5-trust__head 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;
}

/* LAYOUT */

.pbn-sec5-trust__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

/* LEFT QUOTE */

.pbn-sec5-trust__quotePanel {
  position: relative;
  min-height: 560px;
  padding: 44px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.28), transparent 42%),
    linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(7, 27, 54, 0.22);
}

.pbn-sec5-trust__quotePanel::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 68%);
}

.pbn-sec5-trust__quoteMark {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 900;
  margin-bottom: 30px;
}

.pbn-sec5-trust__quotePanel h3 {
  position: relative;
  margin: 0;
  max-width: 660px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -1.7px;
  font-weight: 900;
}

.pbn-sec5-trust__quotePanel p {
  position: relative;
  margin: 24px 0 0;
  max-width: 610px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-sec5-trust__profile {
  position: relative;
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pbn-sec5-trust__avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #ffffff;
  color: #003b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0;
}

.pbn-sec5-trust__profile strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}

.pbn-sec5-trust__profile span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 500;
}

/* RIGHT STACK */

.pbn-sec5-trust__stack {
  display: grid;
  gap: 16px;
}

.pbn-sec5-trust__statRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pbn-sec5-trust__stat {
  padding: 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 22px 60px rgba(7, 27, 54, 0.07);
}

.pbn-sec5-trust__stat strong {
  display: block;
  margin-bottom: 8px;
  color: #d71920;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 900;
}

.pbn-sec5-trust__stat span {
  display: block;
  color: rgba(7, 27, 54, 0.68);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.pbn-sec5-trust__reason {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 24px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 22px 60px rgba(7, 27, 54, 0.065);
  transition: 0.25s ease;
}

.pbn-sec5-trust__reason:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 75px rgba(7, 27, 54, 0.1);
}

.pbn-sec5-trust__icon {
  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;
}

.pbn-sec5-trust__reason h4 {
  margin: 0 0 8px;
  color: #071b36;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.pbn-sec5-trust__reason p {
  margin: 0;
  color: rgba(7, 27, 54, 0.66);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

/* CTA STRIP */

.pbn-sec5-trust__ctaStrip {
  margin-top: 24px;
  padding: 28px 32px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(238,243,249,0.96));
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 24px 70px rgba(7, 27, 54, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pbn-sec5-trust__ctaStrip span {
  display: block;
  margin-bottom: 6px;
  color: rgba(7, 27, 54, 0.55);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pbn-sec5-trust__ctaStrip h3 {
  margin: 0;
  color: #071b36;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.pbn-sec5-trust__ctaStrip a {
  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;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 38px rgba(215, 25, 32, 0.28);
  transition: 0.25s ease;
}

.pbn-sec5-trust__ctaStrip a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(215, 25, 32, 0.4);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-sec5-trust {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-sec5-trust__layout {
    grid-template-columns: 1fr;
  }

  .pbn-sec5-trust__quotePanel {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .pbn-sec5-trust {
    padding: 70px 16px;
  }

  .pbn-sec5-trust__head {
    margin-bottom: 36px;
  }

  .pbn-sec5-trust__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-sec5-trust h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-sec5-trust__head p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec5-trust__quotePanel {
    padding: 28px;
    border-radius: 30px;
  }

  .pbn-sec5-trust__quoteMark {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    font-size: 58px;
    margin-bottom: 24px;
  }

  .pbn-sec5-trust__quotePanel h3 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .pbn-sec5-trust__quotePanel p {
    font-size: 14px;
    line-height: 1.75;
  }

  .pbn-sec5-trust__statRow {
    grid-template-columns: 1fr;
  }

  .pbn-sec5-trust__stat {
    padding: 24px;
    border-radius: 26px;
  }

  .pbn-sec5-trust__reason {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 26px;
  }

  .pbn-sec5-trust__ctaStrip {
    display: grid;
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 26px;
  }

  .pbn-sec5-trust__ctaStrip h3 {
    font-size: 22px;
  }

  .pbn-sec5-trust__ctaStrip a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f6266d *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 6 FAQ CHAT STYLE */
/* ========================================= */

.pbn-sec6-chat {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #050f1f;
  font-family: 'Poppins', sans-serif;
  padding: 115px clamp(18px, 4.2vw, 76px);
}

.pbn-sec6-chat,
.pbn-sec6-chat * {
  box-sizing: border-box;
}

.pbn-sec6-chat__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(215, 25, 32, 0.26), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(0, 95, 190, 0.38), transparent 36%),
    linear-gradient(135deg, #050f1f 0%, #071b36 50%, #003b7a 100%);
}

.pbn-sec6-chat__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.38;
}

.pbn-sec6-chat__carShape {
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 720px;
  height: 260px;
  border-radius: 160px 160px 40px 40px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  transform: rotate(-8deg);
  opacity: 0.8;
}

.pbn-sec6-chat__carShape::before {
  content: "";
  position: absolute;
  left: 120px;
  top: -72px;
  width: 360px;
  height: 150px;
  border-radius: 180px 180px 20px 20px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.07);
}

.pbn-sec6-chat__carShape::after {
  content: "";
  position: absolute;
  left: 95px;
  bottom: -46px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  box-shadow: 420px 0 0 rgba(255,255,255,0.06);
}

.pbn-sec6-chat__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 5vw, 95px);
}

/* LEFT */

.pbn-sec6-chat__left {
  max-width: 720px;
}

.pbn-sec6-chat__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.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pbn-sec6-chat__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.2);
}

.pbn-sec6-chat h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.9vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.5px;
  font-weight: 900;
}

.pbn-sec6-chat h2 strong {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffffff, #dcecff, #82bdff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbn-sec6-chat__left > 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-sec6-chat__contact {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 17px;
  align-items: start;
  padding: 26px;
  border-radius: 32px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  max-width: 520px;
}

.pbn-sec6-chat__phoneIcon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.34);
}

.pbn-sec6-chat__contact span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pbn-sec6-chat__contact strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.pbn-sec6-chat__contact a {
  margin-top: 15px;
  min-height: 48px;
  padding: 0 18px;
  width: max-content;
  border-radius: 999px;
  background: #ffffff;
  color: #071b36;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  transition: 0.25s ease;
}

.pbn-sec6-chat__contact a:hover {
  transform: translateY(-3px);
}

/* CHAT BOARD */

.pbn-sec6-chat__board {
  width: 100%;
  padding: 26px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(239,244,250,0.93));
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 35px 90px rgba(0,0,0,0.28);
}

.pbn-sec6-chat__top {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 27, 54, 0.09);
}

.pbn-sec6-chat__avatar {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 18px 35px rgba(0,59,122,0.22);
}

.pbn-sec6-chat__top h3 {
  margin: 0 0 4px;
  color: #071b36;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
}

.pbn-sec6-chat__top p {
  margin: 0;
  color: rgba(7, 27, 54, 0.55);
  font-size: 13px;
  font-weight: 700;
}

.pbn-sec6-chat__messages {
  padding: 26px 0 24px;
  display: grid;
  gap: 14px;
}

.pbn-sec6-chat__bubble {
  width: min(86%, 560px);
  padding: 18px 20px;
  border-radius: 24px;
}

.pbn-sec6-chat__bubble span {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

.pbn-sec6-chat__bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.pbn-sec6-chat__bubble--customer {
  justify-self: start;
  background: #eef3f9;
  color: #071b36;
  border-bottom-left-radius: 8px;
}

.pbn-sec6-chat__bubble--customer span {
  color: rgba(7, 27, 54, 0.5);
}

.pbn-sec6-chat__bubble--customer p {
  color: rgba(7, 27, 54, 0.78);
}

.pbn-sec6-chat__bubble--advisor {
  justify-self: end;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  border-bottom-right-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,59,122,0.18);
}

.pbn-sec6-chat__bubble--advisor span {
  color: rgba(255,255,255,0.62);
}

.pbn-sec6-chat__bubble--advisor p {
  color: rgba(255,255,255,0.84);
}

.pbn-sec6-chat__quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 27, 54, 0.09);
}

.pbn-sec6-chat__quick a {
  min-height: 46px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.09);
  color: #071b36;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
  transition: 0.25s ease;
}

.pbn-sec6-chat__quick a:hover {
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-sec6-chat {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-sec6-chat__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-sec6-chat__left {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .pbn-sec6-chat {
    padding: 70px 16px;
  }

  .pbn-sec6-chat__carShape {
    width: 520px;
    height: 190px;
    right: -250px;
    bottom: -40px;
    opacity: 0.55;
  }

  .pbn-sec6-chat__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-sec6-chat h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-sec6-chat__left > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec6-chat__contact {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 22px;
    border-radius: 26px;
  }

  .pbn-sec6-chat__contact a {
    width: 100%;
  }

  .pbn-sec6-chat__board {
    padding: 20px;
    border-radius: 28px;
  }

  .pbn-sec6-chat__top {
    gap: 13px;
  }

  .pbn-sec6-chat__avatar {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .pbn-sec6-chat__top h3 {
    font-size: 20px;
  }

  .pbn-sec6-chat__messages {
    padding: 22px 0;
  }

  .pbn-sec6-chat__bubble {
    width: 100%;
    padding: 16px 17px;
    border-radius: 20px;
  }

  .pbn-sec6-chat__bubble--customer {
    border-bottom-left-radius: 7px;
  }

  .pbn-sec6-chat__bubble--advisor {
    border-bottom-right-radius: 7px;
  }

  .pbn-sec6-chat__quick {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81529b9 *//* ========================================= */
/* PROTON BY NURUL - HOME SEC 7 FINAL CONTACT LIGHT */
/* ========================================= */

.pbn-sec7-light {
  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-sec7-light,
.pbn-sec7-light * {
  box-sizing: border-box;
}

.pbn-sec7-light__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.08), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(0, 59, 122, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-sec7-light__bg::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -140px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.09), transparent 68%);
}

.pbn-sec7-light__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.48;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
}

.pbn-sec7-light__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 5vw, 90px);
}

/* LEFT */

.pbn-sec7-light__content {
  max-width: 840px;
}

.pbn-sec7-light__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-sec7-light__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-sec7-light h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 0.99;
  letter-spacing: -3px;
  font-weight: 900;
}

.pbn-sec7-light h2 strong {
  display: block;
  margin-top: 10px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-sec7-light__content > p {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(7, 27, 54, 0.68);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-sec7-light__contactGrid {
  margin-top: 38px;
  display: grid;
  gap: 14px;
  max-width: 660px;
}

.pbn-sec7-light__contactItem {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 22px 55px rgba(7, 27, 54, 0.07);
  transition: 0.25s ease;
}

.pbn-sec7-light__contactItem:hover {
  transform: translateX(6px);
  box-shadow: 0 30px 70px rgba(7, 27, 54, 0.11);
}

.pbn-sec7-light__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 59, 122, 0.22);
}

.pbn-sec7-light__contactItem span {
  display: block;
  margin-bottom: 5px;
  color: rgba(7, 27, 54, 0.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pbn-sec7-light__contactItem strong {
  display: block;
  color: #071b36;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  word-break: break-word;
}

/* RIGHT PANEL */

.pbn-sec7-light__panel {
  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-sec7-light__panel::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -110px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215,25,32,0.14), transparent 70%);
}

.pbn-sec7-light__panelHead {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 27, 54, 0.09);
}

.pbn-sec7-light__panelHead span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.1);
  color: #d71920;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 16px;
}

.pbn-sec7-light__panelHead h3 {
  margin: 0;
  color: #071b36;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.pbn-sec7-light__panelHead p {
  margin: 10px 0 0;
  color: rgba(7, 27, 54, 0.62);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.pbn-sec7-light__actions {
  position: relative;
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.pbn-sec7-light__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 54, 0.07);
  text-decoration: none;
  transition: 0.25s ease;
}

.pbn-sec7-light__action:hover {
  transform: translateY(-3px);
  background: #eef3f9;
  box-shadow: 0 18px 45px rgba(7, 27, 54, 0.08);
}

.pbn-sec7-light__action strong {
  display: block;
  color: #071b36;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 5px;
}

.pbn-sec7-light__action span {
  display: block;
  color: rgba(7, 27, 54, 0.55);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.pbn-sec7-light__action em {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #ffffff;
  color: #003b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 900;
  flex-shrink: 0;
}

.pbn-sec7-light__mainBtn {
  position: relative;
  margin-top: 18px;
  min-height: 58px;
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(215,25,32,0.3);
  transition: 0.25s ease;
}

.pbn-sec7-light__mainBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 60px rgba(215,25,32,0.42);
}

.pbn-sec7-light__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-sec7-light {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-sec7-light__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-sec7-light__content {
    max-width: 900px;
  }

  .pbn-sec7-light__panel {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .pbn-sec7-light {
    padding: 70px 16px;
  }

  .pbn-sec7-light__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-sec7-light h2 {
    font-size: clamp(34px, 11vw, 50px);
    line-height: 1.03;
    letter-spacing: -1.6px;
  }

  .pbn-sec7-light__content > p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-sec7-light__contactGrid {
    margin-top: 30px;
  }

  .pbn-sec7-light__contactItem {
    grid-template-columns: 50px 1fr;
    padding: 16px;
    border-radius: 22px;
  }

  .pbn-sec7-light__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .pbn-sec7-light__panel {
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-sec7-light__panelHead h3 {
    font-size: 27px;
  }

  .pbn-sec7-light__action {
    padding: 16px;
    border-radius: 18px;
  }

  .pbn-sec7-light__action em {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }
}/* End custom CSS */