.elementor-25 .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-25 .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 SECTION
========================================================= */

.tv-services-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;

  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% - clamp(24px, 20vw, 280px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 54px;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT SIDE
========================================================= */
.tv-services-content{
  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: 36px;
  flex-wrap: wrap;
}

.tv-services-benefit{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 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: 32px;
  height: 32px;
}

.tv-services-benefit-text{
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.tv-services-benefit-text span{
  color: var(--tv-navy);
  font-size: 14px;
  font-weight: 500;
}

.tv-services-benefit-text strong{
  color: var(--tv-navy);
  font-size: 14px;
  font-weight: 700;
}

.tv-services-benefit-divider{
  width: 1px;
  height: 34px;
  background: rgba(8,22,51,0.14);
  margin: 0 14px;
}

/* =========================================================
   RIGHT IMAGE
========================================================= */
.tv-services-visual{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.tv-services-image{
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(15,23,42,.12);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1350px){
  .tv-services-container{
    grid-template-columns: 1fr;
  }

  .tv-services-content{
    max-width: 760px;
  }

  .tv-services-visual{
    justify-content: center;
    margin-top: 48px;
  }
}

@media (max-width: 991px){
  .tv-services-section{
    padding: 88px 0 70px;
  }

  .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-image{
    max-width: 560px;
  }
}

@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;
    box-sizing: border-box;
  }

  .tv-services-benefits{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    gap: 18px;
  }

  .tv-services-benefit{
    padding: 0;
  }

  .tv-services-visual{
    margin-top: 36px;
  }

  .tv-services-image{
    border-radius: 20px;
  }
}

@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;
  }
}/* 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(992px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================================================
   HEADER
========================================================= */
.tv-core-services-header{
  max-width: 980px;
  margin: 0 auto 38px;
  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: 18px;
}

.tv-core-service-card{
  position: relative;
  min-height: 280px;
  padding: 24px 34px 30px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 22px;
  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: 14px;
  margin-bottom: 14px;
}

.tv-core-service-icon{
  width: 88px;
  height: 88px;
  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 88px;
}

.tv-core-service-icon svg{
  width: 40px;
  height: 40px;
}

.tv-core-service-number{
  min-width: 48px;
  height: 38px;
  padding: 0 13px;
  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: 15px;
  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: 24px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.tv-core-service-line{
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 14px 0 16px;
}

.tv-core-service-text{
  margin: 0;
  max-width: 390px;
  color: var(--tv-text);
  font-size: 15px;
  line-height: 1.65;
  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: 104px;
  height: 32px;
  padding: 0 14px;
  border-radius: 0 22px 0 16px;
  background: linear-gradient(180deg, #1D6DF2 0%, #0B57F0 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  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: 24px;
  margin-top: 22px;
  padding: 22px 32px;
  border-radius: 22px;
  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: 82px;
  height: 82px;
  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 82px;
}

.tv-core-services-banner-icon svg{
  width: 40px;
  height: 40px;
}

.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(21px, 2vw, 28px);
  line-height: 1.2;
  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: 24px 22px 28px;
  }

  .tv-core-services-banner{
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 20px;
  }

  .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: 14px;
  }

  .tv-core-service-card{
    padding: 20px 18px 24px;
    border-radius: 18px;
  }

  .tv-core-service-top{
    margin-bottom: 14px;
  }

  .tv-core-service-icon{
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .tv-core-service-icon svg{
    width: 32px;
    height: 32px;
  }

  .tv-core-service-number{
    min-width: 44px;
    height: 34px;
    font-size: 14px;
  }

  .tv-core-service-title{
    font-size: 21px;
  }

  .tv-core-service-text{
    font-size: 14px;
    line-height: 1.62;
  }

  .tv-core-service-badge{
    min-width: 96px;
    height: 30px;
    font-size: 11px;
    border-radius: 0 18px 0 14px;
  }

  .tv-core-services-banner{
    margin-top: 20px;
    border-radius: 22px;
  }

  .tv-core-services-banner-icon{
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .tv-core-services-banner-icon svg{
    width: 32px;
    height: 32px;
  }

  .tv-core-services-banner-text strong{
    font-size: 19px;
    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: 18px;
  }
}/* 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: 170px 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 (full-width row below the content + visual columns)
========================================================= */
.tv-webdesign-benefits-wrap{
  width: min(1480px, calc(100% - 40px));
  margin: 56px auto 0;
  position: relative;
  z-index: 2;
}

.tv-webdesign-benefits{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(8,22,51,0.10);
  border-bottom: 1px solid rgba(8,22,51,0.10);
}

.tv-webdesign-benefit{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 24px;
  min-width: 0;
  border-right: 1px solid rgba(8,22,51,0.10);
}

.tv-webdesign-benefit:first-child{
  padding-left: 0;
}

.tv-webdesign-benefit:nth-child(4n){
  padding-right: 0;
  border-right: none;
}

.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;
  flex-direction: column;
  gap: 4px;
  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;
  overflow-wrap: break-word;
}

