/* registration start  */

a {

  color: #333 !important;

}

.footer-content a {

  color: #fff !important;

}



.left-menu li a {

  color: #333;

  text-decoration: none;

}



.registration-box {

  background: #fff;

  border-radius: 10px;

  padding: 30px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  margin: 40px auto;

  max-width: 1000px;

}

.section-title {

  background: #00438a;

  color: #fff;

  text-align: center;

  padding: 10px 20px;

  border-radius: 8px 8px 0 0;

  font-weight: bold;

  font-size: 22px;


}

table th,

table td {

  text-align: center;

  vertical-align: middle;

}

table th {

  background: #f0f8f7;

}

.bank-details {

  background: #e7f9f6;

  border-radius: 8px;

  padding: 15px;

  margin-top: 20px;

}

.bank-details h6 {

  background: #1b7a78;

  color: #fff;

  display: inline-block;

  padding: 5px 12px;

  border-radius: 5px;

  font-size: 14px;

}

.important-notes {

  margin-top: 20px;

  font-size: 15px;

}

.important-notes strong {

  color: red;

}

.important-notes ul {

  list-style: disc !important;

  padding-left: 20px !important;

  margin: 0;

}

.important-notes li {

  margin-bottom: 6px;

  color: red;

}

.important-notes p {

  color: blue;

  font-style: italic;

}

.qr-box {

  text-align: center;

}

.qr-box img {

  width: 140px;

}

.scan-text {

  background: #1b7a78;

  color: #fff;

  font-size: 13px;

  padding: 4px 10px;

  border-radius: 6px;

  margin-top: 10px;

  display: inline-block;

}



@media (max-width: 768px) {

  .section-title {

    font-size: 18px;

    padding: 10px;

  }

  table th,

  table td {

    font-size: 13px;

  }

  .bank-details p {

    font-size: 13px;

  }

  .qr-box img {

    width: 120px;

  }

}



/* Registration end  */



/* Visit Chandigarh start  */



.about-section {

  background: #fff;

  border-radius: 15px;

  padding: 30px;

  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);

  margin: 40px auto;

  max-width: 1100px;

}

.about-title {

  display: inline-block;

  background: #00438a;

  color: #fff;

  font-weight: bold;

  font-size: 18px;

  padding: 8px 25px;

  border-radius: 20px 20px 0 0;

}

.about-section p {

  font-size: 15px;

  color: #333;

  line-height: 1.6;

}

.attractions {

  margin-top: 25px;

}

.attraction-card {

  text-align: center;

  margin-bottom: 25px;

}

.attraction-card img {

  width: 128px;

  height: 128px;

  object-fit: cover;

  border-radius: 50%;

  border: 3px dashed #00438a;

  padding: 5px;

  background: #fff;

  margin-bottom: 10px;

}

.attraction-card h6 {

  font-size: 14px;

  font-weight: bold;

  margin: 0;

  color: #333;

}



/* Force 5 equal columns in a row */

.five-cols {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 15px;

}



/* Responsive – 2 per row on mobile */

@media (max-width: 768px) {

  .five-cols {

    grid-template-columns: repeat(2, 1fr);

  }

}



/* Chandigarh section   end  */



/* committee start  */



.committee-section {

  background: #fff;

  border-radius: 15px;

  padding: 20px;

  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);

  margin: 40px auto;

  max-width: 1000px;

  text-align: center;

}

.committee-title {

  display: inline-block;

  background: #004aad;

  color: #fff;

  font-weight: bold;

  font-size: 18px;

  padding: 8px 25px;

  border-radius: 20px 20px 0 0;

  margin-bottom: 30px;

}

.committee-heading {

  font-weight: bold;

  color: #004aad;

  margin: 25px 0 15px;

  font-size: 16px;

  text-decoration: underline;

}

.member {

  text-align: center;

  margin: 25px;

}

.member img {

  width: 125px;

  height: 125px;

  object-fit: cover;

  border-radius: 50%;

  border: 2px solid #004aad;

  padding: 4px;

  background: #fff;

  margin-bottom: 8px;

}

.member p {

  margin: 0;

  font-size: 14px;

  font-weight: bold;

  color: #222;

}

/* Responsive layout */

