.ml-25 {
  margin-left: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-15 {
  margin-top: 15px;
}
.btn {
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
  font-family: inherit;
  margin: 10px 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn.btn-primary {
  background-color:#ffc700;
  color: #000000;
  border-radius: 40px;
  width: 300px;
  align-content: center;
  border:  transparent solid 2px;

}
.btn.btn-primary:hover {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: #ffffff solid 2px;
  transition: all 0.5s ease-in-out;
}


.btn.btn-secondary {
  background-color: #21334b;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: #314b6e;
  color: #fff;
}
.btn.btn-alt {
  background-color: #050e15;
  color: #fff;
}
.btn.btn-alt:hover {
  background-color: #240b36;
  color: #fff;
}
.bg-primary {
  background-color: #026ab4;
}
.bg-secondary {
  background-color: #848282;
}
.bg-white {
  background-color: #fff;
}
.card {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
  padding: 10px;
  margin: 20px auto;
}
.card-text {
  text-align: center;
  padding: 5px 25px;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.card img {
  padding: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.center {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.wrap-list {
  margin-top: 20px !important;
}
.wrap-list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  height: 800px;
}
.wrap-list li {
  margin-right: 50px;
  gap: 20px;
}
.flex-wrap {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}
.flex-wrap + hr {
  background-color: #026ab4;
  width: 90%;
  height: 3px;
  margin: 0 auto;
  opacity: 0.3;
}
.rounded {
  border-radius: 50%;
}
.square {
  height: 150px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.stroke {
  border: 2px solid #21334b;
  padding: 3px;
}
h2 {
  text-transform: uppercase;
}
h4 {
  text-transform: uppercase;
  font-weight: 100;
}
.text-heading {
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto;
  border-top: #ffffff solid 3px;
  border-bottom: #ffffff solid 3px;
  width:fit-content;
  

}




.text-underline::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #410d35;
  margin: auto;
}
.text-center {
  text-align: center;
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 600;
  font-style: normal;
  
}
.text-yellow {
  color: #ffc700;
}
.text-primary {
  color: #e5a84d;
}
.text-white {
  color: #fff;
}
@keyframes width-increase {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes jumpup {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Gorgia", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  background-image: url("../img/Frame4.png");
  background-size: 100%;
  color: #ffffff;
  background-repeat: repeat;
  background-attachment:scroll;
  background-position:center;
  background-color: #000000;

}
p,
h4 {
  transition: all 0.3s ease-in-out;
}


.buttonhero {
	width: 300px;
  padding: 15px 10px;
	color: white;
	text-decoration: none;
	border: .1em solid white;

}
	
	.button-primaryhero {
		color: black;
		background-color: rgb(194, 191, 179);
	}
/* nav {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.29);
  height: 60px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 1;
  font-weight: 100;
  align-content: center;
  justify-content: center;
  color: #fff;
}
nav img {
  padding: 15px;
  flex: 2;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: auto;
}
nav ul {
  float: right;
  margin-right: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  position: relative;
  align-self: center;
  text-transform: uppercase;
  padding: 7px 10px;
  font-size: 14px;
}
nav ul li a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
nav ul li ul {
  display: none;
  position: absolute;
  height: auto;
  width: 300px;
  top: 100%;
  left: 0;
  background-color: #410d35;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
nav ul li ul li {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 5px 0;
  text-align: start;
  text-transform: uppercase;
  padding: 7px 10px;
  font-size: 14px;
}
nav ul li ul li a {
  display: block;
  width: 100%;
}
nav ul li ul li:hover {
  background-color: #5c022f;
}
nav ul li:hover {
  background: #5c022f;
}
nav ul li:hover > ul {
  opacity: 1;
  display: block;
}
nav .checkbtn {
  font-size: 30px;
  color: #fff;
  float: right;
  line-height: 60px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
nav #check {
  display: none;
} */
.hero {
  background-image: url("../img/Frame1.png");
  background-position: fixed;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  height: 100vh;
  padding-top: 30vh;
  position: relative;
  background-color: #000;
  background-size: cover;
}
/* Media query for smaller screens (e.g., mobile devices) */
@media only screen and (max-width: 767px) {
  .hero {
    background-image: url("../img/Frame3.png"); /* Specify the path to your mobile image */
    padding-top: 20vh; /* Adjust padding as needed for mobile layout */
    background-position: fixed;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
    background-size: contain;
    
  }
}




@media only screen and (max-width: 487px) {

  .btn {
    border-radius: 5px;
    padding: 2px 3px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
    font-family: inherit;
    margin: 0px 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    
    
  }
  .btn.btn-primary {
    background-color:#ffc700;
    color: #000000;
    border-radius: 50px;
    width: 180px;
    align-content: center;
    font-size: 9px !important;

    
    
  }

}


.hero img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero .hero-content {
  margin: auto;
  max-width: 750px;
  padding: 0 40px;
}
.hero .hero-content h4 {
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 16px;
}
.hero .hero-content P {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  margin: auto;
  
}
.hero .hero-content .fa {
  position: absolute;
  bottom: 20px;
  animation: jumpup 3s infinite;
}
.width-fixed {
  max-width: 70%;
  margin: auto;
}
.width-fixed p {
  padding: 0 30px;
}
.width-fixed-large {
  max-width: 1000px;
  margin: auto;
}
.track {
  width: 200px;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  background-color: transparent;
  border: 1.9px solid #c0a33a; /* Combined border properties */
  box-shadow: #4e431d 0px 0px 10px; /* Adds a subtle shadow */
}


.track + h4 {
  padding: 0 10px;
}
.square-div {
  width: 200px;
  aspect-ratio: 1/1;
}
.square-div img {
  margin-left: 25px;
}
.square-div-280 {
  width: 280px;
  aspect-ratio: 1/1;
}
.square-div-280 img {
  display: block;
  margin: 0 auto;
}
.square-div-280 span {
  font-size: 14px;
}
.track img {
  width: 100%;
  height: auto;
  filter: grayscale(100%) brightness(0) invert(1); /* Makes the image white */
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.track {
  overflow: hidden;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.track:hover {
  transform: scale(1.05);
  background: #000;
}

.track:hover img {
  filter: none; /* Restores the original image colors */
}

.track:hover + h4 {
  transform: scale(1.05);
  color: #b98f5e;
  font-weight: 700;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.track:hover + h4 + p {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.tracks {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 200px);
  gap: 40px;
  padding: 0 20px;
  overflow: hidden;

}
.tracks a {
  text-decoration: none;
  color: inherit;
}
.tracks a > p {
  display: none;
}
.tracks > div:hover .track {
  transform: scale(1.05);
  background: #000;
}
.tracks > div:hover .track > svg path {
  fill: #b98f5e;
}
.tracks > div:hover .track > img {
  filter: grayscale(0);
}
.tracks > div:hover .track + h4 {
  transform: scale(1.05);
  color: #b98f5e !important;
  font-weight: 700;
}
.tracks > div:hover .track + h4 + p {
  transform: scale(1.05);
}
.grid {
  display: grid;
  gap: 5px;
  overflow: hidden;
  padding:5px;
}
.grid-venue {
  margin-top: 5px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  padding: 20px;
  padding-top: 0px;

}
.grid-venue iframe {
  grid-column: 1/3;
}
.venue-info {
  margin: 0;
background-color:  transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  border: #e5a84d 2px solid;
}
.grid-sponsor {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-sponsor-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; /* Space between cards */
  padding: 10px;
  
}

.img-containersponsor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 10px;
  margin: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  border-radius: 25px; /* Rounded corners */
  overflow: hidden;
  background-color: white; /* Background color for the card */
}
.img-containersponsor img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures the entire logo fits */
  object-position: center;
}
.sponsor-two-columns-card{
  height:200px; display: flex; justify-content: center;
}
.grid-sponsor .img-container {
  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 10px;
  margin: 20px;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.63); /* Bottom shadow */
  border-radius: 25px; /* Optional: for rounded corners */
}

.grid-sponsor-two-columns .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 10px;
  margin: 20px;

  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.63); /* Bottom shadow */
  border-radius: 25px; /* Optional: for rounded corners */
}

@media (max-width: 600px) {
  .grid-sponsor {
    grid-template-columns: 1fr 1fr;
  }
  .wrap-list ul {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .grid-sponsor-two-columns {
    grid-template-columns: 1fr  ; 
  }

}

.grid-sponsor .img-container:not(:has(img)) {
  box-shadow: none;
  
}


.grid-sponsor .img-container img {
  width: auto;
  height: auto;
}
.mapouter {
  border-radius: 20px;
  overflow: hidden;
}
.img-container {
  border-radius: 20px;
  overflow: hidden;
}
.img-container img {
 overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
.img-container img:hover {
  transform: scale(1.05);
}

.map {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Default to one column */
  gap: 5px; /* Optional: Add some spacing between the columns */
  padding: 20px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
 .map {
    grid-template-columns: 1fr; /* Change to one column */
  }



}

.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}


.main {
  padding: 80px 0;
  background: linear-gradient(90.42deg, #c31432 8.4%, #240b36 90.16%);
  background: linear-gradient(
    180deg,
    #ffffff -36.43%,
    #ffffff 25.9%,
    #efefef 99.18%
  );
  color: #000;
}
.main p {
  padding: 5px 20px;
}
.main ul {
  padding: 5px 20px;
}



#scroll-to-top-button {
  position: fixed;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#scroll-to-top-button.show {
  transition: opacity 0.4s ease-in-out;
  opacity: 0.75;
}
#scroll-to-top-button .fa {
  transform: scale(2);
  color: #fdfdfd;
  padding: 3px 5px;
  background-color: #21334b;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.keynote-section {
  padding: 50px 20px;
  text-align: center;
  max-width: 1800px;
  margin: 0 auto;
}


.keynote-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px; 
  max-width: 1200px;
  margin: 0 auto;
}

.keynote-card {
  width: 400px;
  background: linear-gradient(to bottom, #0000009d, #0000009d);
  transition: all 0.5s ease-in-out; 
  border: 2px solid #e5a84d;
  border-radius: 23px;
  overflow: hidden;
  padding: 20px;
  color: #ffffff;

}

.keynote-card.expanded {
  width: 90%;
  max-width: 800px;
  transition: all 0.5s ease-in-out;
}

.keynote-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;

  margin: 0 auto;
  display: block;
  position: relative;

}


.keynote-card .image-container {
  position: relative;
  width: 220px;
  margin: 0 auto;
}

.keynote-card .image-container::before,
.keynote-card .image-container::after {
  content: '';
  position: absolute;
  border: 2px solid #e5a84d;
  border-radius: 50%;
  z-index: 0;
}

.keynote-card .image-container::before {
  top: 50px;
  left: 10px;
  right: 10px;
  bottom: -30px;
}

.keynote-card .image-container::after {
  top: 55px;
  left: 15px;
  right: 15px;
  bottom: -25px;
}

.keynote-card h1 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #e5a84d;
  padding: 8px 20px;
  border-radius: 20px;
  margin: 15px auto;
  width: fit-content;
  z-index: 2;
}

.keynote-card button {
  background-color: transparent;
  color: #e5a84d;
  border: 2px solid #e5a84d;
  padding: 8px 25px;
  margin: 15px auto;
  display: block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.keynote-card button:hover {
  background-color: #e5a84d;
  color: #000;
}

.keynote-details {
  display: none;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
}

.keynote-card.active .keynote-details {
  display: block;
}

@media (max-width: 426px) {
  .keynote-card {
    width: 300px;
    padding: 15px;
  }
  
  .keynote-card.expanded {
    width: 95%;
  }
  
  .keynote-card img {
    width: 180px;
    height: 180px;
  }
  
  .keynote-card h1 {
    font-size: 15px;
    padding: 6px 15px;
  }
  
  .keynote-details {
    font-size: 15px;
  }
}

.topic-content {
  padding: 5px 20px;
}
@media (max-width: 768px) {
  body {
    font-size: 0.7rem !important;
    
  }
  .hide-sm {
    display: none;
  }
  nav ul {
    gap: 5px !important;
  }
  h4 {
    padding: 0px 10px;
  }
  h5 {
    padding: 0px 10px;
  }
  .track {
    width: 100px !important;
  }
  .track > img {
    padding: 0;
  }
  .card {
    margin: 10px auto !important;
  }
  .grid-sponsor {
    grid-template-columns: 1fr !important;
    margin: 1px 10px !important;
  }
  .grid-sponsor .img-container {
    height: 150px !important;
  }
  .grid-venue {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid-venue iframe {
    grid-column: 1/2 !important;
  }
  .venue-info {
      border-radius: 10px;
      padding: 20px;
      text-align: center;
   
    
    
  }
  .mapouter {
    width: 100% !important;
  }
  .wrap-list li {
    width: auto !important;
  }
  .flex-wrap {
    gap: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .square-div-280 span {
    font-size: 0.7rem;
  }
}
@media (max-width: 1100px) {
  /* nav {
    height: 60px !important;
  }
  nav .checkbtn {
    display: block !important;
  }
  nav ul {
    display: block;
    position: fixed;
    width: 200px;
    height: 100vh;

    background: #410d35;

    top: 60px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li {
    padding: 10px;
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 14px;
  }
  nav ul li a:hover,
  nav ul li a.active {
    background: none;
  }
  nav ul li ul {
    opacity: 0;
    z-index: 1;
    position: absolute;
  }
  nav ul li ul li {
    display: none;
  }
  nav ul li:hover .dropdown li {
    display: block;
  }
  nav #check:checked ~ ul {
    left: 0;
  }
  nav #authors:checked ~ ul {
    opacity: 1;
    display: block;
  }
  nav #authors:checked ~ ul li {
    display: block;
  }
  nav #attendies:checked ~ ul {
    opacity: 1;
    display: block;
  }
  nav #attendies:checked ~ ul li {
    display: block;
  }
  nav #committee:checked ~ ul {
    opacity: 1;
    display: block;
  }
  nav #committee:checked ~ ul li {
    display: block;
  }
  nav #past:checked ~ ul {
    opacity: 1;
    display: block;
  }
  nav #past:checked ~ ul li {
    display: block;
  } */
}

@media (max-width: 400px) {
  .grid-sponsor {
    grid-template-columns: 1fr;
  }
  .sponsor-two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .wrap-list li {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .tracks {
    grid-template-columns: repeat(auto-fit, 150px);
  }
  .grid-sponsor .img-container:not(:has(img)) {
    box-shadow: none;
    display: none;
  }
  
}
@media (max-width: 600px) {
  .tracks {
    grid-template-columns: repeat(auto-fit, 100px);
  }
}
@media (max-width: 768px) {
  .grid-venue {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .grid-venue iframe {
    grid-column: 1/1;
  }
 
}
/* @media (max-width: 900px) {
  .keynotes-hero h1 {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .keynote-one-profile,
  .keynote-two-profile,
  .keynote-three-profile {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .keynote-one-profile .text-section,
  .keynote-two-profile .text-section,
  .keynote-three-profile .text-section {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .keynote-one-profile .img-one,
  .keynote-one-profile .img-two,
  .keynote-one-profile .img-three,
  .keynote-two-profile .img-one,
  .keynote-two-profile .img-two,
  .keynote-two-profile .img-three,
  .keynote-three-profile .img-one,
  .keynote-three-profile .img-two,
  .keynote-three-profile .img-three {
    margin: 20px;
  }
}
@media (max-width: 400px) {
  .keynote-one-profile .img-one img,
  .keynote-one-profile .img-two img,
  .keynote-one-profile .img-three img,
  .keynote-two-profile .img-one img,
  .keynote-two-profile .img-two img,
  .keynote-two-profile .img-three img,
  .keynote-three-profile .img-one img,
  .keynote-three-profile .img-two img,
  .keynote-three-profile .img-three img {
    width: 280px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 400px) {
  .keynote-hero-profiles-card h1 {
    font-size: 20px;
    align-items: center;
  }
  .keynote-hero-profiles {
    padding: 0px;
  }
  .keynote-hero-profiles .keynote-hero-profiles-card {
    width: 400px;
  }
} */


.dateContainer {
  display: flex; 
  justify-content: center;
  align-items: center; 
  gap: 20px; 
  margin: 20px auto;
  flex-wrap: nowrap; 
}


.dateBox {
  width: 400px;
  cursor: pointer;
  background: #848282a8;
  color: #190229;
  height: 55px;
  border-radius: 40px;
  font-size: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dateBox:hover {
  background:  #b98f5e;
  color: #848282a8;
  transition-duration: 0.5s; ;
}

@media (max-width: 765px) {
  .dateContainer {
    flex-wrap: wrap; 
  }
  .dateBox {
    width: 300px;
    height: 50px;
    font-size: 15px;
  }
}

@media (max-width: 413px) {
  .dateBox {
    width: 250px;
    height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .dateBox {
    width: 250px;
    height: 40px;
    font-size: 11px;
  }
}

.tinted {
  width: 90%; /* Makes the box 80% of the parent div's width */
  margin: 20px auto; /* Centers the box and adds spacing */
  padding: 20px; /* Adds padding inside the box */
  background: linear-gradient(to bottom, #0000009d, #0000009d); /* Subtle gradient effect */
  border-radius: 30px; /* Rounded corners */
  text-align: center; /* Centers text inside the box */
  color: #ffffff; /* White text for contrast */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adds a slight shadow for depth */
}

.box-container {
  padding-top: 70px; 
  background: linear-gradient(to bottom, black 10px, transparent 115px);
}


/* font classes */

.encode-sans-semi-expanded-thin {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 100;
  font-style: normal;
}

.encode-sans-semi-expanded-extralight {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 200;
  font-style: normal;
}

.encode-sans-semi-expanded-light {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 300;
  font-style: normal;
}

.encode-sans-semi-expanded-regular {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 400;
  font-style: normal;
}

.encode-sans-semi-expanded-medium {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 500;
  font-style: normal;
}

.encode-sans-semi-expanded-semibold {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 600;
  font-style: normal;
}

.encode-sans-semi-expanded-bold {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 700;
  font-style: normal;
}

.encode-sans-semi-expanded-extrabold {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 800;
  font-style: normal;
}

.encode-sans-semi-expanded-black {
  font-family: "Encode Sans Semi Expanded", serif;
  font-weight: 900;
  font-style: normal;
}
body.custom-page {
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  color: #ffffff; /* Ensure text remains visible */
  background-image: url("../img/Frame4.png");
}
.dimmed-container {
  display: inline-block;
  margin: 20px auto 30px;
  padding: 10px 40px;
  background: rgba(99, 96, 90, 255);
  border-radius: 20px;
  text-align: center;
  color: white; 
  font-size: 20px;
  font-weight: 500;
  z-index: 2;
}
.bg-custom {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.heading-with-line {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
}
.heading-with-line::before,
.heading-with-line::after {
  content: '';
  flex: 1;
  height: 2px;
  background-color: white;
  
}

.text {
  color: white;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  text-align: center;
}

.text::before,
.text::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: white;
  transform: rotate(45deg);
  display: inline-block;
}
.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
  &:hover {
    transform: scale(1.03);
  }
}
.image-container {
  position: relative;
  width: 200px;
  height: 200px;
  z-index: 1;
}

.image-container::before {
  content: '';
  position: absolute;
  top: 50px; /* Aligns with the container's top */
  left: 10px; /* Aligns with the container's left */
  right: 10px;
  bottom: -30px;
  border: 2px solid #e5a84d;
  border-radius: 50%;
  z-index: -1;
}

.image-container::after {
  content: '';
  position: absolute;
  top: 55px; /* Expands circle outward */
  left: 15px; /* Expands circle outward */
  right: 15px;
  bottom: -25px; 
  border: 2px solid #e5a84d;
  border-radius: 50%;
  z-index: -1;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.parent-container {
  padding-bottom: 5px;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  border: 3px solid #e5a84d;
  z-index: 2;
  min-width: 250px;
}
.name {
  color: #000;
  font-weight: bold;
  font-size: 14px; 
  text-align: center;
  background: #e5a84d;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  z-index: 2;
}

.description {
  color: white;
  font-size: 16px; 
  margin: 0px;
  text-align: center;
  font-weight: 500;
  padding: 5px 15px;
}
.heading-container2 {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  justify-content: center;
}

.title2 {
  color: white;
  text-align: center;
  font: bold 24px Arial, sans-serif;
  position: relative;
  width: fit-content;
  padding: 20px 0;
}

.title2::before,
.title2::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: white;
  left: -30px;
  width: calc(100% + 60px);
}

.title2::before {
  top: 0;
}

.title2::after {
  bottom: 0;
}
@media (max-width: 426px) {
  .text {
    font-size: 18px;
    letter-spacing: 1px;
    gap: 0px;
    max-width: 250px;
  }
  .heading-with-line {
    padding: 20px 0;
    
  }
  .dimmed-container {
    margin: 20px auto 20px;
    font-size: 15px;
  }
  .parent-container {
    max-width: 250px;
  }
  .name{
    font-size: 12px; 
  }
  .description {
    font-size: 13px; 
    font-weight: 400;
  }
  .title2 {
    font-size: 15px; 
  }
  .member-card {
    width: 220px;
  }
  .heading-container2 {
    padding: 40px 40px 10px;
  }
  .image-container {
    width: 180px;
    height: 180px;
  }
}
.mainProgram {
  padding: 80px 0;
}

.width-fixed-large-registration {
  max-width: 1500px;
  margin: auto;
}

.tinted-registration {
  width: 90%; /* Makes the box 80% of the parent div's width */
  margin: 20px auto; /* Centers the box and adds spacing */
  padding: 20px; /* Adds padding inside the box */
  background: linear-gradient(to bottom, #0000009d, #0000009d); /* Subtle gradient effect */
  border-radius: 30px; /* Rounded corners */
  color: #ffffff; /* White text for contrast */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adds a slight shadow for depth */
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
  overflow: hidden;
}

.map-reigistration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



        .coming-soon {
            text-align: center;
            padding-top: 20vh;
            color: #e5a84d;
            min-height: 100vh;
            height: fit-content;
        }

        .coming-soon p {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 2rem;
            text-transform: uppercase;
            letter-spacing: 4px;
            
           
        }

        @keyframes glow {
            from {
                text-shadow: 0 0 10px #e5a84d, 0 0 20px #000000, 0 0 10px #e5a84d;
            }
            to {
                text-shadow: 0 0 10px #a7a72e, 0 0 5px #e5a84d, 0 0 10px #e5a84d;
            }
        }

        #countdown {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1.5rem;
            max-width: 800px;
            margin: 0 auto;
        }

        .countdown-box {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .countdown-box:hover {
            transform: translateY(-10px);
        }

        .countdown-value {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
            color: #ffffff;
        }

        .countdown-label {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            opacity: 0.8;
        
        }

        @media (max-width: 768px) {
          #countdown {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
           
            margin: 0 auto;
        }
            .coming-soon p {
                font-size: 2rem;
            }

            .countdown-value {
                font-size: 2.5rem;
            }

            .countdown-label {
                font-size: 1rem;
            }

            #countdown {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
                padding: 0 1rem;
            }
        }

.page_container {
  text-align: center;
}

.register_button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e5a84d;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}



.reg_instructions {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}





.table-responsive {
  width: 100%;
  overflow-x: auto; /* enables horizontal scroll on small screens */
  -webkit-overflow-scrolling: touch; /* smooth scrolling for iOS */
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-radius: 16px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  min-width: 800px; /* ensures table doesn’t shrink too much */
}

th, td {
  padding: 12px 10px;
}

th:first-child {
  border-radius: 16px 0 0 0;
}

th:last-child {
  border-radius: 0 16px 0 0;
}

tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

@media screen and (max-width: 768px) {
  th, td {
    padding: 8px;
    font-size: 14px;
  }
}
