/* ===============================
   Section 2: Interconnect (Media & Text)
   Works with the block markup you pasted:
   .ta-section.ta-interconnect-section
   .ta-interconnect-media
   =============================== */

:root{
  --ta-green: #267047;
  --ta-soft: #F6F8FA;
  --ta-text: #0B1220;
  --ta-muted: #5B667A;
  --ta-line: rgba(11,18,32,.12);
}

.ta-interconnect-section{
  padding: 72px 0;
  background: #fff;
}

/* Keep the section nicely constrained even if page is full width */
.ta-interconnect-section > .wp-block-media-text.alignwide,
.ta-interconnect-section .ta-interconnect-media.alignwide{
  width: min(1160px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Media & Text “card” look */
.ta-interconnect-media{
  border: 1px solid var(--ta-line);
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, var(--ta-soft));
  box-shadow: 0 18px 50px rgba(11,18,32,.08);
}

/* spacing inside content */
.ta-interconnect-media .wp-block-media-text__content{
  padding: 34px 34px;
}

/* right media area */
.ta-interconnect-media .wp-block-media-text__media{
  min-height: 320px;
  background: #fff;
  border-left: 1px solid var(--ta-line);
}
.ta-interconnect-media.has-media-on-the-right .wp-block-media-text__media{
  border-left: 1px solid var(--ta-line);
}

/* Image/video fit */
.ta-interconnect-media .wp-block-media-text__media img,
.ta-interconnect-media .wp-block-media-text__media video{
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

/* Headline */
.ta-interconnect-section .ta-section-title{
  margin: 0 0 14px !important;
  color: var(--ta-text);
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-weight: 700;
  font-size: clamp(26px, 2.3vw, 38px);
}

/* Paragraph + list typography */
.ta-interconnect-media p{
  color: var(--ta-muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 0;
}

.ta-interconnect-media ul{
  margin: 16px 0 22px;
  padding-left: 18px;
  color: var(--ta-muted);
}
.ta-interconnect-media li{
  margin: 10px 0;
}

/* Button styling (keeps Gutenberg structure) */
.ta-btn-primary .wp-block-button__link{
  background: var(--ta-green) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 700 !important;
  border: 1px solid transparent !important;
  box-shadow: 0 12px 30px rgba(38,112,71,.22);
}
.ta-btn-primary .wp-block-button__link:hover{
  background: #1f5f3d !important;
}

/* Better spacing between blocks inside the content */
.ta-interconnect-media .wp-block-buttons{
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 980px){
  .ta-interconnect-section{ padding: 54px 0; }

  .ta-interconnect-media .wp-block-media-text__content{
    padding: 22px 20px;
  }

  /* Media & Text stacks on mobile; remove the vertical divider */
  .ta-interconnect-media .wp-block-media-text__media{
    border-left: 0;
    border-top: 1px solid var(--ta-line);
    min-height: 220px;
  }

  .ta-interconnect-media .wp-block-media-text__media img,
  .ta-interconnect-media .wp-block-media-text__media video{
    min-height: 220px;
  }
}


/* ===============================
   Section 3: iBasis-style hex tiles
   - NOT boxed by default
   - On hover: whole tile goes GREEN, text turns WHITE
   =============================== */

:root{
  --ta-green:#267047;
  --ta-text:#0B1220;
  --ta-muted:#5B667A;
}

/* section spacing */
.ta-solutions-section{
  padding: 72px 0;
  background: #fff;
}

/* constrain */
.ta-solutions__inner{
  width: min(1160px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* title/subtitle */
.ta-solutions__title{
  margin: 0 0 10px !important;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(26px, 2.3vw, 38px);
  color: var(--ta-text);
}
.ta-solutions__sub{
  margin: 0 0 26px !important;
  color: var(--ta-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* make WP Columns behave like iBasis spacing */
.ta-solutions__grid{
  gap: 46px !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}
.ta-solutions__grid > .wp-block-column{
  display: flex;
  justify-content: center;
}

/* TILE (NOT boxed by default) */
.ta-solution-card{
  width: 100%;
  max-width: 320px;
  text-align: center;

  /* no border, no shadow */
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;

  /* still needs padding so hover has area */
  padding: 18px 14px 22px;
  border-radius: 22px;

  transition: background .18s ease, transform .18s ease;
}

/* Hover: whole tile turns green */
.ta-solution-card:hover{
  background: var(--ta-green) !important;
  transform: translateY(-2px);
}

/* HEX IMAGE (big, like iBasis) */
.ta-solution__hex{
  width: 240px;
  height: 260px;
  margin: 0 auto 18px !important;

  /* make the FIGURE itself hex */
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  overflow: hidden;
  position: relative;
  background: rgba(38,112,71,.10);
}

/* image fill */
.ta-solution__hex img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display:block;
}

/* optional: subtle bottom gradient like iBasis */
.ta-solution__hex::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.10) 100%);
  pointer-events:none;
}

/* text */
.ta-solution-card__h{
  margin: 0 0 10px !important;
  font-size: 34px;          /* iBasis vibe */
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ta-text);
}
.ta-solution-card__h a{
  color: inherit;
  text-decoration: none;
}
.ta-solution-card__p{
  margin: 0 0 20px !important;
  color: var(--ta-muted);
  font-size: 15px;
  line-height: 1.65;
  max-width: 32ch;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* “SEE MORE” should NOT look like a button box */
.ta-linkBtn .wp-block-button__link{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;

  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;

  color: rgba(11,18,32,.70) !important;
}

/* add the small down chevron like iBasis */
.ta-linkBtn .wp-block-button__link::after{
  content: "  ⌄";
  font-size: 14px;
  position: relative;
  top: -1px;
  opacity: .85;
}

/* Hover text -> white */
.ta-solution-card:hover .ta-solution-card__h,
.ta-solution-card:hover .ta-solution-card__p,
.ta-solution-card:hover .ta-linkBtn .wp-block-button__link{
  color: #fff !important;
}
.ta-solution-card:hover .ta-linkBtn .wp-block-button__link::after{
  opacity: 1;
}

/* mobile */
@media (max-width: 980px){
  .ta-solutions-section{ padding: 54px 0; }
  .ta-solutions__grid{ gap: 26px !important; }
  .ta-solution__hex{ width: 210px; height: 230px; }
  .ta-solution-card__h{ font-size: 30px; }
}




/* === Bounce trigger: hover anywhere on the tile === */
.ta-solution__hex{
  will-change: transform;
}

/* Start bouncing when hovering the entire card */
.ta-solution-card:hover .ta-solution__hex{
  animation: taFloatBounce 1.25s ease-in-out infinite;
}

/* Optional: slightly lift the hex on hover start (feels smoother) */
.ta-solution-card:hover .ta-solution__hex{
  transform: translateY(0);
}

/* Keep link covering the full hex if the image is wrapped in (a) */
.ta-solution__hex a{
  display: block;
}

/* Gentle float/bounce */
@keyframes taFloatBounce{
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Respect reduced motion accessibility */
@media (prefers-reduced-motion: reduce){
  .ta-solution-card:hover .ta-solution__hex{
    animation: none !important;
  }
}



.ta-value-section{
  padding: 72px 0;
  background: #fff;
}

.ta-value__inner{
  width: min(1160px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

.ta-value__statement{
  margin: 0 0 34px !important;
  color: var(--ta-green, #267047);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  font-size: clamp(20px, 2.2vw, 32px);
}

.ta-value__grid{
  gap: 26px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.ta-feature{
  gap: 14px !important;
  margin: 0 !important;
}

.ta-feature__title{
  margin: 0 0 10px !important;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: rgba(11,18,32,.65);
}

.ta-feature__desc{
  margin: 0 !important;
  color: rgba(11,18,32,.65);
  line-height: 1.7;
  font-size: 15px;
  max-width: 52ch;
}

.ta-icon{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(38,112,71,.10);
  border: 1px solid rgba(38,112,71,.22);
  display: grid;
  place-items: center;
}

.ta-icon::before{
  content:"";
  width: 26px;
  height: 26px;
  background: var(--ta-green, #267047);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.ta-icon--coverage::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202a10%2010%200%20100%2020%2010%2010%200%20000-20zm7.93%209h-3.06a15.7%2015.7%200%2000-1.2-5.02A8.03%208.03%200%200119.93%2011zM12%204c1.08%201.48%201.9%203.42%202.33%205.98H9.67C10.1%207.42%2010.92%205.48%2012%204zM4.07%2013h3.06c.23%201.78.72%203.49%201.2%205.02A8.03%208.03%200%20014.07%2013zM7.13%2011H4.07A8.03%208.03%200%20018.4%205.98%2015.7%2015.7%200%20007.13%2011zm0%202c.43%202.56%201.25%204.5%202.54%205.98A8.03%208.03%200%20014.07%2013h3.06zm2.54%205.98h4.66C13.9%2016.58%2013.08%2018.52%2012%2020c-1.08-1.48-1.9-3.42-2.33-5.98zM16.87%2013h3.06a8.03%208.03%200%2001-4.33%205.02%2015.7%2015.7%200%20001.27-5.02z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202a10%2010%200%20100%2020%2010%2010%200%20000-20zm7.93%209h-3.06a15.7%2015.7%200%2000-1.2-5.02A8.03%208.03%200%200119.93%2011zM12%204c1.08%201.48%201.9%203.42%202.33%205.98H9.67C10.1%207.42%2010.92%205.48%2012%204zM4.07%2013h3.06c.23%201.78.72%203.49%201.2%205.02A8.03%208.03%200%20014.07%2013zM7.13%2011H4.07A8.03%208.03%200%20018.4%205.98%2015.7%2015.7%200%20007.13%2011zm0%202c.43%202.56%201.25%204.5%202.54%205.98A8.03%208.03%200%20014.07%2013h3.06zm2.54%205.98h4.66C13.9%2016.58%2013.08%2018.52%2012%2020c-1.08-1.48-1.9-3.42-2.33-5.98zM16.87%2013h3.06a8.03%208.03%200%2001-4.33%205.02%2015.7%2015.7%200%20001.27-5.02z%27/%3E%3C/svg%3E");
}

.ta-icon--data::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M17%201h-10c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2zm0%202v2H7V3h10zM7%2021V7h10v14H7z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M17%201h-10c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2zm0%202v2H7V3h10zM7%2021V7h10v14H7z%27/%3E%3C/svg%3E");
}

.ta-icon--leadership::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202l3%207h7l-5.5%204.5L18%2022l-6-4-6%204%201.5-8.5L2%209h7z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202l3%207h7l-5.5%204.5L18%2022l-6-4-6%204%201.5-8.5L2%209h7z%27/%3E%3C/svg%3E");
}

.ta-icon--seamless::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M7%207h10v10H7V7zm-2%202h2v6H5V9zm14%200h-2v6h2V9z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M7%207h10v10H7V7zm-2%202h2v6H5V9zm14%200h-2v6h2V9z%27/%3E%3C/svg%3E");
}

.ta-icon--revenue::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%201c-3.86%200-7%203.14-7%207s3.14%207%207%207%207-3.14%207-7-3.14-7-7-7zm1%2011.93V14h-2v-1.07c-.73-.19-1.4-.6-1.9-1.2l1.4-1.4c.28.34.75.7%201.5.7.82%200%201.5-.45%201.5-1s-.55-.86-1.7-1.16C9.8%208.49%209%207.8%209%206.6c0-1.22.86-2.17%202-2.5V3h2v1.07c.63.16%201.2.5%201.64.98l-1.4%201.4c-.25-.25-.65-.55-1.24-.55-.72%200-1.2.38-1.2.84%200%20.5.46.78%201.5%201.06%201.48.4%202.7%201.02%202.7%202.5%200%201.28-.93%202.28-2.0%202.53z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%201c-3.86%200-7%203.14-7%207s3.14%207%207%207%207-3.14%207-7-3.14-7-7-7zm1%2011.93V14h-2v-1.07c-.73-.19-1.4-.6-1.9-1.2l1.4-1.4c.28.34.75.7%201.5.7.82%200%201.5-.45%201.5-1s-.55-.86-1.7-1.16C9.8%208.49%209%207.8%209%206.6c0-1.22.86-2.17%202-2.5V3h2v1.07c.63.16%201.2.5%201.64.98l-1.4%201.4c-.25-.25-.65-.55-1.24-.55-.72%200-1.2.38-1.2.84%200%20.5.46.78%201.5%201.06%201.48.4%202.7%201.02%202.7%202.5%200%201.28-.93%202.28-2.0%202.53z%27/%3E%3C/svg%3E");
}

.ta-icon--experience::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%205c-7%200-10%207-10%207s3%207%2010%207%2010-7%2010-7-3-7-10-7zm0%2012a5%205%200%20115-5%205%205%200%2001-5%205zm0-8a3%203%200%20100%206%203%203%200%20000-6z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%205c-7%200-10%207-10%207s3%207%2010%207%2010-7%2010-7-3-7-10-7zm0%2012a5%205%200%20115-5%205%205%200%2001-5%205zm0-8a3%203%200%20100%206%203%203%200%20000-6z%27/%3E%3C/svg%3E");
}

@media (max-width: 980px){
  .ta-value-section{ padding: 54px 0; }
  .ta-value__statement{ margin-bottom: 22px !important; }
  .ta-feature__desc{ font-size: 14px; }
}








.ta-value-section{ padding: 72px 0; background:#fff; }
.ta-value__inner{ width:min(1160px, calc(100% - 40px)); margin:0 auto !important; }

.ta-value__statement{
  margin: 0 0 34px !important;
  color: #267047;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  font-size: clamp(20px, 2.2vw, 32px);
}

.ta-value__grid{ gap: 26px !important; margin: 0 0 18px !important; }
.ta-feature{ gap: 14px !important; margin: 0 !important; align-items: flex-start; }

.ta-feature__icon{ width: 56px; margin: 0 !important; }
.ta-feature__icon img{ width:56px; height:56px; object-fit:contain; display:block; }

.ta-feature__title{
  margin: 0 0 10px !important;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: rgba(11,18,32,.65);
}

.ta-feature__desc{
  margin: 0 !important;
  color: rgba(11,18,32,.65);
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 980px){
  .ta-value-section{ padding: 54px 0; }
  .ta-value__statement{ margin-bottom: 22px !important; }
  .ta-feature__desc{ font-size: 14px; }
}









/* SECTION 6: Full-bleed logo tracks inside TT4 */
html, body { overflow-x: hidden; }

/* Keep heading text normal width, but tracks full width */
.ta-logos-section{
  padding: 72px 0;
}

/* Title/sub stay centered */
.ta-logos__title,
.ta-logos__sub{
  width: min(1160px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Each track (your Columns with class ta-logos__grid) breaks out to 100vw */
.ta-logos-section .ta-logos__grid{
  width: 100vw !important;
  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 40px;
  overflow: hidden;

  /* IMPORTANT: remove theme default spacing */
  margin-top: 22px !important;
  margin-bottom: 0 !important;
}

/* The actual moving row (we will make it flex) */
.ta-logos-section .ta-logos__grid{
  animation: none !important;          /* IMPORTANT */
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;  /* IMPORTANT */
  align-items: center;
  width: max-content !important;
  will-change: transform;
  transform: translate3d(0,0,0);
}

/* Stop Gutenberg columns from stretching */
.ta-logos-section .ta-logos__grid > .wp-block-column{
  flex: 0 0 auto !important;
  width: auto !important;
}

/* Remove any tile/box styling */
.ta-logos-section .ta-logo-tile{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

/* Logo sizing (make them bigger) */
.ta-logos-section .ta-logo img{
  height: 72px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  display: block;

  filter: grayscale(100%);
  opacity: .60;
  transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}

.ta-logos-section .ta-logo-tile:hover img{
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-1px) scale(1.03);
}

/* Mobile */
@media (max-width: 980px){
  .ta-logos-section{ padding: 64px 0; }
  .ta-logos-section .ta-logos__grid{ padding: 0 40px; gap: 125px !important; }
  .ta-logos-section .ta-logo img{ height: 52px; max-width: 190px; }
}



body .ta-logos-section .wp-block-columns.ta-logos__grid{
  justify-content: flex-start !important;
  gap: 70px !important;
  column-gap: 70px !important;
}

body .ta-logos-section .wp-block-columns.ta-logos__grid > .wp-block-column{
  flex: 0 0 auto !important;
  width: auto !important;
  margin-right: 70px !important; /* fallback if flex-gap doesn’t show */
}

/* don’t double-space when JS clones items */
body .ta-logos-section .wp-block-columns.ta-logos__grid > .wp-block-column:last-child{
  margin-right: 0 !important;
}


.ta-ceo-section{
  background-color: #fff;
  background-image:
    linear-gradient(to right, rgba(11,18,32,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(11,18,32,.05) 1px, transparent 1px);
  background-size: 120px 120px;
}

.ta-ceo__inner{
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto !important;
}

.ta-ceo__layout{
  gap: 32px !important;
}

.ta-ceo__photo img{
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  border: 1px solid rgba(11,18,32,.10);
}

.ta-ceo__p{
  margin: 0 0 14px !important;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(11,18,32,.72);
}

.ta-ceo__sig{
  margin: 0 !important;
  color: rgba(11,18,32,.85);
}

@media (max-width: 980px){
  .ta-ceo__photo img{
    width: 140px;
    height: 140px;
  }
}



/* CEO section: Syniverse-like quote typography */
.ta-ceo-section .ta-ceo__p{
  font-family: "Myriad Pro", Arial, system-ui, sans-serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.25;

  /* adjust size to taste */
  font-size: clamp(18px, 1.6vw, 28px);

  color: rgba(11,18,32,.88);
}

/* Signature smaller + not italic */
.ta-ceo-section .ta-ceo__sig{
  font-family: "Helvetica Neue", Arial, system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  color: rgba(11,18,32,.90);
}





.ta-ceo-section{
  position: relative;
  overflow: hidden;
}

.ta-ceo-section::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ta-ceo-section > *{
  position: relative;
  z-index: 1;
}



/* Make the linked image fill the hex completely */
.ta-solution__hex{
  position: relative;
}

/* If the image is wrapped in a link */
.ta-solution__hex > a{
  position: absolute;
  inset: 0;
  display: block;
}

/* Cover both cases: linked img and non-linked img */
.ta-solution__hex img,
.ta-solution__hex > img{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}










.ta-hero{
  --ta-hero-green: 38,112,71;
  --ta-hero-overlay: 0.35; /* adjust tint strength here */
  position: relative;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  height: 100vh;
  overflow: hidden;
}

/* Make ALL slides stack on top of each other and animate opacity/position */
.ta-hero__slide{
  position: absolute;
  inset: 0;
  min-height: 100vh;

  opacity: 0;
  transform: translateX(22px);
  transition: opacity 600ms ease, transform 800ms ease;

  pointer-events: none;
}

.ta-hero.is-ready .ta-hero__slide{ display:block; }

.ta-hero__slide.is-active{
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Cover media fills */
.ta-hero .wp-block-cover__image-background,
.ta-hero .wp-block-cover__video-background{
  object-fit: cover;
}

/* Green tint overlay */
.ta-hero__slide::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(var(--ta-hero-green), var(--ta-hero-overlay));
  z-index: 1;
  pointer-events:none;
}

/* Content above overlay */
.ta-hero__slide .wp-block-cover__inner-container{
  position: relative;
  z-index: 2;
  height: 100%;
}

/* Content positioning */
.ta-hero__content{
  width: min(980px, calc(100% - 40px));
  margin: 0 auto !important;
  padding: 18vh 0 0;
  color: #fff;
}

.ta-hero__eyebrow{
  margin: 0 0 10px !important;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.92);
}

.ta-hero__title{
  margin: 0 0 14px !important;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 4.2vw, 64px);
  max-width: 20ch;
}

.ta-hero__text{
  margin: 0 0 22px !important;
  color: rgba(255,255,255,.92);
  line-height: 1.7;
  font-size: 16px;
  max-width: 60ch;
}

/* Buttons (hover feel) */
.ta-hero__btn .wp-block-button__link{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 800 !important;
  border: 1px solid rgba(255,255,255,.70) !important;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.ta-hero__btn .wp-block-button__link:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.22) !important;
  border-color: rgba(255,255,255,.95) !important;
}
.ta-hero__btn--ghost .wp-block-button__link{
  background: transparent !important;
}

/* ===== ARROWS: middle of screen, not circular ===== */
.ta-hero__arrows{
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none; /* only buttons clickable */
}

.ta-hero__prev,
.ta-hero__next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
}

.ta-hero__prev{ left: 26px; }
.ta-hero__next{ right: 26px; }

.ta-hero__prev .wp-block-button__link,
.ta-hero__next .wp-block-button__link{
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.95) !important;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: .85;
}

.ta-hero__prev .wp-block-button__link:hover,
.ta-hero__next .wp-block-button__link:hover{
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}

/* fix hover transform because link is inside positioned wrapper */
.ta-hero__prev .wp-block-button__link:hover{ transform: scale(1.06); }
.ta-hero__next .wp-block-button__link:hover{ transform: scale(1.06); }

/* ===== DOTS: centered, black, bold ===== */
.ta-hero__dots{
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 3;
  gap: 10px;

  /* makes black dots visible on any background */
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(6px);
}

.ta-hero__dot .wp-block-button__link{
  width: 12px;
  height: 12px;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 2px solid rgba(0,0,0,.85) !important; /* black + bolder */
  background: transparent !important;
  color: transparent !important;
}

.ta-hero__dot.is-active .wp-block-button__link{
  background: rgba(0,0,0,.85) !important;
}

/* Mobile tweaks */
@media (max-width: 980px){
  .ta-hero__content{ padding-top: 14vh; }
  .ta-hero__prev{ left: 14px; }
  .ta-hero__next{ right: 14px; }
  .ta-hero__prev .wp-block-button__link,
  .ta-hero__next .wp-block-button__link{ font-size: 38px; }
}


/* --- DOTS: plain dark (no background, no border), bigger + smooth --- */
.ta-hero .ta-hero__dots{
  background: transparent !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  gap: 14px !important;

  /* keep centered */
  left: 0 !important;
  right: 0 !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* make the clickable area larger (touch-friendly) WITHOUT showing a background */
.ta-hero .ta-hero__dot .wp-block-button__link{
  width: 16px !important;
  height: 16px !important;
  padding: 10px !important;          /* increases tap area */
  border: 0 !important;
  border-radius: 999px !important;

  background: rgba(0,0,0,.55) !important;  /* plain dark dot */
  color: transparent !important;

  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
  opacity: .9;
}

/* active dot: darker and slightly bigger */
.ta-hero .ta-hero__dot.is-active .wp-block-button__link{
  background: rgba(0,0,0,.90) !important;
  transform: scale(1.15);
  opacity: 1;
}

/* hover: fluid */
.ta-hero .ta-hero__dot .wp-block-button__link:hover{
  background: rgba(0,0,0,.85) !important;
  transform: scale(1.20);
  opacity: 1;
}



/* Darker green overlay color */
.ta-hero{
  /* darker than your #267047 */
  --ta-hero-green: 20, 60, 40;   /* change this if you want even darker */
  /* keep your existing opacity, or tweak here */
  --ta-hero-overlay: 0.55;       /* try 0.35–0.65 */
}

/* Title in TeleAfrica green */
.ta-hero .ta-hero__title{
  color: #267047 !important;
  text-shadow: 0 10px 30px rgba(0,0,0,.35); /* keeps it readable on dark overlay */
}

/* Sub text white */
.ta-hero .ta-hero__text{
  color: rgba(255,255,255,.95) !important;
}

/* Eyebrow label stays white */
.ta-hero .ta-hero__eyebrow{
  color: rgba(255,255,255,.95) !important;
}


/* No green tint — keep original media colors */
.ta-hero{
  --ta-hero-overlay: 0.45; /* DARKNESS level: 0.25–0.65 */
}

/* Override the slide overlay to pure dark */
.ta-hero .ta-hero__slide::before{
  background: rgba(0,0,0,var(--ta-hero-overlay)) !important;
}


/* SECTION 5 (right side): stats tiles + location pills */

.ta-coverage__inner{
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto !important;
}

/* Make each stats row a clean 2-column grid */
.ta-stats{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;

  margin: 0 0 16px !important;
}

/* Stop WP columns widths from interfering */
.ta-stats > .wp-block-column{
  flex: initial !important;
  width: auto !important;
}

/* The stat tile */
.ta-stat{
  border: 1px solid rgba(11,18,32,.10);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(11,18,32,.06);
}

/* Big number */
.ta-stat__num{
  margin: 0 0 6px !important;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #267047;
  font-weight: 800;
}

/* Label */
.ta-stat__label{
  margin: 0 !important;
  color: rgba(11,18,32,.65);
  font-size: 14px;
  line-height: 1.5;
}

/* Locations list becomes pills */
.ta-locations{
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;

  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.ta-locations li{
  margin: 0 !important;
  padding: 8px 12px;
  border-radius: 999px;

  background: rgba(38,112,71,.08);
  border: 1px solid rgba(38,112,71,.18);
  color: rgba(11,18,32,.75);
  font-size: 14px;
}

/* Optional: tighten the right column typography spacing */
.ta-coverage__layout > .wp-block-column:last-child{
  padding-top: 6px;
}

/* Mobile */
@media (max-width: 980px){
  .ta-stats{
    grid-template-columns: 1fr;
  }
  .ta-stat__num{
    font-size: 30px;
  }
}



/* =========================
   SECTION 4 – make it fluid/dynamic
   Targets your existing classes:
   .ta-value-section .ta-value__statement .ta-value__grid .ta-feature ...
   ========================= */

:root{
  --ta-green:#267047;
  --ta-ink:#0B1220;
  --ta-muted: rgba(11,18,32,.70);
  --ta-line: rgba(11,18,32,.08);
  --ta-soft: #F4FAF6;
}

.ta-value-section{
  padding: 78px 0;
  /* subtle premium band */
  background:
    radial-gradient(700px 380px at 15% 30%, rgba(38,112,71,.08), transparent 60%),
    radial-gradient(700px 380px at 85% 70%, rgba(38,112,71,.06), transparent 60%),
    linear-gradient(180deg, #fff, var(--ta-soft));
}

/* statement: make it feel like a headline, not a long paragraph */
.ta-value__statement{
  max-width: 980px;
  margin: 0 auto 44px !important;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
  font-weight: 600;
  color: var(--ta-green);
  position: relative;
}

/* subtle underline accent */
.ta-value__statement::after{
  content:"";
  display:block;
  width: 110px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: rgba(38,112,71,.25);
}

/* grid spacing */
.ta-value__grid{
  gap: 28px !important;
  margin-bottom: 22px !important;
}

/* feature row: give it breathing room + smooth hover */
.ta-feature{
  padding: 16px 14px !important;
  border-radius: 18px;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

/* NOT boxed by default, but becomes “alive” on hover */
.ta-feature:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,.70);
  box-shadow: 0 22px 70px rgba(11,18,32,.10);
}

/* icon column (works whether you used image icons or svg icons) */
.ta-feature__icon{
  margin: 0 !important;
}
.ta-feature__icon img{
  width: 54px !important;
  height: 54px !important;
  object-fit: contain;
  display:block;
  transition: transform 220ms ease, filter 220ms ease, opacity 220ms ease;
}

/* icon “pop” on hover */
.ta-feature:hover .ta-feature__icon img{
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 10px 24px rgba(38,112,71,.18));
}

/* titles/descriptions */
.ta-feature__title{
  margin: 0 0 10px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  color: rgba(11,18,32,.62);
  transition: color 220ms ease;
}

.ta-feature__desc{
  margin: 0 !important;
  color: var(--ta-muted);
  line-height: 1.75;
  font-size: 15px;
}

/* title becomes greener on hover */
.ta-feature:hover .ta-feature__title{
  color: rgba(38,112,71,.95);
}

/* mobile */
@media (max-width: 980px){
  .ta-value-section{ padding: 56px 0; }
  .ta-value__statement{ margin-bottom: 28px !important; }
  .ta-value__grid{ gap: 18px !important; }
}




/* Stack Section */
.ta-section.ta-stack {
    position: relative;
    padding: 80px 20px;
}

.ta-stack__inner {
    max-width: 800px;
    margin: 0 auto;
}

.ta-stack__statement {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.5rem;
    color: #333;
}

/* Cards Container - this is where the magic happens */
.ta-stack__cards {
    position: relative;
    height: 500px; /* Adjust based on card height + spacing */
}

.ta-stack-card {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, z-index 0.4s ease;
    cursor: pointer;
}

.ta-stack-card__inner {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 20px;
}

.ta-stack-card__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.ta-stack-card__title {
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.ta-stack-card__desc {
    margin: 0;
    color: #666;
}

/* States */
.ta-stack-card {
    opacity: 0.6;
}

.ta-stack-card.mdw-active-card {
    opacity: 1;
    transform: rotate(0deg) translateY(0) !important;
    z-index: 10 !important;
}




/*FORMER HEADER CODE AREA*/














/*NEW CODE BEGINNING */

.wp-block-group[style*="position:sticky"]:nth-of-type(1),
.wp-block-group[style*="position: sticky"]:nth-of-type(1) { top: 0 !important; }
.wp-block-group[style*="position:sticky"]:nth-of-type(2),
.wp-block-group[style*="position: sticky"]:nth-of-type(2) { top: 40px !important; }
.wp-block-group[style*="position:sticky"]:nth-of-type(3),
.wp-block-group[style*="position: sticky"]:nth-of-type(3) { top: 80px !important; }
html, body, main, .wp-site-blocks, .is-layout-constrained { overflow: visible !important; }















html, body{
  overflow-x: clip !important;
}
.wp-site-blocks{
  overflow-x: clip !important;
}




/*FORMER SUB NAV CODE AREA*/





















#ta-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Make sure your section is position relative */
.your-section-class {
  position: relative;
}

/* Keep content above particles */
.your-section-class > * {
  position: relative;
  z-index: 1;
}


/* Parent section becomes the positioning context */
.ta-solutions-section {
  position: relative;
  overflow: hidden;
}

/* Particles fill the entire section */
#ta-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Everything inside stays above particles */
.ta-solutions-section > * {
  position: relative;
  z-index: 1;
}

/* Inner content also stays above */
.ta-solutions__inner {
  position: relative;
  z-index: 2;
}












/* =========================
   NEWS & EVENTS (your block classes)
   Scope: .ta-news-events-section
   ========================= */

.ta-news-events-section{
  --ta-green: var(--ta-green, #267047);
  --ta-ink: #0B1220;
  --ta-line: rgba(11,18,32,.10);

  position: relative;
  padding: clamp(44px, 6vw, 86px) 0;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(38,112,71,.12), transparent 62%),
    radial-gradient(900px 520px at 85% 30%, rgba(38,112,71,.09), transparent 60%),
    #fff;
  overflow: clip;
}

/* inner container alignment */
.ta-news-events__inner{
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

/* title + sub */
.ta-news-events__title{
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 10px !important;
  position: relative;
}

.ta-news-events__title::after{
  content:"";
  display:block;
  width: 86px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ta-green), rgba(38,112,71,.12));
}

.ta-news-events__sub{
  max-width: 62ch;
  margin: 0 0 22px !important;
  color: rgba(11,18,32,.72);
}

/* layout spacing */
.ta-news-events__layout{
  gap: 22px !important;
  align-items: start;
}

/* Left column: News grid (if this is a Columns block) */
.ta-news-grid.wp-block-columns{
  gap: 18px !important;
  margin-top: 0 !important;
}

/* Card */
.ta-news-card{
  background: rgba(255,255,255,.88);
  border: 1px solid var(--ta-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(11,18,32,.07);
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
  position: relative;
}

.ta-news-card::before{
  content:"";
  position:absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ta-green), rgba(38,112,71,.12));
  opacity: .95;
}

.ta-news-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 86px rgba(11,18,32,.12);
  border-color: rgba(38,112,71,.22);
}

/* image */
.ta-news-card__img{
  margin: 0 !important;
  overflow: hidden;
}

.ta-news-card__img img{
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 320ms ease, filter 320ms ease;
}

.ta-news-card:hover .ta-news-card__img img{
  transform: scale(1.05);
  filter: saturate(1.06) contrast(1.03);
}

/* content spacing inside the card */
.ta-news-card > :not(.ta-news-card__img){
  padding-inline: 18px;
}

/* meta (your “Press Release • Date” paragraph) */
.ta-news-card p:first-of-type{
  margin: 14px 0 8px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(11,18,32,.58);
}

/* headline */
.ta-news-card h3{
  margin: 0 0 10px !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ta-ink);
}

.ta-news-card h3 a{
  color: inherit;
  text-decoration: none;
}

.ta-news-card h3 a:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

/* excerpt paragraphs (everything after the first meta paragraph) */
.ta-news-card p{
  color: rgba(11,18,32,.72);
}

.ta-news-card p + p{
  margin-top: 8px;
}

/* add a “read more” feel to the last line */
.ta-news-card p:last-of-type{
  padding-bottom: 18px;
}

/* Right column (events/aside column) – gives it a panel look */
.ta-news-events__layout > .wp-block-column:last-child{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 60px rgba(11,18,32,.05);
}

/* Responsive */
@media (max-width: 900px){
  .ta-news-events__layout{
    gap: 16px !important;
  }
  .ta-news-grid.wp-block-columns{
    gap: 14px !important;
  }
}

@media (max-width: 781px){
  .ta-news-events__inner{
    width: min(1240px, calc(100% - 24px));
  }
  .ta-news-card > :not(.ta-news-card__img){
    padding-inline: 14px;
  }
}




/* FORCE: whole news card turns green on hover + white text */
.ta-news-card{
  background-color: rgba(255,255,255,.88);
}

.ta-news-card:hover{
  background-color: #267047 !important;  /* green */
  border-color: rgba(255,255,255,.22) !important;
}

/* make sure inner blocks don't keep a white background */
.ta-news-card:hover :where(.wp-block-group, .wp-block-column, p, h1, h2, h3, h4, a){
  background: transparent !important;
  color: #fff !important;
}

/* meta line a bit softer */
.ta-news-card:hover p:first-of-type{
  color: rgba(255,255,255,.78) !important;
}

/* links stay white */
.ta-news-card:hover a{
  color: #fff !important;
}

/* optional: keep the image readable under white text */
.ta-news-card:hover .ta-news-card__img{
  position: relative;
}
.ta-news-card:hover .ta-news-card__img::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
  pointer-events:none;
}











/* ========================================= */
/* SECTION 1: VOICE INTRO */
/* ========================================= */

.ta-voice-intro-section {
  padding: 110px 0 80px;
  background: #ffffff;
}

.ta-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ta-section-label {
  margin: 0 0 18px;
  color: #0a7a3d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ta-voice-intro-section h1 {
  max-width: 950px;
  margin: 0;
  color: #07120d;
  font-size: clamp(54px, 8vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 700;
}

.ta-intro-text {
  max-width: 720px;
  margin: 34px 0 0;
  color: #53625a;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .ta-voice-intro-section {
    padding: 80px 0 58px;
  }

  .ta-container {
    width: min(100% - 28px, 1180px);
  }

  .ta-voice-intro-section h1 {
    font-size: 58px;
  }
}