@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');


body {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  color: #e0e0e0;
  background-color: #121212;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Paragraphs */
p {
  margin-bottom: 1rem;
  color: #cccccc;
  font-weight: 300;
}

/* Links */
a {
  color: #00aced;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #1e90ff;
}

/* Lists */
ul, ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}
.btn{
    background: #8a4e00 !important;
    color: white !important;
}
.whatsapp-btn{
    background: #34780a !important;
}

/* Buttons */
.btn-primary {
  background-color: #ff5722;
  border: none;
  color: white;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #e64a19;
}

/* Utility Spacing */
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }

/* Section Headings */
.section-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.75rem;
  border-bottom: 2px solid #00aced;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  p { font-size: 15px; }
}



/* Login page css */

    .login-box, .register-box, .id-box, .deposit-box,  .withdraw-box, .referral-box, .promotion-box, .support-box {
      background: #faa71b;
      padding: 25px 20px;
      border-radius: 10px;
      width: 100%;
      max-width: 400px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      margin: 0 auto;
    }


    .form-control {
      border-radius: 8px;
    }

    .btn-brown {
      background-color: #945f0f;
      color: white;
      border-radius: 8px;
      font-weight: 500;
    }

    .btn-brown:hover {
      background-color: #7c4a00;
    }

    .social-links a {
      font-size: 20px;
      margin: 0 10px;
      color: #222;
      text-decoration: none;
    }

    .social-links i {
      border: 1px solid #ccc;
      padding: 8px;
      border-radius: 50%;
      transition: all 0.3s ease-in-out;
    }

    .social-links i:hover {
      background: #945f0f;
      color: #fff;
      border-color: #945f0f;
    }

    .info-icons img {
      max-height: 40px;
      margin: 0 5px;
    }

    .whatsapp-btn {
      font-size: 18px;
    }


select.form-select {
  border-radius: 8px;
  padding: 10px;
}

input.form-control {
  border-radius: 8px;
  padding: 10px;
}

.btn-success {
  font-weight: bold;
  font-size: 16px;
}


.support-box select,
.support-box button {
  font-size: 16px;
  padding: 12px;
  border-radius: 8px;
}

.support-box a {
  color: #1c7ed6;
  text-decoration: none;
}

.support-box a:hover {
  text-decoration: underline;
}


/* Login page css */





.navbar-brand {
  font-size: 1.8rem;
}
.navbar-brand img{
  width: 200px;
}
.bg-logo {
  background-color: #8a4e00;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #444;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
  }

.social-icon:hover {
    background-color: #f9c100; /* Or platform color */
    color: #000;
    transform: scale(1.1);
  }
.brand-info{
    font-size: 12px;
    margin: 5px 0 5px 0;
}



.card-body {
  padding-right: 15px;
}
.card-body{
    font-size: 30px;
}

.card-body::-webkit-scrollbar {
  width: 6px;
}

.card-body::-webkit-scrollbar-thumb {
  background-color: #28a745;
  border-radius: 3px;
}

.card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.card-body,
.card-body p,
.card-body span,
.card-body div,
.card-body ul,
.card-body li {
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}
.card-body h2 { font-size: 16px; }
.card-body h3 { font-size: 15px; }
.card-body h4,
.card-body h5 { font-size: 14px; }

