.elementor-80 .elementor-element.elementor-element-f64a9ca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-80 .elementor-element.elementor-element-d0f7f0c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cc20b23 *//* =========================================
   VADERSTREAMS CONTACT HERO
========================================= */

.vs-contact-hero,
.vs-contact-hero * {
  box-sizing: border-box;
}

.vs-contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 155px 24px 115px;
  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(37, 99, 235, 0.13),
      transparent 35%
    ),
    radial-gradient(
      circle at 86% 68%,
      rgba(225, 45, 66, 0.08),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #05070c 0%,
      #080b13 52%,
      #05070c 100%
    );
  color: #ffffff;
}

.vs-contact-container {
  position: relative;
  z-index: 4;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.vs-contact-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 72px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.vs-contact-hero__content {
  position: relative;
}

.vs-contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 9px 14px;
  border: 1px solid rgba(111, 151, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #b9c9ed;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vs-contact-hero__status {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42d77d;
  box-shadow: 0 0 18px rgba(66, 215, 125, 0.8);
}

.vs-contact-hero__status::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(66, 215, 125, 0.35);
  border-radius: inherit;
  animation: vsContactStatus 2s ease-out infinite;
}

.vs-contact-hero__title {
  max-width: 670px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(50px, 6vw, 80px);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.vs-contact-hero__title span {
  display: block;
  margin-top: 7px;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #7ba7ff 47%,
    #467ff3 70%,
    #ec5968 110%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vs-contact-hero__description {
  max-width: 650px;
  margin: 26px 0 0;
  color: #98a4b9;
  font-size: 17px;
  line-height: 1.8;
}

.vs-contact-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.vs-contact-main-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background:
    linear-gradient(
      135deg,
      #245edb 0%,
      #397df3 58%,
      #dd4658 135%
    );
  color: #ffffff;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  box-shadow:
    0 20px 48px rgba(38, 99, 225, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.vs-contact-main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 42%;
  height: 100%;
  transform: skewX(-24deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.26),
    transparent
  );
  transition: left 0.7s ease;
}

.vs-contact-main-btn:hover::before {
  left: 135%;
}

.vs-contact-main-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 25px 58px rgba(38, 99, 225, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.vs-contact-main-btn svg {
  width: 19px;
  height: 19px;
  transition: transform 0.25s ease;
}

.vs-contact-main-btn:hover svg {
  transform: translateX(4px);
}

.vs-contact-hero__response {
  display: flex;
  align-items: center;
  gap: 11px;
}

.vs-contact-hero__response-avatars {
  display: flex;
  align-items: center;
}

.vs-contact-hero__response-avatars span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 2px solid #080b13;
  border-radius: 50%;
  background: linear-gradient(145deg, #2468f0, #5d8eff);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
}

.vs-contact-hero__response-avatars span + span {
  margin-left: -10px;
  background: #121726;
  color: #8baaff;
}

.vs-contact-hero__response-avatars svg {
  width: 17px;
  height: 17px;
}

.vs-contact-hero__response strong,
.vs-contact-hero__response small {
  display: block;
}

.vs-contact-hero__response strong {
  margin-bottom: 3px;
  color: #e7ecf7;
  font-size: 12px;
}

.vs-contact-hero__response small {
  color: #707c91;
  font-size: 11px;
}

/* =========================================
   CONTACT METHODS
========================================= */

.vs-contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 44px;
}

.vs-contact-method {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 112px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );
  color: inherit;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 45px rgba(0, 0, 0, 0.19);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.vs-contact-method::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(52, 104, 238, 0.11);
  filter: blur(25px);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.vs-contact-method:hover {
  transform: translateY(-5px);
  border-color: rgba(81, 128, 250, 0.25);
  background:
    linear-gradient(
      145deg,
      rgba(49, 103, 237, 0.095),
      rgba(255, 255, 255, 0.025)
    );
}

.vs-contact-method:hover::before {
  opacity: 1;
}

.vs-contact-method__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.vs-contact-method__icon svg {
  width: 22px;
  height: 22px;
}

.vs-contact-method__icon--email {
  border: 1px solid rgba(83, 132, 255, 0.22);
  background: rgba(46, 101, 236, 0.12);
  color: #75a0ff;
}

.vs-contact-method__icon--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.2);
  background: rgba(37, 211, 102, 0.1);
  color: #3add7c;
}

.vs-contact-method__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.vs-contact-method__content span,
.vs-contact-method__content strong,
.vs-contact-method__content small {
  display: block;
}

.vs-contact-method__content span {
  margin-bottom: 5px;
  color: #748199;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vs-contact-method__content strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs-contact-method__content small {
  margin-top: 5px;
  color: #748097;
  font-size: 10px;
  line-height: 1.45;
}

