.elementor-1143 .elementor-element.elementor-element-70f7fa6{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dfd56d9 *//* =========================================================
   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-289eb7a *//* =========================================================
   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 */