.featurecard {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* 1. ONLINE CASINO - Bounce Up */
.featurecard:nth-child(1):hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* 2. ONLINE POKER - Rotate Slightly */
.featurecard:nth-child(2):hover {
  transform: rotate(-2deg) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* 3. ONLINE ROULETTE - Zoom In */
.featurecard:nth-child(3):hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* 4. ONLINE BETTING - Wiggle */
@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  50% { transform: rotate(-1deg); }
  75% { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}
.featurecard:nth-child(4):hover {
  animation: wiggle 0.4s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Base style for all feature cards */
.box-feature .border {
  transition: all 0.4s ease;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
}

/* 1. Bounce for Registered Users */
.box-feature .col-md-4:nth-child(1) .border:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* 2. Flip for No Commission */
.box-feature .col-md-4:nth-child(2) .border:hover {
  transform: rotateY(10deg);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* 3. Pulse for 24/7 Support */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
.box-feature .col-md-4:nth-child(3) .border:hover {
  animation: pulse 0.6s ease-in-out;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* 4. Shield Float (Safe & Secure) */
.box-feature .col-md-4:nth-child(4) .border:hover {
  transform: translateY(-5px) rotate(-1deg);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

/* 5. Shake for Instant Withdrawals */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}
.box-feature .col-md-4:nth-child(5) .border:hover {
  animation: shake 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* 6. Zoom for Min ID */
.box-feature .col-md-4:nth-child(6) .border:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}


.hero-card {
  
  border-radius: 30px;
  position: relative;
  padding: 2rem;
  min-height: 400px;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-card h2 {
  font-weight: 800;
}

.hero-card img.hero-img {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 70%;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

.hero-card .btn {
  background-color: #ffae00;
  color: #000;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  z-index: 1;
}

.hero-card .badge {
  background-color: #ff3366;
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  font-weight: 600;
  border-radius: 6px;
  z-index: 1;
}

.library-card {
  background: rgb(255 170 60 / 76%);
  border-radius: 25px;
  padding: 1.5rem;
  height: 100%;
}

.library-card h5 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.library-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  background: rgb(248 249 250);
  padding: 0.75rem;
  border-radius: 15px;
  transition: background 0.3s ease;
}

.library-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.library-item img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 1rem;
}

.card .subtext {
  color: #B3B3B3;
}

.popular-badge {
  background-color: #FF3366;
  color: white;
}

.btn-primary {
  background-color: #FFA500;
  color: white;
  border: none;
}

.btn-primary:hover {
  background-color: #FF9900;
}

.sidebar .category-title {
  color: white;
}

.sidebar .game-tag {
  color: #D1D1D1;
}
#sidebar {
  position: sticky;
  top: 0; /* distance from top of viewport */
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease;
  background-color: #f8f9fa; /* same as bg-light */
}



.library-item h6{
  color: #000;
}

.bg-banner{
    background: linear-gradient(145deg, #4a0025, #815202);
    border-radius: 10px;
}





    .carousel-wrapper {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .card-carousel {
      display: flex;
      gap: 1rem;
      padding: 1rem 0;
      scroll-snap-align: start;
      flex-wrap: nowrap;
    }

    .carousel-card {
      flex: 0 0 auto;
      scroll-snap-align: start;
      width: 100%;
      max-width: 320px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 1.5rem 1rem;
      text-align: center;
    }

    .carousel-card img {
      height: 120px;
      object-fit: contain;
      margin-bottom: 1rem;
    }

    @media (min-width: 768px) {
      .carousel-card {
        max-width: 30%;
      }
    }

    .pagination-dots {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
    }

    .dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
    }

    .dot.active {
      background-color: #007bff;
    }    


.box-feature {
  text-align: center;
  padding: 50px 20px;
}

.box-feature h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.box-feature p {
  color: #555;
  max-width: 600px;
  margin: 0 auto 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.feature-card h3 {
  font-size: 1.1rem;
  color: #800000;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 0.95rem;
  color: #444;
}


.circle {
    background: #8f2626;
    padding: 10px;
    border-radius: 10px;
    width: 85px;
    height: 85px;
    align-content: center;
}



.id-process {
  text-align: center;
  padding: 50px 20px;
  background: #f9f9f9;
}

.id-process h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.id-process p {
  color: #555;
  margin-bottom: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-number {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: orange;
  margin-bottom: 12px;
}

.step-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.step-card p {
  font-size: 0.95rem;
  color: #555;
}


.payment-methods {
  text-align: center;
  padding: 40px 20px;
}

.payment-methods h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.payment-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px 20px;
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.payment-card:hover {
  transform: scale(1.05);
}

.payment-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}


.cta-banner {
  background-color: #2c2c2c; /* dark grey */
  padding: 40px 20px;
  color: #fff;
}

.cta-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cta-text h2 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}

.cta-text p {
  font-size: 16px;
  color: #ccc;
  max-width: 600px;
}

.cta-btn {
  background-color: #28a9f1;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #1e8fcf;
}


.payment-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 120px; 
  width: 165px; 
  margin: auto;
  
}

.payment-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.match-section {
    padding: 15px;
}
.match-item {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    background: #fff3cd;
    cursor: pointer;
    width: 200px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.match-item:hover {
    transform: scale(1.03);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    position: relative;
}
.close {
    position: absolute;
    right: 15px; top: 10px;
    cursor: pointer;
    font-size: 24px;
}
.bet-btn {
    display: block;
    text-align: center;
    margin-top: 15px;
    background: #dc3545;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.bet-btn:hover {
    background: #b52b37;
}
.match-popup {
  text-align: center;
  background: #0b132b;
  background: radial-gradient(circle at top, #101935, #060b1a);
  color: #fff;
  border-radius: 14px;
  padding: 35px 25px;
  position: relative;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
  max-width: 420px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.match-popup .match-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ff1744;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.match-teams {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  gap: 35px;
}

.match-teams .team {
  flex: 0 0 auto;
  text-align: center;
}

.match-teams .team img {
    width: 90px;
    height: 55px;
    border-radius: 1%;
    border: 0px solid #f8ce13;
    background: #ffffff00;
    object-fit: contain;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease;
}

.match-teams .team img:hover {
  transform: scale(1.1);
}

.match-teams .team h4 {
  margin-top: 12px;
  font-size: 1rem;
  color: #f8f8f8;
  font-weight: 600;
  text-transform: uppercase;
}

.vs {
  font-size: 2rem;
  color: #ff4081;
  font-weight: 700;
  margin: 0 10px;
  text-shadow: 0 0 10px #ff4081;
}

.match-info {
  margin-top: 10px;
  text-align: left;
  padding: 0 15px;
}

.match-info p {
  margin: 8px 0;
  color: #ccc;
  font-size: 0.95rem;
}

.bet-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff1744, #ff5252);
  color: white;
  padding: 12px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  font-size: 1rem;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(255, 82, 82, 0.4);
}

.bet-btn:hover {
  background: linear-gradient(90deg, #ff5252, #ff1744);
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(255, 82, 82, 0.6);
}

/* Modal backdrop improvements */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.9);
  overflow: auto;
}

.modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 6% auto;
}

.close {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #ff5252;
}


/* =============================
   BLOG PAGE STYLING - CRICKET99
   ============================= */

/* General Blog Layout */
.post-content {
  font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
  color: #222;
  line-height: 1.8;
  font-size: 17px;
  margin-top: 20px;
}

.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4 {
  color: #0b132b;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.post-content h1 {
  font-size: 2rem;
  border-bottom: 3px solid #ffcc00;
  display: inline-block;
  padding-bottom: 6px;
}
.post-content h2 {
  font-size: 1.6rem;
  color: #10316b;
  border-left: 4px solid #ffb400;
  padding-left: 8px;
}
.post-content h3 {
  font-size: 1.3rem;
  color: #0b5ed7;
}
.post-content h4 {
  font-size: 1.1rem;
  color: #555;
}

/* Paragraphs */
.post-content p {
  margin-bottom: 15px;
  color: #333;
}

/* Links */
.post-content a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-content a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* Images */
.post-content img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Lists */
.post-content ul,
.post-content ol {
  margin: 15px 0 15px 35px;
  padding-left: 0px;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: 8px;
  line-height: 1.7;
  color: #333;
}
.post-content ul li::marker {
  color: #ffb400;
  font-size: 1.1em;
}

/* Tables */
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
  border: 1px solid #ddd;
}
.post-content th,
.post-content td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.post-content th {
  background: #10316b;
  color: #fff;
  font-weight: 600;
}
.post-content tr:nth-child(even) {
  background: #f9f9f9;
}
.post-content tr:hover {
  background: #f1f1f1;
}

/* Quote / Highlight */
.post-content blockquote {
  border-left: 5px solid #ffb400;
  background: #fff8e5;
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
}

/* Author Box */
.author-box {
  background: #f8f9fa;
  border-left: 5px solid #0b5ed7;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.author-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}
.author-box h4 {
  margin: 0;
  color: #0b132b;
}
.author-box p {
  margin: 0;
  color: #555;
  font-size: 14px;
}

/* Social Share Buttons */
.share-buttons {
  margin: 25px 0;
}
.share-buttons a {
  display: inline-block;
  background: #0b132b;
  color: #fff;
  padding: 8px 14px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 14px;
  transition: background 0.3s;
}
.share-buttons a:hover {
  background: #ffb400;
  color: #000;
}

/* Latest Posts section */
.latest-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.latest-post {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  flex: 1 1 30%;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.latest-post:hover {
  transform: translateY(-5px);
}
.latest-post img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.latest-post h5 {
  font-size: 1rem;
  padding: 10px;
  color: #0b132b;
  margin: 0;
}
.latest-post p {
  font-size: 0.9rem;
  color: #666;
  padding: 0 10px 10px;
}