.vs-contact-method__arrow {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: #6f7d96;
  transition:
    color 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}

.vs-contact-method__arrow svg {
  width: 14px;
  height: 14px;
}

.vs-contact-method:hover .vs-contact-method__arrow {
  transform: translateX(3px);
  border-color: rgba(99, 142, 255, 0.2);
  color: #8babff;
}

/* =========================================
   RIGHT SUPPORT PANEL
========================================= */

.vs-contact-panel {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 27px;
  background:
    linear-gradient(
      145deg,
      rgba(18, 23, 37, 0.9),
      rgba(8, 11, 19, 0.91)
    );
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.vs-contact-panel::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -80px;
  width: 310px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(41, 102, 246, 0.16),
    transparent 68%
  );
  pointer-events: none;
}

.vs-contact-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(220, 57, 76, 0.09),
    transparent 68%
  );
  pointer-events: none;
}

.vs-contact-panel__top,
.vs-contact-panel__message,
.vs-contact-panel__options,
.vs-contact-panel__footer {
  position: relative;
  z-index: 2;
}

.vs-contact-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.vs-contact-panel__label {
  display: block;
  margin-bottom: 7px;
  color: #668ee9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vs-contact-panel__top h2 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.vs-contact-panel__online {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(59, 208, 116, 0.15);
  border-radius: 999px;
  background: rgba(59, 208, 116, 0.07);
  color: #73df9c;
  font-size: 10px;
  font-weight: 700;
}

.vs-contact-panel__online span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45d980;
  box-shadow: 0 0 12px rgba(69, 217, 128, 0.75);
}

.vs-contact-panel__message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 23px 0 20px;
}

.vs-contact-panel__avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(111, 151, 255, 0.25);
  border-radius: 13px;
  background: linear-gradient(145deg, #2766eb, #4d82f4);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(39, 102, 235, 0.23);
}

.vs-contact-panel__bubble {
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 5px 16px 16px 16px;
  background: rgba(255, 255, 255, 0.035);
}

.vs-contact-panel__bubble span {
  display: block;
  margin-bottom: 6px;
  color: #6f91e7;
  font-size: 10px;
  font-weight: 700;
}

.vs-contact-panel__bubble p {
  margin: 0;
  color: #a4aec0;
  font-size: 12px;
  line-height: 1.65;
}

.vs-contact-panel__options {
  display: grid;
  gap: 10px;
}

.vs-contact-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.vs-contact-option:hover {
  transform: translateX(5px);
  border-color: rgba(72, 122, 247, 0.23);
  background: rgba(48, 102, 237, 0.07);
}

.vs-contact-option__icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(91, 135, 244, 0.16);
  border-radius: 12px;
  background: rgba(52, 103, 230, 0.075);
  color: #7398ef;
}

.vs-contact-option__icon svg {
  width: 19px;
  height: 19px;
}

.vs-contact-option strong,
.vs-contact-option span {
  display: block;
}

.vs-contact-option strong {
  margin-bottom: 4px;
  color: #edf1f8;
  font-size: 12px;
}

.vs-contact-option span {
  color: #747f93;
  font-size: 10px;
  line-height: 1.45;
}

.vs-contact-option__arrow {
  width: 17px;
  height: 17px;
  color: #56637a;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.vs-contact-option:hover .vs-contact-option__arrow {
  transform: translateX(3px);
  color: #759cf5;
}

.vs-contact-panel__footer {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vs-contact-panel__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #657086;
  font-size: 10px;
}

.vs-contact-panel__secure svg {
  width: 16px;
  height: 16px;
  color: #5e82d8;
}

/* =========================================
   BACKGROUND
========================================= */

.vs-contact-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.14;
  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: 70px 70px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 25%,
    transparent 95%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 25%,
    transparent 95%
  );
}

.vs-contact-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.vs-contact-hero__glow--blue {
  top: -230px;
  left: 8%;
  width: 620px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(38, 99, 236, 0.2),
    transparent 68%
  );
}

.vs-contact-hero__glow--red {
  right: -180px;
  bottom: -190px;
  width: 480px;
  height: 480px;
  background: radial-gradient(
    circle,
    rgba(222, 56, 75, 0.1),
    transparent 68%
  );
}

.vs-contact-hero__fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #05070c);
  pointer-events: none;
}