.committee-row {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



/* Committee end   */



.apbox {

  border: 2px solid grey;

  border-radius: 5px;

  padding: 10px;

  margin-top: 20px;

}

.apbox span {

  background-color: #fff;

  margin: -16px 0 0 0;

  display: inline-block;

  padding: 0 3px;

}

.apbox .row {

  margin-top: 10px;

}

.apbox .form-group {
  margin-bottom: 0px;
}

.bred {
  border: 1px solid red;
}

.user img {

  width: 100px;

}

.cright {
  padding: 8px;
}

.cright span {
  font-size: 16px;
}

.cright a {
  color: #fff !important;
}

.blink {
  animation: blinker 1s linear infinite;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/* .blink2 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  animation: pulseBlink 2.5s ease-in-out infinite;
  overflow: hidden;
}
.blink2 p{
  margin-bottom: 0px;
  padding: 5px;
}

.blink2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.7), transparent);
  animation: shine 3s linear infinite;
} */

@keyframes pulseBlink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.blink2 {
  display: block;
}


@media (max-width: 992px) {

  .countdown-wrapper,
  .util-menu {
    display: none !important;
  }

  .blink2 {
    display: block !important;
    text-align: center;
    font-size: 10px;
  }
}


.highlight-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-item {
  /* background: #ddd; */
  border-radius: 12px;
  padding: 12px 15px;
  /* color: white; */
  align-items: flex-start;
  border: 1px solid black;
}

.icon-box {
  width: 30px;
  height: 30px;
  /* background: white; */
  /* color: #0A316A; */
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-right: 15px;
  border: 1px solid black;

}

.highlight-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}




.custom-table {
  border: 1px solid #ddd;
}

.custom-table thead tr th {
  background: #00438a !important;
  color: white !important;
  text-transform: uppercase !important;
  /* letter-spacing: .5px !important; */
}

.custom-table th,
.custom-table td {
  vertical-align: middle !important;
  /* padding: 14px !important; */
  font-size: 14px !important;
  border-color: #ddd !important;
}

.click-btn {
  background-color: #2e8b00 !important;
  color: white !important;
  padding: 3px 5px !important;
  font-weight: normal !important;
  font-size: 12px !important;
  border-radius: 4px !important;
}

.click-btn:hover {
  background-color: #256e00;
}


/* ================= popup start ================= */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

/* ================= Popup Box ================= */
.popup-box {
  position: relative;
  background: #fff;
  width: auto;                 
  max-width: 90vw;             
  padding: 0;                
  border: 4px solid #004aad;
  border-radius: 10px;
  /* overflow: hidden;            */
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

/* ================= Image ================= */
.popup-image img {
  display: block;
  width: 100%;
  max-width: 450px;           
  height: auto;
}

/* ================= Show State ================= */
.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup-overlay.show .popup-box {
  transform: scale(1);
}

/* ================= Close Button ================= */
.popup-close {
  position: absolute;
  top: -22px;
  right: -22px;
  background: #1c1c2e;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  z-index: 10;
}

/* ================= popup end ================= */


.notice-marquee {
    width: 100%;
    overflow: hidden;
    background: #cae4ff;
    /* border: 1px solid #004aad; */
    /* border-radius: 6px; */
    padding: 10px 0;
    margin: 15px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 25s linear infinite;
}

.marquee-item {
    white-space: nowrap;
    padding-right: 60px; 
    font-size: 15px;
    color: #004aad;
}


@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 480px) {
    .marquee-item {
        font-size: 14px;
    }

    .marquee-track {
        animation-duration: 30s;
    }
}




/* Pay button animation */
.pay-blink {
  background: linear-gradient(90deg, #0d6efd, #0d6efd);
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    animation: blinkPay 1.2s infinite, pulsePay 1.5s infinite;
}

/* Blink text */
@keyframes blinkPay {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

@keyframes pulsePay {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255,255,255,0.6);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 15px rgba(255,255,255,0.9);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255,255,255,0.6);
    }
}




        .title {
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            text-decoration: underline;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .note {
            margin-bottom: 25px;
            font-size: 14px;
        }

        .note b {
            display: inline-block;
            width: 60px;
        }

        .note ul {
            margin: 5px 0 0 60px;
            padding: 0;
        }

        .note ul li {
            list-style: none;
            margin-bottom: 6px;
            line-height: 1.4;
        }

        .note a {
            color: #1155cc;
            text-decoration: underline;
        }

          .col-author {
            width: 25%;
        }

        .col-date {
            width: 15%;
            text-align: center;
        }

        .col-title {
            width: 60%;
        }

/* .table td {
    word-break: break-word;
    white-space: normal;
} */