 body {
      background: #222;
	  font-family: "Poppins", sans-serif;
    }
	
	@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
        font-weight: 600;
    }
}
	
	
    .navbar {
      background-color: #2a2a2a;
      padding: 0.7rem 2rem;
    }
    .navbar-brand img {
      height: 50px;
    }
    .navbar-nav .nav-link {
      color: #f1b92d !important;
      font-weight: 600;
      margin-right: 10px;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #ffc107 !important;
    }
    .dropdown-menu {
      background-color: #fff;
      border: none;
      border-radius: 0;
      padding: 0;
    }
    .dropdown-item {
      color: #d4a437;
      font-weight: 600;
      padding: 10px 15px;
    }
    .dropdown-item:hover {
      background-color: #f9f9f9;
      color: #000;
    }
    .btn-getid {
      background: linear-gradient(to right, #ffc107, #f5a623);
      border: none;
      font-weight: 700;
      padding: 8px 18px;
      border-radius: 4px;
      color: #000;
    }

    /* Hover Dropdown */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* align properly */
      }
    }
	
	a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
	
	/* Slider start */
	
	 .hero-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: linear-gradient(90deg, #2a2a2a 0%, #b8860b 100%);
      color: #fff;
      padding: 60px 0;
    }
    .hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 41px;
    }
    .hero-text {
      font-size: 1.1rem;
      margin: 20px 0;
    }
  .hero-list li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.hero-list li img {
  width: 25px;   /* adjust size */
  height: 25px;
  margin-right: 10px;
}
   
    .hero-btn {
      background: #000;
      color: #fff;
      font-weight: 600;
      border: 2px solid #000;
      border-radius: 6px;
      padding: 12px 25px;
      margin-top: 20px;
      display: inline-flex;
      align-items: center;
      transition: 0.3s;
      box-shadow: 0 0 10px #ff0, 0 0 20px rgba(255, 255, 0, 0.5);
    }
    .hero-btn i {
      margin-right: 8px;
    }
    .hero-btn:hover {
      background: #111;
      color: #ffc107;
    }
    .hero-img img {
      max-width: 100%;
      border-radius: 12px;
    }
	
	/* Slider End */
	
	
	
	
	/* Table Content */
	    section.table-content {
      max-width: 1160px;
      margin: 40px auto;
      background: #111; 
      border-radius: 10px;
      border: 2px solid #d4af37;
      overflow: hidden;
    }

    .table-header {
      background: #e4b200;
      padding: 15px 20px;
      font-size: 18px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .table-header button {
      background: #000;
      border: none;
      color: #fff;
      font-size: 16px;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
    }

    .table-body {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 40px;
      padding: 20px;
    }

    .table-body ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .table-body li {
      padding: 8px 0;
      border-bottom: 1px solid #444;
      display: flex;
      align-items: center;
      font-size:16px;
	  color: #e4b200;
    }

    .table-body li i {
      margin-right: 10px;
      color: #e4b200;
    }

    .table-body li:last-child {
      border-bottom: none;
    }

    @media(max-width: 768px) {
      .table-body {
        grid-template-columns: 1fr;
      }
    }
	
	
	
	/* About Us section */
	
	.about-section {
  background-color: #0b1835; /* Dark background */
  padding: 60px 0;
}

.about-section h2{
	color:#fff;
}

.about-section p{
	color:#fff;
}

.about-content h2 {
  font-size: 28px;
  font-weight: 700;
}

.about-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
}

.btn-whatsapp {
  display: inline-block;
  background: black;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 255, 0, 0.6); /* neon effect */
}

.btn-whatsapp:hover {
  background: #25d366;
  color: #fff;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.9);
}



info-table {
        width: 100%;
        border: 1px solid #3a475e;
        border-collapse: collapse;
        margin-bottom: 30px;
    }

    .info-table th, .info-table td {
        border: 1px solid #3a475e;
        padding: 15px;
        vertical-align: middle;
    }

    .info-table th {
        background: #162235;
        font-weight: 600;
        width: 25%;
		color:#fff;
    }

    .info-table td {
        background: #1e2a3d;
		color:#fff;
    }

    .gradient-btn {
        background: #000;
        color: #fff;
        border: 2px solid transparent;
        padding: 12px 30px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        display: inline-block;
        transition: 0.3s;
    }

    .gradient-btn::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(45deg, red, orange, yellow, limegreen);
        border-radius: 10px;
        z-index: -1;
        opacity: 0.8;
    }

    .gradient-btn:hover {
        color: #0f0;
        transform: scale(1.05);
    }

    .gradient-btn i {
        margin-right: 8px;
    }


