.custom-margin-top{
	margin-top:0px;
}

/*tooltip*/

/*tooltipnew*/

/* Tooltip container */
.tooltip1 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: #444444 none repeat scroll 0 0;
  color:#fff;
  border: 1px solid #444444;
  text-align: left;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 10px;
  position: absolute;
  right: -382px;
  top: 68px;
  width: 550px;
  opacity: 2.9;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
  visibility: visible;
}

/*tooltipnew*/

.linktext {
    position: relative;
    text-decoration: none;
}

.linktext::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* adjust spacing */
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.linktext:hover::after {
    transform: scaleX(1);
}

.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #E3545C, #c84d9d, #885dd1, #2f86bc, #01a89e);
}

.helpsectionlogo {
    color: #000;
    width: 65px;
    height: 65px;
}

.categories-box {
    position: relative;
}

.categories-box .box-link {
    position: absolute;
    inset: 0;
    z-index: 10;
}

.link-text {
    position: relative;
    display: inline-block; /* Important */
    cursor: pointer;
}

.link-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* space below text */
    width: 100%;
    height: 2px;
    background-color: #000; /* change color */

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.categories-box:hover .link-text::after {
    transform: scaleX(1);
}

/* media queries */

@media (min-width: 1200px){
}
@media (min-width:992px) and (max-width:1199px){
}
@media (min-width:768px) and (max-width:991px){
}
@media (max-width: 767px){
	.custom-margin-top{
		margin-top:45px;
	}
}

/* end - media queries */


/* ============================================================
   HERO BANNER — Split content + illustrated media panel
   ============================================================ */

/* Outer wrap — warm cream background */
/* .hb-wrap {
  background: #FEF0E7;
  border-radius: 24px;
  padding: 60px 56px 0 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-end;
  overflow: hidden;
} */

/* Outer wrap — full width cream background */
.hb-wrap {
  background: #FEF0E7;
  /* border-radius: 24px; */
  overflow: hidden;
}

/* Inner container — constrains and centers the grid */
.hb-inner {
  max-width: 1200px; /* or whatever your site container width is */
  margin: 0 auto;
  padding: 60px 24px 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-end;
}

/* ── Left: content ── */
.hb-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 60px;
}

.hb-title {
  font-size: 3.1rem;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.03em;
  line-height: 1.07;
  margin: 0;
}

.hb-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.3;
  margin: 0;
}

.hb-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hb-list li {
  font-size: 0.91rem;
  color: #2D2D2D;
  line-height: 1.65;
}

/* CTA button stack */
.hb-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.hb-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.91rem;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.hb-btn--filled {
  background: #0D0D0D;
  color: #fff;
  border: 2px solid #0D0D0D;
}

.hb-btn--filled:hover {
  background: #143CDC;
  border-color: #143CDC;
  color: #fff;
}

.hb-btn--outline {
  background: transparent;
  color: #0D0D0D;
  border: 2px solid #0D0D0D;
}

.hb-btn--outline:hover {
  background: #0D0D0D;
  color: #fff;
}

.hb-btn svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.hb-btn:hover svg {
  transform: translateX(3px);
}

/* ── Right: media panel ── */
.hb-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hb-illustration {
  width: 100%;
  max-height: 470px;
  display: block;
}

/* Floating offer badges */
.hb-badge {
  position: absolute;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px 8px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  z-index: 2;
}

.hb-badge--1 { top: 8%;   left: 4%;  }
.hb-badge--2 { top: 6%;   right: 0%; }
.hb-badge--3 { bottom: 30%; left: 0%; }

.hb-badge__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}

.hb-badge__body {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.hb-badge__body strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1A1A1A;
}

.hb-badge__body span {
  font-size: 0.72rem;
  color: #4A5568;
}

/* Responsive */
@media (max-width: 900px) {
  /* .hb-wrap    { grid-template-columns: 1fr; padding: 36px 28px 0; } */
  .hb-inner   { grid-template-columns: 1fr; padding: 65px 28px 0; }
  .hb-content { padding-bottom: 32px; }
  .hb-title   { font-size: 2.3rem; }
  .hb-media   { min-height: 320px; }
}


@media (max-width: 600px) {
  .hb-inner    { padding: 80px 20px 0; }
  .hb-wrap     { border-radius: 16px; }
  /* .hb-wrap     { padding: 28px 20px 0; border-radius: 16px; } */
  .hb-title    { font-size: 1.85rem; }
  .hb-subtitle { font-size: 1.05rem; }
  .hb-btn      { font-size: 0.83rem; padding: 12px 20px; }
  .hb-badge    { display: none; }
}


/* ═══════════════════════════════════════════════════════════
   INTRO SECTION  (prefix: is-)
═══════════════════════════════════════════════════════════ */

