.elementor-48 .elementor-element.elementor-element-276701c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-48 .elementor-element.elementor-element-ee03a6e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-48 .elementor-element.elementor-element-6bb778b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-48 .elementor-element.elementor-element-50c1821{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-48 .elementor-element.elementor-element-b929129{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-906b105 *//* ========================================= */
/* PROTON BY NURUL - CONTACT PAGE SEC 1 HERO */
/* ========================================= */

.pbn-contact-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-contact-hero,
.pbn-contact-hero * {
  box-sizing: border-box;
}

.pbn-contact-hero__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.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-contact-hero__bg::before {
  content: "";
  position: absolute;
  right: -200px;
  top: -180px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.1), transparent 68%);
}

.pbn-contact-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-contact-hero__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, 92px);
}

/* LEFT */

.pbn-contact-hero__content {
  max-width: 900px;
}

.pbn-contact-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-contact-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-contact-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-contact-hero h1 strong {
  display: block;
  margin-top: 10px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-contact-hero__content > p {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(7, 27, 54, 0.7);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-contact-hero__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pbn-contact-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-contact-hero__btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.3);
}

.pbn-contact-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-contact-hero__btn:hover {
  transform: translateY(-3px);
}

.pbn-contact-hero__quick {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, 1fr));
  gap: 14px;
  max-width: 820px;
}

.pbn-contact-hero__quick a {
  padding: 20px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 22px 55px rgba(7, 27, 54, 0.07);
  text-decoration: none;
  transition: 0.25s ease;
}

.pbn-contact-hero__quick a:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(7, 27, 54, 0.11);
}

.pbn-contact-hero__quick strong {
  display: block;
  margin-bottom: 7px;
  color: #071b36;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.pbn-contact-hero__quick span {
  display: block;
  color: rgba(7, 27, 54, 0.58);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

/* RIGHT CARD */

.pbn-contact-hero__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-contact-hero__card::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -125px;
  top: -125px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 25, 32, 0.15), transparent 70%);
}

.pbn-contact-hero__profile {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
}

.pbn-contact-hero__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-contact-hero__profile h3 {
  margin: 0 0 5px;
  color: #071b36;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.pbn-contact-hero__profile p {
  margin: 0;
  color: rgba(7, 27, 54, 0.6);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.pbn-contact-hero__divider {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  background: rgba(7, 27, 54, 0.09);
}

.pbn-contact-hero__contactList {
  position: relative;
  display: grid;
  gap: 12px;
}

.pbn-contact-hero__contactList a,
.pbn-contact-hero__location {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 54, 0.07);
  text-decoration: none;
  transition: 0.25s ease;
}

.pbn-contact-hero__contactList a:hover {
  transform: translateX(5px);
  background: #eef3f9;
}

.pbn-contact-hero__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #071b36, #003b7a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 900;
}

.pbn-contact-hero__contactList span,
.pbn-contact-hero__location span {
  display: block;
  margin-bottom: 5px;
  color: rgba(7, 27, 54, 0.52);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pbn-contact-hero__contactList strong,
.pbn-contact-hero__location strong {
  display: block;
  color: #071b36;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  word-break: break-word;
}

.pbn-contact-hero__note {
  position: relative;
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.12), transparent 42%),
    #eef3f9;
}

.pbn-contact-hero__note span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.1);
  color: #d71920;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pbn-contact-hero__note p {
  margin: 0;
  color: rgba(7, 27, 54, 0.64);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-contact-hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .pbn-contact-hero__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-contact-hero__content {
    max-width: 900px;
  }

  .pbn-contact-hero__card {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .pbn-contact-hero {
    padding: 105px 16px 60px;
    align-items: flex-start;
  }

  .pbn-contact-hero__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-contact-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.03;
    letter-spacing: -1.6px;
  }

  .pbn-contact-hero__content > p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-contact-hero__actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .pbn-contact-hero__btn {
    width: 100%;
    min-height: 52px;
  }

  .pbn-contact-hero__quick {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .pbn-contact-hero__card {
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-contact-hero__profile {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .pbn-contact-hero__avatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 24px;
  }

  .pbn-contact-hero__profile h3 {
    font-size: 21px;
  }

  .pbn-contact-hero__profile p {
    font-size: 13px;
  }

  .pbn-contact-hero__contactList a,
  .pbn-contact-hero__location {
    grid-template-columns: 48px 1fr;
    padding: 15px;
    border-radius: 20px;
  }

  .pbn-contact-hero__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f4236e *//* ========================================= */
/* PROTON BY NURUL - CONTACT PAGE SEC 2 REAL FORM */
/* ========================================= */

.pbn-contact-form {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #071b36;
  font-family: 'Poppins', sans-serif;
  padding: 110px clamp(18px, 4.2vw, 76px);
}

.pbn-contact-form,
.pbn-contact-form * {
  box-sizing: border-box;
}

.pbn-contact-form__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.24), transparent 30%),
    radial-gradient(circle at 88% 74%, rgba(0, 102, 204, 0.42), transparent 35%),
    linear-gradient(135deg, #051226 0%, #071b36 50%, #003b7a 100%);
}

