.elementor-1146 .elementor-element.elementor-element-0f79682{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-61d0b68 *//* =========================================================
   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-section {
    padding-left: clamp(16px, 6vw, 148px);
    padding-right: 10%;
}

.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;
}

.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;
  box-sizing: border-box;
  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: 30px;
  border-radius: 999px;
  background: var(--tv-blue);
  flex: 0 0 3px;
  margin-top: 2px;
}

.tv-lseo-statement h5{
  margin: 0;
  color: var(--tv-navy);
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-style: italic;
}

.tv-lseo-statement p span{
  color: var(--tv-blue);
}


/* =========================================================
   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-statement-line{
    min-height: 50px;
  }

  .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: 90px;
  }

  .tv-lseo-statement p{
    font-size: 20px;
    line-height: 1.35;
  }
}

/* Right Image */

.tv-lseo-visual{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}

.tv-lseo-image{
    width:100%;
    max-width:700px;
    height:auto;
    display:block;
    border-radius:28px;
    object-fit:cover;

    box-shadow:
        0 30px 80px rgba(15,23,42,.12);

    transition:.4s ease;
}

.tv-lseo-image:hover{
    transform:translateY(-8px);
    box-shadow:
        0 40px 100px rgba(29,109,242,.18);
}

@media (max-width:991px){

    .tv-lseo-image{
        max-width:520px;
        margin-top:50px;
    }

}

/* ==========================================
   BENEFITS GRID
========================================== */

.tv-lseo-benefits{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:24px;
}

.tv-lseo-benefit{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:28px;
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:20px;
    transition:.3s ease;
}

.tv-lseo-benefit:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

/* Statement takes the whole width */
.tv-lseo-statement{
    width:100%;
    margin-top:50px;
}

/* Tablet */
@media (max-width:991px){

    .tv-lseo-benefits{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d11757 *//* =========================================================
   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: 14px;
  min-width: 0;
}

.tv-final-cta__feature-icon{
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  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: 32px;
  height: 32px;
}

.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: 20px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tv-final-cta__feature-divider{
  width: 1px;
  height: 60px;
  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: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }

  .tv-final-cta__feature{
    justify-content: flex-start;
    gap: 5px;
    flex: 1 1 0;
  }

  .tv-final-cta__feature-icon{
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .tv-final-cta__feature-icon svg{
    width: 18px;
    height: 18px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 10px;
    letter-spacing: -0.02em;
  }
}

@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: 4px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 9px;
  }
}/* End custom CSS */