body {
    margin: 0;
    padding: 0;
    height: 100vh;
    /* width: 100vw; */
    font-family: "Times New Roman", Helvetica, sans-serif;
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
  
  html {
    overflow-x: hidden; /* Also hide it on root level */
  }
  h1 {
    font-family: Arial Bold;
    font-size: 3px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1.8px;
  }
  h3 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
  }
  p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
  }
  img {
    max-width: 100%;
  }
  #wrapper {
    min-height: 100%;
    max-width: 100%;
    position: relative;
  }
  /* #header {
    padding: 0px;
  } */
  #body {
    min-height: 100%;
    max-width: 100%;
    padding-bottom: 70px; /* Height of the footer*/
  }
  #footer {
    padding: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 50px; /* Height of the footer */
  }
  
  .navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
  }
  
  #body_div {
    top: 0;
    position: relative;
  }
  
  #banner {
    width: 100%;
    background-color: gray;
    overflow: hidden;
  }
  
  #nav_bar {
    border: 0;
    background-color: #202020;
    border-radius: 0px;
    margin-bottom: 0;
  }
  
  a {
    color: #0060b6;
    text-decoration: none;
  }
  
  a:hover {
    color: #00a0c6;
    text-decoration: none;
    cursor: pointer;
  }
  
  .data_url{    
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: none;
  }

  /* .topStrip {
    min-height: 30px;
    background: #8c1515;
    background: #a37c51;
    background: #c43910;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 2px;
    -webkit-box-shadow: inset -1px -18px 25px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -1px -18px 25px -4px rgba(0, 0, 0, 0.75);
    box-shadow: inset -1px -18px 25px -4px rgba(0, 0, 0, 0.75);
  } 
    
  .headStrip {
    background: #fbfaf6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  
  .headTable {
    padding-top: 2px;
    padding-bottom: 1px;
    background: #3db5d0;
  }
  
  .personalnav {
    background: #000;
    font-size: 0.75em;
  }
  
  .personalnav ul {
    margin: 0;
    list-style-type: none;
    text-align: center;
  }
  
  .personalnav ul li {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0;
  }
  
  .personalnav ul li a {
    text-decoration: none;
    padding: 1px 20px;
    font-size: 17px;
    color: #fff;
    margin: 0;
  }
  
  .personalnav ul li > .active {
    color: #000;
    background: #f2eee3;
    margin: 0;
  }
  .personalnav ul li a:hover {
    color: #000;
    background: #f2eee3;
    height: 100%;
    margin: 0;
  }
  
  .personalnav li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    z-index: 99;
    background-color: #ccc;
    width: 100%;
  }
  
  .personalnav li:hover ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .personalnav li li {
    list-style: none;
    width: 100%;
    text-align: left;
  }
  
  .personalnav li li a {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 10%;
  }
  
  .personalnav li li a:hover {
    color: #900;
    text-decoration: none;
    background: #f2eee3;
    text-align: left;
  }
   */



/*******************************************************************************/

/* People.php carousels */
/* General Carousel Styles */
/* .carousel {
  width: 75%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
} */

