.matrix-container,.nav-link,footer {
  position: relative;
}
body {
  background-color: black !important;
  text-shadow: none!important;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  margin-left: 5% !important;
  margin-right: 5% !important;
  color: #00ff30 !important;
}
h1 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.nav-link,body {
  color: #00ff30 !important;
  font-family: "M PLUS Code Latin",monospace;
}
#its-a-question p,.overlay-text,h1,h2,h3,h4,h5,h6 {
  font-family: Workbench,sans-serif;
  font-optical-sizing: auto;
}
.matrix-container,.panel,body {
  background-color: #000;
}
#aboutMe_content,#heroImg,.benefits-container,.navbar-brand,footer {
  display: flex;
  display: flex;
}
#typed-text,#typed-text-container {
  display: inline;
  white-space: nowrap;
}
.faq,.flex-item {
  box-sizing: border-box;
}
nav {
  margin-bottom: none;
  padding-bottom: none;
}
.navbar-toggler {
  border-color: #00ff30;
  border-radius: 0 0 10px!important;
}
#about_right img,.contact-right,.tech-box,form {
  border: 2px solid #00ff30;
}
.nav-link {
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: bold;
  padding-right: 22px;
  top: 0;
  transition: color .25s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out !important;
}
#its-a-question p,.overlay-text {
  font-style: normal;
}
.nav-link:hover {
  top: -10px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 255, 3, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  color: #49b769 !important;
}
.nav-link:hover,.navbar-toggler-icon:active,.navbar-toggler-icon:hover {
  color: #187c45!important;
}
.navbar-brand {
  max-height: auto;
  align-items: top;
}
footer {
  justify-content: space-between;
  align-items: top;
  font-size: 1rem;
  padding: 20%;
  gap: 20%;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #00ff03;
}
#footerColor,.panel-footer {
  color: #00ff30!important;
}
form {
  border-radius: 0 0 33px;
  padding: 20px;
}
.matrix-container {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
#matrix-canvas,#typed-text,.overlay-text {
  position: absolute;
}
#matrix-canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.benefits-container {
  height: 400px;
  column-count: 4;
  justify-items: center;
  align-items: center;
  gap: 100px;
  padding: 40px;
  color: #00ff30;
  margin-bottom: 30px;
}
#its-a-question p,.pricing-header,.pricing-plan p {
  padding-left: 10px;
  padding-right: 10px;
}
.benefits-container h2 {
  font-size: xx-large;
}
.benefits-container h3 {
  font-size: medium;
}
.overlay-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 400;
  font-size: 40px;
  font-variation-settings: "BLED" -20,"SCAN" -40;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.click_num,.pricing p,.pricing-button {
  color: #00ff30;
}
.centerText,.panel {
  text-align: center!important;
}
.panel {
  display: flex!important;
  flex-direction: column;
  align-content: center!important;
  align-items: center!important;
  justify-content: center;
  justify-items: center;
  text-transform: uppercase;
  padding-top: 20px;
  margin: 10px;
  border: 1px solid #00ff30;
  border-radius: 0 0 33px!important;
}
.panel img {
  max-width: 300px!important;
  width: 100%;
  max-height: 300px;
}
.pricing-plan:last-child {
  border-bottom: none;
}
.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}
.pricing-header {
  color: #00ff30;
  font-weight: 400;
  letter-spacing: 1px;
}
.pricing p {
  margin: 50px 0 25px;
}
.pricing-features-item {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 15px 0;
}
.pricing-features-item:last-child {
  border-bottom: 1px solid #00ff30;
}
.pricing-button {
  border: 1px solid #00ff30;
  display: inline-block;
  padding: 15px 35px;
  text-decoration: none;
  margin: 25px 0;
  transition: background-color .2s ease-in-out;
}
.pricing-button.is-featured,.pricing-button:focus,.pricing-button:hover {
  background-color: #00ff30;
  color: #000;
}
.pricing-button.is-featured:focus,.pricing-button.is-featured:hover {
  background-color: #3dcf58;
  color: #000;
}
#about_right img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-bottom-right-radius: 33px;
}
#about_core_vals,#about_personal,#about_prof {
  border: 2px solid #00ff30;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  display: grid!important;
  border-bottom-right-radius: 33px;
}
#heroImg {
  width: auto;
  justify-items: center;
  justify-content: center;
  max-height: 500px;
  padding-left: 90px;
}
button,section a:hover {
  text-decoration: none!important;
}
form button {
  margin-top: 20px;
}
#aboutHeader {
  padding-left: 12px;
}
@media (min-width:1200px) {
  .panel {
    flex-direction: row!important;
  }
  .pricing-plan {
    border-bottom: none;
    padding: 25px 50px;
  }
  .pricing-plan:last-child {
    border-right: none;
  }
}
#aboutMe_content {
  height: 100%;
  flex-wrap: nowrap;
  width: 100%;
}
.infographic {
  border: 2px solid #00ff30;
  border-bottom-right-radius: 33px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:1280px) {
  .infographic {
    width: 80%;
  }
}
.container,.slider-container {
  overflow: hidden;
  width: 100%;
}
.problems_market_research_solves {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.flex-item {
  flex: 1 1 calc(33.333% - 20px);
  padding: 10px;
}
@media (max-width:640px) {
  .infographic {
    width: 100%;
  }
  .flex-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#typed-text-container,.b-content,.container,.slider-container {
  position: relative;
}
.blinking-cursor {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(2px);
  animation: 1s step-start infinite blink;
}
@keyframes blink {
  100%,50%,51% {
    opacity: 0;
  }
  0%,50% {
    opacity: 1;
  }
}
@media (max-width:576px) {
  h2 {
    font-size: 1.5rem;
  }
}
.slider-container {
  background-color: none!important;
  padding: 20px 0;
  border-top: 2px solid #00ff30;
  border-bottom: 2px solid #00ff30;
}
.slider {
  display: flex;
  width: fit-content;
  animation: 60s linear infinite slide;
  white-space: nowrap;
}
#about_left,.contact-left {
  width: 50%;
  float: left;
}
.slider img {
  width: 150px;
  height: auto;
  margin: 0 45px;
  flex-shrink: 0;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tech-box {
  display: block;
  border-radius: 0 0 33px!important;
  padding: 10px;
  margin-bottom: 20px;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
  gap: 10px;
}
.tech-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tech-grid img {
  max-width: 100px!important;
  height: auto;
}
.contact-left {
  padding: 25px;
}
.contact-right {
  padding: 20px;
  border-bottom-right-radius: 15px;
}
#cardiff,#its-a-question div {
  border: 2px solid #00ff30;
  height: auto;
}
@media (max-width:932px) {
  .contact-right {
    float: none;
    width: 100%;
  }
  .contact-left {
    float: none;
    gap: 30px!important;
  }
}
#cardiff {
  width: 100%;
  border-bottom-right-radius: 33px;
}
#cardiff2,#mobile_portrait {
  display: none;
}
@media (min-width:641px) {
  #landing_page_south_wales {
    display: flex;
  }
  #landing-text {
    flex: 1;
    padding: 10px;
  }
  #landing_page_south_wales img {
    flex: 0 0 45%;
    max-width: 770px;
    margin-left: 10px;
    max-height: 500px;
  }
  #xtra_br {
    display: none;
  }
}
@media (max-width:1200px) {
  #landing_page_south_wales img,.about-right {
    display: none;
  }
}
@media (max-width:1199px) {
  #landing_page_south_wales #cardiff2 {
    justify-self: center;
    display: block;
    width: 100%;
    border: 2px solid #00ff30;
    border-bottom-right-radius: 33px;
  }
  #xtra_br {
    display: block;
  }
}
.translations-content-container a {
  color: #f0f8ff;
}
@media (max-width:991px) {
  #heroImg,#its-a-question {
    display: none!important;
  }
  .row .flex-lg-row-reverse .py-5 {
    padding-top: 0!important;
    margin-top: 0;
  }
  .col-10 {
    margin-top: 0!important;
  }
  .py-5 {
    padding-top: 0!important;
  }
}
.faq,.faqs {
  padding: 20px;
}
#its-a-question {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#its-a-question div {
  border-bottom-right-radius: 15px;
  padding: 20px;
  width: 25%!important;
}
#its-a-question p {
  font-weight: 200;
  font-size: 26px;
  font-variation-settings: "BLED" -50,"SCAN" -20;
}
#its-a-question img {
  width: 100%;
  height: auto;
}
.contact-right img {
  height: 20px;
  width: 20px;
}
.about-right img {
  flex: 0 0 25%;
  border: 2px solid #00ff30;
  border-bottom-right-radius: 33px;
  margin-left: 40px;
  height: auto;
  max-width: 800px;
  float: right!important;
}
#values-info {
  display: flex;
  justify-self: center;
  width: 60%;
}
@media (max-width:1183px) {
  #about_left,#mobile_portrait img {
    width: 100%;
  }
  #mobile_portrait {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #values-info {
    display: flex;
    justify-self: center;
    width: 100%;
  }
}
#footer-right,.footer-left {
  flex: 1;
  text-align: center;
}
.faqs {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
@media (max-width:680px) {
  footer {
    display: flex;
    justify-content: space-between;
    font-size: .5rem;
  }
  .faqs {
    display: block;
  }
  .benefits-container {
        display: flex;
        flex-direction: column;   /* 🔑 This stacks items vertically */
        margin-top:30px;
      	align-items: center;
        gap: 50px;
        height: auto;            /* Let it grow naturally */
        padding: 20px;
    }

  .benefits-container h3 {
        font-size: medium;
        text-align: center;
    }
}
  h1 {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1rem;
  }
  .navbar-brand img {
    max-width: 170px;
  }
}

