

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.grey {
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

img {
  max-width: 100%;
  height: auto;
}

article .l-container {
  width: 100% !important;
}

.mwd_main_wrapper {
  position: relative;
  color: #212529;
}

body.redesign .mwd_main_wrapper,
body.redesign #mwd_overview_wrapper {
  top: 0;
  margin-bottom: 0;
}

.mwd_contentSection {
  width: 100%;
  overflow: hidden;
}

.mwd_contentBox {
  position: relative;
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
  padding: 33px 0;
  font-size: 16px;
  line-height: 1.5;
}

.mwd_contentBox::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mwd_contentBox h2,
.mwd_contentBox h3 {
  line-height: 1.2;
}

.mwd_contentBox > h2,
.mwd_contentBox > .mwd_text > h2 {
  margin: 0 0 25px;
  color: #10218b;
  font-size: 29px;
  font-weight: normal;
}

.mwd_contentBox > .mwd_text > h3,
.mwd_contentBox > .mwd_sub_text > h3,
.mwd_keyfeatures_grid .mwd_grid_item header h3 {
  margin: 0 0 10px;
  color: #10218b;
  font-size: 16px;
  line-height: 1.25;
}

.mwd_contentBox > .mwd_text > p,
.mwd_contentBox > .mwd_sub_text > p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
}

/* HERO */
.mwd_hero {
  min-height: 500px;
  padding-top: 185px;
}

#inks_hero_wrapper {
height: 600px;
  background-color: #0f111e;
  background-image: url('../img/Designed-for-excellence-banner.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#header-banner {
  min-height: 0;
  height: 0;
  padding-bottom: 25%;
}

.mwd_herotext_redesign h1 {
  margin: 0;
}

/* ANCHOR NAV - restored original blue Epson bar */
.mwd_anchorpoint_navi {
  width: 100%;
  position: absolute;
  z-index: 21;
  left: 0;
  top: 0;
  background: transparent;
}

.mwd_anchorpoint_navi.mwd_fixed {
  position: fixed !important;
}

.mwd_anchorpoint_navi::before {
  content: '';
  visibility: visible;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #10218b;
}

.mwd_anchorpoint_navi > .mwd_contentBox {
  width: min(1600px, calc(100% - 48px));
  padding: 0;
  background-color: #10218b;
  z-index: 2;
}

.mwd_anchorpoint_navi > .mwd_contentBox::after {
  content: '';
  visibility: visible;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 85px solid #10218b;
  border-right: 85px solid transparent;
}

.mwd_anchorpoint_navi ul {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mwd_anchorpoint_navi li {
  flex: 1 1 16%;
  width: auto;
  min-height: 85px;
  opacity: .75;
  filter: alpha(opacity=75);
  transition: all 450ms ease;
  cursor: pointer;
  text-align: center;
}

.mwd_anchorpoint_navi li:hover,
.mwd_anchorpoint_navi li.mwd_active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mwd_anchorpoint_navi li.mwd_active {
  background-color: #010e68;
}

.mwd_named_anchorpoint_navi li.mwd_name {
  flex: 0 0 20%;
  width: 20%;
  height: 85px;
  display: table;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

.mwd_named_anchorpoint_navi .mwd_name span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.mwd_anchorpoint_navi li a {
  display: block;
  height: 85px;
  padding: 52px 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  outline: 0;
  border: none;
}

.mwd_anchorpoint_navi li[class^='mwd_icon'] {
  background-position: center 12px;
  background-repeat: no-repeat;
}

.mwd_anchorpoint_navi li.mwd_icon-bulb { background-image: url('../img/anchor_bulb.png'); }
.mwd_anchorpoint_navi li.mwd_icon-box { background-image: url('../img/anchor_box.png'); }
.mwd_anchorpoint_navi li.mwd_icon-paper { background-image: url('../img/anchor_paper.png'); }
.mwd_anchorpoint_navi li.mwd_icon-printer { background-image: url('../img/anchor_its_printer.png'); }

/* FORMULA CARDS */
#inks_intro {
  padding-top: 85px;
}

#ink-success {
  margin-top: 80px;
}

.formula-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}

.formula-item {
  display: flex;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  padding: 15px;
}

.formula-card,
.formula-card-detail {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  height: auto;
  padding: 28px 22px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transition: box-shadow .15s ease, border-color .15s ease;
}

.formula-card:hover,
.formula-card:focus,
.formula-card-detail:hover,
.formula-card-detail:focus {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.formula-card {
  cursor: pointer;
  color: #1f1f1f;
  font-weight: 600;
  line-height: 1.45;
}

.formula-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  object-fit: contain;
}

.formula-card-detail {
  display: none;
  align-items: center;
}

.formula-card-detail p {
  margin: 0;
}