/* Unique Carousel Styles */
.peopleCarousel {
  background: linear-gradient(135deg, #FFD580, #FF8C00);
  width: 95%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.peopleCarousel .carousel-item img {
  border: 5px solid #FFA500;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.peopleCarousel .carousel-caption {
  color: #fff;
  padding: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.peopleCarousel .carousel-caption h4 {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid;
  border-image: linear-gradient(135deg, #FFD580, #FF8C00) 1;
  border-radius: 5px;
}

.peopleCarousel .carousel-control-prev,
.peopleCarousel .carousel-control-next {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.peopleCarousel .carousel-control-prev-icon,
.peopleCarousel .carousel-control-next-icon {
  background: linear-gradient(135deg, #FFD580, #FF8C00);
  border-radius: 50%;
  padding: 10px;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
}

.peopleCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.peopleCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.peopleCarousel .carousel-control-prev-icon:hover,
.peopleCarousel .carousel-control-next-icon:hover {
  background: linear-gradient(135deg, #FF8C00, #FFD580);
}

.peopleCarousel .carousel-indicators li {
  background-color: #FFA500;
}

.peopleCarousel .carousel-indicators .active {
  background-color: #f1eae1;
}
  .students {
    min-height: 400px;
    font-size: 17px;
    background: #fbfaf6;
    color: #000;
  }
  
  .softwarePannel {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    background: #ffe4c4;
    margin: 20px;
    border-radius: 8px;
  }
  
  .researchTab {
    min-height: 200px;
    background: #ffe4c4;
    width: 40%;
    margin: 40px;
    border-radius: 10px;
    padding: 30px;
    padding-top: 10px;
    text-decoration: none;
  }
  
  .circular {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  }

  .small-circular {
    width: 80px;
    height: 80px;
    border-radius: 100px; 
    object-fit: "cover";
    margin-top: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  }
  
  /* .shadowThis {
  } */
  
  .planeText {
    text-decoration: none;
    color: #000;
  }
  
  .planeText:hover {
    color: #e3e2dd;
  }

  .inactive {
    text-decoration: none;
    color: black;
  }
  
  .inactive:hover {
    text-decoration: none;
    color: black;
    cursor: default;
  }
  
  .bottom_div {
    margin-bottom: 140px;
  }
  
  .width95 {
    max-width: 95% !important;
  }
  
  .textleft{
    text-align: left !important;
  }
  .textcenter{
    text-align: center !important;
  }
  .textright{
    text-align: right !important;
  }
  .textunderln{
    text-decoration: underline !important;
  }
  .minheight500 {
    min-height: 500px !important;
  }
  .minheight1000 {
    min-height: 1000px !important;
  }
  .padding10{
    padding: 10px !important;
  }
  
  .minheight250 {
    min-height: 500px !important;
  }

  .maxwidth-per{
    max-width: 100% !important;
  }
  .flexdisply{
    display:flex !important;
  }

  /* .headertext{
    font-size: 16px; 
    font-weight: bold; 
    padding-left: 10px; 
    text-align: left;
  } */

  /* .footbckgrnd{
    background: #958E73; 
    margin-top: 500px
  } */

  .blkcolor{
    color: black !important;
  }
  .margn-bot70{
    margin-bottom: 70px !important;
  }
  .margn-bot20{
    margin-bottom: 20px !important;
  }
  .font18{
    font-size: 18px !important;
  }
  .font20{
    font-size: 20px !important;
  }
.font14{
  font-size: 14px !important;
}
.font1rm{
  font-size: 1rem !important;
}
  
.margn0{
  margin: 0px !important;
}
.margn10{
  margin:10px !important;
}
.font16{
  font-size: 16px !important;
}
.margn-top20{
  margin-top: 20px !important;
}
.margn-top30{
  margin-top:30px !important;
}
.margn-top40{
  margin-top: 40px !important;
}
.margn-left15{
  margin-left: 15% !important;
}
.pad-left20{
  padding-left: 20% !important;
}
.softpics{
  margin-top: 20px;
  width: 350px;
  border: 0;
  padding: 0;
}
.dbpics{
  margin-top: 40px;
  width: 750px;
  border: 0;
  padding: 0;
}
.profile-pics{
  width: 350px !important;
  border: 10px !important;
  padding: 40px !important;
}

ul.custom-list {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 1rem;
}
ul.custom-list li {
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}
.tabs{
  background-color: #FF8C00 !important; 
  color: black !important; 
  border: none !important;
}



/* Remove bullets from the tab navigation */
.nav-tabs {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

/* Ensure no bullets or indentations in list items */
.nav-tabs .nav-item {
  list-style-type: none !important;
  margin-bottom: 0 !important;
}

/* Additional specificity if needed */
ul.nav-tabs {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

ul.nav-tabs .nav-item {
  list-style-type: none !important;
  margin-bottom: 0 !important;
}
