.nav-link:hover {
  color: #df7c03 !important;
  text-decoration: underline !important;
  text-underline-offset: 8px;
  transition: color 0.3s, background-color 0.3s, text-decoration 0.3s;
}



.banner {
  height: 500px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better readability */
  background-image: url('banner-bg.jpg');
  background-size: cover;
  background-position: center;
}

.countdown {
  font-size: 1.5rem;
  font-weight: bold;
  color: #df7c03;
}

.register-btn:hover {
  background-color: #c70039; /* Hover background color */
  color: #f1f1f1; /* Hover text color */
  transform: scale(1.05); /* Slight zoom effect on hover */
}

.btn{
  background-color:#df7c03;
}
.register-btn {
  background-color: #df7c03;
  color: white;
  
  font-size: 1.2rem;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  width:fit-content;
  align-self: center;
}

.logo {
  width: 250px;
  height: auto;
}
.carousel-item {
position: relative; /* Ensure the content can be positioned over the image */
height: 500px; /* Adjust this value as needed */
}

.carousel-item img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the image covers the container */
position: absolute; /* Position the image behind the content */
top: 0;
left: 0;
z-index: -1; /* Ensure the image is behind the text */
}

.banner {
position: absolute; /* Position the content absolutely over the image */
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Center the content */
text-align: center;
color: white;
z-index: 1; /* Ensure the text is above the image */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}



.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #df7c03;
  text-align:center;
  margin-top:30px;
}
p{
  text-align:justify;
  
}


/*about page */
.page-header {
  background: linear-gradient(to right, #df7c03, #ffa07a);
  color: white;
  padding: 50px 0;
  text-align: center;
}
.highlight-box {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


footer a {
  text-decoration: none;  /* Removes underline only from anchor tags in the footer */
}
    p{
      text-align:justify;
      
    }

    footer h5{
      color: #df7c03;   
  }

.footer-logo {
  width: 200px;
  height: auto;
}

 



.carousel-item img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the image covers the container */
position: absolute; /* Position the image behind the content */
top: 0;
left: 0;
z-index: -1; /* Ensure the image is behind the text */
}

.banner {
position: absolute; /* Position the content absolutely over the image */
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Center the content */
text-align: center;
color: white;
z-index: 1; /* Ensure the text is above the image */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}


/*galary css*/


.gallery-title {
  text-align: center;
  margin: 20px 0;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.gallery-image {
 margin-bottom: 15px;  /* Space below each image */
border-radius: 8px;
border: 3px solid #df7c03;
border-color: #df7c03;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.gallery-image:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.nav-link:hover {
color: #df7c03 !important;
text-decoration: underline !important;
text-underline-offset: 8px;
transition: color 0.3s, background-color 0.3s, text-decoration 0.3s;
}
.logo {
  width: 250px;
  height: auto;
}
.footer-logo {
  width: 200px;
  height: auto;
}

footer a {
text-decoration: none;  /* Removes underline only from anchor tags in the footer */
}
footer a:hover {
color: #df7c03 !important;  
}


.mt-4{
margin-top: 40px;
margin-bottom: 40px;
color: #df7c03; 
text-align: center;
}

.page-header {
  background: linear-gradient(to right, #df7c03, #ffa07a);
  color: white;
  padding: 50px 0;
  text-align: center;
}

/* Modal customization */
.modal-content {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

/* Custom button colors */
.modal-footer .btn {
  background-color: #df7c03;
  color: white;
}

.modal-footer .btn:hover {
  background-color: #df7c03;
  color: white;
}

/* Custom modal size */
.modal-dialog {
  max-width: 70%; /* Increases modal size */
}