    .container { 
      font-family: Arial, sans-serif;
      background: #fff;
      max-width: 1200px;
      margin: 0 auto;
      padding: 1px;
      text-align: center; 
      position: relative;  
    }


.news-ticker {margin:10px 0 0 0;
  background: #fff3cd;
  border-left: 4px solid #ff9800;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}

.ticker-track {
  display: inline-flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

.news-ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  padding-right: 60px;
}

.ticker-link {
  color: #d32f2f;
  text-decoration: none;
}

.ticker-link:hover {
  text-decoration: underline; /* optional: hover only */
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


   

/* SubHeading */
.sub-heading {  text-align: center !important;
      color: red;
      font-weight: bold;
      margin: 18px 0px 30px;
      transition: opacity 0.5s ease-in-out;
    }
   
 /* Marquee */
.marquee-text { 
  margin: 10px 0px 5px;
  text-align: center;
  font-size: 16px;
} 
.marquee-text a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0px;
}
.link-1 { color: #003692; }  
.link-2 { color: #006666; }  
.link-3 { color: #a21313; }  
.link-4 { color: #e2329a; }  
.link-5 { color: #8A2BE2; }  
.link-6 { color: #1E90FF; }  
 
    .marquee-line { line-height: 1.1; 
    margin: 0px 0px}
    
@media screen and (max-width: 620px) {.container { padding: 5px;}}
    
 @media screen and (max-width: 520px) { .marquee-text {
    display: none;
  } 
}
  
 
  /* Promotion Button Box */
.btn-group-full { 
  display: flex;   
  max-width: 440px; 
    
  margin: 14px auto 10px;
  overflow: visible;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  border-radius: 12px;
} 
.btn-wrapper { 
  flex: 1 1 50%;
  position: relative;
}

.btn-wrapper:first-child .tooltip-btn {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid #fff; 
  box-sizing: border-box;  
}

.btn-wrapper:last-child .tooltip-btn {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; 
  box-sizing: border-box;
}

.tooltip-btn { 
   display: flex;  
  align-items: center;  
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 3px 0;
  background-color: #1e4487;
  color: #fadf80;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
  position: relative;
}

.tooltip-btn:hover {
  color: #FFDF00;
  background-color: #153671;
}



.tooltip-btn:focus,
.tooltip-btn:active {  
 color: #fadf80;
}

/* For normal btn */
.btn:focus,
.btn:active { 
  color: white;
}



.tooltip-btn::after {
  content: attr(data-tag);
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 8px;
  font-size: 13px;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10;
}
@media screen and (max-width: 520px) {.tooltip-btn::after {width: 70%;}  .tooltip-btn::after { top: -66px; white-space: wrap;}}

.tooltip-btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}

.tooltip-btn:hover::after,
.tooltip-btn:hover::before {
  opacity: 1;
}

  
 /* Post Button Box */
  .btn-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 10px 0 0px;
      gap: 10px;
    }
    .btn {
      flex: 1 1 calc(30% - 20px);
      min-width: 180px;
      justify-content: center;
        display: flex;         
  flex-direction: column;    
  align-items: center;  
      text-align: center;
      padding: 10px 15px;
      font-weight: bold;
      font-size: 17px;
      color: white;
      border-radius: 8px;
      text-decoration: none;
      transition: transform 0.3s ease-in-out;
    }

.btn:hover { color: white; transform: scale(1.03);
}
    @media screen and (max-width: 620px) {.btn {padding: 5px;} .btn-container { gap: 7px; }}
     @media screen and (max-width: 500px) {.btn {min-width: 170px;} }
    @media screen and (max-width: 420px) {.btn-container { gap: 5px; }.btn {min-width: 130px;} }
      
    .red1 { background: #a80139; }
    .red2 { background: #B22222; }
    .red3 { background: #0c8abc; }
    .red4 { background: #00a79d; }
    .red5 { background: #0a4176; }
    .red6 { background: #2E3138; }

    
   .tools {
      margin: 20px auto;
      background: #0000aa;
      color: white;
      display: inline-block;
      padding: 8px 18px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 18px;
    }




  
.bar-container{padding: 10px;margin: 0px 0;border-radius:6px;display:flex;justify-content:center}
.horizontal-bar{display:flex;justify-content:space-evenly;gap:5px;width:100%}
.bar-btn,.fixed-bar a{position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;transition:transform .3s ease,opacity .3s ease}
.horizontal-bar .bar-btn{justify-content:space-evenly;gap:5px;padding:5px 12px;border-radius:10px;color:#fff;font-size:18px;font-weight:700;width:260px;min-width:80px;transition:transform .3s ease,opacity .3s ease}
.horizontal-bar .bar-btn i{font-size:20px;transition:transform .3s ease}
.horizontal-bar .bar-btn:hover i{transform:rotate(-5deg) scale(1.2)}
.horizontal-bar .bar-btn:hover{transform:scale(1.03);opacity:.9}
.fixed-bar{position:fixed;bottom:10px;background:#c6c6c6ab;border-radius:50%;width:50px;height:50px;align-items:center;justify-content:center;cursor:pointer;z-index:1000;box-shadow:0 0 8px rgba(0,0,0,.2)}
#fixedBarLeft{left:35px;bottom:50px}
#fixedBarRight{right:35px;bottom:50px}
@media screen and (max-width:520px){#fixedBarLeft{left:8px;bottom:30px}#fixedBarRight{right:8px;bottom:30px}}
.fixed-bar a{width:100%;height:100%;border-radius:50%;color:#fff;font-size:25px;display:flex;justify-content:center;align-items:center}
.fixed-bar a:hover{transform:scale(1.1);opacity:.9}
.tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,1);color:#fff;padding:5px 8px;border-radius:6px;font-size:14px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:10;text-align:center;white-space:nowrap}
.tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:5px;border-style:solid;border-color:rgba(0,0,0,.95) transparent transparent transparent}
.bar-btn:hover .tooltip,.fixed-bar a:hover .tooltip{opacity:1;transform:translateX(-50%) translateY(-5px)}
.fixed-bar a:hover .tooltip{white-space:normal;word-wrap:break-word;max-width:180px}