:root {
  --primary-color: #28a745;
  --secondary-color: #ffc107;
  --dark-color: #212529;
  --light-color: #f8f9fa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
  font-family: "Inter", sans-serif;
 
}
img, svg {
    max-width: 100% !important;
}

.nav_header { background:#fff }

.nav-link:focus, .nav-link:hover {
    color: rgb(3 56 40);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
              url('images/herosection_bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-top: 80px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.8), rgba(0, 123, 255, 0.6));
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.feat_bg { background:#FFF5E9;padding:70px 0; }
.cri_pred p { font-size: 16px;color: #ccc;}

.cri_pred ul li{ font-size:16px;list-style: circle;
    padding: 6px 0; }

.cri_pred { background:#000;padding:70px 0 0; }

ul.list-unstyled li {
  list-style: none;
  font-size: 15px;
  display: flex;
  align-items: center;
      justify-content: center;
}
ul.list-unstyled li i{ 
  margin-top: 4px;
  font-size: 18px;
 }
 h5.cri_white{ font-size:20px;font-weight:600; }
 .cri_pred h2{font-weight: 600}

/* Feature Icons */
.feature-icon {
  width: 80px;
  height: 80px;
  background: rgba(40, 167, 69, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Cricket Equipment Animation */
.cricket-equipment {
  position: relative;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* Step Cards */
.step-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

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

/* Payment Methods */
.payment-method {
  height: 60px;
  object-fit: contain;
  margin: 10px;
  padding: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.payment-method:hover {
  transform: scale(1.05);
}

/* Partner Logos */
.partner-logo {
  height: 52px;
  object-fit: contain;
  margin: 0 15px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.tr_work {
  background: #0B3827;
  padding: 70px 0;
}
.tr_part { background:#EFD9BC;padding:60px 0; }

.tr_work h2{ font-weight:700; }
.border_bottom { border-bottom:1px solid #6C6963;padding-bottom: 40px; }
.border_bottom p{ max-width:850px;margin:0 auto; }

.steps_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
}

.step-card{
      padding: 30px;
    border-radius: 20px;
    position: relative;
}
.spep_card1 { background: #FCCA18; }
.spep_card2 { background: #FF7222; }
.spep_card3 { background: #2CF2DB; }
.spep_card4 { background: #36CA09; }

.arrow_icon {
    margin-top: 15px;
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 0;
    margin-left: auto;
        position: absolute;
    right: 20px;
    bottom: 10px;
}
.payment_me { padding:60px 0;background:#ECF4E9; }
.payment_me h2 {font-weight:700 }

.partner-logo:hover {
  opacity: 1;
}

/* Bonus Section */
.bonus-section {
 background: url('images/joing_bg.jpg') no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 70px 0;
}
.bonus-section h2{
  color: #FFC700;
  font-size: 60px;
  font-weight: 800;
  text-shadow: 
    -2px -2px 0 #fff,  
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}

/*.bonus-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/joing_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
}*/

.sports_list { padding:70px 0;background:#FFF5E9; }
.sports_list h2 {font-weight:700; }

.game-btn-text {
    background: #0B3827;
    border-radius: 15px;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 22;
}

.bonus-section .container {
  position: relative;
  z-index: 2;
}

/* Game Cards */
.game-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.game-card:hover {
  transform: scale(1.05);
}

.game-card img {
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.game-card:hover img {
  transform: scale(1.1);
}

.game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-card:hover .game-overlay {
  opacity: 1;
}

/* Unlimited Access Section */
.unlimited-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.unlimited-section ul li{ font-size:18px; }

.unlimited-section h2{ font-weight:700; }
.what_btn { background:#EFD9BC; }

.unlimited-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/whychoose_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
}

.nav_header { background:#fff !important;padding:0; }
a.nav-link { color:#000;    padding: 8px 20px !important;
    font-weight: 500; }

.unlimited-section .container {
  position: relative;
  z-index: 2;
}

/* WhatsApp Section */
.whatsapp-section {
  background: url('images/what_bg.jpg') no-repeat;
  background-size: cover;
    background-position: center left;
    padding: 100px 0;
}

.whatsapp-section h2 {font-weight:700;  font-size: 3rem;  }
.whatsapp-section h3 {font-weight:700;color:#fff;    font-size: 3rem;  }
.whatsapp-section p {color:#fff;  }

.whatsapp-icon {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.whatsapp-float .btn {
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  border: none;
  width: 64px;
  height: 64px;
}

.footer_logo a img{ width:120px;margin-bottom:20px; }

p.footer_p {
    max-width: 300px;
    font-size: 15px;
    color: #000;
}
.footer h5{ font-weight:600;color:#000;font-size:18px; }
.footer .list-unstyled li a {
    color: #000;
    list-style: none;
    text-decoration: none;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
}

.social-links a { color: #000;
    list-style: none;
    text-decoration: none;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;display:block; }
.social-links a i { margin-right:15px; } 


.pr_po a { font-weight: 400; text-decoration: none;
    font-size: 14px; color: #000;}   

.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }


h2.con_fot {
    background-color: #0E800D;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 5px #FFE400;
    border-style: solid;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    padding: 12px;
    text-align: center;
   max-width: 280px;
    margin: 0 auto 20px;
}
footer.footer.py-5 {
    padding: 20px 0 !IMPORTANT;
    text-align: center;
}
.footer_links a {
  display: block;
}

/* Responsive Design */

@media (max-width: 991px) {
  .feat_bg h5{ font-size:16px; }
  .bonus-section h2 {     font-size: 40px; }
  .game-card h5 {font-size: 14px;}
  .whatsapp-section h3 { font-size: 1.5rem; }
  .whatsapp-section h2 { font-size: 1.5rem; }
  .navbar-collapse.show {    padding-bottom: 20px;}
  .feat_bg, .tr_part, .tr_work, .payment_me, .bonus-section, .sports_list, .unlimited-section,.whatsapp-section { padding: 40px 0; }
  .cri_pred { padding: 40px 0 0; }
  a.navbar-brand img {    max-height: 65px;}

}

@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll;
  }
  
  .display-4 {
    font-size: 1.6rem;
  }
  
  .step-card {
    margin-bottom: 0px;
    padding: 20px 20px 0;
    text-align: center;
  }
  .steps_icon{
    margin: 0 auto 10px;
  }
  .border_bottom {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px ! IMPORTANT;
}
  
  .game-card {
    margin-bottom: 20px;
  }
  
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }
  p.footer_p { max-width:unset; }
  .footer_logo {    display: none;}
  .min-vh-100 {
    min-height: 50vh !important;
   }
   .partner-logo {     height: 45px;    margin: 0 10px; }
   .hero-section p{ font-size:14px; }
   .btn { font-size:14px; }
   .feat_bg h5 {
        font-size: 14px;
    }
    p{ font-size:14px; }
    .feat_bg, .tr_part, .tr_work, .payment_me, .bonus-section, .sports_list, .unlimited-section, .whatsapp-section {
        padding: 20px 0;
        text-align: center;
    }
    .cri_pred p{
      font-size: 14px;
    }
}

@media (max-width: 575px) {

  .social-links a { display:inline; }



}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Loading Animation */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Button Hover Effects */
.btn {
  transition: all 0.3s ease;
  border: none;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 50px;
  padding: 10px 30px;
}

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

.btn-warning {
  background: linear-gradient(45deg, #ffc107, #ff8f00);
  color: #000;
}

.btn-warning:hover {
  background: linear-gradient(45deg, #ff8f00, #ffc107);
  color: #000;
}

.btn-success {
  background: background: #0B3827;
border-radius: 32px;
}

.btn-success:hover {
  background: linear-gradient(45deg, #20c997, #28a745);
}

/* Card Animations */
.card {
  transition: all 0.3s ease;
}

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

/* Text Animations */
.fade-in {
  animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Gradient Text */
.gradient-text {
  background: linear-gradient(45deg, #ffc107, #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #28a745, #ffc107);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #ffc107, #28a745);
}
