@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/* Logo and Sponsor Styles (Moved from index.html) */
.logo-box {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 180px;
  /* increased slightly for better fit */
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  /* Center in column */
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponser {
  padding-bottom: 20px;
  margin-top: 2rem;
  /* Adjusted negative margin to positive for better flow */
  background-color: #041042;
}


/* colors */
/* --vivid-sky-blue: #63C4EF;
--orange-crayola: #FF702F;
--jasmine: #FED37B;
--green-blue: #0968A5;
--oxford-blue: #001F4B; */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.section-divider {
  margin: 0;
  padding: 0;
  /* border-top: 1px solid #d5d5d5; */
  color: #d5d5d5;
}

.title-description {
  margin-top: 30px;
}


/* ************style for navigation start *************/
.nav-logo {
  max-height: 8vh;
  /* max-height: 60px; */
  width: auto
}

.navbar {
  padding: .2rem;
}

.navbar-nav li {
  padding-right: 20px;
}

.nav-link {
  font-size: 0.9em !important;
  color: beige;
}

/* ************style for navigation end *************/


/*----------- background with countdown start ----------- */
.background-with-image {
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  position: relative;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 2rem;
}

.main-header {
  font-size: clamp(3rem, 10vw, 5rem);
  stroke: aliceblue;
  stroke-opacity: inherit;
  stroke-width: 1px;
}

.title {
  position: static;
  width: auto;
  height: auto;
  color: #001F4B;
  margin-bottom: 0.5rem;
}

.full-name {
  font-size: clamp(1rem, 4vw, 1.2rem);
  position: static;
  width: auto;
  height: auto;
  color: #001F4B;
}

.timer-disc {
  font-size: .9rem;
  position: static;
  width: auto;
  height: auto;
  color: #050a53;
  /* Moved from index.html inline style if possible, or kept consistent */
}

/* Ensure inner divs of timer-disc center correctly if they are flex containers */
.timer-disc>div {
  text-align: center;
}

.timer {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping on very small screens */
  justify-content: center;
  position: static;
  width: auto;
  height: auto;
  gap: 20px;
}

.timer div {
  /* flex-basis: 100px; */
  /* Remove large margins that were used for spacing in absolute layout */
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer p {
  font-size: 2rem;
  margin-bottom: 0;
  /* Adjusted from -2vh */
}

/* .timeVariable{
  margin-top: ;
} */

/* to compleate +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 1300px) {
  /* Clamped values handle this mostly, but keeping specific overrides if needed */
}

@media (max-width: 576px) {
  .background-with-image {
    padding: 1rem;
    gap: 1.5rem;
  }

  .timer {
    gap: 15px;
  }

  .timer p {
    font-size: 1.5rem;
  }
}



/*----------- background with countdown end ----------- */


/*  important date section Start */
.card-header {
  /* background-color :#63C4EF ; */
  background-color: rgba(99, 196, 239, 0.3);
  /* opacity: 0.5; */
}


/*  important date section End */


/* ************style for footer start *************/
footer {
  background-color: #1b1a1a;
  color: #d5d5d5;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.footer a {
  color: #d5d5d5;
}

footer p {
  font-size: 0.7em;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

/* ************style for footer end *************/











/*---Media Queries --*/
@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {

  .timer p {
    font-size: 1.5rem;
    margin-bottom: -2vh;
  }

}


@media (min-width: 970px) {

  .timer div {
    /* flex-basis: 100px; */
    margin-left: 2vw;
    margin-right: 2vw;
  }
}


.card:hover {
  transform: scale(1.05);
  /* Small zoom for cards.*/
}

/******************* Registration tab  start ******************* */

.fee-card {
  max-width: 75vw;
}

.cardHidden {
  opacity: 0;
  cursor: default;
}

/******************* Registration tab end ******************* */


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/



@media (max-width: 991px) {
  .column-margin {
    margin: 5px 5px;
  }
}