.pbn-contact-form__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-contact-form__bg::after {
  content: "";
  position: absolute;
  right: -220px;
  top: -220px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 68%);
}

.pbn-contact-form__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 5vw, 92px);
}

/* LEFT FORM PANEL */

.pbn-contact-form__panel {
  width: 100%;
  padding: 34px;
  border-radius: 40px;
  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);
  position: relative;
  overflow: hidden;
}

.pbn-contact-form__panel::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -130px;
  top: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 25, 32, 0.14), transparent 70%);
}

.pbn-contact-form__head {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(7, 27, 54, 0.09);
}

.pbn-contact-form__head span {
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 16px;
  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;
}

.pbn-contact-form__head h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.6px;
  font-weight: 900;
}

.pbn-contact-form__head p {
  max-width: 640px;
  margin: 12px 0 0;
  color: rgba(7, 27, 54, 0.64);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

/* FORM */

.pbn-contact-form__form {
  position: relative;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pbn-contact-form__group {
  display: grid;
  gap: 8px;
}

.pbn-contact-form__group--full {
  grid-column: 1 / -1;
}

.pbn-contact-form__group label {
  color: #071b36;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.pbn-contact-form__group input,
.pbn-contact-form__group select,
.pbn-contact-form__group textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 54, 0.1);
  outline: none;
  border-radius: 18px;
  background: #f4f7fb;
  color: #071b36;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 16px;
  transition: 0.2s ease;
}

.pbn-contact-form__group textarea {
  resize: vertical;
  min-height: 130px;
}

.pbn-contact-form__group input::placeholder,
.pbn-contact-form__group textarea::placeholder {
  color: rgba(7, 27, 54, 0.42);
}

.pbn-contact-form__group input:focus,
.pbn-contact-form__group select:focus,
.pbn-contact-form__group textarea:focus {
  border-color: rgba(0, 59, 122, 0.35);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 59, 122, 0.08);
}

.pbn-contact-form__submit {
  grid-column: 1 / -1;
  margin-top: 4px;
  min-height: 58px;
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 18px;
  background: linear-gradient(135deg, #ef3038, #b90f16);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(215, 25, 32, 0.3);
  transition: 0.25s ease;
}

.pbn-contact-form__submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 60px rgba(215, 25, 32, 0.42);
}

.pbn-contact-form__note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(7, 27, 54, 0.48);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 500;
}

/* RIGHT GUIDE */

.pbn-contact-form__guide {
  max-width: 720px;
}

.pbn-contact-form__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-contact-form__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.2);
}

.pbn-contact-form__guide h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.03;
  letter-spacing: -2.3px;
  font-weight: 900;
}

