/********** Template CSS **********/
:root {
  --primary: #e9ce00;
  --light: #effff8;
  --dark: #340c74;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 61, 61, 0.6);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}



.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;

  @media (max-width: 600px) {
    width: 100%;
  }
}

.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}

header i {
  color: #e9ce00;
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: #e9ce00;
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: #e9ce00;
  text-decoration: none;
  text-align: center !important;
}

.data p a:hover {
  text-decoration: underline;
}

.buttons {
  padding: 20px 0px;
  text-align: center;
}

.buttons .cookie-button {
  border: 2px solid #e9ce00;
  color: #fff;
  padding: 8px 0;
  background: #e9ce00;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}

.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #e9ce00;
}

#declineBtn {
  background-color: #fff;
  color: #e9ce00;
}

#declineBtn:hover {
  background-color: #e9ce00;
  color: #fff;
}

/* Footer Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* new styles  */

:root {
  --bg-dark: #121212;
  --accent: #e9ce00;
  --text-light: #f0f0f0;
  --bg-card: #1e1e1e;
  --text-light: #f0f0f0;
  --text-muted: #b0b0b0;

}

:root {
  --primary-color: #ff6b35;
  --secondary-color: #2c5aa0;
  --accent-color: #ffd700;
  --dark-color: #1a1a2e;
  --light-color: #f8f9fa;
  --footer-bg: #2c3e50;
  --footer-dark: #1a252f;
}



.navbar {
  background-color: rgba(18, 18, 18, 0.9);
  backdrop-filter: blur(5px);
  padding: 0.75rem 1rem;
}

.navbar-brand {
  font-weight: 700;
  color: var(--accent);
  font-size: 32px;
}

.nav-link {
  color: var(--text-light) !important;
  margin: 0 0.5rem;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--accent) !important;
}

.btn-accent {
  background-color: var(--accent);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-accent:hover {
  background-color: #d7780b;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(102, 16, 242, 0.3);
}

.btn-outline {
  background-color: transparent;
  color: var(--text-light);
  border: 2px solid var(--text-light);
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: var(--text-light);
  color: var(--bg-dark);
  transform: translateY(-2px);
}


/* Hero Section */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: url('../img/hero-section.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.8) 0%, rgba(255, 107, 53, 0.7) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  line-height: 1.6;
}

.btn-play-now {
  background: linear-gradient(45deg, var(--accent-color), #ffed4e);
  color: var(--dark-color);
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-play-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
  background: linear-gradient(45deg, #ffed4e, var(--accent-color));
}

.btn-play-now i {
  margin-left: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .btn-play-now {
    font-size: 1.1rem;
    padding: 12px 30px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 2rem;
  }

  .btn-play-now {
    font-size: 1rem;
    padding: 10px 25px;
  }
}

/* Modal styles */
.modal-content {
  background-color: white;
  color: #333;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 0.5rem;
}

.modal-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: #121212;
}

.btn-close {
  color: #121212;
  opacity: 0.8;
  font-size: 1.2rem;
}

.form-control {
  padding: 0.75rem 1rem;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

.modal-body {
  padding: 1rem 1.5rem;
}

.modal-footer {
  border-top: none;
  padding: 0.5rem 1.5rem 1.5rem;
}

.btn-login {
  background-color: #121212;
  color: white;
  width: 100%;
  padding: 0.75rem;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-login:hover {
  background-color: #000;
  color: white;
}

/* Media queries */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .navbar-collapse {
    background-color: rgba(18, 18, 18, 0.95);
    padding: 1rem;
    border-radius: 10px;
    margin-top: 0.5rem;
  }
}

/* footer start  */


/* footer end  */
.footer {
  background: linear-gradient(135deg, var(--footer-bg) 0%, var(--footer-dark) 100%);
  color: #ffffff;
  padding: 60px 0 20px;
  margin-top: 80px;
}

.footer-logo {
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent-color);
  margin-bottom: 1rem;
  text-decoration: none;
}

.footer-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Quick Links Section */
.quick-links {
  margin-bottom: 2rem;
}

.quick-links h5 {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  position: relative;
}

.footer-nav a:hover {
  color: var(--accent-color);
}

.footer-nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--accent-color);
  transition: width 0.3s ease;
}

.footer-nav a:hover::after {
  width: 100%;
}