@keyframes vsContactStatus {
  0% {
    transform: scale(0.75);
    opacity: 0.8;
  }

  70% {
    transform: scale(1.7);
    opacity: 0;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1050px) {
  .vs-contact-hero__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .vs-contact-hero__content {
    max-width: 760px;
  }

  .vs-contact-panel {
    width: min(680px, 100%);
  }
}

@media (max-width: 700px) {
  .vs-contact-hero {
    padding: 125px 18px 85px;
  }

  .vs-contact-hero__title {
    font-size: clamp(43px, 12vw, 62px);
    line-height: 1.02;
  }

  .vs-contact-hero__description {
    font-size: 16px;
    line-height: 1.72;
  }

  .vs-contact-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .vs-contact-methods {
    grid-template-columns: 1fr;
  }

  .vs-contact-method {
    min-height: 104px;
  }

  .vs-contact-panel {
    padding: 19px;
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .vs-contact-hero__eyebrow {
    font-size: 10px;
  }

  .vs-contact-main-btn {
    width: 100%;
  }

  .vs-contact-method {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vs-contact-method__arrow {
    display: none;
  }

  .vs-contact-method__content strong {
    font-size: 12px;
  }

  .vs-contact-panel__top h2 {
    font-size: 19px;
  }

  .vs-contact-panel__online {
    padding: 6px 8px;
    font-size: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdc6116 *//* =========================================
   CONTACT FORM SECTION
========================================= */

.vs-contact-form-section,
.vs-contact-form-section * {
  box-sizing: border-box;
}

.vs-contact-form-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 24px 125px;
  background:
    radial-gradient(
      circle at 70% 45%,
      rgba(41, 96, 225, 0.07),
      transparent 33%
    ),
    #05070c;
  color: #ffffff;
}

.vs-contact-form-section__glow {
  position: absolute;
  z-index: -1;
  top: 160px;
  left: -240px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(42, 104, 245, 0.12),
    transparent 70%
  );
  pointer-events: none;
}

/* =========================================
   SECTION HEADING
========================================= */

.vs-contact-form-section__heading {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.vs-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(98, 141, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #aebfe8;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vs-section-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4a83ff;
  box-shadow: 0 0 14px rgba(74, 131, 255, 0.75);
}

.vs-contact-form-section__heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.vs-contact-form-section__heading h2 span {
  background: linear-gradient(
    90deg,
    #78a3ff,
    #427cf0 58%,
    #e15464 120%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vs-contact-form-section__heading p {
  max-width: 620px;
  margin: 20px auto 0;
  color: #8d99ae;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   LAYOUT
========================================= */

.vs-contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: start;
  gap: 26px;
}

/* =========================================
   FORM CARD
========================================= */

.vs-contact-form-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 26px;
  background:
    linear-gradient(
      145deg,
      rgba(18, 23, 37, 0.86),
      rgba(9, 12, 20, 0.9)
    );
  box-shadow:
    0 35px 85px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.vs-contact-form-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 29px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.vs-contact-form-card__top span {
  display: block;
  margin-bottom: 6px;
  color: #668de8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vs-contact-form-card__top h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.vs-contact-form-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(84, 132, 255, 0.2);
  border-radius: 15px;
  background: rgba(47, 102, 238, 0.1);
  color: #7ca2fb;
}

.vs-contact-form-card__icon svg {
  width: 23px;
  height: 23px;
}

/* =========================================
   FORM FIELDS
========================================= */

.vs-contact-form {
  display: grid;
  gap: 20px;
}

.vs-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.vs-contact-field label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
  color: #c9d1df;
  font-size: 12px;
  font-weight: 650;
}

.vs-contact-field label span {
  color: #616d82;
  font-size: 10px;
  font-weight: 500;
}

.vs-contact-field__control {
  position: relative;
}

.vs-contact-field__control > svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #58677f;
  pointer-events: none;
  transition: color 0.2s ease;
}

.vs-contact-field__control input,
.vs-contact-field__control select,
.vs-contact-field__control textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.028);
  color: #eef2f8;
  font-family: inherit;
  font-size: 13px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.vs-contact-field__control input,
.vs-contact-field__control select {
  height: 54px;
  padding: 0 15px 0 45px;
}

.vs-contact-field__control select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.vs-contact-field__control select option {
  background: #101522;
  color: #ffffff;
}

.vs-contact-field__control textarea {
  min-height: 160px;
  padding: 16px 16px 16px 45px;
  resize: vertical;
  line-height: 1.65;
}

.vs-contact-field__control--textarea > svg {
  top: 18px;
  transform: none;
}

.vs-contact-field__control input::placeholder,
.vs-contact-field__control textarea::placeholder {
  color: #596579;
}

.vs-contact-field__control input:focus,
.vs-contact-field__control select:focus,
.vs-contact-field__control textarea:focus {
  border-color: rgba(76, 127, 255, 0.46);
  background: rgba(47, 96, 214, 0.055);
  box-shadow:
    0 0 0 4px rgba(47, 102, 238, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.vs-contact-field__control:focus-within > svg {
  color: #729afa;
}

/* =========================================
   FORM FOOTER
========================================= */

.vs-contact-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vs-contact-form__privacy {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 330px;
  color: #6f7a8e;
  font-size: 10px;
  line-height: 1.5;
}

.vs-contact-form__privacy svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #6487dc;
}

.vs-contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 155px;
  min-height: 52px;
  padding: 14px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      #2764e8,
      #3b7cf0 65%,
      #dc4658 140%
    );
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  box-shadow:
    0 18px 42px rgba(37, 99, 224, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.vs-contact-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 42%;
  height: 100%;
  transform: skewX(-24deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.23),
    transparent
  );
  transition: left 0.7s ease;
}

.vs-contact-submit:hover::before {
  left: 135%;
}

.vs-contact-submit:hover {
  transform: translateY(-3px);
  box-shadow:
    0 23px 52px rgba(37, 99, 224, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.vs-contact-submit svg {
  width: 18px;
  height: 18px;
}

/* =========================================
   SUPPORT INFO
========================================= */

.vs-contact-info {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 26px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 20, 32, 0.72),
      rgba(8, 11, 18, 0.82)
    );
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vs-contact-info__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #678ee9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vs-contact-info__intro h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.vs-contact-info__intro p {
  margin: 14px 0 0;
  color: #8591a6;
  font-size: 12px;
  line-height: 1.7;
}

/* Checklist */

.vs-contact-checklist {
  display: grid;
  gap: 9px;
  margin-top: 25px;
}

.vs-contact-checklist__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.022);
}

