@import url('https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@100..800&display=swap');

html {
  background-image: url(../assets/momobg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  
}
body {
    /* background-color: #16191c; */
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }

  .logo {
    width: 300px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .container {
    background-color: #0070ad42;
    width: 100%;
    max-width: 730px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  
  .button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  position: sticky;
  top: 0px;
  border-radius: 1rem 1rem 0 0;
  background-color: #434343ca; 
  z-index: 10000;
}
  
  .button {
    margin: 10px 10px;
    padding: 10px 50px;
    background: linear-gradient(to right, #33b1ff, #0084ff);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Anek Tamil", sans-serif;
    font-size: 16px;
    text-decoration: none;
  }
  
  .button:hover {
    opacity: 0.8;
  }
  
  .container-text {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    font-family: "Anek Tamil", sans-serif;

  }
  
  h1, h2, h3, h4, h5, h6 {
margin: 0;
font-weight: bold;
color: gold; 
text-align: center; 
font-family: "Anek Tamil", sans-serif;

margin-bottom: 10px; 
}

p {
margin: 0;
color: #ffffff; 
text-align: left; 
font-family: "Anek Tamil", sans-serif;

}

  
  a {
    color: gold;
    text-decoration: none;
  }
  
  .date-time {
    font-size: 18px;
    text-align: center;
    color: gold;
    font-family: "Anek Tamil", sans-serif;

  }

  .image-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
padding-bottom: 30px;
}

.image-item {
width: 97px;
height: 97px;
position: relative;
padding-bottom: 15px;
margin-bottom: 30px;
}

.image-item img {
width: 100%;
height: 100%;
object-fit: cover;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
  
  .progress-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 15px;
background-color: #8e97a0;
overflow: hidden; 
}

@keyframes moveFill {
0% {
  background-position: 0px 0;
}
100% {
  background-position: 85px 0;
}
}

.progress-bar-fill {
height: 100%;
width: 0; 
background: repeating-linear-gradient(45deg, #32CD32, #32CD32 10px, #006400 10px, #006400 20px);
background-size: 198px 100%;
transition: width 2s ease-in-out; 
animation: moveFill 7s linear infinite; 
}

.percentage-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 13px;
color: white;
font-family: "Anek Tamil", sans-serif;
text-align: center;
font-weight: bold;
text-shadow:
  -1px -1px 0 #474c50,
  1px -1px 0 #474c50,
  -1px 1px 0 #474c50,
  1px 1px 0 #474c50,
  0px 0px 0.3px #474c50;
}

.sticky-container {
position: sticky;
top: 50px; 
background-color: #434343c5;
color: white;
padding: 10px;
z-index: 1001; 
display: flex;
justify-content: center;
align-items: center;
z-index: 10000;
margin-bottom: 10px;
}

.sticky-text {
text-align: center;
font-size: 18.5px;
font-family: "Anek Tamil", sans-serif;

margin-right: 6px;
}

.search-bar {
display: flex;
justify-content: flex-end;
}

#search-input {
width: 100px; 
height: 28px; 
padding: 5px 10px;
box-sizing: border-box;
border: 2px solid #5b5b5b;
border-radius: 20px; 
font-size: 14px; 
background-color: white;
transition: 0.5s;
outline: none;

}

#search-input::placeholder { 
color: #888;
}

.highlight-number {
  color: gold;
}

.reveal-btn {
  color: #fff;
  background: linear-gradient(to right, #313538, #474c50);
  display: flex;
  align-items: flex-end;
  justify-content: center; 
  width: 100%;
  height: 33px;
  font-family: "Anek Tamil", sans-serif;

  font-size: 15px;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 3px;
}

.hidden-text {
  background-color: #004469;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  text-align: center;
  font-size: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
  z-index: 9999;
}

.active-item {
  position: relative; 
  z-index: 9999;
}

.faq-section h3 {
text-align: left;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  padding: 1.5px 0;
  background-color: #434343e1;
  width: 100%;
  max-width: 730px;
  height: 53px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}

@media (min-width: 768px) {
  .scroll-container {
      padding: 1.5px 50px; 
  }
}

.scroll-container::-webkit-scrollbar {
  display: none; 
}

.scroll-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Anek Tamil", sans-serif;
}

.scroll-item img {
  height: 50px;
  width: auto;
  margin-right: 5px; 
}

.scroll-item span {
  font-size: 14px;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #434343;
  color: #ffffff;
  border: none;
  font-size: 2em;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

@media (max-width: 768px) {
  .scroll-arrow {
      display: none;
  }
}

#scroll-left {
  left: 10px;
  left: 0;
}

#scroll-right {
  right: 10px;
  right: 0;
}

.scroll-wrapper {
  position: relative;
  max-width: 730px; 
  margin: 0 auto; 
}

.button-container,
.sticky-container {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.sticky-container {
  margin-bottom: 15px;
}

