body {
    background: linear-gradient(180deg, #0a0a0a, #1a1a1a);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.main-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Archivo Black', sans-serif;
    background: linear-gradient(90deg, #ff1a1a, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -3px;
    text-transform: uppercase;
}

/* Links */
a {
    color: #ff2a2a;
    text-decoration: none;
}

a:hover {
    color: #ff6a6a;
}

/* Navbar */
.navbar {
    background: linear-gradient(90deg, rgba(17,17,17,0.9), rgba(34,34,34,0.9));
    backdrop-filter: blur(6px);
    position: static;
    top: 0;
    z-index: 1000;
}

.site-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 2.8rem;
    background: linear-gradient(90deg, #ff1a1a, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -3px;
    text-transform: uppercase;
}

/* Cards */
.card {
    background: rgba(28,28,28,0.6);
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    transition: none;
    color: #fff;
    border-radius: 0;
}

.card-full-img-top {
    height: 450px !important;
    object-fit: cover !important;
}

.card img {
    object-fit: cover;
    height: 120px;
    border-radius: 0;
}

.card-body {
    color: #ffffff;
}

.badge-custom {
    background: linear-gradient(90deg, #ff2a2a, #ff6a6a);
    color: #fff;
    font-size: 0.7rem;
    margin-bottom: 8px;
    border-radius: 0;
}

.intro {
    padding: 2rem 0;
}
.btn.custom-btn {
    background: linear-gradient(90deg, #ff1a1a, #ff8c00);
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 0.6rem 1.2rem;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.btn.custom-btn:hover {
    opacity: 0.85;
    color: #ffffff;
}

.btn.custom-btn:active,
.btn.custom-btn:focus {
    outline: none;
    box-shadow: none;
}

/* Put this AFTER your existing .btn.custom-btn styles */

.btn.custom-btn.flash-text {
  animation: flashText 1s infinite alternate;
}

/* Make sure inner elements (icons, spans, etc.) follow the color */
.btn.custom-btn.flash-text,
.btn.custom-btn.flash-text * {
  color: white;
}

@keyframes flashText {
  0% {
    color: white;
  }
  100% {
    color: black;
  }
}


img {
    filter: sepia(1) hue-rotate(-20deg) saturate(4) brightness(0.8);
}

.bg-blk {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .main-container {
        width: 90%;
    }
}

.site-footer {
    background: linear-gradient(90deg, rgba(17,17,17,0.9), rgba(34,34,34,0.9));
    backdrop-filter: blur(6px);
    padding: 2rem 0;
    margin-top: 4rem;
    color: #fff;
}

.footer-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.8rem;
    background: linear-gradient(90deg, #ff1a1a, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    margin: 0;
    text-transform: uppercase;
}

.footer-tagline {
    margin: 0.3rem 0 0;
    font-size: 0.9rem;
    opacity: 0.7;
}

.footer-right a {
    color: #ff2a2a;
    margin-left: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.footer-right a:hover {
    color: #ff6a6a;
}

@media (max-width: 992px) {
    .footer-container {
        width: 90%;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-right a {
        margin-left: 0.8rem;
    }
}

.pagination .page-link {
  color: #ff2a2a;
  background-color: rgba(28,28,28,0.6);
  border: 1px solid rgba(255,255,255,0.05);
}

.pagination .page-link:hover {
  background-color: #222;
  color: #ff6a6a;
}

.pagination .page-item.active .page-link {
  background-color: #222;
  border-color: rgba(255,255,255,0.05);
  color: #ffffff;
}

.single-post-content img {
  float: right;
  width: 220px;
  height: 130px;
  margin: 20px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform 0.5s ease;
}

.keyword-button {
  display: inline-block;
  margin: 5px;
  padding: 6px 14px;
  color: var(--red);
  background: linear-gradient(90deg, #ff1a1a, #ff8c00);
  border: 1px solid rgba(255,255,255,0.05);
  text-transform: uppercase;
  font-size: 0.85rem;
}

.keyword-button:hover,
.keyword-button.active {
  background: linear-gradient(90deg, #ff1a1a, #ff8c00);
  color: #000000;
}

#age-verification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000; /* Updated to match your theme */
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 90000001;
  
  display: none;
}

.age-verification-main {
  background-color: #000000; /* Updated to match your theme */
  color: #FFFFFF; /* Updated to match your theme */
  font-size: 13pt;
  text-align: center;
  padding: 25px;
  
  position: relative;
  top: 10px;
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}

@media only screen and (min-height: 400px) {
  .age-verification-main {
    top: 40%;
  }
}

.age-title, .age-main-text {
  display: block;
  margin-bottom: 1em;
  color: #FFFFFF; /* Updated text color */
}

.age-title {
  font-size: 24pt;
  margin-bottom: 0.5em;
}

.age-button {
  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}

.age-button {
  background-color: #000000; /* Updated background */
  border: 1px solid #FFFFFF; /* Added border for definition */
  font-size: 16pt;
  
  color: #FFFFFF; /* Updated text color */
  
  display: inline-block;
  width: 150px;
  padding: 10px;
  margin: 5px 10px;
}