.my-style {border: 2px solid red;font-size: 1rem;padding:10px;margin:5px;border-radius:10px;}
.y-style {
  color:blue;
  font-size: 1.2rem;
  padding:0px;
  margin:0px;
  font-weight:bold;
}
.antenna-1 {
  display: inline-block;
  margin-right: 16px;
  animation: antennaMove 2s infinite alternate ease-in-out;
}

@keyframes antennaMove {
  from { transform: translateX(0); }
  to { transform: translateX(10px); }
}
  .antenna-2 {
  display: inline-block;
  margin-left: 8px;
  animation: antennaMove 2s infinite alternate ease-in-out;
}

@keyframes antennaMove {
  from { transform: translateX(0); }
  to { transform: translateX(10px); }
}
  


.market {
  background: #fff;
  border: 2px solid #000;
  padding-top: 12px;
  margin: 5px;
  border-radius: 6px;
}
.market b {
  color: red;
  font-size: 22px;
  margin: 0;
}

.market .loading {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-top:0px;
  margin-bottom:2px;
}

.market .result {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.refresh {
  background: #f55;
  border: none;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 5px;
  
  cursor: pointer;
}
.refresh:hover {
  background: #d22;
}
/* FAQ Section */
.faq-section {border: 2px solid red;font-size: 1rem;padding:10px;margin:5px;}

.faq-section .faq-item {
    border: 2px solid #ffcd00;
    border-radius: 10px;
    margin: 10px 0;
    padding: 12px 15px;
    background-color: #fff;
}

.faq-section .faq-item h3 {
    cursor: pointer;
}

.faq-section .faq-item p {
    display: none;
    margin-top: 10px;
}

/* FAQ Accordion Script (Optional JS required) */
.faq-item.active p {
    display: block;
}




/* Highlights for Numbers */
.highlight-number {
    color: #ff5733; /* Bright orange for numbers */
    font-weight: bold;
    font-size: 1.1em;
}

/* Call-to-action buttons */
.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 12px;
    background-color: #ffcd00;
    color: #0b0c18;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover {
    background-color: #ffb800;
}

/* Back-to-top button */
#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 12px 16px;
    background-color: #ffcd00;
    color: #0b0c18;
    border-radius: 50%;
    font-size: 18px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

#backToTop:hover {
    background-color: #ffb800;
}

/* Matka Result Boxes (Optional) */
.result-box {
    background-color: #1c1f35;
    border: 2px solid #ffcd00;
    border-radius: 12px;
    padding: 12px 15px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.1em;
}
.result-title {
    font-size: 24px;
    font-weight: bold;
    color: #b22222;
    margin-bottom: 5px;
}
.result-number {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom:0px;
}
.result-box hr {
    border: none;
    border-top: 2px solid #ff4500;
    margin: 15px 0;
}
.contact {
    font-size: 18px;
    font-weight: bold;
    color: #b22222;
}
.contact-number {
    color: blue;
    font-size: 20px;
    font-weight: bold;
}
.note {
    color: red;
    font-weight: bold;
}
.timing-text {
  font-size: 5px;       /* Small text */
  color: #555;           /* Soft dark gray */
  font-family: Arial, sans-serif;
  background-color: #f8f8f8; /* Light background */
  padding: 0px;
margin-bottom :15px;     /* Compact padding */
  border-radius: 4px;    /* Slightly rounded edges */
  display: inline-block; /* Keeps it in line with other elements */
}
.arrow-container {
  display: flex;
  justify-content: center;
  gap: 15px; /* Equal gap between arrows */
  margin-right: 15px;
}

.arrow {
  font-size: 40px;
  animation: bounce 1.5s infinite;
}

.arrow:nth-child(2) {
  animation-delay: 0.2s;
}

.arrow:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform:
 translateY(10px); }
}
.contact-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}

.call-btn, .whatsapp-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.call-btn {
  background-color: #007bff; /* Blue */
}

.call-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}
.whatsapp-btn {
  background-color: #25D366; /* WhatsApp Green */
}

.whatsapp-btn:hover {
  background-color: #1eb
e5d;
  transform: scale(1.05);
}
#datetime-box {
  background: #222;
  color: #00ffcc;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 8px 12px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Courier New", monospace;
}
.kalyan-box {
    background: linear-gradient(to right, #fff, #fceaea);
    color: #d60000;
    padding: 12px;
    margin:5px;
    border: 2px solid #ff4d4d;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    
}

.kalyan-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #ff4d4d;
    padding: 6px 0;
    margin-bottom: 8px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kalyan-box .line {
    display: block;
    padding: 4px 0;
    border-bottom: 1px dashed #ccc;
}

.kalyan-box .line:last-child {
    border-bottom: none;
}
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.two-column li a {
  display: block;
  padding: 8px 12px;
  background: #fff;
  border: 2px solid #ff4d4d;
  border-radius: 6px;
  text-decoration: none;
  font-size: 25px;
  color: #d60000;
  font-weight: bold;
  transition: all 0.3s ease;
}
.two-column li a:hover {
  background: #ff4
d4d;
  color: #fff;
}
.floating-refresh {
  position: fixed;
  bottom: 20px;       /* Distance from bottom */
  right: 20px;        /* Distance from right */
  background-color: #ff3b3b; /* Button color */
  color: #fff;
  border: none;
  border-radius: 20%;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
}

.floating-refresh:hover {
  background-color: #ff1a1a;
  transform: scale(1.1);
  box-shadow: 0 6px 15
px rgba(0,0,0,0.4);
}
.floating-telegram {
      position: fixed;
      left: 16px;                     /* distance from the left edge */
      top: 50%;
      transform: translateY(-50%);
      z-index: 9999;
      display: inline-grid;
      place-items: center;
      width: 56px;
      height: 56px;
      background: linear-gradient(135deg, #2EA7E0 0%, #1E96D6 100%);
      color: #fff;
      border-radius: 50%;
      box-shadow: 0 8px 20px rgba(30,150,220,0.18);
      text-decoration: none;
      transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
      -webkit-tap-highlight-color: transparent;
    }
    .floating-telegram svg { 
        display: block;
            width: 28px; 
                height: 28px;
                  }

                    .floating-telegram:focus,
                      .floating-telegram:hover {
                          transform: translateY(-50%) scale(1.06);
                              box-shadow: 0 12px 28px rgba(30,150,220,0.28);
                                  outline: none;
                                    }
                                    /* small pulse effect (subtle) */
                                      .floating-telegram::after {
                                          content: "";
                                              position: absolute;
                                                  width: 56px;
                                                      height: 56px;
                                                          border-radius: 50%;
                                                              left: 0;
                                                                  top: 0;
                                                                      background: radial-gradient(circle, rgba(255,255,255,0.06) 10%, rgba(255,255,255,0) 60%);
                                                                          transition: opacity .2s;
                                                                              pointer-events: none;
                                                                                }
                                                                                  /* hide on very small widths (optional) */
                                                                                    @media (max-width: 380px) {
                                                                                        .floating-telegram { left: 10px; width: 48px; height: 48px; }
                                                                                            .floating-telegram svg { width: 22px; height: 22px; }
                                                                                              }

                                                                                                /* If you prefer the button to be slightly off-screen and reveal on hover, use this (commented) */
                                                                                                  /*
                                                                                                    .floating-telegram {
                                                                                                        left: -40px;
                                                                                                          }
                                                                                                            .floating-telegram:hover { left: 16px; transform: translateY(-50%) scale(1.06); }
                                                                                                              */
}