@media (min-width:681px) {
  #customer-eng .benefit.visible img {
    padding-left: 150px;
  }
}
#thanks {
  margin-bottom: 400px;
}

.slider-container{
    margin-top: 30px !important;
}

.blog-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.post-card {
  border: 1px solid #00ff30;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
}

.post-card h2 a {
  color: #00ff30;
  text-decoration: none;
}

.post-meta {
  font-size: 0.8rem;
  opacity: 0.7;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #00ff30;
}

.post-image img {
  width: 100%;
  height: auto;
}

/* Mobile already stacked */
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ── Post Thumbnail ── */
.post-thumbnail {
  width: 100%;
  margin-bottom: 24px;
  border: 2px solid #00ff30;
  border-bottom-right-radius: 33px;
  overflow: hidden;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Category Labels ── */
.entry-meta-top {
  margin-bottom: 12px;
}

.post-category {
  display: inline-block;
  font-family: "M PLUS Code Latin", monospace;
  font-size: 0.75rem;
  font-weight: 900;
  color: #000 !important;
  background-color: #00ff30;
  text-decoration: none;
  padding: 2px 10px;
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-category:hover {
  background-color: #3dcf58;
}

/* ── Entry Meta (author / date / read time) ── */
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "M PLUS Code Latin", monospace;
  font-size: 0.8rem;
  color: #00ff30;
  opacity: 0.75;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #00ff30;
}

.entry-meta a {
  color: #00ff30;
  text-decoration: underline;
}

.entry-meta a:hover {
  color: #3dcf58;
}

/* ── Entry Content ── */
.entry-content {
  font-family: "M PLUS Code Latin", monospace;
  font-size: 1rem;
  line-height: 1.8;
  color: #00ff30;
  max-width: 780px;
  margin: 0 auto 40px;
}

.entry-content a {
  color: #00ff30;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #3dcf58;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.entry-content p {
  margin-bottom: 1.25rem;
}

.entry-content img {
  width: 100%;
  height: auto;
  border: 2px solid #00ff30;
  border-bottom-right-radius: 33px;
  margin: 20px 0;
}

.entry-content blockquote {
  border-left: 3px solid #00ff30;
  margin: 20px 0;
  padding: 10px 20px;
  opacity: 0.85;
  font-style: italic;
}

.entry-content pre,
.entry-content code {
  background-color: #0a0a0a;
  border: 1px solid #00ff30;
  border-bottom-right-radius: 10px;
  padding: 2px 6px;
  font-family: "M PLUS Code Latin", monospace;
  font-size: 0.875rem;
}

.entry-content pre {
  padding: 16px;
  overflow-x: auto;
}

/* ── Post Tags ── */
.entry-footer {
  max-width: 780px;
  margin: 0 auto 40px;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.post-tag {
  display: inline-block;
  font-family: "M PLUS Code Latin", monospace;
  font-size: 0.75rem;
  color: #00ff30;
  border: 1px solid #00ff30;
  padding: 3px 10px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.post-tag:hover {
  background-color: #00ff30;
  color: #000;
}

/* ── Next Post Section ── */
.next-post {
  max-width: 780px;
  margin: 0 auto 60px;
  border: 2px solid #00ff30;
  border-bottom-right-radius: 33px;
  padding: 20px 24px;
  transition: background-color 0.2s ease-in-out;
}

.next-post:hover {
  background-color: rgba(0, 255, 48, 0.05);
}

.next-post-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
}

.next-post-label {
  font-family: "M PLUS Code Latin", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00ff30;
  opacity: 0.6;
}

.next-post-title {
  font-family: Workbench, sans-serif;
  font-size: 1.3rem;
  color: #00ff30;
  transition: color 0.2s ease-in-out;
}

.next-post:hover .next-post-title {
  color: #3dcf58;
}

/* ── Responsive ── */
@media (max-width: 680px) {
  .entry-content,
  .entry-footer,
  .next-post {
    max-width: 100%;
  }

  .next-post-title {
    font-size: 1rem;
  }

  .entry-meta {
    gap: 10px;
    font-size: 0.72rem;
  }
}

.entry-header {
  max-width: 780px;
  margin: 0 auto 30px;
}