/* Partner Logos Section */
.partner-logos {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-logos h5 {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.1rem;
}

.partner-logos .row {
  align-items: center;
  justify-content: center;
}

.partner-logos a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.partner-logos a:hover {
  transform: translateY(-5px);
  opacity: 1;
}

.partner-logos img {
  max-height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.partner-logos a:hover img {
  filter: none;
}

/* Age Warning Section */
.age-warning {
  background: rgba(255, 107, 53, 0.1);
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 2rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.age-icon {
  background: var(--primary-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.age-text {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Disclaimer Section */
.disclaimer-section {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

/* Copyright */
.copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }

  .footer-logo {
    font-size: 1.5rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .age-warning {
    flex-direction: column;
    text-align: center;
  }

  .age-icon {
    margin: 0 auto 1rem auto;
  }

  .partner-logos .col-md-3 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .disclaimer-text {
    text-align: left;
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .footer-description {
    font-size: 0.9rem;
  }

  .partner-logos img {
    max-height: 40px;
  }

  .age-warning {
    padding: 1rem;
  }

  .disclaimer-section {
    padding: 1rem 0;
  }
}

/* new styles  */

/* About Section */
.about-section {
  padding: 80px 0;
  background-color: white;
}

.about-image {
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6b35, #2c5aa0);
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottery-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.lottery-ball {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
}

.lottery-ball:nth-child(1) {
  background: #ff4757;
  animation-delay: -0.5s;
}

.lottery-ball:nth-child(2) {
  background: #3742fa;
  animation-delay: -1s;
}

.lottery-ball:nth-child(3) {
  background: #2ed573;
  animation-delay: -1.5s;
}

.lottery-ball:nth-child(4) {
  background: #ffa502;
  animation-delay: -2s;
}

.lottery-ball:nth-child(5) {
  background: #9c88ff;
  animation-delay: -2.5s;
}

.lottery-ball:nth-child(6) {
  background: #ff6348;
  animation-delay: -3s;
}

.golden-ticket {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  color: #1a1a2e;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  transform: rotate(15deg);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.trophy-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffd700;
  font-size: 3rem;
  animation: bounce 2s infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.about-content h2 {
  color: var(--dark-color);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.about-content p {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

/* Why Play Section */
.why-play-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  color: var(--dark-color);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: #666;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.feature-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: none;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2.5rem;
  color: white;
}

.feature-icon.jackpot {
  background: linear-gradient(135deg, var(--accent-color), #ffed4e);
  color: var(--dark-color);
}

.feature-icon.security {
  background: linear-gradient(135deg, var(--primary-color), #e55a2b);
}

.feature-icon.bonus {
  background: linear-gradient(135deg, var(--secondary-color), #1e3a8a);
}

.feature-card h3 {
  color: var(--dark-color);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.feature-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }

  .about-content h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .about-image {
    margin-bottom: 2rem;
    min-height: 300px;
  }

  .lottery-ball {
    width: 45px;
    height: 45px;
    font-size: 0.9rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .feature-card {
    margin-bottom: 2rem;
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .about-content h2 {
    font-size: 1.8rem;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .lottery-ball {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
}

/* How to Play Section */
.how-to-play-section {
  padding: 80px 0;
  background-color: white;
}

.how-to-play-content h2 {
  color: var(--dark-color);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.intro-text {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.step-item:last-child {
  border-bottom: none;
}

.step-number {
  min-width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-color), #e55a2b);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}

.step-content h4 {
  color: var(--dark-color);
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.step-content p {
  color: #666;
  margin: 0;
  font-size: 1rem;
}

.play-image {
  background: linear-gradient(135deg, #8b5cf6, #3b82f6);
  border-radius: 20px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.image-placeholder {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.1rem;
  padding: 2rem;
}

.btn-play-cta {
  background: linear-gradient(45deg, var(--primary-color), #e55a2b);
  color: white;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.btn-play-cta:hover {
  background: linear-gradient(45deg, #e55a2b, var(--primary-color));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  color: white;
}

.btn-play-cta i {
  margin-left: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .how-to-play-section {
    padding: 60px 0;
  }

  .how-to-play-content h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .play-image {
    margin-bottom: 2rem;
    min-height: 300px;
  }

  .step-item {
    flex-direction: column;
    text-align: center;
  }

  .step-number {
    margin: 0 auto 1rem auto;
  }

  .intro-text {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .how-to-play-content h2 {
    font-size: 1.8rem;
  }

  .intro-text {
    font-size: 1rem;
  }

  .step-content h4 {
    font-size: 1.1rem;
  }

  .btn-play-cta {
    width: 100%;
    margin-top: 1rem;
  }
}

/* Recent Results Section */
.results-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  color: var(--dark-color);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: #666;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.results-container {
  max-width: 1000px;
  margin: 0 auto;
}

.draw-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.draw-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.draw-date {
  color: var(--dark-color);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.draw-date .date-text {
  color: var(--secondary-color);
  font-weight: bold;
}

.numbers-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.lottery-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Different colors for each position */
.lottery-number.pos-1 {
  background: linear-gradient(135deg, #007bff, #0056b3);
}

.lottery-number.pos-2 {
  background: linear-gradient(135deg, #dc3545, #c82333);
}

.lottery-number.pos-3 {
  background: linear-gradient(135deg, #28a745, #1e7e34);
}

.lottery-number.pos-4 {
  background: linear-gradient(135deg, #ffc107, #e0a800);
  color: var(--dark-color);
}

.lottery-number.pos-5 {
  background: linear-gradient(135deg, #17a2b8, #138496);
}

.lottery-number.pos-6 {
  background: linear-gradient(135deg, #6c757d, #545b62);
}

.bonus-number {
  background: linear-gradient(135deg, var(--primary-color), #e55a2b) !important;
  border: 3px solid #ffd700;
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
}

.bonus-label {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 10px;
}

.separator {
  color: #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .results-section {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .draw-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lottery-number {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .numbers-container {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 1.8rem;
  }

  .lottery-number {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .draw-card {
    padding: 1rem;
  }

  .draw-date {
    font-size: 1rem;
    justify-content: center;
    text-align: center;
  }

  .numbers-container {
    gap: 8px;
  }
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background-color: white;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  color: var(--dark-color);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.accordion {
  border: none;
}

.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.accordion-header {
  border: none;
}

.accordion-button {
  background: linear-gradient(135deg, var(--light-color) 0%, #fff 100%);
  border: none;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark-color);
  border-radius: 15px !important;
  box-shadow: none;
  position: relative;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  background-image: none;
  content: 'expand_more';
  font-family: 'Material Icons';
  font-size: 1.5rem;
  color: inherit;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  content: 'expand_less';
}

.accordion-body {
  padding: 1.5rem 2rem 2rem;
  background-color: white;
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--accent-color), #ffed4e);
  color: var(--dark-color);
  border-radius: 50%;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Question number styling */
.question-number {
  background: linear-gradient(135deg, var(--primary-color), #e55a2b);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}

/* Enhanced text styling in answers */
.accordion-body strong {
  color: var(--secondary-color);
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .accordion-button {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }

  .accordion-body {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .faq-container {
    margin: 0 1rem;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 1.8rem;
  }

  .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }

  .accordion-body {
    padding: 1rem 1.25rem 1.25rem;
    font-size: 0.95rem;
  }

  .question-number {
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }
}

 /* Privacy Policy Header */
 .policy-header {
  background: linear-gradient(135deg, #ff6b84, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7, #fd79a8);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Abstract Shapes */
.policy-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
      radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
      radial-gradient(circle at 40% 40%, rgba(120, 219, 226, 0.3) 0%, transparent 50%);
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shape {
  position: absolute;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 20%;
  left: 10%;
  animation-delay: -2s;
}

.shape-2 {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 60%;
  right: 15%;
  animation-delay: -4s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transform: rotate(45deg);
  bottom: 20%;
  left: 20%;
  animation-delay: -1s;
}

.shape-4 {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  top: 30%;
  right: 30%;
  animation-delay: -3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(120deg); }
  66% { transform: translateY(10px) rotate(240deg); }
}

.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.page-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.breadcrumb-nav {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 0.75rem 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}

.breadcrumb-item {
  font-size: 1rem;
  font-weight: 500;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: white;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.breadcrumb-item.active {
  color: white;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .policy-header {
      min-height: 250px;
      padding: 2rem 0;
  }
  
  .page-title {
      font-size: 2.5rem;
  }
  
  .breadcrumb-nav {
      padding: 0.5rem 1rem;
  }
  
  .breadcrumb-item {
      font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .page-title {
      font-size: 2rem;
      margin-bottom: 1.5rem;
  }
  
  .breadcrumb-nav {
      padding: 0.5rem 0.75rem;
  }
  
  .breadcrumb-item {
      font-size: 0.85rem;
  }
  
  .shape {
      display: none;
  }
}
