.countdown-container {
  background: rgba(255, 255, 255, 0.95);
  /* padding: 40px; */
  border-radius: 20px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
  text-align: center;
  /* max-width: 600px; */
  margin: 30px auto;
}

.countdown-container h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 2em;
}

.timer-display {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.time-unit {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 25px;
  border-radius: 15px;
  min-width: 100px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.time-value {
  font-size: 3em;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.time-label {
  font-size: 0.9em;
  margin-top: 10px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown-message {
  margin-top: 20px;
  font-size: 1.2em;
  color: #667eea;
  font-weight: 600;
}

.expired {
  color: #e74c3c;
  font-size: 1.5em;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@media (max-width: 600px) {
  .time-unit {
    min-width: 80px;
    padding: 20px 15px;
  }

  .time-value {
    font-size: 2em;
  }
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: 0.8;
}

.jssora093.jssora093dn {
  opacity: 0.6;
}

.jssora093.jssora093ds {
  opacity: 0.3;
  pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/

.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: rgb(27 149 214);
}

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1b95d6;
  box-sizing: border-box;
  z-index: 1;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: rgb(27 149 214);
  opacity: 0.35;
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: 0.35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: 0.35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0.6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

.jssort101 {
  background-color: transparent !important;
  background-repeat: repeat;
  background-size: inherit;
}

#jssor_1gallery_college {
  background: transparent !important;
}

.jssort101 {
  top: 17px !important;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 50% opacity */
  z-index: 1;
}

#landingHero .container-fluid {
  position: relative;
  z-index: 2;
  /* Ensures content appears above overlay */
}

.event-announcement-box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 20px;
}

.dates-section {
  padding: 30px;
}

.date-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0d6efd;
}

.date-icon {
  font-size: 2.5em;
  margin-right: 20px;
  min-width: 60px;
  text-align: center;
}

.date-content {
  flex: 1;
}

.date-label {
  font-size: 0.85em;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.date-value {
  font-size: 1.4em;
  color: #0d6efd;
  font-weight: bold;
  margin-bottom: 8px;
}

.date-description {
  color: #555;
  line-height: 1.6;
}

.deadline-highlight {
  background: #fff3cd;
  border-left-color: #ffc107;
}

.deadline-highlight .date-value {
  color: #d68000;
}

.important-note {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 6px;
  padding: 15px;
  margin: 20px 30px 30px 30px;
  color: #0c5460;
}

.important-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05em;
}

@media (max-width: 768px) {
  .date-item {
    flex-direction: column;
    text-align: center;
  }

  .date-icon {
    margin: 0 0 15px 0;
  }
}
