body {
  background: #dddddd0f;
  color: #000;
  /* padding-bottom: 80px; */
}
h2 h3{
  font-family: "myFirstFont" !important;
}

.intro-section {
  padding: 15px 0;
  /* background:#f5f5f5; */
}

.intro-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  color: #37474f;
  /* margin-bottom: 20px; */
}

.intro-sub {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.intro-highlight {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.intro-desc {
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.brand-highlight {
  color: #e91e63;
  font-weight: 700;
}

@media (max-width: 768px) {
  .intro-title {
    font-size: 18px;
  }

  .intro-desc {
    font-size: 13px;
    padding: 0 15px;
  }
}

/* HERO SECTION */
.hero-section {
  position: relative;
  height: 420px;
  background: url("images/tiger.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

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

.hero-content h5 {
  letter-spacing: 3px;
  font-weight: 600;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
}

/* Yellow Notice */
.top-notice {
  background: #ffeb3b;
  padding: 6px 6px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

/* Menu Button */
.menu-btn {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
  background: #ffeb3b;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  font-size: 22px;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 300px;
  }
  .hero-content h1 {
    font-size: 26px;
  }
}

.text-yellow {
  color: #ffeb3b;
}

.bg-yellow {
  background: #ffeb3b;
}

.section-title {
  background: #ffeb3b;
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 15px;
}

.card-dark {
  color: #fff;
  background: #1c2733;
  border-radius: 15px;
  border: 0;
}

/* wrapper */
.live-wrapper {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 15px;
}

/* title */
.live-title {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-size: 18px;
}

/* content alignment */
.live-content {
  align-items: flex-start;
}

/* live card stays same */
.live-card {
  background: #37474f;
  color: #fff;
  border-radius: 18px;
  padding: 22px 20px;
  width: 100%; /* important */
}

/* title inside card */
.live-card h5 {
  margin-bottom: 10px;
  font-weight: 700;
}

/* numbers */
.live-number {
  font-size: 22px;
  font-weight: 700;
  color: #ffeb3b;
  margin-bottom: 8px;
}

.live-number .mid {
  color: #ffeb3b;
}

/* time */
.live-time {
  font-size: 14px;
  opacity: 0.9;
}

/* refresh */
.live-refresh {
  text-align: center;
  margin-top: 18px;
}

.refresh-btn {
  background: #263238;
  color: #ffeb3b;
  border: 2px solid #ffeb3b;
  border-radius: 30px;
  padding: 8px 22px;
  font-weight: 600;
  cursor: pointer;
}

/* ===================== */
/* 📱 MOBILE VIEW */
/* ===================== */
@media (max-width: 767px) {
  .live-content {
    justify-content: center;
  }

  .live-card {
    width: 100%;
    text-align: center;
  }
}

.result-box {
  background: #fff7cc;
  color: #000;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
}

.middle {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 15px;
}

.sidebar a {
  display: block;
  color: #ccc;
  padding: 12px;
  text-decoration: none;
}

.sidebar a:hover {
  background: #ffeb3b;
  color: #000;
}

.top-notice {
  font-size: 18px;
  font-weight: bolder;
  color: #000;
  text-transform: uppercase;
  background: #ffeb3b;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.notice-track {
  display: flex;
  width: max-content;
  animation: scrollText 25s linear infinite;
}

.notice-track span {
  padding: 4px 40px;
  font-weight: blod;
  color: #000;
  font-size: 18px;
}

/* Animation */
@keyframes scrollText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.sticky-call {
  position: fixed;
  right: 15px;
  top: 50%;
  background: #1e88e5;
  color: #fff;
  padding: 12px 15px;
  border-radius: 30px;
  z-index: 999;
}

.sticky-telegram {
  position: fixed;
  right: 15px;
  bottom: 100px;
  background: #6c63ff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 999;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffeb3b;
  z-index: 999;
}

.bottom-nav a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.menu-toggle {
  /* position: fixed; */
  top: 120px;
  /* hero image ke upar adjust */
  left: 15px;
  z-index: 1001;
  background: #ffeb3b;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 22px;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.menu-link {
  display: block;
  padding: 14px 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #2a3945;
}

.menu-link:hover {
  background: #ffeb3b;
  color: #000;
}

@media (min-width: 992px) {
  .offcanvas {
    width: 300px;
  }
}

.result-wrapper {
  background: #f7f7f7;
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 10px;
}

.result-item {
  background: #fffbdc;
  border-radius: 12px;
  padding: 14px 10px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #000000; */
}

.result-item-white {
  background: #fff;
  border-radius: 12px;
  padding: 14px 10px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #000000; */
}

.result-head {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.result-head span {
  color: #d32f2f;
}

.result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  font-size: 14px;
}

.result-number {
  font-size: 20px;
  font-weight: 700;
}

.chart-btn {
  display: inline-block;
  background: #ffeb3b;
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 6px 18px;
  font-size: 13px;
  text-decoration: none;
  width: 15rem;
}

.weekly-wrapper {
  background: #f7f7f7;
  border-radius: 18px;
  padding: 15px;
  margin-bottom: 15px;
}

.weekly-title {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 18px;
}

/* OUTER BOX */
.weekly-box {
  border: 1px solid #444;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

/* DAY BOX COMMON */
.day-box {
  padding: 20px 10px;
  text-align: center;
}

/* DAY TITLE */
.day-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* NUMBER ROW */
.day-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
}

.day-middle {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 20px;
}

/* ===================== */
/* 🖥 DESKTOP VIEW */
/* ===================== */
@media (min-width: 768px) {
  .weekly-box {
    display: flex;
    flex-wrap: wrap;
    /* ✅ IMPORTANT */
  }

  .day-box {
    width: 25%;
    /* ✅ 4 boxes per row */
    box-sizing: border-box;
  }

  /* vertical line */
  .day-box {
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
  }

  /* remove right border for every 4th box */
  .day-box:nth-child(4n) {
    border-right: none;
  }

  /* remove bottom border for last row (optional) */
  .day-box:nth-last-child(-n + 4) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .weekly-box {
    display: block;
  }

  .day-box:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

.weekly-tabs .nav-link {
  color: #333;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}

.weekly-tabs .nav-link.active {
  background: #2f3e46;
  color: #ffeb3b;
}

.starline-wrapper {
  background: #2f3e46;
  border-radius: 15px;
  /* padding: 5px; */
  margin-bottom: 15px;
}

.starline-title {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 18px;
}

.starline-tabs .nav-link {
  color: #ffeb3b;
  border: 1px solid #ffeb3b;
  margin: 0 6px;
  border-radius: 8px;
  font-weight: 600;
}

.starline-tabs .nav-link.active {
  background: #ffeb3b;
  color: #000;
}

.starline-table {
  background: #2f3e46 !important;
  overflow: hidden;
  border-color: #525353 !important;
}

.starline-table th,
.starline-table td {
  background-color: #36454f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  vertical-align: middle;
}

.starline-table th {
  background: #252f35;
}

.starline-result span {
  color: #ffeb3b;
  font-weight: 700;
}

.section-divider {
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.section-divider::before,
.section-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  border-top: 1px dashed #999;
}

.section-divider::before {
  left: 0;
}

.section-divider::after {
  right: 0;
}

.section-divider span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ffeb3b;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.market-wrapper {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 15px;
}

.market-title {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 20px;
  font-size: 18px;
}

.market-card {
  background: #37474f;
  color: #fff;
  border-radius: 18px;
  padding: 30px 15px;
  text-align: center;
  height: 100%;
}

.market-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.market-card p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

/* chart page css */
/* wrapper */
.panel-wrapper {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 10px;
}

/* title */
.panel-title {
  background: #ffeb3b;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 15px;
}

/* tabs */
.panel-tabs {
  gap: 10px;
}
.panel-tabs .nav-link {
  border: none;
  background: none;
  color: #263238;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
}
.panel-tabs .nav-link.active {
  background: #ffeb3b;
  color: #000;
}

/* table */
.panel-table {
  /* background:#37474f; */
  color: #fff;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
.panel-table th {
  background: #263238;
  color: #cfd8dc;
  font-weight: 600;
}
.panel-table td {
  font-weight: bolder;
  padding: 5px;
  vertical-align: middle;
  font-size: 20px;
}

.jodi-table .date-col {
  font-weight: bold;
  width: 100px;
  font-size: 16px;
  line-height: 1.2;
}

/* mobile polish */
@media (max-width: 767px) {
  .panel-tabs {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .jodi-table {
    width: 100%;
    table-layout: fixed;
  }

  .jodi-table th,
  .jodi-table td {
    font-weight: bolder;
    padding: 5px;
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
  }

  .jodi-table .date-col {
    font-weight: normal;
    width: 60px;
    font-size: 8px;
  }
}

.main-footer {
  background: #26343d;
  color: #cfd8dc;
  /* padding:60px 0 40px; */
  text-align: center;
  margin-top: 15px;
}

.footer-title {
  color: #ffeb3b;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-text {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links a {
  color: #ffeb3b;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact h5 {
  margin-bottom: 10px;
  color: #fff;
}

.footer-contact p {
  font-size: 14px;
}

.footer-divider {
  height: 1px;
  background: #ebebeb;
  margin: 30px 0;
}

.footer-divider-2 {
  height: 1px;
  background: #414141;
  margin: 10px 0;
}

.footer-menu {
  margin-bottom: 20px;
}

.footer-menu a {
  color: #cfd8dc;
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
}

.footer-menu a:hover {
  color: #ffeb3b;
}

.footer-logo img {
  max-width: 140px;
  margin: 15px 0;
}

.copyright {
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .footer-text {
    font-size: 12px;
  }
  .footer-links a {
    display: inline-block;
    margin: 3px;
  }
  .footer-menu a {
    display: inline-block;
    margin: 5px;
  }
}

.faq-section {
  background: #26343d;
  padding: 40px 0;
  color: #cfd8dc;
}

.custom-faq .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #414141;
}

.custom-faq .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  padding: 18px 0;
  box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
  color: #ffeb3b;
}

.custom-faq .accordion-button:focus {
  box-shadow: none;
}

.custom-faq .accordion-body {
  padding: 10px 0 20px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #cfd8dc;
  text-align: left;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  background-image: none;
  content: "›";
  font-size: 20px;
  transform: rotate(90deg) !important;
  transition: 0.3s;
  color: #cfd8dc;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg) !important;
}

.info-box{
    background:#f5f5f5;
    border:2px solid #ccc;
    border-radius:15px;
    padding:30px;
    overflow:hidden;
    height:300px;
    transition:height .4s ease;
}


.info-box ul{
    padding-left:20px;
}

.info-box li{
    margin-bottom:20px;
}

.info-box h5{
    font-weight:700;
    margin-bottom:10px;
}

.info-box p{
    font-size:14px;
    line-height:1.7;
    color:#444;
}

/* HEIGHT BASED COLLAPSE */
.more-content{
    overflow:hidden;    
    transition:height .4s ease;
}


/* Button */
.read-btn{
    background:#e91e63;
    color:#fff;
    border:none;
    padding:10px 35px;
    border-radius:6px;
    font-weight:600;
    cursor:pointer;
}

.read-btn:hover{
    opacity:0.9;
}


/* Goto Top Button */
.goto-top {
  background: #263238;
  color: #ffeb3b;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

/* Read Button */
.read-btn {
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .info-box {
    padding: 20px;
  }
  .info-box p {
    font-size: 13px;
  }
}


.ad-section{
    padding:10px 0;
}

/* Yellow Header */
.ad-title{
    background:#ffeb3b;
    color:#000;
    font-weight:700;
    text-align:center;
    padding:12px;
    border-radius:20px 20px 0 0;
    font-size:20px;
}

/* Ad Card */
.ad-card{
    background:linear-gradient(135deg,#1e0030,#4a003f,#2a004f);
    border:4px solid #ffeb3b;
    border-top:none;
    border-radius:30px;
    text-align:center;
    padding:5px;
    color:#fff;
}

.ad-card-2{
   background: #fff;
    border: 4px solid #000000;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    color: #fff;
}

/* Logo */
.ad-logo{
    width:180px;
    margin-bottom:20px;
}

/* Sub Text */
.ad-sub{
    font-size:16px;
    margin-bottom:10px;
}

/* Highlight */
.ad-highlight{
    color:#ffeb3b;
    font-weight:700;
    margin-bottom:30px;
}

/* Button */
.ad-btn{
    background:linear-gradient(45deg,#7b2ff7,#f107a3);
    color:#fff;
    padding:12px 35px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
    transition:.3s;
}

.ad-btn:hover{
    transform:translateY(-3px);
}
@media(max-width:768px){
    .ad-logo{
        width:140px;
    }

    .ad-title{
        font-size:18px;
    }
}

