

html, body {
   
    background-color: #FFFDEB !important;
    
}


section{
    overflow: hidden;
}


table#data-table tbody tr td:nth-child(4), table#data-table thead tr td:nth-child(4){
            display:none; 
        }
        
    table#data-table tr td{
           text-align: center;
       } 

.uk-section{
    padding: 0px;
}

        .herocontainer {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
      /* Set initial height to auto */
      height: auto;
      position: relative;
    }

    .herobackground {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /* Set initial height to auto */
      height: auto;
      background: url(/site/templates/img/semi_aerial.webp);
      background-size: cover;
      background-repeat: no-repeat;
      
    }

    .herosvg-container {
      position: relative;
      width: 100%;
      max-width: 1227px; /* Limit maximum width of SVG */
      /* Adjust height dynamically */
      height: 100%;
    }

    .herosvg {
      width: 100%;
      height: auto;
      display: block;
    }
 
.uk-container-small {
    max-width: 1258.19px !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px; 
    
    
}

#rmbtn {
   padding-left: 40px;
    padding-right: 40px;
   
}
.uk-container-small {
    background-color: #fffdeb;
    
}

.uk-container-small {
  max-width: 1150px !important;
}

 #article{
    
  padding-top: 0px;
  padding-bottom: 0px;
 }

        .video-container {
  position: relative;
}

.video-icon {
  color: #0a3370;
  cursor: pointer;
   background: transparent;
   border: none;
   font-size: 20;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16 / 9;
  width: 90%;
  max-width: 800px;
  height: 80%;
  max-height: 600px;
}

.close {
  color: white;
  font-size: 50px;
  font-weight: 500;
  position: absolute;
  top: -50px;
  right: -20px;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

.regbtn {
  background-color: #c4a465;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: fixed ;
  bottom: 50% ;
  right: 0 ; /* Adjusted to right */
  transform: translateY(-50%) ;
  padding: 10px 20px ; /* Adjusted padding */
  color: #0a3370 ;
  font-family: var(--fontBody) ;
  font-size: 18px ;
  font-weight: bold;
  border: none ;
  border-top-left-radius: 5px ;
  border-bottom-left-radius: 5px ; 
  cursor: pointer ;
  z-index: 9999 ;
}



#regbtntopdiv {
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.showeighty{
    
  position: fixed ;
  bottom: 20% ;
  transform: translateY(-50%);
  z-index: 9999 ;
}



.regbtntop {
  background-color: #c4a465;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 10px 20px ; /* Adjusted padding */
  color: #0a3370 ;
  font-family: var(--fontBody) ;
  font-size: 18px ;
  font-weight: bold;
  border: none ;
  border-radius: 05px; 
  cursor: pointer ;
  z-index: 999 ;
}


.vbtntop{
  
color: #0a3370;;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 10px 20px ; /* Adjusted padding */
  font-family: var(--fontBody) ;
  font-size: 16px ;
  font-weight: bold;
  border: none ;
  border-radius: 05px; 
  cursor: pointer ;

}

.regbtntop:hover {
    background-color: #0a3370 ;
    color: white;
  }
  
.vbtntop:hover{
  color: #153c5d;
 
}

@media only screen and (max-width: 599px) { 
  
  .regbtn {
  position: fixed;
  width: 100%;
  height: 55px;
  bottom: 0% !important;
  right: 0% !important;
  text-align: center;
  color: #0a3370 ;
  font-family: var(--fontBody) ;
  font-size: 24px ;
  border: none ;
  cursor: pointer ;
  z-index: 9999 ;
margin-bottom: -30px;

}

.regbtntop {
  background-color: #c4a465;
  color: #0a3370;
  text-transform: capitalize;
  transition: all 0.3s ease;
  padding: 10px 20px 10px 20px; /* Adjusted padding */
  font-family: var(--fontBody) ;
  font-size: 15px ;
  font-weight: bold;
  border: none ;
  border-radius: 05px; 
  cursor: pointer ;
  z-index: 999 ;
  margin-top: 10px;
}

.vbtntop{

  color: #0a3370;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--fontBody) ;
  font-size: 15px ;
  font-weight: normal;
  border: none ;
  cursor: pointer ;
  z-index: 99 ;
  margin-top: 10px;

}

.vbtntop:hover{
  color: #153c5d;
 
}


}

@media screen and (max-width: 650px) {
  .article-s1.uk-section {
    padding-top: 0px !important;
  }
}



.videoicon {
  position: fixed;
  bottom: 10%;
  right: 0; /* Adjusted to right */
  transform: translateY(-50%);
  padding: 10px 20px; /* Adjusted padding */
  background-color: #d5b261;
  color: #0a3370;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

#fpopupContainer {
    display: none;
  position: fixed;
  top: 0%;
  right: -415px; /* Adjusted width */
  width: 415px; /* Adjusted width */
  height: 100vh; 
  background-color: #f4f4f4;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  text-align: center;
  padding: 1%;
  color: #0a3370;
  overflow: auto;
}

#pophead {
    text-align: center;
    font-size: 26px;
    color: #0a3370ff;
    font-family: 'Cormorant Garamond', Times, Georgia, serif;
}

#popsubhead{
    text-align: center;
    color: #0a3370ff;
    margin-top: -10px;
    font-family: sans-serif;
       font-size: 18px;
}



#fpopup {
  padding: 20px;
}

#closeFopup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

#closeFopup:hover {
  color: red;
}

#imgio{
opacity: 0; /* Initially hide all images */
  transition: opacity 1s ease; /* Apply a transition effect */
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 480px) {
  .nav_menut {
   display: none; 
  }
}

#headlogo{
  width: clamp(12%, 250px, 40%);
}

.title-wrap {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding-top: 200px;
padding-bottom: 70px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 30, 35, 0.8) 100%) !important; 
z-index: 2;
}

p#copi{
text-align: center;
  width: 100%;
}
#footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#footer img{
    max-height: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}
#navsoc{
    
    width: 100%;
}

.odform {
    display: flex;
    flex-wrap: wrap;
  }
  
  .odform label,
  .odform select,
  .odform input[type="submit"] {
    margin: 5px;
  }
  
  @media only screen and (max-width: 600px) {
    .odform label,
    .odform select,
    .odform input[type="submit"] {
      width: 100%;
    }
  }
  .responsive-table-container {
    overflow-x: auto;
  }

  .responsive-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .responsive-table th, .responsive-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Show ellipsis for overflow text */
  }
  
  .responsive-table th {
    background-color: #f2f2f2;
  }

  @media only screen and (max-width: 600px) {
    .responsive-table-container {
      width: 100%;
    }

    .responsive-table {
      width: 100% /* Ensure horizontal scrolling doesn't appear too early */
    }
    
    .uk-container-small {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px; 
    
    
}
#data-table th, td {
    padding: 15px 08px 15px 08px !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    text-align: center !important;
}

#fpopupContainer {

  top: 0;
  right: 0; /* Adjusted width */
  width: 100%; /* Adjusted width */
  height: 100%; 
    overflow:auto;
  margin-bottom: 20px;
}

  }
