@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 {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 15px; /* optional, for space beside scrollbar */
}
.card-body::-webkit-scrollbar {
  width: 6px;
}

.card-body::-webkit-scrollbar-thumb {
  background-color: #28a745; /* matches the green header */
  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; }