.is-banner {
  background: linear-gradient(120deg, #143CDC 0%, #0A6ED2 45%, #00B4C8 100%);
  border-radius: 24px;
  /* padding: 72px 48px; */
  padding: 48px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.is-content {
  text-align: center;
  max-width: 740px;
}

.is-heading {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 36px;
}

.is-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.is-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.91rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.is-btn--filled {
  background: #0D0D0D;
  color: #fff;
  border-color: #0D0D0D;
}

.is-btn--filled:hover {
  background: #143CDC;
  border-color: #143CDC;
  color: #fff;
}

.is-btn--dark {
  background: #0D0D0D;
  color: #fff;
  border-color: #0D0D0D;
}

.is-btn--dark:hover {
  background: #143CDC;
  border-color: #143CDC;
}

.is-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}

.is-btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.is-btn svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.is-btn:hover svg {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 768px) {
  .is-banner  { padding: 52px 28px; }
  .is-heading { font-size: 2.2rem; }
}

@media (max-width: 480px) {
  .is-banner  { padding: 40px 20px; border-radius: 16px; }
  .is-heading { font-size: 1.75rem; }
  .is-btn     { font-size: 0.83rem; padding: 12px 20px; width: 100%; justify-content: center; }
  .is-ctas    { flex-direction: column; align-items: center; }
}


/*tv section*/

.internetbadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ede9fb;
  color: #5b3fcf;
  /* font-family: 'Sora', sans-serif; */
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  /* padding: 6px 16px; */
  padding: 0px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.headline .blue {
  /* "Network" â€” vivid blue */
  background: linear-gradient(90deg, #1a8fff, #0070e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ======================================================
   tv
   ====================================================== */
.tv-section { background: #fff; }
.tv-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.tv-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.tv-card:hover img { transform: scale(1.04); }
.tv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
    rgba(0,20,40,0.90) 0%,
    rgba(0,40,70,0.45) 45%,
    rgba(0,0,0,0.05) 100%
  );
  z-index: 1;
}
.tv-content {
  position: relative;
  z-index: 2;
  padding: 32px 30px;
  width: 100%;
}
.tv-tag {
  display: inline-block;
  background: var(--base-color);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.tv-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.tv-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.55;
  margin-bottom: 18px;
}
.tv-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  /* color: var(--base-color) !important; */
  color: #000000 !important;
  border-radius: 50px;
  padding: 11px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;  /* ← prevents text wrapping */
  width: fit-content;   /* ← shrinks to content, stops it stretching */
}

.tv-cta:hover {
  background: var(--base-color);
  color: #fff !important;
}

/*myt everywhere v2*/

/* ── Card ── */
.myteverywhere-card {
  background: #0b1426;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  /* max-width: 900px; */
  width: 100%;
  padding: 52px 52px 52px 52px;
  gap: 40px;
  align-items: center;
}

/* ── Left column ── */
.content { display: flex; flex-direction: column; gap: 24px; }

.eyebrow {
  /* font-family: 'Sora', sans-serif; */
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #19b6ce;
}

.myteverywhere-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ede9fb;
  color: #5b3fcf;
  /* font-family: 'Sora', sans-serif; */
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  /* padding: 6px 16px; */
  padding: 0px 16px;
  border-radius: 999px;
  margin-bottom: 15px;
  width:120px;
}


.myteverywhere-headline {
  /* font-family: 'Sora', sans-serif; */
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  color: #ffffff;
  line-height: 0.15;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.body-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: #9bb3cc;
  max-width: 460px;
}

/* ── Step pills ── */
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #152236;
  border-radius: 50px;
  padding: 9px 18px 9px 9px;
  transition: background 0.2s, transform 0.2s;
  cursor: default;
}

.step:hover {
  background: #1c2e47;
  transform: translateY(-2px);
}

.step-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #19b6ce;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-label {
  /* font-family: 'Sora', sans-serif; */
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
}

/* ── CTA button ── */
.myteverywhere-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color:#000!important;
  /* color: #0b1426; */
  /* font-family: 'Sora', sans-serif; */
  font-size: 14px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  width: fit-content;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.myteverywhere-cta:hover {
  /* background: #e8f4f8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(25,182,206,0.18); */
  background: var(--base-color);
  color: #fff !important;
}

/* ── Right column – image ── */
.image-wrap {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* placeholder when no real image is provided */
.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background: linear-gradient(135deg, #1a3050 0%, #0f2035 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9bb3cc;
  font-size: 13px;
  text-align: center;
  padding: 20px;
}

/* ── Responsive ── */
@media (max-width: 680px) {
  .myteverywhere-card {
	grid-template-columns: 1fr;
	padding: 36px 28px;
	gap: 32px;
  }
  .image-wrap { order: -1; aspect-ratio: 16/9; }
}

/*end myt everywhere v2*/

.prodfeat__img img {
    width: 100%;
    max-width: 120%;
    height: auto;
    transform: scale(1.1);
    margin-top: 52px;
}

.svg-mask01 {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #00B4C8 !important;
    -webkit-mask-image: var(--glow-icon-mask);
    mask-image: var(--glow-icon-mask);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