/* glowing button */
 .gradient-btn {
        background: #000;
        color: #fff;
        padding: 12px 40px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: relative;
        margin-top: 20px;
        transition: 0.3s;
        border: none;
        z-index: 1;
    }

    .gradient-btn i {
        margin-right: 8px;
        font-size: 18px;
    }

    /* Glowing effect */
    .gradient-btn::before {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        background: linear-gradient(45deg, #f9f047, #00c6ff);
        border-radius: 16px;
        z-index: -1;
        filter: blur(20px);
        opacity: 0.8;
        animation: glowing 2s linear infinite;
    }

    @keyframes glowing {
        0% {
            background: linear-gradient(45deg, #f9f047, #00c6ff);
        }
        50% {
            background: linear-gradient(45deg, #00c6ff, #f9f047);
        }
        100% {
            background: linear-gradient(45deg, #f9f047, #00c6ff);
        }
    }

    .gradient-btn:hover {
        transform: scale(1.08);
        color: #00ff88;
    }
	
	
	
	
	/* history and how to get */
	
	/* Section 1 - History */
    .annabook-history {
        padding: 60px 0;
    }

    .annabook-history h2 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .annabook-history p {
        color: #ccc;
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .annabook-history .card {
        background-color: #f9b814;
        color: #000;
        border-radius: 12px;
        padding: 20px;
        font-weight: 600;
        transition: 0.3s;
		height: 173px;
    }

    .annabook-history .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    }

    /* Section 2 - How to Get ID */
    .annabook-steps {
        background: linear-gradient(180deg, #f9b814, #f6d65d);
        color: #000;
        padding: 60px 0;
    }

    .annabook-steps h2 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .annabook-steps p {
        color: #222;
        margin-bottom: 40px;
    }

    .step-card {
        background: #f9c934;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        font-weight: 500;
		height: 312px;
        transition: 0.3s;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .step-card h3 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .step-card:hover {
        transform: translateY(-10px);
    }

   
   
   .annabook-history .card h5{
	   font-size:26px;
	   font-weight:600;
   }
   
    .annabook-history .card p{
	    color:#000;
   }
   
   
   
   
   /* Step Boxes */
    .steps-section {
        background: linear-gradient(180deg, #f9b814, #f6d65d);
        color: #000;
		padding-top:20px;
		padding-bottom:20px;
    }

    .step-box {
        background: #f9c934;
        padding: 25px;
        text-align: center;
        font-weight: 500;
        transition: 0.3s;
		max-width: 351px;
		margin-left:20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .step-box h3 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .step-box:hover {
        transform: translateY(-10px);
    }

    .clients h2{
		color:#f7d354;
		font-weight:600;
		padding-top:20px;
	}
	
	.clients p{
		color:#fff;
	}
	
	.whyrddy h2{
		color:#fff;
		padding-top:20px;
		font-weight:600;
	}
	
	.whyrddy ul li{
		color:#fff;
		padding-top:20px;
	}

    /* Stats Section */
    .stats-box {
        text-align: center;
        padding: 30px;
        border-radius: 12px;
        border: 2px solid #3a475e;
        margin-top: 20px;
    }

    .stats-box h3 {
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 10px;
		color: #f7d354;
    }

    .stats-box p {
        color: #ccc;
        font-size: 1.3rem;
		font-weight:600;
    }
	
	.process h2{
		color: #fff;
    font-weight: 600;
    font-size: 30px;
	}
	
	.process p{
		color:#fff;
	}
	
	.process ul li{
		color:#fff;
	}
	
	
	.sports-section {
        padding: 50px 20px;
        text-align: center;
		background-color:#F3BA0B;
    }

    .sports-section h2 {
        font-weight: 700;
        font-size: 32px;
        background: linear-gradient(90deg, #111, #ff007f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 10px;
    }

    .sports-section p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
        justify-content: center;
    }

    .sport-card {
        background: #000;
        border-radius: 10px;
        overflow: hidden;
        color: #fff;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease-in-out;
    }

    .sport-card img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .sport-card h3 {
        font-size: 20px;
        margin: 15px 0 5px;
    }

    .sport-card p {
        font-size: 14px;
        padding: 0 10px 15px;
    }

    .sport-card:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }
	
	
	.customercare {
    background: #0e1331;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.customercare h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.customercare p {
    font-size: 16px;
    color: #ddd;
}

.care-boxes, .promo-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.care-box, .promo-box {
    background: #0e1331;
    border: 2px solid rgb(243 186 11);
    padding: 20px;
    width: 355px;
    text-align: center;
    border-radius: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.care-box h3, .promo-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.care-box p, .promo-box p {
    font-size: 15px;
    color: #ccc;
}

.care-box:hover, .promo-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.7);
}


/* Section Styling */
.deposit-section {
    background: linear-gradient(180deg, #2c2c2c, #f1c40f);
    padding: 50px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.deposit-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.deposit-subtitle {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 40px;
}

/* Container for boxes */
.deposit-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

/* Unique Deposit Box Design */
.deposit-box {
    position: relative;
    background: #1a1a1a;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    border: none;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.deposit-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(#f1c40f, #ff0080, #7928ca, #f1c40f);
    animation: rotateBorder 6s linear infinite;
    z-index: 0;
}

.deposit-box::after {
    content: '';
    position: absolute;
    inset: 4px;
    background: #222;
    border-radius: 12px;
    z-index: 1;
}

.deposit-box h3,
.deposit-box p {
    position: relative;
    z-index: 2;
}

.deposit-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #f1c40f;
    margin-bottom: 10px;
}

.deposit-box p {
    font-size: 15px;
    color: #f1f1f1;
}

/* Hover Effect */
.deposit-box:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

@keyframes rotateBorder {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Bottom Note */
.deposit-note {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}



    .faq-section {
      padding: 60px 0;
    }
    .accordion-button {
      background-color: #c7931a; /* golden brown */
      color: #fff;
      font-weight: 600;
      border: 1px solid #fff;
    }
    .accordion-button:not(.collapsed) {
      background-color: #b5820f;
      color: #fff;
      box-shadow: none;
    }
    .accordion-body {
      background: #f1f1f1;
      color: #000;
    }
    .accordion-button::after {
      filter: invert(1); /* makes arrow white */
    }
    .faq-heading {
      font-size: 28px;
      font-weight: 700;
    }
    .faq-subtext {
      font-size: 14px;
      margin-bottom: 30px;
      color: #ddd;
    }
	
	
	.keywords-bar {
  font-size: 14px;
  line-height: 1.8;
}

.keywords-bar span {
  font-weight: 600;
}


.footer {
  font-size: 14px;
}

.footer-links li {
  margin-bottom: 8px;
  color: #fff;
}

.footer-links li:hover {
  color: #ffc107; /* Yellow hover effect */
  cursor: pointer;
}

.footer hr {
  border-top: 1px solid #ffc107;
}




    /* Main container */
    .annra-container {
        width: 1200px;
        background: rgba(255, 255, 255, 0.05);
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .annra-container h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #00c3ff;
    }

    /* Input fields */
    .annra-input {
        width: 100%;
        padding: 14px;
        margin: 10px 0;
        border-radius: 10px;
        border: none;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 16px;
        outline: none;
        transition: 0.3s;
    }

    .annra-input::placeholder {
        color: #ccc;
    }

    .annra-input:focus {
        background: rgba(0, 195, 255, 0.15);
        box-shadow: 0 0 8px #00c3ff;
    }

    /* Checkbox + terms */
    .annra-terms {
        font-size: 14px;
        margin: 15px 0;
        text-align: left;
    }

    .annra-terms input {
        margin-right: 8px;
        accent-color: #00c3ff;
    }

    .annra-terms a {
        color: #00c3ff;
        text-decoration: none;
    }

    .annra-terms a:hover {
        text-decoration: underline;
    }

    /* Register button */
    .annra-btn {
        width: 100%;
        padding: 14px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(90deg, #00c3ff, #007fff);
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }

    .annra-btn:hover {
        background: linear-gradient(90deg, #007fff, #00c3ff);
        box-shadow: 0 0 15px #00c3ff;
    }

    /* Login text */
    .annra-login {
        margin-top: 15px;
        font-size: 14px;
    }

    .annra-login a {
        color: #00c3ff;
        text-decoration: none;
        font-weight: bold;
    }

    .annra-login a:hover {
        text-decoration: underline;
    }

