.nav-header #login {
  float: right;
}
.custom-account-link {
  background-color: rgb(15, 34, 177);
  border: 1px solid #bce8f1;
  color: rgb(231, 234, 235);
  padding: 8px 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 20px;
  margin-bottom: 10px;
}

.custom-account-link:hover {
  background-color: #bce8f1;
  border-color: #a6e1ec;
  color: rgb(69, 64, 232);
}

body {
  font-style: 'Lora', sans-serif;
  overflow-x: hidden;
}
.heromain {
  padding-bottom: 5%;
}

.navbar-brand {
  font-size: 25px !important;
  color: rgb(51,51,51);
}

.navbar-nav {
  background-color: #d21404;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
}

.navbar-nav li {
  list-style-type: none;
}
.navbar-nav > li > a:hover {
  color: black;
  background-color: white;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 18px;
}

.nav-header {
  margin-bottom: 10px;
  margin-top: 10px;
}

.nav-logo {
  float: left;
  margin-right: 10px;
  height: 10%;
}

.nav-body {
  padding: 20px 20px;
}

.navmenu {
  margin-bottom: 0px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: rgb(245 35 57) !important;
  white-space: nowrap;
  background-color: white;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}

/* Mobile-specific styles */
.hamburger {
  display: none; /* Hidden by default on desktop */
  font-size: 24px;
  background: none;
  border: none;
  color: #d21404;
  cursor: pointer;
  padding: 15px;
}
/* home page section */
.spacingtop{
    margin-top: 20px;
}.registerbutton{
    margin-bottom: 10px;
    margin-right: 10px;
    border-width: 0px;
    color: white;
    width: 248px;
    height: 62px;
    background: inherit;
    background-color: rgba(149, 242, 4, 1);
    border-radius: 5px;
    filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
    transition: none;
    font-size: 24px;
}.verifybuttton{
    border-width: 0px;
    color: white;
    width: 248px;
    height: 64px;
    background: inherit;
    background-color:rgb(245 35 57);
    border-radius: 5px;
    filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
    transition: none;
    font-size: 24px;
}.verifybuttton2{
  
  border-width: 0px;
  color: white;
  width: 200px;
  height: 50px;
  background: inherit;
  background-color:rgb(245 35 57);
  border-radius: 5px;
  filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
  transition: none;
  font-size: 24px;
}
.buttonspacing{
    top:50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   /* align-content: c enter; */
    justify-content: center;
    align-items: flex-start;
   
    
    
}
.calendar-container {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 10px;
  background: #f9f9f9;
  
}
.calendarbody {
  margin: 0 auto;


}
.calendar-header {
  background: darkred;
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
th, td {
  text-align: center;
  width: 14%;
  padding: 5px;
  border: 1px solid #ccc;
}
th {
  background: lightgray;
  font-weight: bold;
}
.today {
  background: #00bcd4;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}

  /* register page */

  .submitbtn{
    border-width: 0px;
    width: 192px;
    height: 65px;
    background: inherit;
    background-color: rgba(245, 154, 35, 1);
    border-radius: 5px;
    filter: drop-shadow(none);
    transition: none;
    font-size: 21px;
}.submitbtn:hover{
  background-color: white;
  color: orange;
  border:orange solid 2px;
}.birthday{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  align-content: center;

}
/* buton images */

.upload-icon {
  display: flex;

  cursor: pointer;
  flex-direction: column;
}


.upload-icon img {
  width: 100px; 
  height: 100px;
  object-fit: cover;
  margin-right: 8px;
  border: 1px solid #ddd; 
  border-radius: 5px; 
}

.upload-icon span {
  font-size: 14px;
  color: #000;
}

input[type="file"] {
  display: none;
}


/* Mobile */

/* Mobile-only adjustments */
@media screen and (max-width: 767px) {
  /* Adjust body padding and overflow */
  body {
    padding: 0;
    margin: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
  }

  
  /* Carousel adjustments */
  .carousel-inner img {
    height: 200px; /* Reduce height for mobile */
    object-fit: cover; /* Ensure image scales properly */
  }
  .carousel-caption {
    font-size: 14px; /* Smaller text */
    padding: 5px;
  }

  /* News section adjustments */
  .spacingtop {
    margin-top: 10px;
  }
  .col-sm-4, .col-sm-3, .col-sm-5 {
    width: 100%; /* Full width for each column */
    padding: 5px;
  }
  .news-tabs .nav-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .news-tabs .nav-pills li {
    width: 100%; /* Full width for tabs */
    text-align: center;
  }
  #news-content p, #news-content ol {
    font-size: 14px; /* Smaller text for readability */
  }

  /* Calendar adjustments */
  .calendar-container {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
  }
  .calendar-header {
    font-size: 16px; /* Smaller header */
  }
  th, td {
    padding: 3px; /* Reduce padding */
    font-size: 12px; /* Smaller text */
  }

  .buttonspacing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    position: relative;
    margin-top: 5px;
    width: 100%;
  }
  .verifybuttton{
    border-width: 0px;
    color: white;
    width: 50vh;
    height: 64px;
    background: inherit;
    background-color:rgb(245 35 57);
    border-radius: 5px;
    filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
    transition: none;
    font-size: 24px;
            margin-bottom: 50px;
}.verifybuttton2{
  border-width: 0px;
  color: white;
  width: 50vh;
  height: 50px;
  background: inherit;
  background-color:rgb(245 35 57);
  border-radius: 5px;
  filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
  transition: none;
  font-size: 24px;
}
  /* Disable AOS for buttons only */
  .buttonspacing[data-aos] {
    opacity: 1 !important; /* Remove fade effect */
    transform: none !important; /* Remove transform */
    transition: none !important; /* Disable animation */
  }.registerbutton{
    margin-bottom: 10px;
    margin-right: 10px;
    border-width: 0px;
    color: white;
    width: 50vh;
    height: 62px;
    background: inherit;
    background-color: rgba(149, 242, 4, 1);
    border-radius: 5px;
    filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
    transition: none;
    font-size: 24px;
}

/* Fix potential overflow in main container */
.heromain {
  padding-bottom: 15%; /* Increase padding to ensure buttons are visible */
  overflow: visible; /* Prevent clipping */
}.nav-body {
  flex-direction: column;
  padding: 10px;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-header #login {
  float: none;
}

.hamburger {
  display: block;
}

.navmenu {
  display: none; /* Hidden by default on mobile */
  width: 100%;
}

.navmenu.active {
  display: block;
}

.navbar-nav {
  flex-direction: column;
  width: 100%;
}

.navbar-nav li {
  width: 100%;
  text-align: left;
}

.navbar-nav > li > a {
  display: block;
  width: 100%;
  padding: 15px;
}

.navbar-nav > li > .dropdown-menu {
  position: static;
  width: 100%;
  border: none;
  box-shadow: none;
  padding-left: 20px;
}

}