a {
  text-decoration: none;
  color: black;
}

.navbar-brand {
  color: rgb(237,29,36);
  font-weight: bold;
  font-size: 16px;
}

.nav-link, .dropdown-item {
  color: black;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
  color: #ed1d24;
}

header {
  background: white;
}

.sticky {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.search-game {
  clear: both;
  height: 40px;
  left: 20px;
  position: relative;
  width: 100%;
  z-index: 100000;
}

@media (max-width: 992px) {
  .search-game {
    left: 0;
  }
}

@media (max-width: 991px) {
  .nav-right {
    padding: 20px 0;
    border-top: 2px solid;
    margin-top: 20px;
  }
}

.form-search {
  position: relative;
  width: 275px;
}

@media (min-width: 992px) and (max-width:1399px) {
  .form-search {
    max-width: 240px;
  }
}

@media (max-width: 991px) {
  .form-search {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .search {
    margin-bottom: 10px;
  }
}

.navbar-toggler {
  border: none;
}

.search-bar {
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 -1px 0 #fff;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  text-indent: 0;
  outline: none;
}

.icon-search {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 13px;
  color: #ee1d24;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  left: auto;
  right: 0;
  margin-top: 17px;
}

/* main */

.product-section {
  padding: 70px 0 65px;
}

.heading {
  position: relative;
  margin-bottom: 30px;
}

.title-sub {
  font-weight: 400;
  display: inline-block;
  color: black;
  text-transform: capitalize;
  padding-left: 15px;
  font-size: 24px;
  margin-bottom: 0;
}

.title-sub::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 2px;
  bottom: 0px;
  background-color: #ee1d24;
}

.game-item {
  margin-bottom: 20px;
}

.game-link {
  margin-bottom: 0;
  text-align: left;
  display: block;
}

.game-link .game-card__title {
  margin-bottom: 0;
  line-height: 1.75;
  text-transform: capitalize;
  text-decoration: none;
  color: black;
  padding: 15px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.game-card__title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
}

.game-card__cover {
  width: 100%;
  height: 195px;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .game-card__cover {
    height: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-card__cover {
    height: 135px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-card__cover {
    height: 215px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .game-card__cover {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .game-card__cover {
    height: auto;
  }
}

footer {
  position: relative;
  background: rgb(246,247,248);
}

.copyright {
  padding: 20px 0;
  font-size: 18px;
}

.go-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  text-decoration: none;
  color: #ed1d24;
  background-color: white;
  font-size: 12px;
  display: none;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 9999;
  line-height: 35px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

.go-top:hover {
  background-color: #ed1d24;
  color: white;
}

.gameFrame {
  margin-top: 20px;
}

.btn-full {
  padding: 18px 32px;
  background: black;
  border-radius: 0;
  margin: 10px 0;
  border: none;
}

.btn-full:hover {
  background: #ed1d24;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
  margin: 0 5px;
}

.footer-links a:hover {
  text-decoration: underline;
}
/* Add custom styles */
body {
  background-color: #f8f9fa;
  background-image: url('/assets/icons/bg-01.png');

  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23dee2e6' fill-opacity='0.4'%3E%3Cpath d='M50 10L45 40h10L50 10zM10 50L40 45v10L10 50zM90 50L60 45v10L90 50zM50 90L45 60h10L50 90z'/%3E%3Cpath d='M30 30L25 45h10L30 30zM70 30L65 45h10L70 30zM30 70L25 55h10L30 70zM70 70L65 55h10L70 70z'/%3E%3Ccircle cx='50' cy='50' r='3'/%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3Ccircle cx='70' cy='30' r='2'/%3E%3Ccircle cx='30' cy='70' r='2'/%3E%3Ccircle cx='70' cy='70' r='2'/%3E%3C/g%3E%3Cg fill='%23e9ecef' fill-opacity='0.3'%3E%3Cpath d='M50 15L47 35h6L50 15zM15 50L35 47v6L15 50zM85 50L65 47v6L85 50zM50 85L47 65h6L50 85z'/%3E%3C/g%3E%3C/svg%3E");
  */
  background-repeat: repeat;
  background-attachment: fixed;
}

.game-iframe {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.btn-full {
  padding: 10px 30px;
  font-weight: 600;
  margin: 15px 0;
  transition: all 0.3s ease;
}

.btn-full:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.game-content {
  background: rgba(248, 249, 250, 0.95);
  padding: 25px;
  border-radius: 8px;
  margin: 30px 0;
}

.game-content h2 {
  color: #2c3e50;
  margin-top: 25px;
  font-size: 1.5rem;
}

.game-content ul {
  padding-left: 20px;
}

.game-content li {
  margin: 8px 0;
  line-height: 1.6;
}
.game-info {
  background: rgba(248, 249, 250, 0.95);
  padding: 25px;
  border-radius: 8px;
  margin: 30px 0;
}

.game-info h2 {
  color: #2c3e50;
  margin-top: 25px;
  font-size: 1.5rem;
}

.game-info ul {
  padding-left: 20px;
}

.game-info li {
  margin: 8px 0;
  line-height: 1.6;
}

.game-item {
  transition: transform 0.3s ease;
}

.game-item:hover {
  transform: translateY(-5px);
}

.game-card__cover {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.game-card__title {
  margin-top: 10px;
  font-weight: 600;
  color: #2c3e50;
}
.fullscreen-btn {
  background: #4a90e2;
  border: none;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 15px 0;
}

.fullscreen-btn:hover {
  background: #357abd !important;
}
.nav-link:hover {
  color: #FF5E5E !important;
  transform: scale(1.05);
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: #FFE5E5 !important;
  color: #FF5E5E !important;
}

.navbar-brand:hover {
  transform: scale(1.02);
  transition: all 0.2s ease;
}

/* Buy Me a Coffee Styles */
.buy-me-coffee {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: linear-gradient(135deg, #FFDD44, #FF6B35);
  color: white !important;
  text-decoration: none !important;
  border-radius: 25px;
  font-family: 'Comic Neue', cursive;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  border: 2px solid transparent;
  margin: 5px;
}

.buy-me-coffee:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #FFE066, #FF8C5A);
  color: white !important;
  text-decoration: none !important;
}

.buy-me-coffee i {
  margin-right: 8px;
  font-size: 1.2em;
}

/* Floating Buy Me a Coffee Button */
.floating-coffee {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  background: linear-gradient(135deg, #FFDD44, #FF6B35);
  color: white !important;
  text-decoration: none !important;
  border-radius: 30px;
  font-family: 'Comic Neue', cursive;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
  animation: gentle-bounce 3s ease-in-out infinite;
}

.floating-coffee:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.5);
  background: linear-gradient(135deg, #FFE066, #FF8C5A);
  color: white !important;
  text-decoration: none !important;
  animation: none;
}

.floating-coffee i {
  margin-right: 8px;
  font-size: 1.3em;
}

/* Gentle bounce animation */
@keyframes gentle-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .floating-coffee {
    bottom: 15px;
    right: 15px;
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  
  .buy-me-coffee {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
}

/* Hide floating button on very small screens to avoid overlap */
@media (max-width: 480px) {
  .floating-coffee {
    display: none;
  }
}