.tv-webdesign-benefit-content p{
  margin: 0;
  color: var(--tv-text);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  overflow-wrap: break-word;
}

/* =========================================================
   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);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1400px){
  .tv-webdesign-container{ grid-template-columns: 1fr; }
  .tv-webdesign-content{ max-width: 760px; padding-top: 0; }
}
@media (max-width: 991px){
  .tv-webdesign-section{ padding: 90px 0 70px; }
  .tv-webdesign-container, .tv-webdesign-benefits-wrap{ width: min(100%, calc(100% - 24px)); }
  .tv-webdesign-benefits-wrap{ margin-top: 40px; }
  .tv-webdesign-title{ font-size: 48px; }
  .tv-webdesign-lead, .tv-webdesign-body{ font-size: 16px; }
  .tv-webdesign-benefits{ grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: none; }
  .tv-webdesign-benefit{ border-right: 1px solid rgba(8,22,51,0.10) !important; border-bottom: 1px solid rgba(8,22,51,0.10); padding: 18px 18px 18px 0 !important; gap: 18px; }
  .tv-webdesign-benefit:nth-child(2n){ padding-left: 22px !important; border-right: none !important; }
  .tv-webdesign-benefit:nth-last-child(-n+2){ border-bottom: none; padding-bottom: 0; }
}
@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-benefits{ grid-template-columns: 1fr; border-bottom: 1px solid rgba(8,22,51,0.10); }
  .tv-webdesign-benefit, .tv-webdesign-benefit:nth-child(2n), .tv-webdesign-benefit:nth-last-child(-n+2){ padding: 18px 0 !important; border-right: none !important; border-bottom: 1px solid rgba(8,22,51,0.10); }
  .tv-webdesign-benefit:last-child{ border-bottom: none; }
  .tv-webdesign-benefit-icon{ width: 48px; height: 48px; flex-basis: 48px; }
  .tv-webdesign-benefit-icon svg{ width: 24px; height: 24px; }
}
/* Streamlined right-side visual: a single responsive showcase image. */
.tv-webdesign-visual-wrap{
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-webdesign-visual-wrap > :not(.tv-webdesign-showcase-image){
  display: none;
}

.tv-webdesign-showcase-image{
  width: min(100%, 780px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 22, 51, 0.08);
  border-radius: 28px;
  background: #f6f8fd;
  box-shadow: 0 28px 60px rgba(16, 35, 88, 0.14);
}

.tv-webdesign-showcase-image img{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px){
  .tv-webdesign-benefits-wrap{
    display: flex;
    flex-direction: column;
  }

  .tv-webdesign-benefits{
    grid-template-columns: 1fr;
    border-bottom: 1px solid rgba(8,22,51,0.10);
  }

  .tv-webdesign-benefit,
  .tv-webdesign-benefit:nth-child(2n),
  .tv-webdesign-benefit:nth-last-child(-n+2){
    padding: 18px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(8,22,51,0.10);
  }

  .tv-webdesign-benefit:last-child{
    border-bottom: none;
  }

  .tv-webdesign-visual-wrap{
    min-height: 0;
    margin-top: 38px;
  }

  .tv-webdesign-showcase-image{
    border-radius: 18px;
  }
}/* 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-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;
  width: 100%;
  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: 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);
}


/* =========================================================
   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;
  }
}

/* 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-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: 36px;
  height: 36px;
  border-radius: 50%;
  flex: 0 0 36px;
  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 h4{
  margin: 0 0 6px;
  color: var(--tv-navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-blinkcall-benefit-content p{
  margin: 0;
  color: #40506d;
  font-size: 15px;
  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;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.tv-blinkcall-feature-image{
  display: block;
  width: 80%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1180px){
  .tv-blinkcall-section{
    padding: 88px 0 76px;
  }

  .tv-blinkcall-container{
    grid-template-columns: 1fr;
    gap: 54px;
    width: min(860px, calc(100% - 40px));
  }

  .tv-blinkcall-content,
  .tv-blinkcall-lead,
  .tv-blinkcall-divider,
  .tv-blinkcall-benefits,
  .tv-blinkcall-statement{
    max-width: none;
  }

  .tv-blinkcall-content{
    padding-top: 0;
  }

  .tv-blinkcall-visual-wrap{
    align-items: center;
  }

  .tv-blinkcall-feature-image{
    width: min(100%, 700px);
  }
}

@media (max-width: 720px){
  .tv-blinkcall-section{
    padding: 64px 0 58px;
  }

  .tv-blinkcall-container{
    width: min(100% - 28px, 560px);
    gap: 38px;
  }

  .tv-blinkcall-kicker{
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.25;
  }

  .tv-blinkcall-kicker-line{
    width: 96px;
    margin-bottom: 22px;
  }

  .tv-blinkcall-title{
    font-size: clamp(36px, 12vw, 54px);
    line-height: 1.06;
    letter-spacing: 0;
  }

  .tv-blinkcall-title br{
    display: none;
  }

  .tv-blinkcall-lead{
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.62;
  }

  .tv-blinkcall-benefits{
    gap: 20px;
  }

  .tv-blinkcall-benefit{
    gap: 14px;
  }

  .tv-blinkcall-statement{
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
  }

  .tv-blinkcall-statement-icon{
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .tv-blinkcall-statement p{
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .tv-blinkcall-feature-image{
    width: 100%;
    max-width: 520px;
  }
}

@media (max-width: 420px){
  .tv-blinkcall-container{
    width: calc(100% - 24px);
  }

  .tv-blinkcall-benefit-icon{
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .tv-blinkcall-benefit-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-blinkcall-statement{
    display: grid;
    grid-template-columns: 3px 44px 1fr;
    gap: 12px;
  }

  .tv-blinkcall-statement-icon{
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .tv-blinkcall-statement-icon svg{
    width: 24px;
    height: 24px;
  }
}/* 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 h5{
  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);
}

.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: 100px;
  height: 100px;
  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 h4{
  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 h4{
    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{
    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 h4{
    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 h4{
    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 h4{
    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-center-core img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

.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;
  animation: tv-glow-dot-drift 4.8s ease-in-out infinite;
}

.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;
}

.tv-node-top-right,
.tv-node-bottom-left{
  animation-delay: -1.6s;
}

.tv-node-bottom-right{
  animation-delay: -3.2s;
}

/* =========================================================
   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);
  animation: tv-glow-dot-drift 5.4s ease-in-out infinite;
}

.node-lt-inner,
.node-rb-inner{
  animation-delay: -1.3s;
}

.node-lb-outer,
.node-rt-outer{
  animation-delay: -2.6s;
}

.node-lb-inner,
.node-rt-inner{
  animation-delay: -3.9s;
}

@keyframes tv-glow-dot-drift{
  0%,
  100%{
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.95;
  }

  45%{
    transform: translate3d(3px, -4px, 0) scale(1.08);
    opacity: 1;
  }

  70%{
    transform: translate3d(-2px, 2px, 0) scale(0.96);
    opacity: 0.86;
  }
}

@media (prefers-reduced-motion: reduce){
  .tv-system-node,
  .tv-connector-node{
    animation: none;
  }
}

.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: 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 */