:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9c53a9d *//* =========================================================
   TAGVOLT CONTACT HERO
========================================================= */

.tagvolt-contact-hero {
  --tv-bg: #F7F9FE;
  --tv-surface: #FFFFFF;
  --tv-navy: #071B4D;
  --tv-text: #12224A;
  --tv-text-soft: #526487;
  --tv-line: #DCE5F5;
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0F5DFF;
  --tv-blue-soft: #EAF2FF;
  --tv-orange: #FF6B00;
  --tv-orange-2: #FF7A12;
  --tv-shadow: 0 22px 60px rgba(16, 38, 84, 0.10);

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 14%, rgba(29,109,242,0.05), transparent 30%),
    linear-gradient(180deg, #FAFBFF 0%, #F5F8FE 100%);
  padding: 90px 0 70px;
  font-family: "Inter", sans-serif;
}

.tagvolt-contact-hero__container {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.02fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: 300px;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.tagvolt-contact-hero__content {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.tagvolt-contact-hero__eyebrow {
  color: var(--tv-blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tagvolt-contact-hero__eyebrow-line {
  width: 92px;
  height: 3px;
  border-radius: 999px;
  margin-bottom: 42px;
  background: linear-gradient(90deg, var(--tv-blue) 0%, rgba(29,109,242,0.18) 100%);
}

.tagvolt-contact-hero__title {
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(52px, 4.8vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}

.tagvolt-contact-hero__title span {
  background: linear-gradient(180deg, #2A7BFF 0%, #0F5DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tagvolt-contact-hero__dot {
  color: var(--tv-orange);
  -webkit-text-fill-color: initial;
  background: none !important;
}

.tagvolt-contact-hero__text {
  margin: 34px 0 0;
  max-width: 590px;
  color: var(--tv-text-soft);
  font-size: clamp(20px, 1.65vw, 27px);
  line-height: 1.68;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.tagvolt-contact-hero__cta {
  margin-top: 40px;
  width: fit-content;
  min-width: 460px;
  min-height: 92px;
  padding: 20px 28px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--tv-orange-2) 0%, var(--tv-orange) 100%);
  box-shadow:
    0 18px 36px rgba(255, 107, 0, 0.18),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  transition: transform .28s ease, box-shadow .28s ease;
}

.tagvolt-contact-hero__cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 26px 42px rgba(255, 107, 0, 0.24),
    0 0 0 1px rgba(255,255,255,0.08) inset;
}

.tagvolt-contact-hero__cta-icon,
.tagvolt-contact-hero__cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
}

.tagvolt-contact-hero__cta-icon {
  width: 38px;
  height: 38px;
}

.tagvolt-contact-hero__cta-icon svg,
.tagvolt-contact-hero__cta-arrow svg {
  width: 100%;
  height: 100%;
}

.tagvolt-contact-hero__cta-label {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.tagvolt-contact-hero__cta-arrow {
  width: 28px;
  height: 28px;
  margin-left: 4px;
}

.tagvolt-contact-hero__trust {
  margin-top: 58px;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 610px;
}

.tagvolt-contact-hero__trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 2px solid rgba(29,109,242,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tv-blue);
  flex: 0 0 auto;
}

.tagvolt-contact-hero__trust-icon svg {
  width: 30px;
  height: 30px;
}

.tagvolt-contact-hero__trust-divider {
  width: 1px;
  height: 78px;
  background: #C8D5EE;
  flex: 0 0 auto;
}

.tagvolt-contact-hero__trust-text {
  margin: 0;
  color: var(--tv-navy);
  font-size: 19px;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* =========================================================
   RIGHT VISUAL AREA
========================================================= */

.tagvolt-contact-hero__visual {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tagvolt-contact-hero__halo {
  position: absolute;
  top: -20px;
  left: 70px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(207,221,249,0.52) 0%, rgba(226,236,252,0.62) 48%, rgba(236,243,253,0.25) 74%, rgba(236,243,253,0) 75%);
  z-index: 0;
}

.tagvolt-contact-hero__desk-scene {
  position: relative;
  width: 100%;
  height: 860px;
  z-index: 1;
}

/* =========================================================
   LAPTOP
========================================================= */

.tagvolt-contact-hero__laptop {
  position: absolute;
  right: 8px;
  top: 120px;
  width: 860px;
  z-index: 3;
}

.tagvolt-contact-hero__laptop-screen {
  position: relative;
  width: 100%;
  height: 500px;
  background: #101826;
  border: 8px solid #111;
  border-bottom-width: 10px;
  border-radius: 22px 22px 12px 12px;
  overflow: hidden;
  box-shadow:
    0 34px 70px rgba(15, 29, 61, 0.18),
    0 8px 20px rgba(15, 29, 61, 0.12);
}

.tagvolt-contact-hero__laptop-base {
  width: 104%;
  height: 42px;
  margin-left: -2%;
  margin-top: -2px;
  background: linear-gradient(180deg, #596273 0%, #2A3445 100%);
  border-radius: 0 0 28px 28px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 18px 28px rgba(20, 33, 63, 0.12);
  position: relative;
}

.tagvolt-contact-hero__laptop-base::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  width: 120px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}

/* split screen */
.tagvolt-contact-hero__screen-left {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  background:
    radial-gradient(circle at 72% 28%, rgba(31,109,242,0.18), transparent 30%),
    linear-gradient(180deg, #03133D 0%, #061B53 100%);
  color: #fff;
  padding: 56px 46px 46px;
}

.tagvolt-contact-hero__brand {
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tagvolt-contact-hero__brand-blue {
  color: #fff;
}

.tagvolt-contact-hero__brand-orange {
  color: var(--tv-orange);
}

.tagvolt-contact-hero__screen-title {
  margin: 58px 0 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.tagvolt-contact-hero__screen-title span {
  color: var(--tv-blue);
}

.tagvolt-contact-hero__screen-sub {
  margin-top: 48px;
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.tagvolt-contact-hero__screen-sub span {
  color: var(--tv-orange);
  font-weight: 700;
}

.tagvolt-contact-hero__booking {
  position: absolute;
  top: 20px;
  right: 18px;
  bottom: 18px;
  width: calc(52% - 30px);
  background: #fff;
  border-radius: 10px;
  padding: 30px 28px 24px;
  box-shadow: inset 0 0 0 1px rgba(11, 32, 76, 0.05);
}

.tagvolt-contact-hero__booking-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.tagvolt-contact-hero__booking-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #EEF4FF;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tagvolt-contact-hero__booking-icon svg {
  width: 18px;
  height: 18px;
}

.tagvolt-contact-hero__booking-title {
  color: var(--tv-navy);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.tagvolt-contact-hero__booking-subtitle {
  margin-top: 8px;
  color: #6C7B99;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.tagvolt-contact-hero__calendar-top {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4A5D82;
  font-size: 13px;
  font-weight: 600;
}

.tagvolt-contact-hero__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px 8px;
}

.tagvolt-contact-hero__calendar-days {
  margin-top: 14px;
  color: #98A5BF;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.tagvolt-contact-hero__calendar-dates {
  margin-top: 14px;
}

.tagvolt-contact-hero__calendar-dates span {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #43567D;
  font-size: 12px;
  font-weight: 600;
}

.tagvolt-contact-hero__calendar-dates .is-muted {
  color: #BCC7DA;
}

.tagvolt-contact-hero__calendar-dates .is-selected {
  background: var(--tv-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(29,109,242,0.25);
}

.tagvolt-contact-hero__time-select {
  margin-top: 18px;
  min-height: 48px;
  border-radius: 10px;
  background: #F7FAFF;
  border: 1px solid #E2EAF7;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--tv-navy);
  font-size: 14px;
  font-weight: 600;
}

.tagvolt-contact-hero__time-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tagvolt-contact-hero__time-left svg {
  width: 18px;
  height: 18px;
  color: #6D7D9B;
}

.tagvolt-contact-hero__confirm-btn {
  margin-top: 16px;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #236FFF 0%, #0F5DFF 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(29,109,242,0.18);
}

/* =========================================================
   FLOATING SUPPORT CARD
========================================================= */

.tagvolt-contact-hero__support-card {
  position: absolute;
  left: 60px;
  bottom: 152px;
  width: 500px;
  min-height: 132px;
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  box-shadow:
    0 20px 40px rgba(16, 38, 84, 0.12),
    0 0 0 1px rgba(13, 40, 86, 0.06);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  z-index: 6;
}

.tagvolt-contact-hero__support-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1D6DF2 0%, #0F5DFF 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 12px 24px rgba(29,109,242,0.20);
}

.tagvolt-contact-hero__support-icon svg {
  width: 30px;
  height: 30px;
}

.tagvolt-contact-hero__support-content h4 {
  margin: 0 0 8px;
  color: var(--tv-navy);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tagvolt-contact-hero__support-content p {
  margin: 0;
  color: #4F6185;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   MUG / NOTEBOOK / PEN / PLANT
========================================================= */

.tagvolt-contact-hero__mug {
  position: absolute;
  left: 10px;
  bottom: 168px;
  width: 92px;
  height: 92px;
  border-radius: 0 0 20px 20px;
  background:
    radial-gradient(circle at 45% 18%, rgba(255,255,255,0.12), transparent 26%),
    linear-gradient(180deg, #1A3A72 0%, #112D5B 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.05),
    0 18px 26px rgba(13, 32, 65, 0.10);
  z-index: 2;
}

.tagvolt-contact-hero__mug::before {
  content: "";
  position: absolute;
  top: 18px;
  right: -18px;
  width: 28px;
  height: 38px;
  border: 6px solid #244A86;
  border-left: 0;
  border-radius: 0 18px 18px 0;
}

.tagvolt-contact-hero__mug::after {
  content: "";
  position: absolute;
  inset: 8px 10px auto;
  height: 12px;
  border-radius: 999px;
  background: rgba(5,16,40,0.38);
}

.tagvolt-contact-hero__plant {
  position: absolute;
  right: -6px;
  bottom: 166px;
  width: 140px;
  height: 200px;
  z-index: 2;
}

.tagvolt-contact-hero__plant-leaf {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 100px 100px 0 100px;
  background: linear-gradient(180deg, #84C66D 0%, #4A8B3B 100%);
  box-shadow: inset -8px -8px 14px rgba(0,0,0,0.08);
}

.tagvolt-contact-hero__plant-leaf.leaf-1 {
  width: 34px;
  height: 96px;
  transform: translateX(-40px) rotate(-28deg);
}

.tagvolt-contact-hero__plant-leaf.leaf-2 {
  width: 36px;
  height: 110px;
  transform: translateX(-4px) rotate(6deg);
}

.tagvolt-contact-hero__plant-leaf.leaf-3 {
  width: 34px;
  height: 92px;
  transform: translateX(26px) rotate(28deg);
}

.tagvolt-contact-hero__plant-pot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 86px;
  background: linear-gradient(180deg, #8F8A82 0%, #6C665F 100%);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 26px rgba(30,30,30,0.10);
}

.tagvolt-contact-hero__notebook {
  position: absolute;
  right: 130px;
  bottom: 10px;
  width: 250px;
  height: 170px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FC 100%);
  border-radius: 10px;
  transform: rotate(10deg);
  box-shadow:
    0 18px 30px rgba(20, 33, 63, 0.10),
    inset 8px 0 0 #3B5B8E;
  z-index: 1;
}

.tagvolt-contact-hero__notebook-logo {
  position: absolute;
  right: 34px;
  bottom: 20px;
  color: var(--tv-navy);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tagvolt-contact-hero__pen {
  position: absolute;
  right: 250px;
  bottom: 42px;
  width: 130px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2B3F66 0%, #0C1526 100%);
  transform: rotate(32deg);
  box-shadow: 0 10px 16px rgba(20,33,63,0.10);
  z-index: 2;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1400px) {
  .tagvolt-contact-hero__container {
    grid-template-columns: minmax(360px, 0.95fr) minmax(540px, 1.15fr);
    gap: 32px;
  }

  .tagvolt-contact-hero__visual {
    min-height: 760px;
  }

  .tagvolt-contact-hero__desk-scene {
    height: 760px;
  }

  .tagvolt-contact-hero__laptop {
    width: 760px;
    top: 110px;
  }

  .tagvolt-contact-hero__halo {
    width: 660px;
    height: 660px;
    left: 70px;
  }

  .tagvolt-contact-hero__support-card {
    width: 430px;
    left: 40px;
    bottom: 136px;
  }

  .tagvolt-contact-hero__mug {
    left: 6px;
    bottom: 160px;
  }
}

@media (max-width: 1200px) {
  .tagvolt-contact-hero {
    padding: 80px 0 60px;
  }

  .tagvolt-contact-hero__container {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .tagvolt-contact-hero__content {
    max-width: 760px;
  }

  .tagvolt-contact-hero__visual {
    min-height: 760px;
  }

  .tagvolt-contact-hero__desk-scene {
    max-width: 980px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .tagvolt-contact-hero {
    padding: 68px 0 56px;
  }

  .tagvolt-contact-hero__container {
    width: min(100%, calc(100% - 32px));
  }

  .tagvolt-contact-hero__eyebrow {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .tagvolt-contact-hero__eyebrow-line {
    width: 74px;
    margin-bottom: 28px;
  }

  .tagvolt-contact-hero__title {
    font-size: 44px;
  }

  .tagvolt-contact-hero__text {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 24px;
  }

  .tagvolt-contact-hero__cta {
    min-width: 100%;
    justify-content: center;
    min-height: 78px;
    margin-top: 30px;
  }

  .tagvolt-contact-hero__cta-label {
    font-size: 19px;
  }

  .tagvolt-contact-hero__trust {
    margin-top: 34px;
    gap: 16px;
  }

  .tagvolt-contact-hero__trust-icon {
    width: 54px;
    height: 54px;
  }

  .tagvolt-contact-hero__trust-divider {
    height: 58px;
  }

  .tagvolt-contact-hero__trust-text {
    font-size: 16px;
  }

  /* visual */
  .tagvolt-contact-hero__visual {
    min-height: auto;
  }

  .tagvolt-contact-hero__desk-scene {
    height: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tagvolt-contact-hero__halo {
    width: 520px;
    height: 520px;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }

  .tagvolt-contact-hero__laptop {
    position: relative;
    width: 100%;
    max-width: 760px;
    right: auto;
    top: auto;
  }

  .tagvolt-contact-hero__support-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -24px;
    width: min(100%, 520px);
  }

  .tagvolt-contact-hero__mug,
  .tagvolt-contact-hero__plant,
  .tagvolt-contact-hero__notebook,
  .tagvolt-contact-hero__pen {
    display: none;
  }
}

@media (max-width: 640px) {
  .tagvolt-contact-hero {
    padding: 56px 0 48px;
  }

  .tagvolt-contact-hero__container {
    width: min(100%, calc(100% - 20px));
  }

  .tagvolt-contact-hero__title {
    font-size: 36px;
    line-height: 1.1;
  }

  .tagvolt-contact-hero__text {
    font-size: 16px;
    margin-top: 20px;
  }

  .tagvolt-contact-hero__cta {
    min-height: 68px;
    padding: 16px 18px;
    gap: 12px;
    border-radius: 14px;
  }

  .tagvolt-contact-hero__cta-icon {
    width: 28px;
    height: 28px;
  }

  .tagvolt-contact-hero__cta-arrow {
    width: 22px;
    height: 22px;
  }

  .tagvolt-contact-hero__cta-label {
    font-size: 17px;
    white-space: normal;
    text-align: center;
  }

  .tagvolt-contact-hero__trust {
    align-items: flex-start;
  }

  .tagvolt-contact-hero__trust-divider {
    display: none;
  }

  .tagvolt-contact-hero__trust-text {
    font-size: 15px;
  }

  .tagvolt-contact-hero__halo {
    width: 360px;
    height: 360px;
    top: 34px;
  }

  .tagvolt-contact-hero__laptop-screen {
    height: auto;
    aspect-ratio: 1.52 / 1;
    border-width: 6px;
    border-radius: 16px 16px 10px 10px;
  }

  .tagvolt-contact-hero__screen-left {
    padding: 24px 20px 20px;
  }

  .tagvolt-contact-hero__brand {
    font-size: 24px;
  }

  .tagvolt-contact-hero__screen-title {
    margin-top: 28px;
    font-size: 24px;
  }

  .tagvolt-contact-hero__screen-sub {
    margin-top: 20px;
    font-size: 12px;
  }

  .tagvolt-contact-hero__booking {
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(52% - 16px);
    padding: 14px 12px 12px;
  }

  .tagvolt-contact-hero__booking-header {
    gap: 8px;
  }

  .tagvolt-contact-hero__booking-icon {
    width: 24px;
    height: 24px;
  }

  .tagvolt-contact-hero__booking-title {
    font-size: 11px;
  }

  .tagvolt-contact-hero__booking-subtitle {
    font-size: 9px;
    margin-top: 4px;
  }

  .tagvolt-contact-hero__calendar-top {
    margin-top: 14px;
    font-size: 10px;
  }

  .tagvolt-contact-hero__calendar-days {
    margin-top: 10px;
    font-size: 7px;
    gap: 6px 4px;
  }

  .tagvolt-contact-hero__calendar-dates {
    margin-top: 8px;
    gap: 6px 4px;
  }

  .tagvolt-contact-hero__calendar-dates span {
    font-size: 8px;
  }

  .tagvolt-contact-hero__time-select {
    min-height: 34px;
    margin-top: 10px;
    font-size: 10px;
    padding: 0 10px;
  }

  .tagvolt-contact-hero__time-left {
    gap: 6px;
  }

  .tagvolt-contact-hero__time-left svg {
    width: 12px;
    height: 12px;
  }

  .tagvolt-contact-hero__confirm-btn {
    margin-top: 10px;
    min-height: 34px;
    font-size: 11px;
    border-radius: 8px;
  }

  .tagvolt-contact-hero__laptop-base {
    height: 24px;
    border-radius: 0 0 18px 18px;
  }

  .tagvolt-contact-hero__laptop-base::after {
    width: 72px;
    height: 5px;
  }

  .tagvolt-contact-hero__support-card {
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    margin-top: -12px;
  }

  .tagvolt-contact-hero__support-icon {
    width: 48px;
    height: 48px;
  }

  .tagvolt-contact-hero__support-icon svg {
    width: 22px;
    height: 22px;
  }

  .tagvolt-contact-hero__support-content h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .tagvolt-contact-hero__support-content p {
    font-size: 13px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83e591d *//* =========================================================
   TAGVOLT - CONTACT OPTIONS SECTION
========================================================= */

.tv-contact-options {
  --tv-bg: #F7F9FE;
  --tv-surface: rgba(255,255,255,0.92);
  --tv-surface-2: #FFFFFF;
  --tv-navy: #071B4D;
  --tv-text: #1E315D;
  --tv-text-soft: #556889;
  --tv-line: #DCE5F5;
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0F5DFF;
  --tv-blue-soft: #EEF4FF;
  --tv-orange: #FF6B00;
  --tv-orange-soft: #FFF1E7;
  --tv-shadow: 0 20px 50px rgba(17, 40, 89, 0.08);

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(29,109,242,0.05), transparent 26%),
    radial-gradient(circle at 85% 30%, rgba(29,109,242,0.035), transparent 26%),
    linear-gradient(180deg, #FAFBFF 0%, #F5F8FE 100%);
  padding: 88px 0 74px;
  font-family: "Inter", sans-serif;
}

.tv-contact-options__container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.tv-contact-options__header {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
}

.tv-contact-options__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tv-contact-options__eyebrow-number {
  color: var(--tv-orange);
}

.tv-contact-options__eyebrow-separator,
.tv-contact-options__eyebrow-text {
  color: var(--tv-navy);
}

.tv-contact-options__title {
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}

.tv-contact-options__title span {
  background: linear-gradient(180deg, #2A7BFF 0%, #0F5DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tv-contact-options__dot {
  color: var(--tv-orange);
  -webkit-text-fill-color: initial;
  background: none !important;
}

.tv-contact-options__underline {
  width: 108px;
  height: 4px;
  border-radius: 999px;
  margin: 18px auto 20px;
  background: linear-gradient(90deg, rgba(255,107,0,0.25) 0%, #FF6B00 50%, rgba(255,107,0,0.25) 100%);
  box-shadow: 0 0 18px rgba(255,107,0,0.18);
}

.tv-contact-options__intro {
  margin: 0 auto;
  max-width: 930px;
  color: var(--tv-text-soft);
  font-size: clamp(21px, 1.75vw, 31px);
  line-height: 1.58;
  letter-spacing: -0.025em;
  font-weight: 500;
  text-wrap: balance;
}

/* =========================================================
   GRID
========================================================= */

.tv-contact-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

/* =========================================================
   CARD
========================================================= */

.tv-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  min-height: 640px;
  padding: 44px 38px 90px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(252,253,255,0.98) 100%);
  border: 1.5px solid #E5ECF8;
  border-radius: 28px;
  box-shadow: var(--tv-shadow);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease;
}

.tv-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(17, 40, 89, 0.12);
  border-color: #D5E1F7;
}

.tv-contact-card--featured {
  border-color: rgba(255,107,0,0.55);
  box-shadow:
    0 22px 60px rgba(17, 40, 89, 0.08),
    0 0 0 1px rgba(255,107,0,0.08);
}

.tv-contact-card--featured:hover {
  border-color: rgba(255,107,0,0.75);
  box-shadow:
    0 28px 68px rgba(17, 40, 89, 0.12),
    0 0 0 1px rgba(255,107,0,0.10);
}

/* icon */
.tv-contact-card__icon-wrap {
  position: relative;
  width: 148px;
  height: 148px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-contact-card__icon-bg {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #F5F8FF 0%, #EDF3FF 100%);
}

.tv-contact-card__icon {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-contact-card__icon svg {
  width: 100%;
  height: 100%;
}

/* title / line / text */
.tv-contact-card__title {
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(28px, 2vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-weight: 800;
  text-wrap: balance;
}

.tv-contact-card__line {
  width: 84px;
  height: 4px;
  border-radius: 999px;
  margin: 22px auto 26px;
  background: linear-gradient(90deg, rgba(29,109,242,0.12) 0%, var(--tv-blue) 50%, rgba(29,109,242,0.12) 100%);
}

.tv-contact-card__line--orange {
  background: linear-gradient(90deg, rgba(255,107,0,0.12) 0%, var(--tv-orange) 50%, rgba(255,107,0,0.12) 100%);
}

.tv-contact-card__text {
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 500;
  max-width: 360px;
}

/* arrow button */
.tv-contact-card__arrow {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #236FFF 0%, #0F5DFF 100%);
  color: #fff;
  box-shadow:
    0 14px 28px rgba(29,109,242,0.24),
    0 0 0 5px rgba(247,249,254,1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.tv-contact-card__arrow svg {
  width: 28px;
  height: 28px;
}

.tv-contact-card:hover .tv-contact-card__arrow {
  transform: translateX(-50%) scale(1.05);
}

.tv-contact-card__arrow--orange {
  background: linear-gradient(180deg, #FF7A12 0%, #FF6B00 100%);
  box-shadow:
    0 14px 28px rgba(255,107,0,0.24),
    0 0 0 5px rgba(247,249,254,1);
}

/* =========================================================
   BOTTOM NOTE
========================================================= */

.tv-contact-options__note {
  margin: 78px auto 0;
  max-width: 1180px;
  min-height: 140px;
  padding: 26px 34px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,253,255,0.98) 100%);
  border: 1px solid #E4ECF8;
  box-shadow: var(--tv-shadow);
  display: flex;
  align-items: center;
  gap: 28px;
}

.tv-contact-options__note-icon {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #F5F8FF 0%, #EDF3FF 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-contact-options__note-icon svg {
  width: 42px;
  height: 42px;
}

.tv-contact-options__note-divider {
  width: 1px;
  align-self: stretch;
  background: #C9D6EE;
  flex: 0 0 auto;
}

.tv-contact-options__note-text {
  color: var(--tv-navy);
  font-size: clamp(24px, 2vw, 40px);
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-wrap: balance;
}

.tv-contact-options__note-text span {
  color: var(--tv-blue);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .tv-contact-options {
    padding: 76px 0 64px;
  }

  .tv-contact-options__container {
    width: min(100%, calc(100% - 36px));
  }

  .tv-contact-options__grid {
    gap: 24px;
  }

  .tv-contact-card {
    min-height: 580px;
    padding: 38px 28px 84px;
  }

  .tv-contact-card__icon-wrap {
    width: 132px;
    height: 132px;
    margin-bottom: 24px;
  }

  .tv-contact-card__icon {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 980px) {
  .tv-contact-options__grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .tv-contact-card {
    min-height: auto;
    padding: 38px 28px 88px;
  }

  .tv-contact-options__note {
    margin-top: 68px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 26px 24px;
  }

  .tv-contact-options__note-divider {
    width: 80px;
    height: 1px;
  }
}

@media (max-width: 640px) {
  .tv-contact-options {
    padding: 58px 0 48px;
  }

  .tv-contact-options__container {
    width: min(100%, calc(100% - 20px));
  }

  .tv-contact-options__header {
    margin-bottom: 34px;
  }

  .tv-contact-options__eyebrow {
    font-size: 15px;
    gap: 8px;
    margin-bottom: 14px;
  }

  .tv-contact-options__title {
    font-size: 36px;
    line-height: 1.12;
  }

  .tv-contact-options__underline {
    width: 88px;
    height: 3px;
    margin: 14px auto 16px;
  }

  .tv-contact-options__intro {
    font-size: 17px;
    line-height: 1.6;
  }

  .tv-contact-options__grid {
    gap: 22px;
  }

  .tv-contact-card {
    border-radius: 22px;
    padding: 30px 22px 82px;
  }

  .tv-contact-card__icon-wrap {
    width: 118px;
    height: 118px;
    margin-bottom: 20px;
  }

  .tv-contact-card__icon {
    width: 58px;
    height: 58px;
  }

  .tv-contact-card__title {
    font-size: 24px;
  }

  .tv-contact-card__line {
    width: 62px;
    height: 3px;
    margin: 16px auto 18px;
  }

  .tv-contact-card__text {
    font-size: 16px;
    line-height: 1.65;
  }

  .tv-contact-card__arrow {
    width: 54px;
    height: 54px;
    bottom: -18px;
  }

  .tv-contact-card__arrow svg {
    width: 24px;
    height: 24px;
  }

  .tv-contact-options__note {
    border-radius: 20px;
    min-height: auto;
    padding: 22px 18px;
    margin-top: 56px;
  }

  .tv-contact-options__note-icon {
    width: 74px;
    height: 74px;
  }

  .tv-contact-options__note-icon svg {
    width: 34px;
    height: 34px;
  }

  .tv-contact-options__note-text {
    font-size: 22px;
    line-height: 1.4;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53cbc46 *//* =========================================================
   TAGVOLT - PROJECT FORM SECTION
========================================================= */

.tv-project-form-section {
  --tv-bg: #f6f8fd;
  --tv-white: #ffffff;
  --tv-navy: #071b4d;
  --tv-text: #5d6f92;
  --tv-line: #d9e3f4;
  --tv-blue: #1d6df2;
  --tv-blue-dark: #0d57ff;
  --tv-blue-soft: #edf3ff;
  --tv-orange: #ff6b00;
  --tv-orange-dark: #ff5a00;
  --tv-orange-soft: #fff2e9;
  --tv-shadow: 0 24px 60px rgba(14, 34, 84, 0.08);

  position: relative;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 12% 18%, rgba(29, 109, 242, 0.04), transparent 24%),
    radial-gradient(circle at 88% 30%, rgba(29, 109, 242, 0.035), transparent 26%),
    linear-gradient(180deg, #fbfcff 0%, #f6f8fd 100%);
  overflow: hidden;
}

.tv-project-form-container {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.tv-project-form-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: 48px;
  align-items: start;
}

/* =========================================================
   LEFT COPY
========================================================= */

.tv-project-form-copy {
  padding-top: 42px;
}

.tv-project-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tv-project-eyebrow-number {
  color: var(--tv-blue);
}

.tv-project-eyebrow-slash,
.tv-project-eyebrow-text {
  color: var(--tv-navy);
}

.tv-project-eyebrow-line {
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tv-blue) 0%, rgba(29, 109, 242, 0.18) 100%);
  margin-bottom: 36px;
}

.tv-project-title {
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-project-title span {
  background: linear-gradient(180deg, #2a7bff 0%, #0f5dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tv-project-dot {
  background: none !important;
  color: var(--tv-orange);
  -webkit-text-fill-color: initial;
}

.tv-project-title-underline {
  width: 98px;
  height: 4px;
  border-radius: 999px;
  margin: 28px 0 28px;
  background: linear-gradient(90deg, rgba(255, 107, 0, 0.12), var(--tv-orange), rgba(255, 107, 0, 0.12));
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.16);
}

.tv-project-description {
  margin: 0;
  max-width: 520px;
  color: var(--tv-text);
  font-size: clamp(18px, 1.35vw, 28px);
  line-height: 1.65;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.tv-project-info-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 42px;
}

.tv-project-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tv-project-info-icon {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #f4f7ff 0%, #eaf1ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-project-info-icon svg {
  width: 34px;
  height: 34px;
}

.tv-project-info-divider {
  width: 1px;
  height: 72px;
  background: #c7d5ee;
  flex: 0 0 auto;
}

.tv-project-info-content h4 {
  margin: 0 0 8px;
  color: var(--tv-navy);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.tv-project-info-content p {
  margin: 0;
  color: var(--tv-text);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.tv-project-book-box {
  margin-top: 42px;
  max-width: 540px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(180deg, rgba(239, 244, 255, 0.95) 0%, rgba(245, 248, 255, 0.98) 100%);
  border: 1px solid #e2e9f7;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 12px 35px rgba(17, 40, 89, 0.05);
}

.tv-project-book-icon {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background: linear-gradient(180deg, #236fff 0%, #0f5dff 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-project-book-icon svg {
  width: 30px;
  height: 30px;
}

.tv-project-book-content h4 {
  margin: 0 0 8px;
  color: var(--tv-navy);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.tv-project-book-content p {
  margin: 0;
  color: var(--tv-text);
  font-size: 17px;
  line-height: 1.55;
}

.tv-project-book-content a {
  color: var(--tv-blue);
  font-weight: 700;
  text-decoration: none;
}

.tv-project-book-content a:hover {
  text-decoration: underline;
}

/* =========================================================
   FORM CARD
========================================================= */

.tv-project-form-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(252,253,255,0.98) 100%);
  border: 1px solid #e3ebf8;
  border-radius: 30px;
  box-shadow: var(--tv-shadow);
  padding: 42px 40px 30px;
}

.tv-project-form {
  width: 100%;
}

.tv-project-form-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 28px;
  margin-bottom: 28px;
}

.tv-field-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tv-field-group--full {
  margin-top: 10px;
}

.tv-field-group label {
  color: var(--tv-navy);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.tv-input-wrap,
.tv-textarea-wrap {
  position: relative;
}

.tv-input-wrap input,
.tv-textarea-wrap textarea {
  width: 100%;
  border: 1.5px solid #d9e3f4;
  background: #fff;
  color: var(--tv-navy);
  font-family: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tv-input-wrap input {
  height: 68px;
  border-radius: 14px;
  padding: 0 58px 0 18px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.tv-textarea-wrap textarea {
  min-height: 138px;
  border-radius: 14px;
  padding: 18px 56px 18px 18px;
  resize: vertical;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.tv-input-wrap input::placeholder,
.tv-textarea-wrap textarea::placeholder {
  color: #8a97b8;
}

.tv-input-wrap input:focus,
.tv-textarea-wrap textarea:focus {
  outline: none;
  border-color: rgba(29, 109, 242, 0.55);
  box-shadow: 0 0 0 4px rgba(29, 109, 242, 0.08);
}

.tv-input-icon,
.tv-textarea-icon {
  position: absolute;
  color: #7e8aac;
  pointer-events: none;
}

.tv-input-icon {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.tv-input-icon svg {
  width: 24px;
  height: 24px;
}

.tv-textarea-icon {
  right: 16px;
  bottom: 16px;
}

.tv-textarea-icon svg {
  width: 24px;
  height: 24px;
}

/* =========================================================
   SERVICE OPTIONS
========================================================= */

.tv-service-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.tv-service-option {
  position: relative;
  min-height: 152px;
  border: 1.5px solid #dce5f4;
  border-radius: 16px;
  background: #fff;
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.tv-service-option:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 109, 242, 0.4);
  box-shadow: 0 14px 32px rgba(15, 38, 89, 0.08);
}

.tv-service-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.tv-service-option__radio {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #b7c3dd;
  background: #fff;
  transition: all .25s ease;
}

.tv-service-option__icon {
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-service-option__icon svg {
  width: 42px;
  height: 42px;
}

.tv-service-option__label {
  color: var(--tv-navy);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.025em;
  font-weight: 800;
  max-width: 110px;
}

.tv-service-option input:checked + .tv-service-option__radio {
  border-color: var(--tv-blue);
  background: radial-gradient(circle at center, var(--tv-blue) 0 45%, #fff 48%);
}

.tv-service-option:has(input:checked) {
  border-color: var(--tv-blue);
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 16px 34px rgba(29, 109, 242, 0.12);
}

/* =========================================================
   SUBMIT BUTTON
========================================================= */

.tv-project-submit {
  width: 100%;
  margin-top: 24px;
  height: 74px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(90deg, var(--tv-orange-dark) 0%, var(--tv-orange) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: inherit;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  cursor: pointer;
  box-shadow:
    0 20px 36px rgba(255, 107, 0, 0.2),
    0 10px 18px rgba(255, 107, 0, 0.12);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.tv-project-submit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 26px 44px rgba(255, 107, 0, 0.24),
    0 12px 20px rgba(255, 107, 0, 0.14);
  filter: brightness(1.02);
}

.tv-project-submit svg {
  width: 28px;
  height: 28px;
}

/* =========================================================
   PRIVACY
========================================================= */

.tv-project-form-privacy {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #8a97b8;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.tv-project-form-privacy svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1280px) {
  .tv-project-form-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tv-project-form-copy {
    padding-top: 0;
    max-width: 760px;
  }
}

@media (max-width: 980px) {
  .tv-project-form-section {
    padding: 70px 0 80px;
  }

  .tv-project-form-container {
    width: min(100%, calc(100% - 28px));
  }

  .tv-project-form-card {
    padding: 28px 22px 24px;
    border-radius: 22px;
  }

  .tv-project-form-fields-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tv-service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-project-book-box {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .tv-project-form-section {
    padding: 56px 0 68px;
  }

  .tv-project-form-container {
    width: min(100%, calc(100% - 20px));
  }

  .tv-project-eyebrow {
    font-size: 14px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .tv-project-eyebrow-line {
    width: 58px;
    margin-bottom: 24px;
  }

  .tv-project-title {
    font-size: 34px;
    line-height: 1.1;
  }

  .tv-project-title-underline {
    width: 84px;
    height: 3px;
    margin: 20px 0 20px;
  }

  .tv-project-description {
    font-size: 17px;
    line-height: 1.65;
  }

  .tv-project-info-item {
    gap: 14px;
    align-items: flex-start;
  }

  .tv-project-info-icon {
    width: 62px;
    height: 62px;
  }

  .tv-project-info-icon svg {
    width: 28px;
    height: 28px;
  }

  .tv-project-info-divider {
    height: 56px;
  }

  .tv-project-info-content h4 {
    font-size: 18px;
  }

  .tv-project-info-content p {
    font-size: 15px;
  }

  .tv-project-book-box {
    padding: 18px;
    border-radius: 18px;
  }

  .tv-project-book-icon {
    width: 56px;
    height: 56px;
  }

  .tv-project-book-icon svg {
    width: 24px;
    height: 24px;
  }

  .tv-project-book-content h4 {
    font-size: 17px;
  }

  .tv-project-book-content p {
    font-size: 15px;
  }

  .tv-field-group label {
    font-size: 17px;
  }

  .tv-input-wrap input {
    height: 58px;
    font-size: 16px;
    border-radius: 12px;
  }

  .tv-textarea-wrap textarea {
    min-height: 128px;
    font-size: 16px;
    border-radius: 12px;
  }

  .tv-service-options {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tv-service-option {
    min-height: 132px;
    padding: 16px 10px 14px;
  }

  .tv-service-option__icon svg {
    width: 34px;
    height: 34px;
  }

  .tv-service-option__label {
    font-size: 14px;
  }

  .tv-project-submit {
    height: 62px;
    font-size: 20px;
    gap: 14px;
  }

  .tv-project-submit svg {
    width: 24px;
    height: 24px;
  }

  .tv-project-form-privacy {
    font-size: 14px;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25bde65 *//* =========================================================
   TAGVOLT - FINAL CONTACT CTA SECTION
========================================================= */

.tv-contact-cta-section {
  --tv-navy-1: #031033;
  --tv-navy-2: #061a4b;
  --tv-navy-3: #0a245d;
  --tv-white: #ffffff;
  --tv-white-soft: rgba(255, 255, 255, 0.72);
  --tv-blue: #1d6df2;
  --tv-blue-2: #0f5dff;
  --tv-orange: #ff6b00;
  --tv-orange-2: #ff5a00;

  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 20% 18%, rgba(29, 109, 242, 0.08), transparent 26%),
    radial-gradient(circle at 82% 32%, rgba(29, 109, 242, 0.05), transparent 24%),
    linear-gradient(180deg, #031033 0%, #04153e 55%, #031033 100%);
}

/* subtle dark texture / glow */
.tv-contact-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(8, 32, 88, 0.45) 0%, transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(10, 39, 107, 0.2) 0%, transparent 55%);
  pointer-events: none;
}

/* soft vignette */
.tv-contact-cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.tv-contact-cta-container {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.tv-contact-cta-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* =========================================================
   EYEBROW
========================================================= */

.tv-contact-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-contact-cta-eyebrow-number {
  color: var(--tv-orange);
}

.tv-contact-cta-eyebrow-slash,
.tv-contact-cta-eyebrow-text {
  color: rgba(255, 255, 255, 0.92);
}

/* =========================================================
   TITLE
========================================================= */

.tv-contact-cta-title {
  margin: 0;
  color: var(--tv-white);
  font-size: clamp(48px, 5.4vw, 92px);
  line-height: 1.08;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.tv-contact-cta-title span {
  background: linear-gradient(180deg, #2d7cff 0%, #0f5dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tv-contact-cta-dot {
  background: none !important;
  color: var(--tv-orange);
  -webkit-text-fill-color: initial;
}

/* =========================================================
   UNDERLINE
========================================================= */

.tv-contact-cta-underline {
  width: 140px;
  height: 5px;
  border-radius: 999px;
  margin: 30px auto 56px;
  background: linear-gradient(
    90deg,
    rgba(255, 107, 0, 0) 0%,
    rgba(255, 107, 0, 0.45) 20%,
    var(--tv-orange) 50%,
    rgba(255, 107, 0, 0.45) 80%,
    rgba(255, 107, 0, 0) 100%
  );
  box-shadow:
    0 0 18px rgba(255, 107, 0, 0.4),
    0 0 34px rgba(255, 107, 0, 0.18);
}

/* =========================================================
   CTA BUTTON
========================================================= */

.tv-contact-cta-button {
  width: min(100%, 680px);
  min-height: 130px;
  margin: 0 auto;
  padding: 24px 34px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0)) ,
    linear-gradient(90deg, var(--tv-orange-2) 0%, var(--tv-orange) 100%);
  box-shadow:
    0 24px 44px rgba(255, 107, 0, 0.22),
    0 10px 24px rgba(255, 107, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.16);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

.tv-contact-cta-button:hover {
  transform: translateY(-4px);
  filter: brightness(1.03);
  box-shadow:
    0 30px 56px rgba(255, 107, 0, 0.28),
    0 12px 28px rgba(255, 107, 0, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

.tv-contact-cta-button:active {
  transform: translateY(-1px);
}

.tv-contact-cta-button-icon,
.tv-contact-cta-button-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-contact-cta-button-icon svg {
  width: 48px;
  height: 48px;
}

.tv-contact-cta-button-arrow svg {
  width: 34px;
  height: 34px;
}

.tv-contact-cta-button-text {
  flex: 1;
  text-align: center;
  font-size: clamp(28px, 2vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

/* =========================================================
   SUBTEXT
========================================================= */

.tv-contact-cta-subtext {
  margin: 38px 0 0;
  color: var(--tv-white-soft);
  font-size: clamp(22px, 1.45vw, 30px);
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-weight: 500;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .tv-contact-cta-section {
    padding: 90px 0 100px;
  }

  .tv-contact-cta-button {
    min-height: 110px;
    padding: 22px 26px;
    border-radius: 20px;
  }

  .tv-contact-cta-button-icon svg {
    width: 42px;
    height: 42px;
  }

  .tv-contact-cta-button-arrow svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .tv-contact-cta-section {
    padding: 72px 0 84px;
  }

  .tv-contact-cta-container {
    width: min(100%, calc(100% - 22px));
  }

  .tv-contact-cta-eyebrow {
    gap: 10px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .tv-contact-cta-title {
    font-size: 38px;
    line-height: 1.1;
  }

  .tv-contact-cta-underline {
    width: 100px;
    height: 4px;
    margin: 22px auto 34px;
  }

  .tv-contact-cta-button {
    min-height: 84px;
    padding: 18px 18px;
    gap: 14px;
    border-radius: 16px;
  }

  .tv-contact-cta-button-icon svg {
    width: 28px;
    height: 28px;
  }

  .tv-contact-cta-button-arrow svg {
    width: 24px;
    height: 24px;
  }

  .tv-contact-cta-button-text {
    font-size: 18px;
  }

  .tv-contact-cta-subtext {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 520px) {
  .tv-contact-cta-title br {
    display: none;
  }

  .tv-contact-cta-button {
    min-height: 78px;
  }

  .tv-contact-cta-button-text {
    font-size: 17px;
  }
}/* End custom CSS */