#Vibrant-Colour,
#Long-Lasting,
#Instant-Dry,
#Conscious-Products,
#Get-More-Prints,
#Wide-Selection {
  min-height: 300px;
  padding: 50px 15px;
  color: #fff;
  font-size: 1em;
  background-position: center center;
  background-size: cover;
}

#Vibrant-Colour { background-image: url('../img/Designed-For-Excellence-Tile-6.jpg'); }
#Long-Lasting { background-image: url('../img/Designed-For-Excellence-Tile-2.jpg'); }
#Instant-Dry { background-image: url('../img/Designed-For-Excellence-Tile-4.jpg'); }
#Conscious-Products { background-image: url('../img/Designed-For-Excellence-Tile-5.jpg'); }
#Get-More-Prints { background-image: url('../img/Designed-For-Excellence-Tile-1.jpg'); }
#Wide-Selection { background-image: url('../img/Designed-For-Excellence-Tile-3.jpg'); }

#Vibrant-Colour2,
#Long-Lasting2,
#Instant-Dry2,
#Conscious-Products2,
#Get-More-Prints2,
#Wide-Selection2 {
  min-height: 300px;
  padding: 70px 15px;
  color: #fff;
  font-size: 1em;
  background-color: #000;
}

/* ICON TAB NAVIGATION */
.icon-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 20px;
  width: 100%;
  margin: 25px 0 0;
}

.icon-nav a {
  display: flex;
  flex: 1 1 calc(25% - 20px) !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(25% - 20px) !important;
  min-width: 180px;
  min-height: 220px;
  padding: 20px 12px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.icon-nav a img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
}

.icon-nav a p,
.icon-text,
.icon-text-blue {
  margin-top: 15px;
  text-align: center;
}

.icon-nav a.is-active p,
.icon-nav a:hover p,
.icon-nav a:focus p {
  color: #10218b;
}

#inks_genuine_images .icon-nav a p,
#inks_genuine_images .tab-content-group p {
  color: #fff;
}

/* TAB CONTENT */
.tab-content-group {
  overflow: visible;
}

.tab-content-group > .mwd_contentBox.mwd_left {
  width: 100%;
  margin-top: 28px;
}

.tab-content-group .mwd_contentBox.mwd_left {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
}

#testinfo.tab-content-group .mwd_contentBox.mwd_left,
#inks_genuine_images .tab-content-group .mwd_contentBox.mwd_left {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.tab-content-group .mwd_image {
  flex: 0 0 300px;
  margin: 0;
}

.tab-content-group .mwd_image img {
  width: 300px;
  max-width: 100%;
  border-radius: 14px;
  display: block;
}

.tab-content-group .mwd_contentBox.mwd_left > div {
  flex: 1 1 auto;
  min-width: 0;
}

.mwd_contentBox > .mwd_text,
.mwd_contentBox > .mwd_image {
  position: relative;
}

.mwd_contentBox > .mwd_text {
  z-index: 2;
}

.mwd_contentBox > .mwd_image {
  z-index: 1;
}

.mwd_contentBox > .mwd_text,
.mwd_contentBox > .mwd_sub_text,
.mwd_contentBox > .mwd_image {
  max-width: 100%;
}

/* FOOTER SPACING */
.eal-section-spacing-top {
  margin-top: 0;
}

.gray-bg {
  background: #f6f6f6;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
  .mwd_contentBox {
    width: min(1120px, calc(100% - 40px));
  }
}