.vs-contact-checklist__number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(78, 126, 245, 0.18);
  border-radius: 10px;
  background: rgba(46, 98, 226, 0.08);
  color: #6f96f2;
  font-size: 9px;
  font-weight: 800;
}

.vs-contact-checklist__item strong,
.vs-contact-checklist__item span {
  display: block;
}

.vs-contact-checklist__item strong {
  margin-bottom: 4px;
  color: #dce3ef;
  font-size: 11px;
}

.vs-contact-checklist__item span {
  color: #6e798d;
  font-size: 9px;
  line-height: 1.55;
}

/* Security notice */

.vs-contact-info__notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(231, 77, 93, 0.14);
  border-radius: 15px;
  background: rgba(221, 60, 78, 0.055);
}

.vs-contact-info__notice-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(231, 77, 93, 0.18);
  border-radius: 11px;
  background: rgba(231, 77, 93, 0.08);
  color: #e66c79;
}

.vs-contact-info__notice-icon svg {
  width: 18px;
  height: 18px;
}

.vs-contact-info__notice strong {
  display: block;
  margin-bottom: 4px;
  color: #f0d8dc;
  font-size: 10px;
}

.vs-contact-info__notice p {
  margin: 0;
  color: #95727a;
  font-size: 9px;
  line-height: 1.55;
}

/* Contact channels */

.vs-contact-info__channels {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vs-contact-info__channels a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.vs-contact-info__channels a:hover {
  transform: translateX(4px);
  border-color: rgba(74, 126, 255, 0.2);
  background: rgba(48, 99, 222, 0.055);
}

.vs-contact-info__channel-icon {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(80, 129, 248, 0.17);
  border-radius: 11px;
  background: rgba(48, 102, 232, 0.08);
  color: #7399f0;
}

.vs-contact-info__channel-icon--green {
  border-color: rgba(37, 211, 102, 0.17);
  background: rgba(37, 211, 102, 0.07);
  color: #39d978;
}

.vs-contact-info__channel-icon svg {
  width: 18px;
  height: 18px;
}

.vs-contact-info__channels span,
.vs-contact-info__channels strong {
  display: block;
}

.vs-contact-info__channels span {
  margin-bottom: 3px;
  color: #677388;
  font-size: 9px;
}

.vs-contact-info__channels strong {
  overflow: hidden;
  color: #e3e9f2;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 980px) {
  .vs-contact-form-layout {
    grid-template-columns: 1fr;
  }

  .vs-contact-info {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .vs-contact-form-section {
    padding: 85px 18px 95px;
  }

  .vs-contact-form-section__heading {
    margin-bottom: 42px;
  }

  .vs-contact-form-card,
  .vs-contact-info {
    padding: 21px;
    border-radius: 21px;
  }

  .vs-contact-form__row {
    grid-template-columns: 1fr;
  }

  .vs-contact-form__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .vs-contact-form__privacy {
    max-width: none;
  }

  .vs-contact-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .vs-contact-form-card__top h3 {
    font-size: 21px;
  }

  .vs-contact-form-card__icon {
    width: 43px;
    height: 43px;
  }

  .vs-contact-info__intro h3 {
    font-size: 22px;
  }
}/* End custom CSS */