
:root {
    --tg-bg: #0e212e;
    --tg-text: #d9d9d4;
    --tg-main-accent: #78c7d4;
    --tg-brand-red: #b91e22;
    --tg-muted: #666f75;
    --tg-gold: #6a664a;
    --tg-grey: #564641;
    --tg-blue: #5b81a5;
    --tg-deep-blue: #334551;
  }
  
::-webkit-scrollbar {
    width: 11px;
    background: #122235;
  }
  ::-webkit-scrollbar-thumb {
    background: #2c4464;
    border-radius: 8px;
  }
  
  html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  body {
    background: var(--tg-bg);
    color: var(--tg-text);
    font-family: 'BBC Reith Sans', 'IndustryTG', Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  .container {
    max-width: 1238px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  @media (max-width: 900px) {
    .container {
      padding-left: 0.7rem;
      padding-right: 0.7rem;
    }
  }
  @media (max-width: 768px) {
    .container {
      max-width: 100%;
      justify-content: space-evenly;
    }
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500!important;
    font-family: 'Russo One', sans-serif;
}
a {
    font-family: 'Russo One', sans-serif!important;
    font-weight: 300!important;
}
/* === Contact Form 7 Styling to Match TopGear Style === */
.contact-page .wpcf7-form {
  max-width: 500px;
  margin-top: 30px;
  color: #fff;
}

.contact-page .wpcf7-form p {
  margin-bottom: 20px;
}

.contact-page .wpcf7 input[type="text"],
.contact-page .wpcf7 input[type="email"],
.contact-page .wpcf7 textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #4dd2ff;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  outline: none;
}

.contact-page .wpcf7 input[type="submit"] {
  background-color: #4dd2ff;
  color: #000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.3s ease;
}

.contact-page .wpcf7 input[type="submit"]:hover {
  background-color: #39bee7;
}

.contact-page .wpcf7-response-output {
  color: #fff;
  margin-top: 10px;
}
.pagination {
  text-align: center;
  margin: 30px 0 0;
  font-family: 'Orbitron', sans-serif; /* match your futuristic font */
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  color: #33baff; /* bright neon blue */
  background-color: transparent;
  border: 1px solid #33baff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
  background-color: #33baff;
  color: #0b0e1c; /* dark background */
}

.pagination .current {
  background-color: #33baff;
  color: #0b0e1c;
  font-weight: 800;
  border-color: #33baff;
}
.meta a {
  color: #ffffff;
}
a.wpil_keyword_link {
  color: #097dd1;
}
a {
  color: #097dd1;
}
