.elementor-1136 .elementor-element.elementor-element-d5f36ca{width:var( --container-widget-width, 111.491% );max-width:111.491%;--container-widget-width:111.491%;--container-widget-flex-grow:0;}.elementor-1136 .elementor-element.elementor-element-d5f36ca.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5f36ca *//* =========================================================
   TAGVOLT / FRANKLIN - SERVICES SYSTEM SECTION
========================================================= */

.tv-services-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);
  --tv-line: rgba(29,109,242,0.85);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 18% 15%, rgba(29,109,242,0.05), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(29,109,242,0.05), transparent 20%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-services-section::before,
.tv-services-section::after{
  content: "";
  position: absolute;
  width: 150px;
  height: 260px;
  background-image: radial-gradient(rgba(29,109,242,0.30) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
  opacity: .5;
  pointer-events: none;
}

.tv-services-section::before{
  left: -10px;
  bottom: 80px;
}

.tv-services-section::after{
  right: -12px;
  top: 60px;
}

.tv-services-container{
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
  gap: 36px;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT SIDE
========================================================= */
.tv-services-content{
  padding-top: 54px;
  max-width: 620px;
}

.tv-services-kicker{
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.tv-services-kicker span:first-child{
  color: var(--tv-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tv-services-kicker-line{
  width: 82px;
  height: 2px;
  background: var(--tv-blue);
  border-radius: 999px;
}

.tv-services-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.tv-services-title span{
  color: var(--tv-blue);
}

.tv-services-title .tv-orange{
  color: var(--tv-orange);
}

.tv-services-text{
  margin: 30px 0 0;
  max-width: 560px;
  color: var(--tv-text);
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
}

.tv-services-cta-wrap{
  margin-top: 34px;
}

.tv-services-cta{
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 18px 28px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ff7b12 0%, #ff6b00 100%);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  box-shadow:
    0 18px 35px rgba(255,107,0,0.22),
    0 0 24px rgba(255,107,0,0.14);
  transition: transform .25s ease, box-shadow .25s ease;
}

.tv-services-cta:hover{
  transform: translateY(-3px);
  box-shadow:
    0 24px 42px rgba(255,107,0,0.28),
    0 0 34px rgba(255,107,0,0.18);
}

.tv-services-cta-icon,
.tv-services-cta-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tv-services-cta-icon svg{
  width: 28px;
  height: 28px;
}

.tv-services-cta-arrow svg{
  width: 24px;
  height: 24px;
}

.tv-services-benefits{
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 42px;
  flex-wrap: wrap;
}

.tv-services-benefit{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px 0 0;
}

.tv-services-benefit:first-child{
  padding-left: 0;
}

.tv-services-benefit-icon{
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-services-benefit-icon svg{
  width: 44px;
  height: 44px;
}

.tv-services-benefit-text{
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.tv-services-benefit-text span{
  color: var(--tv-navy);
  font-size: 17px;
  font-weight: 500;
}

.tv-services-benefit-text strong{
  color: var(--tv-navy);
  font-size: 17px;
  font-weight: 700;
}

.tv-services-benefit-divider{
  width: 1px;
  height: 46px;
  background: rgba(8,22,51,0.14);
  margin: 0 22px;
}

/* =========================================================
   RIGHT VISUAL WRAP
========================================================= */
.tv-services-visual{
  position: relative;
  min-height: 980px;
}

.tv-services-diagram{
  position: relative;
  width: 100%;
  max-width: 900px;
  min-height: 910px;
  margin-left: auto;
}

/* =========================================================
   BACKGROUND RINGS / ARCS
========================================================= */
.tv-services-ring{
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.2px solid rgba(29,109,242,0.12);
  pointer-events: none;
}

.tv-ring-1{
  width: 680px;
  height: 680px;
}

.tv-ring-2{
  width: 560px;
  height: 560px;
}

.tv-ring-3{
  width: 430px;
  height: 430px;
}

.tv-services-arcs{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tv-services-arcs path{
  stroke: rgba(29,109,242,0.25);
  stroke-width: 2;
  fill: none;
}

/* =========================================================
   SERVICE CARDS
========================================================= */
.tv-service-card{
  position: absolute;
  width: 230px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 28px;
  box-shadow:
    0 18px 40px rgba(16, 35, 88, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.8);
  padding: 34px 24px 34px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tv-service-card-icon{
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #1D6DF2 0%, #0B57F0 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 30px rgba(29,109,242,0.22);
}

.tv-service-card-icon svg{
  width: 42px;
  height: 42px;
}

.tv-service-card h3{
  margin: 0;
  color: var(--tv-navy);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-service-card p{
  margin: 14px 0 0;
  color: var(--tv-text);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.tv-service-card-bar{
  display: block;
  width: 128px;
  height: 4px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 26px auto 0;
}

.tv-service-card-top-left{ top: 0; left: 40px; }
.tv-service-card-top-right{ top: 0; right: 0; }
.tv-service-card-bottom-left{ bottom: 100px; left: 40px; }
.tv-service-card-bottom-right{ bottom: 100px; right: 0; }

/* =========================================================
   DASHBOARD BLOCKS
========================================================= */
.tv-dashboard{
  position: absolute;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(8,22,51,0.05);
  box-shadow:
    0 20px 40px rgba(16, 35, 88, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tv-dashboard-top{
  top: 150px;
  left: 250px;
  width: 400px;
  height: 200px;
  border-radius: 20px;
  padding: 16px 18px 18px;
}

.tv-dashboard-header{
  height: 16px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(29,109,242,0.12), rgba(29,109,242,0.03));
  margin-bottom: 16px;
}

.tv-dashboard-metrics{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tv-metric-box{
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(8,22,51,0.03);
  border-radius: 14px;
  padding: 14px 14px 12px;
}

.tv-metric-label{
  display: block;
  color: #50617f;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}

.tv-metric-box strong{
  display: inline-block;
  color: var(--tv-navy);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.tv-metric-change{
  display: inline-block;
  margin-left: 8px;
  color: #1c8f5b;
  font-size: 14px;
  font-weight: 700;
}

.tv-dashboard-chart{
  margin-top: 14px;
  height: 74px;
}

.tv-dashboard-chart svg{
  width: 100%;
  height: 100%;
}

.tv-dashboard-chart path{
  stroke: #3B82F6;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   SIDE PANEL
========================================================= */
.tv-services-sidepanel{
  position: absolute;
  top: 150px;
  left: 205px;
  width: 54px;
  height: 360px;
  border-radius: 18px;
  background: linear-gradient(180deg, #071b49 0%, #0B57F0 100%);
  box-shadow:
    0 20px 35px rgba(9, 39, 114, 0.25),
    inset 0 1px 0 rgba(255,255,255,0.12);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 14px;
}

.tv-services-sidepanel-logo{
  color: #fff;
  margin-bottom: 20px;
}

.tv-services-sidepanel-logo svg{
  width: 22px;
  height: 22px;
}

.tv-services-sidepanel-icons{
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.tv-services-sidepanel-icons span{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.6px solid rgba(255,255,255,0.75);
  opacity: 0.95;
  position: relative;
}

.tv-services-sidepanel-icons span::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.4px solid rgba(255,255,255,0.75);
  transform: translate(-50%, -50%);
}

/* =========================================================
   CENTER CORE
========================================================= */
.tv-services-core{
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  border-radius: 50%;
  z-index: 4;
}

.tv-services-core-ring,
.tv-services-core-ring-2{
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.tv-services-core-ring{
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow:
    0 0 0 14px rgba(255,255,255,0.08),
    0 0 40px rgba(29,109,242,0.25);
}

.tv-services-core-ring-2{
  inset: 18px;
  border: 1.5px solid rgba(255,255,255,0.65);
}

.tv-services-core-inner{
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, #ffffff 0%, #fbfdff 62%, #f5f8ff 100%);
  box-shadow:
    0 18px 50px rgba(16, 35, 88, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tv-services-core-mark{
  margin-bottom: 16px;
}

.tv-services-core-mark svg{
  width: 74px;
  height: 74px;
  display: block;
}

.tv-services-core-logo{
  color: var(--tv-navy);
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tv-services-core-sub{
  margin-top: 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.34em;
  font-weight: 700;
}

/* =========================================================
   MINI CARDS
========================================================= */
.tv-mini-card{
  position: absolute;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 18px;
  box-shadow:
    0 18px 40px rgba(16, 35, 88, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tv-mini-card-revenue{
  top: 395px;
  right: 20px;
  width: 150px;
  padding: 16px 16px 14px;
  z-index: 5;
}

.tv-mini-card-label{
  display: block;
  color: #50617f;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.tv-mini-card strong{
  display: block;
  margin-top: 10px;
  color: var(--tv-navy);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 800;
}

.tv-mini-card-change{
  display: block;
  margin-top: 8px;
  color: #1c8f5b;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.tv-mini-card-chart{
  height: 46px;
  margin-top: 12px;
}

.tv-mini-card-chart svg{
  width: 100%;
  height: 100%;
}

.tv-mini-card-chart path{
  stroke: #3B82F6;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   ACTIVITY CARD
========================================================= */
.tv-activity-card{
  position: absolute;
  left: 300px;
  bottom: 0px;
  width: 330px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(8,22,51,0.05);
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow:
    0 20px 40px rgba(16, 35, 88, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 4;
}

.tv-activity-title{
  color: var(--tv-navy);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tv-activity-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.tv-activity-list li{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  color: #18284a;
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid rgba(8,22,51,0.06);
}

.tv-activity-list li:first-child{
  border-top: none;
}

.tv-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tv-blue);
  flex: 0 0 8px;
}

.tv-arrow{
  margin-left: auto;
  color: #90a0bd;
  font-weight: 700;
}

/* =========================================================
   NODES + LINKS
========================================================= */
.tv-node{
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--tv-blue);
  box-shadow: 0 0 0 6px rgba(29,109,242,0.06);
  z-index: 6;
}

.tv-node-top-left{ top: 120px; left: 250px; }
.tv-node-top-right{ top: 120px; right: 220px; }
.tv-node-mid-left{ top: 468px; left: 140px; }
.tv-node-mid-right{ top: 468px; right: 120px; }
.tv-node-bottom-left{ bottom: 272px; left: 250px; }
.tv-node-bottom-right{ bottom: 272px; right: 220px; }

.tv-link{
  position: absolute;
  z-index: 2;
}

.tv-link::before,
.tv-link::after{
  content: "";
  position: absolute;
  background: var(--tv-line);
  border-radius: 999px;
}

.tv-link-top-left{
  top: 120px;
  left: 258px;
  width: 150px;
  height: 86px;
}
.tv-link-top-left::before{
  left: 0;
  top: 0;
  width: 56px;
  height: 2px;
}
.tv-link-top-left::after{
  right: 0;
  top: 0;
  width: 90px;
  height: 2px;
  transform-origin: left center;
  transform: rotate(64deg);
}

.tv-link-top-right{
  top: 120px;
  right: 228px;
  width: 150px;
  height: 86px;
}
.tv-link-top-right::before{
  right: 0;
  top: 0;
  width: 56px;
  height: 2px;
}
.tv-link-top-right::after{
  left: 0;
  top: 0;
  width: 90px;
  height: 2px;
  transform-origin: right center;
  transform: rotate(-64deg);
}

.tv-link-mid-left{
  top: 468px;
  left: 148px;
  width: 172px;
  height: 2px;
}
.tv-link-mid-left::before{
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(
    to right,
    rgba(29,109,242,0.85) 0 7px,
    transparent 7px 12px
  );
}

.tv-link-mid-right{
  top: 468px;
  right: 128px;
  width: 130px;
  height: 2px;
}
.tv-link-mid-right::before{
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
}

.tv-link-bottom-left{
  bottom: 272px;
  left: 258px;
  width: 150px;
  height: 86px;
}
.tv-link-bottom-left::before{
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
}
.tv-link-bottom-left::after{
  right: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  transform-origin: left center;
  transform: rotate(-64deg);
}

.tv-link-bottom-right{
  bottom: 272px;
  right: 228px;
  width: 150px;
  height: 86px;
}
.tv-link-bottom-right::before{
  right: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
}
.tv-link-bottom-right::after{
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  transform-origin: right center;
  transform: rotate(64deg);
}

/* =========================================================
   BOTTOM STRIP
========================================================= */
.tv-services-strip{
  position: relative;
  width: calc(100% - 100px);
  max-width: 760px;
  margin: 30px 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.05);
  border-radius: 26px;
  padding: 20px 24px;
  box-shadow:
    0 18px 40px rgba(16, 35, 88, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tv-services-strip-icon{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
}

.tv-services-strip-icon svg{
  width: 30px;
  height: 30px;
}

.tv-services-strip-text strong{
  display: block;
  color: var(--tv-navy);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.tv-services-strip-text strong span{
  color: var(--tv-orange);
}

.tv-services-strip-text p{
  margin: 6px 0 0;
  color: #50617f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1350px){
  .tv-services-container{
    grid-template-columns: 1fr;
  }

  .tv-services-content{
    max-width: 760px;
    padding-top: 0;
  }

  .tv-services-visual{
    min-height: auto;
  }

  .tv-services-diagram{
    margin: 40px auto 0;
  }

  .tv-services-strip{
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 760px);
  }
}

@media (max-width: 991px){
  .tv-services-section{
    padding: 88px 0 70px;
  }

  .tv-services-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-services-title{
    font-size: 48px;
  }

  .tv-services-text{
    font-size: 17px;
  }

  .tv-services-cta{
    font-size: 18px;
  }

  .tv-services-benefits{
    gap: 16px;
  }

  .tv-services-benefit-divider{
    display: none;
  }

  .tv-services-diagram{
    transform: scale(.82);
    transform-origin: top center;
    min-height: 760px;
  }

}

@media (max-width: 767px){
  .tv-services-section{
    padding: 74px 0 56px;
  }

  .tv-services-section::before,
  .tv-services-section::after{
    display: none;
  }

  .tv-services-kicker{
    margin-bottom: 18px;
  }

  .tv-services-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-services-text{
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .tv-services-cta-wrap{
    margin-top: 26px;
  }

  .tv-services-cta{
    width: 100%;
    justify-content: center;
    min-height: 64px;
    padding: 16px 18px;
    font-size: 17px;
  }

  .tv-services-benefits{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    gap: 18px;
  }

  .tv-services-benefit{
    padding: 0;
  }

  .tv-services-diagram{
    transform: scale(.53);
    transform-origin: top center;
    min-height: 520px;
    margin-top: -40px;
  }

  .tv-services-strip{
    width: 100%;
    padding: 18px 18px;
    border-radius: 20px;
    align-items: flex-start;
  }

  .tv-services-strip-text strong{
    font-size: 16px;
  }

  .tv-services-strip-text p{
    font-size: 14px;
  }
  
}

@media (max-width: 480px){
  .tv-services-title{
    font-size: 30px;
  }

  .tv-services-cta{
    gap: 12px;
    font-size: 16px;
  }

  .tv-services-cta-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-services-cta-arrow svg{
    width: 20px;
    height: 20px;
  }

  .tv-services-diagram{
    transform: scale(.44);
    min-height: 430px;
  }

  .tv-services-strip{
    flex-direction: column;
  }
}

/* =========================================================
   TAGVOLT SERVICES — CARD SIZE TUNING
   Goal: reduce overflow + keep balance on responsive
========================================================= */

/* Base scaling controls */
.tv-services-diagram{
  --tv-service-card-scale: 0.76;   /* global outer-card scale */
  --tv-service-card-left-scale: 0.70; /* extra reduction for left cards */
  --tv-service-card-right-scale: 0.76;
}

/* ---------- Base card sizing ---------- */
.tv-service-card{
  width: calc(230px * var(--tv-service-card-scale));
  padding:
    calc(34px * var(--tv-service-card-scale))
    calc(24px * var(--tv-service-card-scale))
    calc(34px * var(--tv-service-card-scale));
  border-radius: calc(28px * var(--tv-service-card-scale));
}

/* Typography + internals scale with the card */
.tv-service-card-icon{
  width: calc(88px * var(--tv-service-card-scale));
  height: calc(88px * var(--tv-service-card-scale));
  margin: 0 auto calc(20px * var(--tv-service-card-scale));
  border-radius: calc(22px * var(--tv-service-card-scale));
}

.tv-service-card-icon svg{
  width: calc(42px * var(--tv-service-card-scale));
  height: calc(42px * var(--tv-service-card-scale));
}

.tv-service-card h3{
  font-size: calc(22px * var(--tv-service-card-scale));
}

.tv-service-card p{
  margin-top: calc(14px * var(--tv-service-card-scale));
  font-size: calc(15px * var(--tv-service-card-scale));
  line-height: 1.55;
}

.tv-service-card-bar{
  width: calc(128px * var(--tv-service-card-scale));
  height: 4px;
  margin-top: calc(24px * var(--tv-service-card-scale));
}

/* ---------- Left cards: smaller (~0.7) ---------- */
.tv-service-card-top-left,
.tv-service-card-bottom-left{
  transform: scale(calc(var(--tv-service-card-left-scale) / var(--tv-service-card-scale)));
  transform-origin: center;
}

/* ---------- Right cards: slightly reduced but not as much ---------- */
.tv-service-card-top-right,
.tv-service-card-bottom-right{
  transform: scale(calc(var(--tv-service-card-right-scale) / var(--tv-service-card-scale)));
  transform-origin: center;
}

/* ---------- Reposition cards to compensate for reduced size ---------- */
/* Left side cards move a bit inward */
.tv-service-card-top-left{
  top: 20px;
  left: 0px;
}

.tv-service-card-bottom-left{
  bottom: 130px;
  left: 0px;
}

/* Right side cards can also come slightly inward for balance */
.tv-service-card-top-right{
  top: 20px;
  right: 0px;
}

.tv-service-card-bottom-right{
  bottom: 130px;
  right: 0px;
}

@media (max-width: 767px){

  .tv-service-card-top-left{
      left: -200px;
      top: 10px;
  }
  
  .tv-service-card-bottom-left{
      bottom: -150px;
      left: -200px;
  }
  
  .tv-service-card-top-right{
      top: 20px;
      right: -200px;
 }

.tv-service-card-bottom-right{
      bottom: 130px;
      right: 0px;
 }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9a47f *//* =========================================================
   TAGVOLT / FRANKLIN - CORE SERVICES SECTION
========================================================= */

.tv-core-services-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 15% 18%, rgba(29,109,242,0.05), transparent 22%),
    radial-gradient(circle at 85% 14%, rgba(29,109,242,0.05), transparent 20%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-core-services-container{
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================================================
   HEADER
========================================================= */
.tv-core-services-header{
  max-width: 980px;
  margin: 0 auto 46px;
  text-align: center;
}

.tv-core-services-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tv-core-services-kicker-number{
  color: var(--tv-blue);
}

.tv-core-services-kicker-divider,
.tv-core-services-kicker-text{
  color: var(--tv-navy);
}

.tv-core-services-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.tv-core-services-title span{
  color: var(--tv-blue);
}

.tv-core-services-title .tv-orange{
  color: var(--tv-orange);
}

.tv-core-services-intro{
  max-width: 900px;
  margin: 28px auto 0;
  color: var(--tv-text);
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
}

/* =========================================================
   GRID
========================================================= */
.tv-core-services-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.tv-core-service-card{
  position: relative;
  min-height: 430px;
  padding: 30px 46px 40px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 28px;
  box-shadow:
    0 20px 45px rgba(16, 35, 88, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tv-core-service-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.tv-core-service-icon{
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 136px;
}

.tv-core-service-icon svg{
  width: 64px;
  height: 64px;
}

.tv-core-service-number{
  min-width: 58px;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef3ff 0%, #e8effd 100%);
  color: var(--tv-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.tv-core-service-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.tv-core-service-line{
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 18px 0 20px;
}

.tv-core-service-text{
  margin: 0;
  max-width: 410px;
  color: var(--tv-text);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

/* =========================================================
   FEATURED CARD
========================================================= */
.tv-core-service-card-featured{
  border: 1.5px solid rgba(29,109,242,0.85);
  box-shadow:
    0 22px 48px rgba(29,109,242,0.08),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

.tv-core-service-card-featured .tv-core-service-icon{
  position: relative;
}

.tv-core-service-badge{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 122px;
  height: 38px;
  padding: 0 18px;
  border-radius: 0 28px 0 18px;
  background: linear-gradient(180deg, #1D6DF2 0%, #0B57F0 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 24px rgba(29,109,242,0.18);
}

/* =========================================================
   BANNER
========================================================= */
.tv-core-services-banner{
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 28px;
  padding: 28px 42px;
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(8,22,51,0.04);
  box-shadow:
    0 20px 45px rgba(16, 35, 88, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tv-core-services-banner-icon{
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 134px;
}

.tv-core-services-banner-icon svg{
  width: 70px;
  height: 70px;
}

.tv-core-services-banner-divider{
  width: 1px;
  align-self: stretch;
  background: rgba(8,22,51,0.10);
}

.tv-core-services-banner-text strong{
  display: block;
  color: var(--tv-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tv-core-services-banner-text strong span{
  color: var(--tv-blue);
}

.tv-core-services-banner-text strong em{
  color: var(--tv-orange);
  font-style: normal;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px){
  .tv-core-services-section{
    padding: 90px 0 70px;
  }

  .tv-core-services-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-core-services-title{
    font-size: 48px;
  }

  .tv-core-services-intro{
    font-size: 17px;
  }

  .tv-core-services-grid{
    grid-template-columns: 1fr;
  }

  .tv-core-service-card{
    min-height: auto;
    padding: 28px 26px 34px;
  }

  .tv-core-services-banner{
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 24px 22px;
  }

  .tv-core-services-banner-divider{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-core-services-section{
    padding: 76px 0 56px;
  }

  .tv-core-services-kicker{
    font-size: 12px;
    margin-bottom: 18px;
  }

  .tv-core-services-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-core-services-intro{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .tv-core-services-grid{
    gap: 18px;
  }

  .tv-core-service-card{
    padding: 24px 20px 28px;
    border-radius: 22px;
  }

  .tv-core-service-top{
    margin-bottom: 14px;
  }

  .tv-core-service-icon{
    width: 108px;
    height: 108px;
    flex-basis: 108px;
  }

  .tv-core-service-icon svg{
    width: 52px;
    height: 52px;
  }

  .tv-core-service-number{
    min-width: 52px;
    height: 42px;
    font-size: 16px;
  }

  .tv-core-service-title{
    font-size: 24px;
  }

  .tv-core-service-text{
    font-size: 16px;
    line-height: 1.7;
  }

  .tv-core-service-badge{
    min-width: 108px;
    height: 34px;
    font-size: 12px;
    border-radius: 0 22px 0 16px;
  }

  .tv-core-services-banner{
    margin-top: 20px;
    border-radius: 22px;
  }

  .tv-core-services-banner-icon{
    width: 104px;
    height: 104px;
    flex-basis: 104px;
  }

  .tv-core-services-banner-icon svg{
    width: 54px;
    height: 54px;
  }

  .tv-core-services-banner-text strong{
    font-size: 26px;
    line-height: 1.22;
  }
}

@media (max-width: 480px){
  .tv-core-services-title{
    font-size: 30px;
  }

  .tv-core-service-top{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .tv-core-service-number{
    align-self: flex-start;
  }

  .tv-core-services-banner-text strong{
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-090f1f5 *//* =========================================================
   TAGVOLT / FRANKLIN - WEBSITE DESIGN SECTION
========================================================= */

.tv-webdesign-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);
  --tv-line: rgba(29,109,242,0.8);

  position: relative;
  overflow: hidden;
  padding: 110px 0 100px;
  background:
    radial-gradient(circle at 14% 20%, rgba(29,109,242,0.05), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(29,109,242,0.05), transparent 22%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-webdesign-container{
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT CONTENT
========================================================= */
.tv-webdesign-content{
  padding-top: 36px;
  max-width: 650px;
}

.tv-webdesign-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tv-webdesign-kicker-num{
  color: var(--tv-blue);
}

.tv-webdesign-kicker-divider,
.tv-webdesign-kicker-text{
  color: var(--tv-navy);
}

.tv-webdesign-kicker-lines{
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.tv-webdesign-kicker-lines span{
  height: 2px;
  border-radius: 999px;
  background: var(--tv-blue);
}

.tv-webdesign-kicker-lines span:first-child{ width: 46px; }
.tv-webdesign-kicker-lines span:last-child{ width: 92px; }

.tv-webdesign-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-webdesign-title span{
  color: var(--tv-blue);
}

.tv-webdesign-title .tv-orange{
  color: var(--tv-orange);
}

.tv-webdesign-lead{
  margin: 28px 0 0;
  color: var(--tv-text);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  max-width: 600px;
}

.tv-webdesign-divider{
  width: 100%;
  max-width: 590px;
  height: 1px;
  background: rgba(8,22,51,0.14);
  margin: 28px 0 22px;
}

.tv-webdesign-body{
  margin: 0;
  color: var(--tv-navy);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  max-width: 600px;
}

/* =========================================================
   BENEFITS GRID
========================================================= */
.tv-webdesign-benefits{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 34px;
  border-top: 1px solid rgba(8,22,51,0.10);
  border-left: 1px solid transparent;
}

.tv-webdesign-benefit{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 18px 18px 0;
  border-right: 1px solid rgba(8,22,51,0.10);
  border-bottom: 1px solid rgba(8,22,51,0.10);
}

.tv-webdesign-benefit:nth-child(2n){
  padding-left: 22px;
  border-right: none;
}

.tv-webdesign-benefit:nth-last-child(-n+2){
  padding-bottom: 0;
}

.tv-webdesign-benefit-icon{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: 0 0 56px;
  background: linear-gradient(180deg, #1D6DF2 0%, #0B57F0 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 26px rgba(29,109,242,0.18);
}

.tv-webdesign-benefit-icon svg{
  width: 28px;
  height: 28px;
}

.tv-webdesign-benefit-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.tv-webdesign-benefit-number{
  color: var(--tv-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.tv-webdesign-benefit-content h3{
  margin: 0;
  color: var(--tv-navy);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.tv-webdesign-benefit-content p{
  margin: 0;
  color: var(--tv-text);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

/* =========================================================
   STATEMENT CARD
========================================================= */
.tv-webdesign-statement{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 20px;
  box-shadow:
    0 16px 36px rgba(16,35,88,0.06),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

.tv-webdesign-statement-icon{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  flex: 0 0 74px;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(29,109,242,0.32);
}

.tv-webdesign-statement-icon svg{
  width: 36px;
  height: 36px;
}

.tv-webdesign-statement-divider{
  width: 1px;
  align-self: stretch;
  background: rgba(8,22,51,0.12);
}

.tv-webdesign-statement-text strong{
  color: var(--tv-navy);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-webdesign-statement-text strong span{
  color: var(--tv-orange);
}

/* =========================================================
   RIGHT VISUAL WRAP
========================================================= */
.tv-webdesign-visual-wrap{
  position: relative;
  min-height: 1280px;
}

.tv-webdesign-rings{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(29,109,242,0.08);
  pointer-events: none;
}

.tv-webdesign-ring-1{
  width: 760px;
  height: 760px;
  top: 10px;
  left: 110px;
}

.tv-webdesign-ring-2{
  width: 640px;
  height: 640px;
  top: 70px;
  left: 170px;
}

/* =========================================================
   FLOATING CARDS
========================================================= */
.tv-webdesign-floating-card{
  position: absolute;
  width: 170px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 22px;
  box-shadow:
    0 20px 42px rgba(16,35,88,0.08),
    inset 0 1px 0 rgba(255,255,255,0.82);
  padding: 26px 20px 22px;
  z-index: 4;
}

.tv-webdesign-floating-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tv-webdesign-floating-icon svg{
  width: 32px;
  height: 32px;
}

.tv-webdesign-floating-card h4{
  margin: 0;
  color: var(--tv-navy);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-webdesign-floating-line{
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 14px 0 14px;
}

.tv-webdesign-floating-card p{
  margin: 0;
  color: var(--tv-text);
  font-size: 14px;
  line-height: 1.7;
}

.tv-webdesign-float-left-top{
  top: 90px;
  left: 10px;
}

.tv-webdesign-float-right-top{
  top: 34px;
  right: 0;
}

.tv-webdesign-float-right-mid{
  top: 470px;
  right: 12px;
}

.tv-webdesign-float-left-bottom{
  left: 62px;
  top: 720px;
}

/* =========================================================
   WEBSITE MOCKUP
========================================================= */
.tv-webdesign-mockup{
  position: absolute;
  top: 80px;
  left: 180px;
  width: 820px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(8,22,51,0.05);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(16,35,88,0.10),
    inset 0 1px 0 rgba(255,255,255,0.85);
  z-index: 3;
}

.tv-webdesign-browser-bar{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px 10px;
}

.tv-webdesign-browser-bar span{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb43a;
}

.tv-webdesign-browser-bar span:nth-child(1){ background: #ff9f43; }
.tv-webdesign-browser-bar span:nth-child(2){ background: #ff6b00; }
.tv-webdesign-browser-bar span:nth-child(3){ background: #4ecdc4; }

.tv-webdesign-site-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 22px 16px;
  background: #fff;
}

.tv-webdesign-site-logo{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tv-blue);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.tv-webdesign-site-logo svg{
  width: 24px;
  height: 24px;
}

.tv-webdesign-site-logo span{
  display: inline-flex;
  flex-direction: column;
  color: var(--tv-navy);
  line-height: 1;
}

.tv-webdesign-site-logo small{
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: 0.22em;
}

.tv-webdesign-site-menu{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0;
  margin: 0;
  color: #384862;
  font-size: 12px;
  font-weight: 500;
}

.tv-webdesign-site-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff7b12 0%, #ff6b00 100%);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

/* hero */
.tv-webdesign-hero{
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 340px;
  background:
    linear-gradient(90deg, #07153a 0%, #081c4a 45%, rgba(8,28,74,0.68) 60%, rgba(8,28,74,0.12) 100%);
}

.tv-webdesign-hero-copy{
  padding: 42px 34px 32px 34px;
  position: relative;
  z-index: 2;
}

.tv-webdesign-hero-copy h3{
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tv-webdesign-hero-copy p{
  margin: 18px 0 0;
  max-width: 360px;
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.7;
}

.tv-webdesign-hero-actions{
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.tv-webdesign-btn-primary,
.tv-webdesign-btn-secondary{
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.tv-webdesign-btn-primary{
  background: linear-gradient(180deg, #ff7b12 0%, #ff6b00 100%);
  color: #fff;
}

.tv-webdesign-btn-secondary{
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
}

.tv-webdesign-hero-photo{
  position: relative;
  overflow: hidden;
}

.tv-webdesign-hero-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* google card */
.tv-webdesign-google-card{
  position: absolute;
  right: 26px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(16,35,88,0.12);
}

.tv-webdesign-google-content{
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.tv-webdesign-google-content strong{
  color: var(--tv-navy);
  font-size: 18px;
  font-weight: 800;
}

.tv-webdesign-google-content strong span{
  color: #f59e0b;
  font-size: 13px;
  margin-left: 4px;
}

.tv-webdesign-google-content small{
  color: #5a6a86;
  font-size: 12px;
  font-weight: 500;
}

.tv-google-g{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #eef3ff;
  color: var(--tv-blue);
  font-size: 14px;
  font-weight: 800;
}

/* trust row */
.tv-webdesign-trust-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 18px 20px;
  background: #f9fbff;
  border-top: 1px solid rgba(8,22,51,0.05);
  border-bottom: 1px solid rgba(8,22,51,0.05);
}

.tv-webdesign-trust-row div{
  position: relative;
  padding: 0 14px 0 30px;
  color: var(--tv-navy);
  font-size: 13px;
  font-weight: 600;
}

.tv-webdesign-trust-row div::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid var(--tv-blue);
  border-radius: 50%;
  transform: translateY(-50%);
}

/* services panel */
.tv-webdesign-services-panel{
  padding: 30px 22px 24px;
  background: #fff;
}

.tv-webdesign-services-panel h4{
  margin: 0 0 18px;
  color: var(--tv-navy);
  font-size: 16px;
  font-weight: 800;
}

.tv-webdesign-service-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tv-webdesign-service-card{
  padding: 14px 14px 16px;
  border: 1px solid rgba(8,22,51,0.06);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16,35,88,0.04);
}

.tv-webdesign-service-icon{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  margin-bottom: 12px;
}

.tv-webdesign-service-card strong{
  display: block;
  color: var(--tv-navy);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.tv-webdesign-service-card p{
  margin: 8px 0 10px;
  color: #52627d;
  font-size: 12px;
  line-height: 1.65;
}

.tv-webdesign-service-card span{
  color: var(--tv-blue);
  font-size: 12px;
  font-weight: 700;
}

/* footer cta */
.tv-webdesign-footer-cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: linear-gradient(90deg, #06163d 0%, #081c4a 100%);
}

.tv-webdesign-footer-copy{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tv-webdesign-footer-copy strong{
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.tv-webdesign-footer-copy span{
  color: rgba(255,255,255,0.85);
  font-size: 14px;
}

.tv-webdesign-footer-cta a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff7b12 0%, #ff6b00 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   CONNECTORS / NODES
========================================================= */
.tv-webdesign-node{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tv-blue);
  z-index: 5;
  box-shadow: 0 0 0 4px rgba(29,109,242,0.08);
}

.tv-node-lt{ top: 214px; left: 172px; }
.tv-node-rt{ top: 96px; right: 188px; }
.tv-node-rm{ top: 562px; right: 184px; }
.tv-node-lb{ top: 852px; left: 202px; }

.tv-webdesign-connector{
  position: absolute;
  z-index: 2;
}

.tv-webdesign-connector::before{
  content: "";
  position: absolute;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    rgba(29,109,242,0.9) 0 7px,
    transparent 7px 11px
  );
}

.tv-connector-lt{
  top: 214px;
  left: 180px;
  width: 44px;
  height: 2px;
}
.tv-connector-lt::before{ width: 44px; }

.tv-connector-rt{
  top: 96px;
  right: 196px;
  width: 58px;
  height: 2px;
}
.tv-connector-rt::before{ width: 58px; }

.tv-connector-rm{
  top: 562px;
  right: 192px;
  width: 58px;
  height: 2px;
}
.tv-connector-rm::before{ width: 58px; }

.tv-connector-lb{
  top: 852px;
  left: 210px;
  width: 42px;
  height: 2px;
}
.tv-connector-lb::before{ width: 42px; }

/* =========================================================
   KPI STRIP
========================================================= */
.tv-webdesign-kpis{
  position: absolute;
  left: 78px;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 22px 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(8,22,51,0.05);
  border-radius: 20px;
  box-shadow:
    0 18px 36px rgba(16,35,88,0.06),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

.tv-webdesign-kpi{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  position: relative;
}

.tv-webdesign-kpi:not(:last-child)::after{
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: rgba(8,22,51,0.08);
}

.tv-webdesign-kpi-icon{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 46px;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  position: relative;
}

.tv-webdesign-kpi-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tv-webdesign-kpi-text strong{
  color: var(--tv-blue);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}

.tv-webdesign-kpi-text span{
  color: var(--tv-navy);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.tv-webdesign-kpi-text small{
  color: #5d6d88;
  font-size: 13px;
  line-height: 1.35;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1400px){
  .tv-webdesign-container{
    grid-template-columns: 1fr;
  }

  .tv-webdesign-content{
    max-width: 760px;
    padding-top: 0;
  }

  .tv-webdesign-visual-wrap{
    min-height: 1260px;
  }
}

@media (max-width: 1100px){
  .tv-webdesign-mockup{
    transform: scale(.86);
    transform-origin: top left;
  }

  .tv-webdesign-floating-card{
    transform: scale(.92);
    transform-origin: center;
  }

  .tv-webdesign-kpis{
    left: 20px;
  }
}

@media (max-width: 991px){
  .tv-webdesign-section{
    padding: 90px 0 70px;
  }

  .tv-webdesign-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-webdesign-title{
    font-size: 48px;
  }

  .tv-webdesign-lead,
  .tv-webdesign-body{
    font-size: 16px;
  }

  .tv-webdesign-benefits{
    grid-template-columns: 1fr;
  }

  .tv-webdesign-benefit{
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0;
  }

  .tv-webdesign-visual-wrap{
    min-height: 1020px;
  }

  .tv-webdesign-mockup{
    left: 50%;
    transform: translateX(-50%) scale(.68);
    transform-origin: top center;
  }

  .tv-webdesign-float-left-top{
    left: 0;
    top: 80px;
  }

  .tv-webdesign-float-right-top{
    right: 0;
    top: 30px;
  }

  .tv-webdesign-float-right-mid{
    right: 0;
    top: 410px;
  }

  .tv-webdesign-float-left-bottom{
    left: 0;
    top: 640px;
  }

  .tv-webdesign-kpis{
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .tv-webdesign-kpi:nth-child(2)::after{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-webdesign-section{
    padding: 76px 0 56px;
  }

  .tv-webdesign-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-webdesign-kicker{
    font-size: 12px;
  }

  .tv-webdesign-lead,
  .tv-webdesign-body{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-webdesign-benefit{
    gap: 14px;
  }

  .tv-webdesign-benefit-icon{
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .tv-webdesign-benefit-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-webdesign-statement{
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 18px;
  }

  .tv-webdesign-statement-divider{
    display: none;
  }

  .tv-webdesign-statement-text strong{
    font-size: 22px;
  }

  .tv-webdesign-visual-wrap{
    min-height: 860px;
  }

  .tv-webdesign-rings,
  .tv-webdesign-floating-card,
  .tv-webdesign-node,
  .tv-webdesign-connector{
    display: none;
  }

  .tv-webdesign-mockup{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 18px;
  }

  .tv-webdesign-site-menu{
    display: none;
  }

  .tv-webdesign-site-nav{
    flex-wrap: wrap;
  }

  .tv-webdesign-hero{
    grid-template-columns: 1fr;
  }

  .tv-webdesign-hero-photo{
    min-height: 240px;
  }

  .tv-webdesign-hero-copy h3{
    font-size: 28px;
  }

  .tv-webdesign-trust-row{
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tv-webdesign-service-cards{
    grid-template-columns: 1fr 1fr;
  }

  .tv-webdesign-footer-cta{
    flex-direction: column;
    align-items: flex-start;
  }

  .tv-webdesign-kpis{
    position: relative;
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 18px;
  }

  .tv-webdesign-kpi{
    padding: 14px 0;
  }

  .tv-webdesign-kpi::after{
    display: none !important;
  }

  .tv-webdesign-kpi:not(:last-child){
    border-bottom: 1px solid rgba(8,22,51,0.08);
  }
}

@media (max-width: 520px){
  .tv-webdesign-service-cards{
    grid-template-columns: 1fr;
  }

  .tv-webdesign-trust-row{
    grid-template-columns: 1fr;
  }

  .tv-webdesign-hero-copy{
    padding: 28px 20px 24px;
  }

  .tv-webdesign-hero-copy h3{
    font-size: 24px;
  }

  .tv-webdesign-google-card{
    position: static;
    margin: 14px 20px 0;
  }

  .tv-webdesign-services-panel{
    padding: 24px 16px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a59a5e *//* =========================================================
   TAGVOLT / FRANKLIN - LOCAL SEO SECTION
========================================================= */

.tv-lseo-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(29,109,242,0.045), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(29,109,242,0.045), transparent 20%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-lseo-container{
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT CONTENT
========================================================= */
.tv-lseo-content{
  max-width: 640px;
  padding-top: 24px;
}

.tv-lseo-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-lseo-kicker-num{
  color: var(--tv-blue);
}

.tv-lseo-kicker-divider,
.tv-lseo-kicker-text{
  color: var(--tv-navy);
}

.tv-lseo-kicker-line{
  width: 128px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--tv-blue) 0 34%, rgba(29,109,242,0.35) 34% 100%);
  margin-bottom: 30px;
}

.tv-lseo-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-lseo-title span{
  color: var(--tv-blue);
}

.tv-lseo-lead{
  margin: 28px 0 0;
  max-width: 600px;
  color: #40506d;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 400;
}

.tv-lseo-divider{
  width: 100%;
  max-width: 620px;
  height: 1px;
  background: rgba(8,22,51,0.12);
  margin: 28px 0 22px;
}

.tv-lseo-body{
  margin: 0;
  max-width: 610px;
  color: var(--tv-navy);
  font-size: 17px;
  line-height: 1.82;
  font-weight: 400;
}

/* =========================================================
   BENEFITS
========================================================= */
.tv-lseo-benefits{
  margin-top: 26px;
  display: grid;
  gap: 18px;
  max-width: 610px;
}

.tv-lseo-benefit{
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.tv-lseo-benefit-icon{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex: 0 0 54px;
  border: 1.5px solid rgba(29,109,242,0.25);
  background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-lseo-benefit-icon svg{
  width: 26px;
  height: 26px;
}

.tv-lseo-benefit-content h3{
  margin: 0 0 6px;
  color: var(--tv-navy);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-lseo-benefit-content p{
  margin: 0;
  color: #40506d;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

/* =========================================================
   STATEMENT
========================================================= */
.tv-lseo-statement{
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-top: 28px;
  max-width: 610px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(8,22,51,0.05);
  box-shadow:
    0 16px 34px rgba(16,35,88,0.05),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

.tv-lseo-statement-line{
  width: 3px;
  min-height: 78px;
  border-radius: 999px;
  background: var(--tv-blue);
  flex: 0 0 3px;
  margin-top: 2px;
}

.tv-lseo-statement p{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-lseo-statement p span{
  color: var(--tv-blue);
}

/* =========================================================
   RIGHT VISUAL WRAP
========================================================= */
.tv-lseo-visual-wrap{
  position: relative;
  min-height: 980px;
  padding-top: 70px;
}

.tv-lseo-panel{
  position: relative;
  width: 100%;
  max-width: 980px;
  min-height: 740px;
  padding: 44px 30px 28px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 26px;
  box-shadow:
    0 26px 55px rgba(16,35,88,0.08),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

/* =========================================================
   SEARCH BAR
========================================================= */
.tv-lseo-searchbar{
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
}

.tv-lseo-google-word{
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.tv-lseo-google-word .g-blue{ color: #4285F4; }
.tv-lseo-google-word .g-red{ color: #EA4335; }
.tv-lseo-google-word .g-yellow{ color: #FBBC05; }
.tv-lseo-google-word .g-green{ color: #34A853; }

.tv-lseo-search-input{
  flex: 1;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(8,22,51,0.05);
  box-shadow: 0 8px 24px rgba(16,35,88,0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tv-lseo-search-input span{
  color: #2f3f5d;
  font-size: 17px;
  font-weight: 500;
}

.tv-lseo-search-input svg{
  width: 24px;
  height: 24px;
  color: var(--tv-blue);
  flex: 0 0 24px;
}

/* =========================================================
   TABS
========================================================= */
.tv-lseo-tabs{
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 28px;
  padding-left: 4px;
}

.tv-lseo-tabs span{
  position: relative;
  color: #4b5b77;
  font-size: 16px;
  font-weight: 500;
}

.tv-lseo-tabs span.active{
  color: var(--tv-blue);
  font-weight: 700;
}

.tv-lseo-tabs span.active::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 3px;
  border-radius: 999px;
  background: var(--tv-blue);
}

/* =========================================================
   MAIN GRID
========================================================= */
.tv-lseo-main-grid{
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: stretch;
}

/* =========================================================
   BUSINESS PROFILE CARD
========================================================= */
.tv-lseo-business-card{
  background: #fff;
  border: 1px solid rgba(8,22,51,0.05);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(16,35,88,0.06);
}

.tv-lseo-business-photo{
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tv-lseo-business-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tv-lseo-business-logo{
  position: absolute;
  left: 18px;
  bottom: -34px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1D6DF2 0%, #0B57F0 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  box-shadow: 0 16px 30px rgba(29,109,242,0.18);
}

.tv-lseo-business-logo svg{
  width: 34px;
  height: 34px;
}

.tv-lseo-business-body{
  padding: 52px 18px 20px;
}

.tv-lseo-business-body h3{
  margin: 0;
  color: var(--tv-navy);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-lseo-rating-row{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
  color: #4d5d78;
  font-size: 15px;
  font-weight: 500;
}

.tv-lseo-rating-row .rating{
  color: var(--tv-navy);
  font-weight: 700;
}

.tv-lseo-rating-row .stars{
  color: #f59e0b;
  letter-spacing: 0.05em;
}

.tv-lseo-rating-row .open{
  color: #16a34a;
  font-weight: 600;
}

.tv-lseo-category{
  margin: 12px 0 0;
  color: #566680;
  font-size: 15px;
  line-height: 1.6;
}

.tv-lseo-category span{
  margin: 0 6px;
}

/* actions */
.tv-lseo-actions{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(8,22,51,0.06);
  border-bottom: 1px solid rgba(8,22,51,0.06);
}

.tv-lseo-action{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.tv-lseo-action-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  border: 1px solid rgba(29,109,242,0.16);
}

.tv-lseo-action span{
  color: #4a5a76;
  font-size: 13px;
  font-weight: 600;
}

/* meta */
.tv-lseo-business-meta{
  display: grid;
  gap: 14px;
  padding-top: 18px;
}

.tv-lseo-meta-row{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tv-lseo-meta-icon{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 18px;
  margin-top: 2px;
  border: 1.5px solid rgba(29,109,242,0.65);
  position: relative;
}

.tv-lseo-meta-icon::after{
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--tv-blue);
}

.tv-lseo-meta-row p{
  margin: 0;
  color: #41506b;
  font-size: 15px;
  line-height: 1.7;
}

.tv-lseo-meta-row p.green{ color: #16a34a; }
.tv-lseo-meta-row p.blue{ color: var(--tv-blue); font-weight: 600; }

/* =========================================================
   MAP CARD
========================================================= */
.tv-lseo-map-card{
  position: relative;
  min-height: 640px;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
    #f2f5fa;
  border: 1px solid rgba(8,22,51,0.04);
}

.tv-lseo-map-bg{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 640px;
  background:
    radial-gradient(circle at 40% 32%, rgba(29,109,242,0.06), transparent 34%),
    radial-gradient(circle at 68% 62%, rgba(29,109,242,0.04), transparent 36%),
    linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
}

/* roads */
.tv-lseo-map-road{
  position: absolute;
  background: #d9c39d;
  opacity: .65;
  border-radius: 999px;
}

.tv-road-1{
  width: 3px;
  height: 560px;
  left: 58%;
  top: 36px;
  transform: rotate(11deg);
}

.tv-road-2{
  width: 420px;
  height: 3px;
  left: 80px;
  top: 340px;
  transform: rotate(-62deg);
}

.tv-road-3{
  width: 280px;
  height: 3px;
  left: 110px;
  top: 180px;
  transform: rotate(10deg);
  opacity: .35;
}

.tv-road-4{
  width: 260px;
  height: 3px;
  right: 40px;
  top: 190px;
  transform: rotate(-45deg);
  opacity: .35;
}

/* city labels */
.tv-lseo-city{
  position: absolute;
  color: #3e4c66;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  opacity: .92;
}

.city-1{ top: 82px; right: 88px; }
.city-2{ top: 154px; right: 38px; }
.city-3{ left: 42%; bottom: 112px; }
.city-4{ left: 48px; top: 300px; }
.city-5{ left: 22px; bottom: 60px; }

/* visibility */
.tv-lseo-visibility-zone{
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,109,242,0.10) 0%, rgba(29,109,242,0.06) 50%, rgba(29,109,242,0.03) 75%, transparent 100%);
  top: 120px;
  left: 140px;
}

.tv-lseo-visibility-ring{
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(29,109,242,0.25);
  top: 176px;
  left: 195px;
}

.tv-lseo-main-pin{
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, #1D6DF2 0%, #0B57F0 100%);
  top: 246px;
  left: 294px;
  box-shadow: 0 18px 34px rgba(29,109,242,0.18);
}

.tv-lseo-main-pin::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  left: 22px;
  top: 22px;
}

.tv-lseo-small-pin{
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--tv-blue);
  box-shadow: 0 6px 12px rgba(29,109,242,0.12);
}

.tv-lseo-small-pin::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  left: 6px;
  top: 6px;
}

.pin-1{ top: 242px; left: 58px; }
.pin-2{ top: 146px; left: 196px; }
.pin-3{ top: 176px; right: 78px; }
.pin-4{ top: 330px; right: 88px; }
.pin-5{ top: 476px; right: 138px; }

/* =========================================================
   FLOATING RIGHT CARDS
========================================================= */
.tv-lseo-float{
  position: absolute;
  right: 0;
  width: 210px;
  padding: 26px 22px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(8,22,51,0.04);
  box-shadow:
    0 22px 45px rgba(16,35,88,0.08),
    inset 0 1px 0 rgba(255,255,255,0.84);
  z-index: 4;
}

.tv-lseo-float-icon{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.tv-lseo-float-icon svg{
  width: 28px;
  height: 28px;
}

.tv-lseo-float h4{
  margin: 0 0 12px;
  color: var(--tv-navy);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-lseo-float p{
  margin: 0;
  color: #465673;
  font-size: 15px;
  line-height: 1.7;
}

.tv-lseo-float-top{ top: 96px; }
.tv-lseo-float-mid{ top: 392px; }
.tv-lseo-float-bottom{ top: 700px; }

/* =========================================================
   CONNECTORS
========================================================= */
.tv-lseo-connector{
  position: absolute;
  right: 206px;
  width: 68px;
  border-top: 2px dashed rgba(29,109,242,0.65);
  z-index: 2;
}

.tv-lseo-connector::before{
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tv-blue);
  box-shadow: 0 0 0 4px rgba(29,109,242,0.08);
}

.tv-lseo-connector-top{
  top: 178px;
}

.tv-lseo-connector-mid{
  top: 482px;
}

.tv-lseo-connector-bottom{
  top: 788px;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1400px){
  .tv-lseo-container{
    grid-template-columns: 1fr;
  }

  .tv-lseo-content{
    max-width: 760px;
    padding-top: 0;
  }

  .tv-lseo-visual-wrap{
    min-height: 1080px;
  }
}

@media (max-width: 1200px){
  .tv-lseo-panel{
    max-width: 860px;
  }

  .tv-lseo-float{
    width: 190px;
    padding: 22px 18px 20px;
  }

  .tv-lseo-connector{
    right: 186px;
    width: 54px;
  }
}

@media (max-width: 991px){
  .tv-lseo-section{
    padding: 90px 0 70px;
  }

  .tv-lseo-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-lseo-title{
    font-size: 48px;
  }

  .tv-lseo-lead,
  .tv-lseo-body{
    font-size: 16px;
  }

  .tv-lseo-visual-wrap{
    min-height: auto;
    padding-top: 0;
  }

  .tv-lseo-panel{
    max-width: 100%;
    min-height: auto;
    padding: 26px 18px 20px;
  }

  .tv-lseo-main-grid{
    grid-template-columns: 1fr;
  }

  .tv-lseo-map-card{
    min-height: 500px;
  }

  .tv-lseo-map-bg{
    min-height: 500px;
  }

  .tv-lseo-float,
  .tv-lseo-connector{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-lseo-section{
    padding: 76px 0 56px;
  }

  .tv-lseo-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-lseo-kicker{
    font-size: 12px;
  }

  .tv-lseo-kicker-line{
    width: 108px;
    margin-bottom: 22px;
  }

  .tv-lseo-lead,
  .tv-lseo-body{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-lseo-benefit{
    gap: 14px;
  }

  .tv-lseo-benefit-icon{
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .tv-lseo-benefit-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-lseo-statement{
    gap: 16px;
    padding: 18px 16px;
  }

  .tv-lseo-statement-line{
    min-height: 64px;
  }

  .tv-lseo-statement p{
    font-size: 20px;
    line-height: 1.35;
  }

  .tv-lseo-searchbar{
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .tv-lseo-google-word{
    font-size: 28px;
  }

  .tv-lseo-search-input{
    min-height: 52px;
    padding: 0 16px;
  }

  .tv-lseo-search-input span{
    font-size: 15px;
  }

  .tv-lseo-tabs{
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 6px;
    white-space: nowrap;
  }

  .tv-lseo-tabs span{
    font-size: 14px;
  }

  .tv-lseo-business-body h3{
    font-size: 22px;
  }

  .tv-lseo-actions{
    grid-template-columns: repeat(2, 1fr);
  }

  .tv-lseo-map-card{
    min-height: 420px;
  }

  .tv-lseo-map-bg{
    min-height: 420px;
  }

  .tv-lseo-visibility-zone{
    width: 280px;
    height: 280px;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tv-lseo-visibility-ring{
    width: 190px;
    height: 190px;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tv-lseo-main-pin{
    top: 190px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }

  .tv-lseo-city{
    font-size: 12px;
  }
}

@media (max-width: 520px){
  .tv-lseo-panel{
    padding: 22px 14px 16px;
    border-radius: 20px;
  }

  .tv-lseo-business-photo{
    height: 190px;
  }

  .tv-lseo-business-logo{
    width: 64px;
    height: 64px;
    bottom: -28px;
  }

  .tv-lseo-business-logo svg{
    width: 28px;
    height: 28px;
  }

  .tv-lseo-business-body{
    padding: 42px 16px 18px;
  }

  .tv-lseo-business-body h3{
    font-size: 20px;
  }

  .tv-lseo-rating-row,
  .tv-lseo-category,
  .tv-lseo-meta-row p{
    font-size: 14px;
  }

  .tv-lseo-map-card{
    min-height: 360px;
  }

  .tv-lseo-map-bg{
    min-height: 360px;
  }

  .tv-lseo-city{
    display: none;
  }

  .tv-lseo-small-pin.pin-4,
  .tv-lseo-small-pin.pin-5{
    display: none;
  }

  .tv-lseo-visibility-zone{
    width: 230px;
    height: 230px;
    top: 72px;
  }

  .tv-lseo-visibility-ring{
    width: 160px;
    height: 160px;
    top: 108px;
  }

  .tv-lseo-main-pin{
    width: 52px;
    height: 52px;
    top: 168px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8f6d13 *//* =========================================================
   TAGVOLT / FRANKLIN - BLINKCALL SECTION
========================================================= */

.tv-blinkcall-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 16% 18%, rgba(29,109,242,0.04), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(29,109,242,0.04), transparent 22%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-blinkcall-container{
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT COLUMN
========================================================= */
.tv-blinkcall-content{
  max-width: 640px;
  padding-top: 18px;
}

.tv-blinkcall-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-blinkcall-kicker-num{
  color: var(--tv-blue);
}

.tv-blinkcall-kicker-divider,
.tv-blinkcall-kicker-text{
  color: var(--tv-navy);
}

.tv-blinkcall-kicker-line{
  width: 132px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--tv-blue) 0 34%, rgba(29,109,242,0.35) 34% 100%);
  margin-bottom: 28px;
}

.tv-blinkcall-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-blinkcall-title span{
  color: var(--tv-blue);
}

.tv-blinkcall-title .tv-orange{
  color: var(--tv-orange);
}

.tv-blinkcall-lead{
  margin: 28px 0 0;
  max-width: 610px;
  color: #40506d;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 400;
}

.tv-blinkcall-lead strong{
  color: var(--tv-navy);
  font-weight: 700;
}

.tv-blinkcall-divider{
  width: 100%;
  max-width: 620px;
  height: 1px;
  background: rgba(8,22,51,0.12);
  margin: 28px 0 22px;
}

/* =========================================================
   BENEFITS
========================================================= */
.tv-blinkcall-benefits{
  display: grid;
  gap: 18px;
  max-width: 620px;
}

.tv-blinkcall-benefit{
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.tv-blinkcall-benefit-icon{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  flex: 0 0 58px;
  border: 1.5px solid rgba(29,109,242,0.22);
  background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-blinkcall-benefit-icon svg{
  width: 28px;
  height: 28px;
}

.tv-blinkcall-benefit-content h3{
  margin: 0 0 6px;
  color: var(--tv-navy);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-blinkcall-benefit-content p{
  margin: 0;
  color: #40506d;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
}

/* =========================================================
   STATEMENT
========================================================= */
.tv-blinkcall-statement{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  max-width: 620px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(8,22,51,0.05);
  box-shadow:
    0 16px 34px rgba(16,35,88,0.05),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-blinkcall-statement-line{
  width: 3px;
  align-self: stretch;
  border-radius: 999px;
  background: var(--tv-orange);
}

.tv-blinkcall-statement-icon{
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex: 0 0 62px;
  background: linear-gradient(180deg, #fff9f2 0%, #fff4e9 100%);
  color: var(--tv-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,107,0,0.18);
}

.tv-blinkcall-statement-icon svg{
  width: 30px;
  height: 30px;
}

.tv-blinkcall-statement p{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-blinkcall-statement p span{
  color: var(--tv-blue);
}

/* =========================================================
   RIGHT VISUAL WRAP
========================================================= */
.tv-blinkcall-visual-wrap{
  position: relative;
  min-height: 980px;
  padding-top: 18px;
}

.tv-blinkcall-rings{
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tv-blinkcall-ring-1{
  width: 720px;
  height: 720px;
  left: 110px;
  top: 50px;
  background: radial-gradient(circle, rgba(29,109,242,0.04) 0%, rgba(29,109,242,0.025) 46%, transparent 74%);
}

.tv-blinkcall-ring-2{
  width: 520px;
  height: 520px;
  left: 210px;
  top: 145px;
  border: 1px solid rgba(29,109,242,0.08);
}

/* =========================================================
   PHONE
========================================================= */
.tv-blinkcall-phone{
  position: absolute;
  left: 180px;
  top: 110px;
  z-index: 3;
}

.tv-blinkcall-phone-frame{
  position: relative;
  width: 250px;
  height: 510px;
  padding: 10px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, #3a3a3a 0%, #0f1117 30%, #242833 100%);
  box-shadow:
    0 22px 50px rgba(16,35,88,0.16),
    inset 0 0 0 2px rgba(255,255,255,0.14),
    inset 0 0 0 6px rgba(0,0,0,0.18);
}

.tv-blinkcall-phone-frame::before{
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
}

.tv-blinkcall-phone-notch{
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 126px;
  height: 26px;
  border-radius: 0 0 18px 18px;
  background: #0a0d14;
  z-index: 5;
}

.tv-blinkcall-phone-screen{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(18,80,220,0.18), transparent 36%),
    radial-gradient(circle at 50% 55%, rgba(18,80,220,0.10), transparent 52%),
    linear-gradient(180deg, #04143a 0%, #082563 55%, #07163d 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tv-blinkcall-phone-calltop{
  padding-top: 68px;
  text-align: center;
  color: #fff;
}

.tv-blinkcall-phone-calltop span{
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  font-weight: 500;
}

.tv-blinkcall-phone-calltop strong{
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.tv-blinkcall-phone-calltop small{
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  font-weight: 500;
}

.tv-blinkcall-phone-logo{
  margin-top: 54px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}

.tv-blinkcall-phone-logo-inner{
  width: 46px;
  height: 46px;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-blinkcall-phone-logo-inner svg{
  width: 46px;
  height: 46px;
}

.tv-blinkcall-phone-actions{
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 38px 34px;
}

.tv-blinkcall-phone-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tv-blinkcall-phone-btn-icon{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.tv-blinkcall-phone-btn.decline .tv-blinkcall-phone-btn-icon{
  background: linear-gradient(180deg, #ff5f52 0%, #ef3d32 100%);
}

.tv-blinkcall-phone-btn.accept .tv-blinkcall-phone-btn-icon{
  background: linear-gradient(180deg, #45d96b 0%, #1fb94c 100%);
}

.tv-blinkcall-phone-btn span{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* =========================================================
   PROCESS CARDS
========================================================= */
.tv-blinkcall-process{
  position: absolute;
  left: 520px;
  top: 52px;
  width: 270px;
  z-index: 4;
}

.tv-blinkcall-process-card{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(8,22,51,0.04);
  box-shadow:
    0 20px 42px rgba(16,35,88,0.08),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-bc-card-1{ margin-bottom: 38px; }
.tv-bc-card-2{ margin-bottom: 38px; }
.tv-bc-card-3{ margin-bottom: 46px; }

.tv-blinkcall-process-icon{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-blinkcall-process-icon svg{
  width: 28px;
  height: 28px;
}

.tv-blinkcall-process-icon.orange{
  background: linear-gradient(180deg, #fff8ef 0%, #fff3e7 100%);
  color: var(--tv-orange);
  border: 1px solid rgba(255,107,0,0.16);
}

.tv-blinkcall-process-icon.blue{
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: var(--tv-blue);
  border: 1px solid rgba(29,109,242,0.14);
}

.tv-blinkcall-process-icon.green{
  background: linear-gradient(180deg, #effcf3 0%, #e7f9ec 100%);
  color: #22c55e;
  border: 1px solid rgba(34,197,94,0.14);
}

.tv-blinkcall-process-content h4{
  margin: 0 0 8px;
  color: var(--tv-navy);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-blinkcall-process-content p{
  margin: 0;
  color: #455571;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   CONNECTOR SYSTEM
========================================================= */
.tv-blinkcall-connector{
  position: absolute;
  left: 468px;
  top: 104px;
  width: 54px;
  height: 486px;
  border-left: 2px dashed rgba(29,109,242,0.55);
  border-top: 2px dashed rgba(29,109,242,0.55);
  border-bottom: 2px dashed rgba(29,109,242,0.55);
  border-radius: 18px 0 0 18px;
  z-index: 2;
}

.tv-blinkcall-connector::before,
.tv-blinkcall-connector::after{
  content: "";
  position: absolute;
  left: 100%;
  width: 44px;
  border-top: 2px dashed rgba(29,109,242,0.55);
}

.tv-blinkcall-connector::before{
  top: 152px;
}

.tv-blinkcall-connector::after{
  top: 314px;
}

.tv-bc-node{
  position: absolute;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--tv-blue);
  box-shadow: 0 0 0 4px rgba(29,109,242,0.08);
}

.tv-bc-node.node-top{ top: -6px; }
.tv-bc-node.node-mid-1{ top: 146px; }
.tv-bc-node.node-mid-2{ top: 308px; }
.tv-bc-node.node-bottom{ bottom: -6px; }

/* =========================================================
   BRAND PANEL
========================================================= */
.tv-blinkcall-brand-panel{
  position: absolute;
  right: 0;
  top: 198px;
  width: 250px;
  min-height: 360px;
  padding: 40px 30px 34px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(236,243,255,0.95) 0%, rgba(242,246,255,0.95) 100%);
  border: 1px solid rgba(8,22,51,0.04);
  box-shadow:
    0 24px 48px rgba(16,35,88,0.08),
    inset 0 1px 0 rgba(255,255,255,0.85);
  z-index: 3;
}

.tv-blinkcall-brand-icon{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.72);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.tv-blinkcall-brand-icon svg{
  width: 34px;
  height: 34px;
}

.tv-blinkcall-brand-panel h3{
  margin: 0;
  color: var(--tv-blue);
  text-align: center;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tv-blinkcall-brand-panel h3 span{
  font-size: 16px;
  vertical-align: top;
}

.tv-blinkcall-brand-panel > p{
  margin: 10px 0 0;
  text-align: center;
  color: #30415e;
  font-size: 16px;
  line-height: 1.5;
}

.tv-blinkcall-brand-line{
  width: 82px;
  height: 2px;
  border-radius: 999px;
  background: rgba(29,109,242,0.28);
  margin: 28px auto 26px;
}

.tv-blinkcall-brand-panel ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tv-blinkcall-brand-panel li{
  color: #30415e;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1400px){
  .tv-blinkcall-container{
    grid-template-columns: 1fr;
  }

  .tv-blinkcall-content{
    max-width: 760px;
    padding-top: 0;
  }

  .tv-blinkcall-visual-wrap{
    min-height: 980px;
  }
}

@media (max-width: 1180px){
  .tv-blinkcall-phone{
    left: 120px;
  }

  .tv-blinkcall-process{
    left: 440px;
  }

  .tv-blinkcall-connector{
    left: 388px;
  }

  .tv-blinkcall-brand-panel{
    width: 220px;
    padding: 34px 22px 28px;
  }
}

@media (max-width: 991px){
  .tv-blinkcall-section{
    padding: 90px 0 70px;
  }

  .tv-blinkcall-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-blinkcall-title{
    font-size: 48px;
  }

  .tv-blinkcall-lead{
    font-size: 16px;
  }

  .tv-blinkcall-visual-wrap{
    min-height: auto;
    padding-top: 0;
    display: grid;
    gap: 22px;
  }

  .tv-blinkcall-rings{
    display: none;
  }

  .tv-blinkcall-phone,
  .tv-blinkcall-process,
  .tv-blinkcall-connector,
  .tv-blinkcall-brand-panel{
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: auto;
  }

  .tv-blinkcall-phone{
    display: flex;
    justify-content: center;
    order: 1;
  }

  .tv-blinkcall-process{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    order: 2;
  }

  .tv-bc-card-1,
  .tv-bc-card-2,
  .tv-bc-card-3{
    margin-bottom: 0;
  }

  .tv-blinkcall-brand-panel{
    order: 3;
    width: 100%;
    min-height: auto;
    text-align: center;
  }

  .tv-blinkcall-brand-panel ul{
    justify-content: center;
  }

  .tv-blinkcall-connector{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-blinkcall-section{
    padding: 76px 0 56px;
  }

  .tv-blinkcall-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-blinkcall-kicker{
    font-size: 12px;
  }

  .tv-blinkcall-kicker-line{
    width: 112px;
    margin-bottom: 22px;
  }

  .tv-blinkcall-lead{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-blinkcall-benefit{
    gap: 14px;
  }

  .tv-blinkcall-benefit-icon{
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .tv-blinkcall-benefit-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-blinkcall-statement{
    align-items: flex-start;
    padding: 18px 16px;
  }

  .tv-blinkcall-statement-icon{
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .tv-blinkcall-statement p{
    font-size: 20px;
  }

  .tv-blinkcall-phone-frame{
    width: 220px;
    height: 450px;
    border-radius: 34px;
  }

  .tv-blinkcall-phone-screen{
    border-radius: 26px;
  }

  .tv-blinkcall-phone-calltop{
    padding-top: 60px;
  }

  .tv-blinkcall-phone-calltop span{
    font-size: 14px;
  }

  .tv-blinkcall-phone-calltop strong{
    font-size: 20px;
  }

  .tv-blinkcall-phone-logo{
    width: 82px;
    height: 82px;
    margin-top: 44px;
  }

  .tv-blinkcall-phone-logo-inner{
    width: 40px;
    height: 40px;
  }

  .tv-blinkcall-phone-logo-inner svg{
    width: 40px;
    height: 40px;
  }

  .tv-blinkcall-phone-actions{
    padding: 0 26px 28px;
  }

  .tv-blinkcall-phone-btn-icon{
    width: 48px;
    height: 48px;
  }

  .tv-blinkcall-process{
    grid-template-columns: 1fr;
  }

  .tv-blinkcall-process-card{
    padding: 18px 16px;
    border-radius: 18px;
  }

  .tv-blinkcall-process-icon{
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .tv-blinkcall-process-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-blinkcall-process-content h4{
    font-size: 17px;
  }

  .tv-blinkcall-process-content p{
    font-size: 14px;
  }

  .tv-blinkcall-brand-panel{
    padding: 28px 18px 24px;
    border-radius: 20px;
  }

  .tv-blinkcall-brand-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }

  .tv-blinkcall-brand-panel h3{
    font-size: 24px;
  }

  .tv-blinkcall-brand-panel > p,
  .tv-blinkcall-brand-panel li{
    font-size: 15px;
  }
}

@media (max-width: 480px){
  .tv-blinkcall-statement{
    flex-wrap: wrap;
    gap: 14px;
  }

  .tv-blinkcall-statement-line{
    display: none;
  }

  .tv-blinkcall-statement-icon{
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .tv-blinkcall-phone-frame{
    width: 200px;
    height: 410px;
  }

  .tv-blinkcall-phone-notch{
    width: 108px;
    height: 22px;
  }

  .tv-blinkcall-phone-calltop strong{
    font-size: 18px;
  }

  .tv-blinkcall-phone-logo{
    width: 74px;
    height: 74px;
  }

  .tv-blinkcall-phone-btn span{
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-270b7c4 *//* =========================================================
   TAGVOLT / FRANKLIN - AUTOMATION SECTION
========================================================= */

.tv-automation-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 14% 20%, rgba(29,109,242,0.035), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(29,109,242,0.03), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-automation-container{
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT COLUMN
========================================================= */
.tv-automation-content{
  max-width: 650px;
  padding-top: 8px;
}

.tv-automation-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-automation-kicker-num{
  color: var(--tv-blue);
}

.tv-automation-kicker-divider,
.tv-automation-kicker-text{
  color: var(--tv-navy);
}

.tv-automation-kicker-line{
  width: 150px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--tv-blue) 0 32%, rgba(29,109,242,0.35) 32% 100%);
  margin-bottom: 28px;
}

.tv-automation-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-automation-title span{
  color: var(--tv-blue);
}

.tv-automation-title .tv-automation-orange{
  color: var(--tv-orange);
}

.tv-automation-lead{
  margin: 24px 0 0;
  color: #40506d;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 400;
  max-width: 610px;
}

.tv-automation-divider{
  width: 100%;
  max-width: 620px;
  height: 1px;
  background: rgba(8,22,51,0.12);
  margin: 18px 0 18px;
}

.tv-automation-body{
  margin: 0;
  color: #40506d;
  font-size: 17px;
  line-height: 1.72;
  max-width: 620px;
}

/* =========================================================
   BENEFITS GRID
========================================================= */
.tv-automation-benefits{
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  border-radius: 0;
}

.tv-automation-benefit{
  text-align: center;
  padding: 0 18px;
  position: relative;
}

.tv-automation-benefit:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 270px;
  background: rgba(8,22,51,0.10);
}

.tv-automation-benefit-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1f6df4 0%, #0f58ef 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 28px rgba(29,109,242,0.20);
}

.tv-automation-benefit-icon svg{
  width: 26px;
  height: 26px;
}

.tv-automation-benefit-number{
  color: var(--tv-blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.tv-automation-benefit h3{
  margin: 0 auto 12px;
  color: var(--tv-navy);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 180px;
}

.tv-automation-benefit p{
  margin: 0 auto;
  color: #40506d;
  font-size: 15px;
  line-height: 1.72;
  max-width: 190px;
}

/* =========================================================
   STATEMENT CARD
========================================================= */
.tv-automation-statement{
  margin-top: 34px;
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f6f9ff 0%, #edf3ff 100%);
  border: 1px solid rgba(29,109,242,0.08);
  box-shadow:
    0 18px 38px rgba(16,35,88,0.05),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-automation-statement-icon{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  flex: 0 0 78px;
  border: 1.5px solid rgba(29,109,242,0.28);
  background: rgba(255,255,255,0.58);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-automation-statement-icon svg{
  width: 34px;
  height: 34px;
}

.tv-automation-statement-divider{
  width: 1px;
  align-self: stretch;
  background: rgba(29,109,242,0.18);
}

.tv-automation-statement p{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-automation-statement p span{
  color: var(--tv-blue);
}

/* =========================================================
   RIGHT FLOW CARD
========================================================= */
.tv-automation-flow-card{
  position: relative;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 34px;
  padding: 48px 54px;
  box-shadow:
    0 24px 60px rgba(16,35,88,0.06),
    inset 0 1px 0 rgba(255,255,255,0.84);
  min-height: 880px;
}

.tv-automation-flow{
  display: flex;
  flex-direction: column;
  position: relative;
}

/* =========================================================
   FLOW STEPS
========================================================= */
.tv-automation-step{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
}

.tv-automation-step-left{
  display: flex;
  justify-content: center;
  align-items: center;
}

.tv-automation-node{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, #f5f8ff 0%, #eef3fc 100%);
  border: 10px solid rgba(248,249,252,0.95);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 34px rgba(16,35,88,0.04),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-automation-node svg{
  width: 64px;
  height: 64px;
}

.tv-automation-step-right{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.tv-automation-step-number{
  width: 56px;
  height: 40px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f1f5ff 0%, #eaf0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-automation-step-content h3{
  margin: 0 0 12px;
  color: var(--tv-navy);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-automation-step-content p{
  margin: 0;
  color: #3f506d;
  font-size: 18px;
  line-height: 1.72;
  max-width: 420px;
}

/* =========================================================
   CONNECTOR BETWEEN STEPS
========================================================= */
.tv-automation-connector{
  height: 46px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
}

.tv-automation-connector span{
  justify-self: center;
  position: relative;
  width: 2px;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(29,109,242,0.35) 0%, rgba(29,109,242,0.35) 100%);
  border-radius: 999px;
}

.tv-automation-connector span::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--tv-blue);
  box-shadow: 0 0 0 4px rgba(29,109,242,0.08);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1400px){
  .tv-automation-container{
    grid-template-columns: 1fr;
  }

  .tv-automation-content{
    max-width: 760px;
  }
}

@media (max-width: 1100px){
  .tv-automation-flow-card{
    padding: 40px 30px;
  }

  .tv-automation-step{
    grid-template-columns: 150px 1fr;
    gap: 24px;
  }

  .tv-automation-connector{
    grid-template-columns: 150px 1fr;
    gap: 24px;
  }

  .tv-automation-node{
    width: 128px;
    height: 128px;
  }

  .tv-automation-node svg{
    width: 56px;
    height: 56px;
  }

  .tv-automation-step-content h3{
    font-size: 20px;
  }

  .tv-automation-step-content p{
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .tv-automation-section{
    padding: 90px 0 70px;
  }

  .tv-automation-container{
    width: min(100%, calc(100% - 24px));
    gap: 34px;
  }

  .tv-automation-title{
    font-size: 48px;
  }

  .tv-automation-lead,
  .tv-automation-body{
    font-size: 16px;
  }

  .tv-automation-benefits{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tv-automation-benefit{
    padding: 0;
    max-width: 420px;
    margin: 0 auto;
  }

  .tv-automation-benefit:not(:last-child)::after{
    display: none;
  }

  .tv-automation-flow-card{
    min-height: auto;
    border-radius: 28px;
    padding: 34px 22px;
  }

  .tv-automation-step{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tv-automation-step-left{
    justify-content: flex-start;
  }

  .tv-automation-connector{
    grid-template-columns: 1fr;
    gap: 0;
    height: 34px;
    padding-left: 62px;
  }

  .tv-automation-connector span{
    justify-self: start;
  }
}

@media (max-width: 767px){
  .tv-automation-section{
    padding: 76px 0 56px;
  }

  .tv-automation-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-automation-kicker{
    font-size: 12px;
  }

  .tv-automation-kicker-line{
    width: 120px;
    margin-bottom: 22px;
  }

  .tv-automation-lead,
  .tv-automation-body{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-automation-benefit-icon{
    width: 50px;
    height: 50px;
  }

  .tv-automation-benefit-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-automation-benefit-number{
    font-size: 24px;
  }

  .tv-automation-benefit h3{
    font-size: 15px;
  }

  .tv-automation-benefit p{
    font-size: 14px;
  }

  .tv-automation-statement{
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px 16px;
  }

  .tv-automation-statement-icon{
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .tv-automation-statement-icon svg{
    width: 28px;
    height: 28px;
  }

  .tv-automation-statement-divider{
    display: none;
  }

  .tv-automation-statement p{
    font-size: 20px;
  }

  .tv-automation-flow-card{
    padding: 26px 18px;
    border-radius: 22px;
  }

  .tv-automation-node{
    width: 102px;
    height: 102px;
    border-width: 8px;
  }

  .tv-automation-node svg{
    width: 44px;
    height: 44px;
  }

  .tv-automation-step-right{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tv-automation-step-number{
    width: 54px;
    height: 38px;
    font-size: 15px;
  }

  .tv-automation-step-content h3{
    font-size: 18px;
    margin-bottom: 8px;
  }

  .tv-automation-step-content p{
    font-size: 15px;
    line-height: 1.65;
  }

  .tv-automation-connector{
    padding-left: 46px;
    height: 28px;
  }

  .tv-automation-connector span::before{
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px){
  .tv-automation-statement p br{
    display: none;
  }

  .tv-automation-node{
    width: 92px;
    height: 92px;
  }

  .tv-automation-node svg{
    width: 38px;
    height: 38px;
  }

  .tv-automation-step-content h3{
    font-size: 17px;
  }

  .tv-automation-step-content p{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f0da58 *//* =========================================================
   TAGVOLT / FRANKLIN - SECTION 07
   HOW THE SYSTEM WORKS TOGETHER
========================================================= */

.tv-system-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0E5CFF;
  --tv-orange: #FF6B00;
  --tv-navy: #041536;
  --tv-dark: #03102A;
  --tv-dark-2: #071C4D;
  --tv-white: #FFFFFF;
  --tv-border: rgba(58, 123, 255, 0.38);
  --tv-border-soft: rgba(58, 123, 255, 0.18);
  --tv-glow: rgba(29,109,242,0.45);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 50% 58%, rgba(29,109,242,0.12), transparent 26%),
    radial-gradient(circle at 50% 35%, rgba(29,109,242,0.08), transparent 36%),
    linear-gradient(180deg, #031235 0%, #04194b 52%, #021133 100%);
}

.tv-system-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.02), transparent 24%),
    radial-gradient(circle at 85% 22%, rgba(255,255,255,0.02), transparent 24%);
  pointer-events: none;
}

.tv-system-container{
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================================================
   HEADER
========================================================= */
.tv-system-header{
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.tv-system-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tv-system-kicker-num{
  color: var(--tv-orange);
}

.tv-system-kicker-divider,
.tv-system-kicker-text{
  color: rgba(255,255,255,0.95);
}

.tv-system-title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5vw, 82px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-system-title span{
  color: var(--tv-blue);
}

.tv-system-title .tv-system-orange{
  color: var(--tv-orange);
}

.tv-system-title-line{
  width: 98px;
  height: 4px;
  border-radius: 999px;
  margin: 24px auto 24px;
  background:
    linear-gradient(90deg, rgba(29,109,242,0.65) 0%, var(--tv-blue) 45%, rgba(29,109,242,0.65) 100%);
  box-shadow: 0 0 18px rgba(29,109,242,0.45);
}

.tv-system-intro{
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255,255,255,0.92);
  font-size: 19px;
  line-height: 1.65;
  font-weight: 400;
}

.tv-system-intro-second{
  margin-top: 18px;
  max-width: 1020px;
}

/* =========================================================
   SYSTEM MAP LAYOUT
========================================================= */
.tv-system-map{
  position: relative;
  margin-top: 42px;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  align-items: center;
  gap: 20px;
}

.tv-system-side{
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 3;
}

.tv-system-side-left{
  align-items: flex-end;
}

.tv-system-side-right{
  align-items: flex-start;
}

/* =========================================================
   SIDE CARDS
========================================================= */
.tv-system-card{
  width: min(100%, 420px);
  min-height: 182px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(7,31,90,0.88) 0%, rgba(5,22,67,0.92) 100%);
  border: 1px solid rgba(45,115,255,0.55);
  box-shadow:
    0 24px 54px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 0 0 1px rgba(29,109,242,0.06);
  backdrop-filter: blur(6px);
  position: relative;
}

.tv-system-card-icon{
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 30%, rgba(71,135,255,0.26), rgba(29,109,242,0.12) 60%, rgba(29,109,242,0.08) 100%);
  border: 1px solid rgba(70,131,255,0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 16px 36px rgba(8,30,88,0.25);
}

.tv-system-card-icon svg{
  width: 56px;
  height: 56px;
}

.tv-system-card-content{
  max-width: 220px;
}

.tv-system-card-content h3{
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-system-card-line{
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 16px 0 14px;
  box-shadow: 0 0 14px rgba(29,109,242,0.45);
}

.tv-system-card-content p{
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================================================
   CENTER HUB
========================================================= */
.tv-system-center{
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.tv-system-center-ring{
  position: absolute;
  inset: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(20,70,200,0.25) 0%, rgba(10,35,110,0.10) 65%, transparent 100%);
  box-shadow:
    0 0 80px rgba(29,109,242,0.22),
    inset 0 0 30px rgba(29,109,242,0.18);
}

.tv-system-center-ring-dashed{
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1.5px dashed rgba(45,115,255,0.42);
  opacity: 0.9;
}

.tv-system-center-core{
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(16,60,180,0.38), rgba(6,25,78,0.98) 68%),
    linear-gradient(180deg, rgba(7,31,90,0.98) 0%, rgba(5,22,67,1) 100%);
  border: 4px solid rgba(66,132,255,0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 8px rgba(29,109,242,0.08),
    0 0 42px rgba(29,109,242,0.35),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.tv-system-logo-mark{
  position: relative;
  width: 70px;
  height: 86px;
  margin-bottom: 20px;
}

.tv-system-logo-shape{
  position: absolute;
  top: 0;
  width: 38px;
  height: 72px;
  clip-path: polygon(0 0, 100% 0, 60% 50%, 100% 100%, 0 100%);
  border-radius: 8px;
}

.tv-blue-shape{
  left: 0;
  background: linear-gradient(180deg, #1D6DF2 0%, #0C56E8 100%);
}

.tv-orange-shape{
  right: 0;
  background: linear-gradient(180deg, #FF8A2B 0%, #FF6B00 100%);
  transform: scaleX(-1);
}

.tv-system-core-text{
  text-align: center;
}

.tv-system-core-brand{
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-system-core-brand .blue{
  color: var(--tv-blue);
}

.tv-system-core-brand .white{
  color: #ffffff;
}

.tv-system-core-sub{
  margin-top: 8px;
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.tv-system-node{
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(29,109,242,0.14),
    0 0 18px rgba(29,109,242,0.6);
  z-index: 5;
}

.tv-node-top-left{
  left: 62px;
  top: 130px;
}

.tv-node-bottom-left{
  left: 62px;
  bottom: 130px;
}

.tv-node-top-right{
  right: 62px;
  top: 130px;
}

.tv-node-bottom-right{
  right: 62px;
  bottom: 130px;
}

/* =========================================================
   CONNECTOR CURVES
========================================================= */
.tv-system-connectors{
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.tv-system-connector-svg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tv-system-connector-svg path{
  fill: none;
  stroke: #2d7cff;
  stroke-width: 2.5;
  stroke-linecap: round;
  opacity: 0.95;
  filter: drop-shadow(0 0 10px rgba(29,109,242,0.28));
}

.tv-connector-node{
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(29,109,242,0.12),
    0 0 16px rgba(29,109,242,0.45);
}

.node-lt-outer{ left: calc(33.333% - 18px); top: 122px; }
.node-lt-inner{ left: calc(50% - 120px); top: 166px; }

.node-lb-outer{ left: calc(33.333% - 18px); bottom: 122px; }
.node-lb-inner{ left: calc(50% - 120px); bottom: 166px; }

.node-rt-outer{ right: calc(33.333% - 18px); top: 122px; }
.node-rt-inner{ right: calc(50% - 120px); top: 166px; }

.node-rb-outer{ right: calc(33.333% - 18px); bottom: 122px; }
.node-rb-inner{ right: calc(50% - 120px); bottom: 166px; }

/* =========================================================
   BOTTOM PANEL
========================================================= */
.tv-system-bottom-panel{
  width: min(1120px, 100%);
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(6,26,76,0.95) 0%, rgba(4,20,60,0.96) 100%);
  border: 1px solid rgba(45,115,255,0.42);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.tv-system-bottom-icon{
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tv-blue);
  background:
    radial-gradient(circle at 35% 30%, rgba(71,135,255,0.22), rgba(29,109,242,0.10) 60%, rgba(29,109,242,0.08) 100%);
  border: 1px solid rgba(70,131,255,0.22);
}

.tv-system-bottom-icon svg{
  width: 56px;
  height: 56px;
}

.tv-system-bottom-divider{
  width: 1px;
  align-self: stretch;
  background: rgba(85,145,255,0.35);
}

.tv-system-bottom-panel p{
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.tv-system-bottom-panel p span{
  color: var(--tv-blue);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1280px){
  .tv-system-map{
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
  }

  .tv-system-side-left,
  .tv-system-side-right{
    align-items: center;
  }

  .tv-system-center{
    order: 2;
  }

  .tv-system-side-left{
    order: 1;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tv-system-side-right{
    order: 3;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tv-system-connectors{
    display: none;
  }
}

@media (max-width: 991px){
  .tv-system-section{
    padding: 90px 0 70px;
  }

  .tv-system-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-system-title{
    font-size: 44px;
  }

  .tv-system-intro{
    font-size: 16px;
  }

  .tv-system-center{
    width: 340px;
    height: 340px;
  }

  .tv-system-center-core{
    width: 240px;
    height: 240px;
  }

  .tv-system-core-brand{
    font-size: 34px;
  }

  .tv-system-core-sub{
    font-size: 14px;
  }

  .tv-system-node{
    width: 14px;
    height: 14px;
  }

  .tv-node-top-left,
  .tv-node-bottom-left{
    left: 48px;
  }

  .tv-node-top-right,
  .tv-node-bottom-right{
    right: 48px;
  }

  .tv-node-top-left,
  .tv-node-top-right{
    top: 104px;
  }

  .tv-node-bottom-left,
  .tv-node-bottom-right{
    bottom: 104px;
  }

  .tv-system-card{
    min-height: 168px;
    padding: 24px 20px;
  }

  .tv-system-card-icon{
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .tv-system-card-icon svg{
    width: 46px;
    height: 46px;
  }

  .tv-system-card-content h3{
    font-size: 22px;
  }

  .tv-system-card-content p{
    font-size: 15px;
  }

  .tv-system-bottom-panel{
    padding: 20px 20px;
    border-radius: 22px;
  }

  .tv-system-bottom-icon{
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .tv-system-bottom-icon svg{
    width: 46px;
    height: 46px;
  }

  .tv-system-bottom-panel p{
    font-size: 24px;
  }
}

@media (max-width: 767px){
  .tv-system-section{
    padding: 76px 0 56px;
  }

  .tv-system-kicker{
    font-size: 12px;
    margin-bottom: 18px;
  }

  .tv-system-title{
    font-size: 32px;
    line-height: 1.08;
  }

  .tv-system-title-line{
    width: 82px;
    margin: 20px auto 20px;
  }

  .tv-system-intro{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-system-map{
    margin-top: 34px;
  }

  .tv-system-side-left,
  .tv-system-side-right{
    gap: 18px;
  }

  .tv-system-card{
    width: 100%;
    min-height: auto;
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .tv-system-card-content{
    max-width: 100%;
  }

  .tv-system-card-line{
    margin-left: auto;
    margin-right: auto;
  }

  .tv-system-card-icon{
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }

  .tv-system-card-icon svg{
    width: 40px;
    height: 40px;
  }

  .tv-system-card-content h3{
    font-size: 20px;
  }

  .tv-system-card-content p{
    font-size: 14px;
  }

  .tv-system-center{
    width: 280px;
    height: 280px;
  }

  .tv-system-center-ring-dashed{
    inset: 10px;
  }

  .tv-system-center-ring{
    inset: 50px;
  }

  .tv-system-center-core{
    width: 200px;
    height: 200px;
    border-width: 3px;
  }

  .tv-system-logo-mark{
    width: 56px;
    height: 70px;
    margin-bottom: 14px;
  }

  .tv-system-logo-shape{
    width: 30px;
    height: 60px;
  }

  .tv-system-core-brand{
    font-size: 28px;
  }

  .tv-system-core-sub{
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .tv-system-node{
    width: 12px;
    height: 12px;
  }

  .tv-node-top-left,
  .tv-node-bottom-left{
    left: 36px;
  }

  .tv-node-top-right,
  .tv-node-bottom-right{
    right: 36px;
  }

  .tv-node-top-left,
  .tv-node-top-right{
    top: 84px;
  }

  .tv-node-bottom-left,
  .tv-node-bottom-right{
    bottom: 84px;
  }

  .tv-system-bottom-panel{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 16px;
    margin-top: 28px;
    padding: 20px 18px;
  }

  .tv-system-bottom-divider{
    display: none;
  }

  .tv-system-bottom-icon{
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .tv-system-bottom-icon svg{
    width: 38px;
    height: 38px;
  }

  .tv-system-bottom-panel p{
    font-size: 20px;
  }

  .tv-system-bottom-panel p br{
    display: none;
  }
}

@media (max-width: 480px){
  .tv-system-title{
    font-size: 28px;
  }

  .tv-system-center{
    width: 240px;
    height: 240px;
  }

  .tv-system-center-core{
    width: 172px;
    height: 172px;
  }

  .tv-system-core-brand{
    font-size: 24px;
  }

  .tv-system-core-sub{
    font-size: 11px;
  }

  .tv-system-node{
    display: none;
  }

  .tv-system-card-content h3{
    font-size: 18px;
  }

  .tv-system-bottom-panel p{
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bf4b86 *//* =========================================================
   TAGVOLT / FRANKLIN - SECTION 08 FINAL CTA
========================================================= */

.tv-final-cta {
  --tv-orange: #ff6b00;
  --tv-orange-2: #ff8c1a;
  --tv-orange-soft: rgba(255, 107, 0, 0.14);
  --tv-orange-border: rgba(255, 107, 0, 0.22);

  --tv-blue: #1d6df2;
  --tv-blue-dark: #071a45;
  --tv-text: #071a45;
  --tv-text-soft: #3f4b63;
  --tv-panel: #fdfdfd;
  --tv-bg: #ff6a00;
  --tv-white: #ffffff;

  position: relative;
  overflow: hidden;
  padding: 56px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 235, 180, 0.55) 0%, rgba(255, 235, 180, 0.12) 12%, transparent 28%),
    linear-gradient(180deg, #ff7a00 0%, #ff6900 52%, #ff6200 100%);
  font-family: "Inter", sans-serif;
}

/* subtle texture */
.tv-final-cta::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 80%, rgba(255,255,255,0.10) 0 1px, transparent 1.5px) 0 0/16px 16px,
    radial-gradient(circle at 88% 82%, rgba(255,255,255,0.08) 0 1px, transparent 1.5px) 0 0/16px 16px;
  opacity: 0.18;
  pointer-events: none;
}

/* side line decorations */
.tv-final-cta__bg-lines{
  position: absolute;
  top: 50%;
  width: 460px;
  height: 760px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.42;
}

.tv-final-cta__bg-lines::before,
.tv-final-cta__bg-lines::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.tv-final-cta__bg-lines--left{
  left: -210px;
  background:
    repeating-radial-gradient(
      circle at 100% 50%,
      rgba(255,255,255,0.30) 0 2px,
      transparent 2px 26px
    );
  -webkit-mask: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 34%, rgba(0,0,0,1) 100%);
          mask: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 34%, rgba(0,0,0,1) 100%);
}

.tv-final-cta__bg-lines--right{
  right: -210px;
  background:
    repeating-radial-gradient(
      circle at 0% 50%,
      rgba(255,255,255,0.30) 0 2px,
      transparent 2px 26px
    );
  -webkit-mask: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66%, transparent 100%);
          mask: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66%, transparent 100%);
}

.tv-final-cta__container{
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.tv-final-cta__panel{
  position: relative;
  padding: 62px 56px 46px;
  border-radius: 52px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96), rgba(249,249,249,0.98) 50%, #f8f8f8 100%);
  box-shadow:
    0 18px 60px rgba(111, 33, 0, 0.18),
    0 0 0 1px rgba(255,255,255,0.55);
  text-align: center;
  overflow: hidden;
}

.tv-final-cta__panel::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(255,255,255,0.95) 0%, transparent 34%);
  pointer-events: none;
}

/* =========================================================
   KICKER
========================================================= */
.tv-final-cta__kicker{
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tv-final-cta__kicker-number{
  color: var(--tv-orange);
}

.tv-final-cta__kicker-divider,
.tv-final-cta__kicker-text{
  color: rgba(7, 26, 69, 0.66);
}

.tv-final-cta__accent-line{
  width: 104px;
  height: 3px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,107,0,0.1) 0%, #ff6b00 50%, rgba(255,107,0,0.1) 100%);
  box-shadow: 0 0 18px rgba(255,107,0,0.18);
}

/* =========================================================
   TITLE / TEXT
========================================================= */
.tv-final-cta__title{
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 980px;
  color: var(--tv-text);
  font-size: clamp(48px, 5vw, 84px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-final-cta__title span{
  color: var(--tv-orange);
}

.tv-final-cta__text{
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 28px auto 0;
  color: var(--tv-text-soft);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   BUTTON
========================================================= */
.tv-final-cta__button{
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  margin: 34px auto 0;
  padding: 26px 34px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(180deg, #ff8a10 0%, #ff6b00 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow:
    0 16px 36px rgba(255, 107, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.tv-final-cta__button:hover{
  transform: translateY(-2px);
  box-shadow:
    0 20px 44px rgba(255, 107, 0, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.2);
  filter: saturate(1.03);
}

.tv-final-cta__button-icon{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-final-cta__button-icon svg{
  width: 34px;
  height: 34px;
}

.tv-final-cta__button-text{
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tv-final-cta__button-arrow{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-final-cta__button-arrow svg{
  width: 32px;
  height: 32px;
}

/* =========================================================
   SUBTEXT
========================================================= */
.tv-final-cta__subtext{
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--tv-text-soft);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   FEATURES
========================================================= */
.tv-final-cta__features{
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.tv-final-cta__feature{
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.tv-final-cta__feature-icon{
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tv-orange);
  background: rgba(255, 107, 0, 0.045);
  border: 1px solid rgba(255, 107, 0, 0.16);
}

.tv-final-cta__feature-icon svg{
  width: 42px;
  height: 42px;
}

.tv-final-cta__feature-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: var(--tv-text);
  line-height: 1.1;
}

.tv-final-cta__feature-text strong,
.tv-final-cta__feature-text span{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tv-final-cta__feature-divider{
  width: 1px;
  height: 74px;
  background: rgba(255, 107, 0, 0.24);
  flex: 0 0 auto;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1200px){
  .tv-final-cta{
    padding: 44px 20px;
  }

  .tv-final-cta__panel{
    padding: 56px 40px 42px;
    border-radius: 42px;
  }

  .tv-final-cta__features{
    gap: 18px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 20px;
  }
}

@media (max-width: 991px){
  .tv-final-cta__bg-lines{
    display: none;
  }

  .tv-final-cta__panel{
    padding: 48px 28px 36px;
    border-radius: 32px;
  }

  .tv-final-cta__kicker{
    font-size: 16px;
  }

  .tv-final-cta__title{
    font-size: 48px;
  }

  .tv-final-cta__text{
    font-size: 18px;
    max-width: 820px;
  }

  .tv-final-cta__button{
    width: min(100%, 560px);
    padding: 22px 24px;
    border-radius: 18px;
  }

  .tv-final-cta__button-text{
    font-size: 24px;
  }

  .tv-final-cta__subtext{
    font-size: 17px;
  }

  .tv-final-cta__features{
    flex-wrap: wrap;
    gap: 22px;
  }

  .tv-final-cta__feature-divider{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-final-cta{
    padding: 26px 14px;
  }

  .tv-final-cta__panel{
    padding: 36px 18px 28px;
    border-radius: 24px;
  }

  .tv-final-cta__kicker{
    font-size: 13px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .tv-final-cta__accent-line{
    width: 84px;
    margin-bottom: 18px;
  }

  .tv-final-cta__title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-final-cta__text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .tv-final-cta__button{
    width: 100%;
    margin-top: 24px;
    padding: 18px 16px;
    gap: 12px;
    border-radius: 16px;
  }

  .tv-final-cta__button-icon{
    width: 28px;
    height: 28px;
  }

  .tv-final-cta__button-icon svg{
    width: 28px;
    height: 28px;
  }

  .tv-final-cta__button-text{
    font-size: 20px;
  }

  .tv-final-cta__button-arrow{
    width: 24px;
    height: 24px;
  }

  .tv-final-cta__button-arrow svg{
    width: 24px;
    height: 24px;
  }

  .tv-final-cta__subtext{
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-final-cta__features{
    margin-top: 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .tv-final-cta__feature{
    justify-content: flex-start;
  }

  .tv-final-cta__feature-icon{
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .tv-final-cta__feature-icon svg{
    width: 34px;
    height: 34px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 18px;
  }
}

@media (max-width: 480px){
  .tv-final-cta__title{
    font-size: 28px;
  }

  .tv-final-cta__button{
    flex-wrap: wrap;
    justify-content: center;
  }

  .tv-final-cta__button-text{
    font-size: 18px;
    text-align: center;
  }

  .tv-final-cta__feature{
    gap: 14px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 17px;
  }
}/* End custom CSS */