@media only screen and (max-width: 991px) {
  .mwd_contentBox {
    width: calc(100% - 32px);
  }

  #inks_hero_wrapper {
    min-height: 480px;
    background-position: 60% 0;
  }

  .mwd_hero {
    min-height: 420px;
    padding-top: 120px;
  }

  .formula-item {
    flex-basis: 50%;
    max-width: 50%;
  }

  .icon-nav a {
    flex-basis: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }

  .tab-content-group .mwd_contentBox.mwd_left {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-content-group .mwd_image {
    flex-basis: auto;
    width: 100%;
  }

  .tab-content-group .mwd_image img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mwd_contentBox {
    width: calc(100% - 24px);
    padding: 28px 0;
  }

  .mwd_anchorpoint_navi {
    position: relative;
  }

  .mwd_anchorpoint_navi::before,
  .mwd_anchorpoint_navi > .mwd_contentBox::after {
    display: none;
  }

  .mwd_anchorpoint_navi > .mwd_contentBox {
    width: 100%;
  }

  .mwd_anchorpoint_navi ul {
    flex-wrap: wrap;
  }

  .mwd_named_anchorpoint_navi ul.mwd_items-4 li {
    flex: 0 0 50%;
    width: 50% !important;
  }

  .mwd_named_anchorpoint_navi .mwd_name {
    flex: 0 0 100%;
    width: 100% !important;
    padding-left: 16px;
  }

  .mwd_herotext_redesign h1 {
    font-size: 29px !important;
  }

  #inks_hero_wrapper {
    min-height: 360px;
    background-position: top center;
  }

  .mwd_hero {
    min-height: 320px;
    padding-top: 90px;
  }

  #header-banner {
    padding-bottom: 45%;
  }

  #ink-success {
    margin-top: 30px;
  }

  .formula-grid {
    display: block;
  }

  .formula-item {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }

  .formula-card,
  .formula-card-detail,
  #Vibrant-Colour,
  #Vibrant-Colour2,
  #Long-Lasting,
  #Long-Lasting2,
  #Instant-Dry,
  #Instant-Dry2,
  #Conscious-Products,
  #Conscious-Products2,
  #Get-More-Prints,
  #Get-More-Prints2,
  #Wide-Selection,
  #Wide-Selection2 {
    min-height: 240px;
    margin-bottom: 0;
  }

  .icon-nav {
    gap: 12px;
  }

  .icon-nav a {
    flex-basis: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    min-width: 0;
    min-height: 190px;
    padding: 16px 8px;
  }

  .tab-content-group .mwd_contentBox.mwd_left {
    gap: 20px;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .mwd_contentBox {
    width: calc(100% - 20px);
  }

  .mwd_named_anchorpoint_navi ul.mwd_items-4 li,
  .mwd_named_anchorpoint_navi .mwd_name {
    flex: 0 0 100%;
    width: 100% !important;
  }

  .mwd_anchorpoint_navi li,
  .mwd_anchorpoint_navi li a {
    min-height: 64px;
  }

  .mwd_anchorpoint_navi li a {
    height: 64px;
    padding-top: 38px;
  }

  .mwd_named_anchorpoint_navi li.mwd_name {
    height: 54px;
    min-height: 54px;
  }

  .mwd_anchorpoint_navi li[class^='mwd_icon'] {
    background-size: 24px auto;
    background-position: center 8px;
  }

  .icon-nav a {
    flex-basis: 100% !important;
    max-width: 100% !important;
    min-height: 170px;
  }

  .formula-card,
  .formula-card-detail,
  #Vibrant-Colour,
  #Vibrant-Colour2,
  #Long-Lasting,
  #Long-Lasting2,
  #Instant-Dry,
  #Instant-Dry2,
  #Conscious-Products,
  #Conscious-Products2,
  #Get-More-Prints,
  #Get-More-Prints2,
  #Wide-Selection,
  #Wide-Selection2 {
    min-height: 220px;
    padding: 28px 16px;
  }

  .tab-content-group .mwd_contentBox.mwd_left {
    padding: 16px;
  }
}


/* Restored hover effect for middle section icon text */
.icon-text,
.icon-text-blue {
	  color: #575756 !important;
  font-weight: 600;
  transition: color 0.25s ease, font-weight 0.25s ease;
}


#inks_stages
.icon-nav a:hover .icon-text,
.icon-nav a:hover .icon-text-blue,
.icon-nav a:focus .icon-text,
.icon-nav a:focus .icon-text-blue {
  color: #10218b !important;
  font-weight: 700;
}


#inks_howto
.icon-nav a:hover .icon-text,
.icon-nav a:hover .icon-text-blue,
.icon-nav a:focus .icon-text,
.icon-nav a:focus .icon-text-blue {
  color: #10218b !important;
  font-weight: 700;
}

#inks_genuine_images
.icon-nav a:hover .icon-text,
.icon-nav a:hover .icon-text-blue,
.icon-nav a:focus .icon-text,
.icon-nav a:focus .icon-text-blue {
  color: #fff !important;
  font-weight: 700;
}

#inks_genuine_images .icon-text,
.icon-text-blue {
	  color: #ced4da !important;
  font-weight: 600;
  transition: color 0.25s ease, font-weight 0.25s ease;
}




#inks_hero_wrapper {
  background-image: url("../img/Designed-for-excellence-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px; /* desktop fixed height */
}


@media only screen and (max-width: 1024px) {
  #inks_hero_wrapper {
    background-image: url("../img/Designed-for-excellence-banner-tablet.jpg");
    height: 500px;
    background-position: center center;
  }
}


@media only screen and (max-width: 767px) {
  #inks_hero_wrapper {
    background-image: url("../img/Designed-for-excellence-banner-mobile.jpg");
    height: 400px;
    background-position: center center;
    background-size: cover;
  }
}



#inks_hero_wrapper {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: none !important;
}

#inks_hero_wrapper .hero-banner-picture,
#inks_hero_wrapper .hero-banner-img {
  display: block;
  width: 100%;
}

#inks_hero_wrapper .hero-banner-img {
  height: auto !important;
  max-width: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}

#inks_hero_wrapper #header-banner,
#inks_hero_wrapper .mwd_contentBox,
#inks_hero_wrapper .mwd_herotext_redesign {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  #inks_hero_wrapper {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #inks_hero_wrapper {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
}
