body {
    background: linear-gradient(135deg, #0d0d25, #1a1a40);
    color: white;
    font-family: "Albert Sans", sans-serif !important;
    overflow-x: hidden;
    background: url('../img/bg.webp')
  }
  .navbar {
    background: transparent;
  }
  .hero-section {
    padding: 80px 0;
    text-align: center;
  }
  .hero-section h1 {
    font-weight: bold;
    font-size: 2.5rem;
  }
  .hero-section .highlight {
    color: #00ffc8;
    font-weight: bold;
  }
  .play-btn {
    background: linear-gradient(to right, #ff00cc, #3333ff);
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 30px;
    margin-top: 20px;
  }
  .character-img {
    max-width: 200px;
    border-radius: 50%;
    box-shadow: 0 0 20px #00ffc8;
  }
  .characters {
    margin-top: 50px;
  }
  .character {
    text-align: center;
  }
  .hero-section h1{
    color: white;
    font-size: 47pt;
    font-weight: bold;
  }
  .hero-section{

  }
  .hero-section img{
    width: 100%
  }
  .about-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    border-radius: 0 0 20px 20px;
}

.about-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    margin-bottom: 2rem;
    overflow: hidden;
}

.about-card:hover {
    transform: translateY(-10px);
}

.card-icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.feature-badge {
    background-color: var(--secondary-color);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1rem;
}

.highlight-text {
    color: var(--secondary-color);
    font-weight: bold;
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 3rem 0;
    border-radius: 20px;
    margin: 4rem 0;
}

.btn-cta {
    background-color: var(--accent-color);
    border: none;
    padding: 0.8rem 2rem;
    font-weight: bold;
    border-radius: 50px;
}

.btn-cta:hover {
    background-color: #e67e22;
    transform: scale(1.05);
}
.about h2, .about p{
    color: white !important
}
.about-card h3{
    color: #03ffc8;
    font-weight: bold;
    text-transform: uppercase;
}
.about-card{
    background-color: #f22b8d24 !important;
}
.disclaimer-section {
    background-color: #f8f9fa;
    border-left: 4px solid #03ffc8;
    border-radius: 5px;
    padding: 2rem;
    margin: 2rem 0;
}

.disclaimer-title {
    color: #220736;
    font-weight: 700;
    margin-bottom: 1rem;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.disclaimer-highlight {
    font-weight: 600;
    color: #2c3e50;
}
.contact-section {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 3rem;
    margin-bottom: 3rem;
}

.contact-header {
    color: var(--primary-color);
    margin-bottom: 2rem;
    position: relative;
}

.contact-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

.form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25);
}

.btn-submit {
    background-color: var(--secondary-color);
    color: white;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
}

.btn-submit:hover {
    background-color: #c0392b;
}

/* Footer Styles */
.main-footer {
    background-color: var(--primary-color);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer-logo span {
    color: var(--accent-color);
}

.footer-about {
    margin-bottom: 1.5rem;
}

.footer-links h5 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.social-icons a {
    color: white;
    background-color: rgba(255,255,255,0.1);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

.copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #aaa;
}

@media (max-width: 767px) {
    .contact-section {
        padding: 2rem 1rem;
    }
    
    .footer-links {
        margin-bottom: 2rem;
    }
}
.why{
    color: white !important
}
.game-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    background: white;
}

.game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.game-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.game-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--accent-color);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
}

.game-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.game-category {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.game-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.game-stats span {
    color: #666;
}

.game-stats i {
    color: var(--accent-color);
    margin-right: 5px;
}

.btn-play {
    background-color: var(--secondary-color);
    color: white;
    font-weight: 600;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    width: 100%;
    transition: all 0.3s;
}

.btn-play:hover {
    background-color: #c0392b;
    transform: scale(1.05);
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

@media (max-width: 767px) {
    .hero-section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
}
.btn-play{
    background: #00ffc9 !important;
}
.contact-hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    border-radius: 0 0 20px 20px;
}

.contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 2rem;
    height: 100%;
    transition: all 0.3s;
    color: white !important
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.contact-form {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 3rem;
}

.form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25);
}

.btn-submit {
    background-color: var(--secondary-color);
    color: white;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
    border-radius: 50px;
}

.btn-submit:hover {
    background-color: #c0392b;
}

.section-title {
    position: relative;
    margin-bottom: 2rem;
    color: var(--primary-color);
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 3rem 0;
    }
    
    .contact-form {
        padding: 2rem 1rem;
    }
}
iframe{
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 600px;
  
}
.privacy-policy {
    background-color: #f8f9fa;
    border-radius: 10px;
  }
  
  .policy-section {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  
  .policy-section h3 {
    color: #2c3e50;
    border-bottom: 2px solid #f39c12;
    padding-bottom: 8px;
    display: inline-block;
  }
  
  .privacy-policy ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  
  @media (max-width: 768px) {
    .policy-section {
      padding: 1.5rem;
    }
  }

  .terms-conditions {
    background-color: #f8f9fa;
    border-radius: 10px;
  }
  
  .terms-section {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
  }
  
  .terms-section h3 {
    color: #2c3e50;
    border-bottom: 2px solid #f39c12;
    padding-bottom: 8px;
    display: inline-block;
  }
  
  .terms-conditions ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  
  @media (max-width: 768px) {
    .terms-section {
      padding: 1.5rem;
    }
  }
  .cookie-policy {
    background-color: #f8f9fa;
    border-radius: 10px;
  }
  
  .policy-section {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
  }
  
  .policy-section h3 {
    color: #2c3e50;
    border-bottom: 2px solid #f39c12;
    padding-bottom: 8px;
    display: inline-block;
  }
  
  .last-updated {
    background-color: #e9ecef;
    border-left: 4px solid #f39c12;
  }
  
  .table {
    margin-top: 1rem;
  }
  
  .table th {
    background-color: #f8f9fa;
  }
  
  @media (max-width: 768px) {
    .policy-section {
      padding: 1.5rem;
    }
    
    .table-responsive {
      overflow-x: auto;
    }
    .hero-section img{
        display: none;
    }
  }
  a{
    color: white !important
  }