.pbn-contact-form__guide h2 strong {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffffff, #dcecff, #82bdff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbn-contact-form__guide > p {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.pbn-contact-form__steps {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.pbn-contact-form__step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.095);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pbn-contact-form__step div {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.pbn-contact-form__step p {
  margin: 2px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.pbn-contact-form__direct {
  margin-top: 24px;
  padding: 22px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 28px 75px rgba(0,0,0,0.18);
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
}

.pbn-contact-form__avatar {
  width: 62px;
  height: 62px;
  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 18px 38px rgba(0, 59, 122, 0.22);
}

.pbn-contact-form__direct 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-contact-form__direct strong {
  display: block;
  color: #071b36;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.pbn-contact-form__direct a {
  margin-top: 12px;
  min-height: 44px;
  padding: 0 18px;
  width: max-content;
  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;
  box-shadow: 0 14px 32px rgba(215,25,32,0.3);
  transition: 0.25s ease;
}

.pbn-contact-form__direct a:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-contact-form {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-contact-form__wrap {
    grid-template-columns: 1fr;
  }

  .pbn-contact-form__panel {
    max-width: 820px;
  }

  .pbn-contact-form__guide {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .pbn-contact-form {
    padding: 70px 16px;
  }

  .pbn-contact-form__panel {
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-contact-form__head h2 {
    font-size: 30px;
  }

  .pbn-contact-form__form {
    grid-template-columns: 1fr;
  }

  .pbn-contact-form__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-contact-form__guide h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-contact-form__guide > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-contact-form__step {
    grid-template-columns: 48px 1fr;
    padding: 16px;
    border-radius: 22px;
  }

  .pbn-contact-form__step div {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .pbn-contact-form__direct {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 26px;
  }

  .pbn-contact-form__direct a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c735af *//* ========================================= */
/* PROTON BY NURUL - CONTACT PAGE SEC 3 QUICK ACTIONS */
/* ========================================= */

.pbn-contact-actions {
  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-contact-actions,
.pbn-contact-actions * {
  box-sizing: border-box;
}

.pbn-contact-actions__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.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.pbn-contact-actions__bg::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -160px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.09), transparent 68%);
}

.pbn-contact-actions__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-contact-actions__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* HEADER */

.pbn-contact-actions__head {
  max-width: 920px;
  margin-bottom: 48px;
}

.pbn-contact-actions__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-contact-actions__label span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.12);
}

.pbn-contact-actions h2 {
  margin: 0;
  color: #071b36;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 1.03;
  letter-spacing: -2.5px;
  font-weight: 900;
}

.pbn-contact-actions h2 strong {
  display: block;
  margin-top: 8px;
  color: #003b7a;
  font-weight: 900;
}

.pbn-contact-actions__head p {
  max-width: 730px;
  margin: 22px 0 0;
  color: rgba(7, 27, 54, 0.68);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

/* GRID */

.pbn-contact-actions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pbn-contact-actions__item {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 24px 65px rgba(7, 27, 54, 0.07);
  text-decoration: none;
  overflow: hidden;
  transition: 0.25s ease;
}

.pbn-contact-actions__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 82px rgba(7, 27, 54, 0.12);
}

.pbn-contact-actions__item::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -85px;
  top: -85px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 59, 122, 0.09), transparent 70%);
}

.pbn-contact-actions__item--featured {
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.16), transparent 40%),
    #ffffff;
  border-color: rgba(215, 25, 32, 0.18);
}

.pbn-contact-actions__item--dark {
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.28), transparent 42%),
    linear-gradient(135deg, #071b36, #003b7a);
  border-color: rgba(255, 255, 255, 0.14);
}

.pbn-contact-actions__icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin-bottom: 48px;
  border-radius: 20px;
  background: #eef3f9;
  color: #003b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.pbn-contact-actions__item--featured .pbn-contact-actions__icon {
  background: rgba(215, 25, 32, 0.1);
  color: #d71920;
}

.pbn-contact-actions__item--dark .pbn-contact-actions__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.pbn-contact-actions__item span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #d71920;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.pbn-contact-actions__item h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #071b36;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  font-weight: 900;
}

.pbn-contact-actions__item p {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  color: rgba(7, 27, 54, 0.65);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

.pbn-contact-actions__item--dark span,
.pbn-contact-actions__item--dark h3,
.pbn-contact-actions__item--dark p {
  color: #ffffff;
}

.pbn-contact-actions__item--dark p {
  color: rgba(255, 255, 255, 0.72);
}

/* BOTTOM STRIP */

.pbn-contact-actions__strip {
  margin-top: 22px;
  padding: 24px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 54, 0.08);
  box-shadow: 0 26px 72px rgba(7, 27, 54, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pbn-contact-actions__profile {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
}

.pbn-contact-actions__avatar {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  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 16px 34px rgba(0, 59, 122, 0.22);
}

.pbn-contact-actions__profile 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-contact-actions__profile strong {
  display: block;
  color: #071b36;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.pbn-contact-actions__strip > 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;
  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-contact-actions__strip > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(215, 25, 32, 0.42);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .pbn-contact-actions {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pbn-contact-actions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pbn-contact-actions {
    padding: 70px 16px;
  }

  .pbn-contact-actions__head {
    margin-bottom: 36px;
  }

  .pbn-contact-actions__label {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .pbn-contact-actions h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.4px;
  }

  .pbn-contact-actions__head p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pbn-contact-actions__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pbn-contact-actions__item {
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }

  .pbn-contact-actions__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    margin-bottom: 38px;
  }

  .pbn-contact-actions__item h3 {
    font-size: 21px;
  }

  .pbn-contact-actions__strip {
    display: grid;
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 28px;
  }

  .pbn-contact-actions__strip > a {
    width: 100%;
  }
}/* End custom CSS */