/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
  margin-bottom: 0px;
  border-radius: 0;
}

/* menu drop down */
.dropbtn {
  background-color: #242424;
  color: rgb(146, 138, 138);
  padding: 12px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #00000000;
  color: #ffffff;
}

/* menu drop down End */

/* Remove the jumbotron's default bottom margin */
.jumbotron {
  margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}
/* img width acoording to screen width */
.img-fluid {
  width: 1350px;
  max-width: 100%;
  height: auto;
}
/* img width acoording to screen width */
.headerimg-fluid1 {
  height: auto;
  max-width: 100%;
  width: 900px;
}

/* slider classes */
* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* slider shader */
.slideshow-shader {
  max-width: 1500px;
  object-fit: fill;
  opacity: 80%;
  background-color: #5c5a5a;
  position: relative;
  margin: auto;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  
  object-fit: fill;
  position: relative;
  margin: auto;
}
/*  fixed header */
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000; /* Ensure it's on top of other content */
  background-color: white;

  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
  align-items: center;
}

/* Caption text */
.text {
  color: rgb(240, 240, 240);
  font-size: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%; /* Vertically center the element */
  left: 50%; /* Horizontally center the element */
  transform: translate(-50%, -50%); /* Offsets the element to exactly center it */
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  color: white;
}


/* Ensure the body has some padding-top to offset the fixed header */
body {
  padding-top: 97px; /* Adjust this value to match the height of your sticky header */
}

/* Style for the sticky header */

.space {
  font-size: larger;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #275005;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/*highlights the menu*/
.active {
  background-color: #62e75d;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4.9s; /* adjust the animation slide show time- adjust js accordingly set timeout  */
}
/* Fading animation  opacity*/
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 600px) {
  .text {
    font-size: 15px;
    top: 50%; /* Moves the element to the vertical center */
    left: 50%; /* Moves the element to the horizontal center */
    bottom: 50%; /* Moves the element to the horizontal center */
  }
  .slideshow-container {
    font-size: 20px;
    padding: 0% 0% 0% 0%;
  }
  .sz {
    font-size: 11px;
    padding: 0% 0% 0% 0%;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .text {
    margin-bottom: -15px;
  }
  body {
    padding-top: 5px; /* Adjust this value to match the height of your sticky header */
  }
}
/* image resize with screen size */
.img1 {
  height: 100%;
  width: 100%;
}
/* image resize with screen size */
@media only screen and( max-width:600px) {
  .slideshow-container {
    width: 100%;
  }
}

/* footer color */
.ftr {
  height: auto;
  width: auto;
  background-color: black;
}
/* counter color */
.ft {
  color: grey;
  font-size: 10px;
}
.foot {
  background-color: rgb(71, 71, 71);
  height: 100px;
  padding: 10px;
}
.ft-c {
  color: rgb(255, 255, 255);
  font-size: 20px;
  width: auto;

  height: auto;
}
/* footer text size  */
.txt2 {
  text-align: center;
  font-size: 28px;
  width: 100%;
}
/* footer text size  */
.txt1 {
  align-self: center;
  padding: 0% 10% 0% 10%;
  font-size: 16px;
}
/* container for the index box */
.container1 {
  padding-right: 15px;
  padding-left: 505px;
  width: 1600px;
}
/* image resize with screen size */
@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
  .slideshow-container {
    padding-top: 0px;
  }
  .txt2 {
    text-align: center;
    font-size: 24px;
    width: 100%;
  }
}
.btn-con {
  background-color: rgb(0, 174, 255);
  border-radius: 10px;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 5px 5px 5px 10px; /* Top 5px, Right 2px, Bottom 5px, Left 10px */
  border: none;
  cursor: pointer;
}

.btn-con:hover {
  background-color: #ffffff;
  color: #000000;
}
/* image center */
.img-fluid1 {
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
/* Research file textsize Start  */
.rtxt2 {
  text-align: center;
  font-size: 70px;

  position: relative;
}
.rtxt3 {
  text-align: center;
  max-width: 1400px;

  color: yellow;
  padding-top: 200px;

  font-size: 60px;
}
/*  Research file textsize End */
/* research file image size  */
.rimg {
  background-image: url(img/sup1.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.rtxt1 {
  align-self: center;
  padding: 0% 10% 0% 10%;
  font-size: 17px;
}
.con {
  background: linear-gradient(
    rgba(173, 159, 78, 0.979),
    rgba(183, 185, 166, 0.9)
  );
}
/* screen responsive */
@media only screen and (max-width: 554px) {
  .img {
    background-position-y: 0px;
    background-position-x: -100px;
    .col {
      width: 100%;
      height: 100%;
      position: relative;
    }
  }
}
/* table classes  start*/
.a1 {
  text-align: center;
  width: 80px;
}
.a2 {
  text-align: center;
  padding: 5px;
  background-color: #f1f1f1;
}

.t1 {
  border: 0;
  border: solid;
  background-color: rgb(241, 56, 186);
  color: white;
  border-color: rgb(201, 181, 181);
  width: 300px;
  text-align: center;
}
.tb {
  overflow-x: auto;
}

.t2 {
  border: 0;
  border: solid;
  border-color: rgb(194, 184, 184);
  width: 300px;
  padding:10px ;
}
@media only screen and (max-width: 554px) {
  .t1 {
    width: 50%;
  }
  .t2 {
    width: 50%;
  }
  .newimage {
    padding-top: 0px;

  }
  .newimagealign {
    font-size: 28px;
    padding-top: 0px;
  }
}

.b1 {
  align-self: center;
  padding: 0% 10% 0% 10%;
  font-size: 17px;
}
.p3 {
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #14141400;
  display: inline-block;
}

.p2 {
  text-align: center;
  font-size: 30px;
  height: auto;
  width: 100%;
}
/* .....table classes end */

/* body image resize start */
.newimage {
  position: relative;
  text-align: center;
  color: yellow;
  font-size: 50px;
}

.newimagealign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  border-radius: 8px;
  color: white;
}

/* body image resize end */

/* SOCIAL MEADIA ICONS */

.social-media {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #3b5998; /* Default background color */
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
.social-media a.facebook {
  background-color: #3b5998;
} /*Background color for Facebook*/
.social-media a.twitter {
  background-color: #1da1f2;
} /*Background color for Twitter*/
.social-media a.instagram {
  background-color: #e1306c;
} /*Background color for Instagram*/

.social-media a.facebook :hover {
  color: #000000; /* Hover effect */
}
.social-media a.twitter :hover {
  color: #000000; /* Hover effect */
}
.social-media a.instagram :hover {
  color: #000000; /* Hover effect */
}
/* ..... */

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding-right: 30px;
}
.column2 {
  float: left;
  width: 20%;
  padding-right: 30px;
}
/* change in 28-09-2024 */

.column_two {
  float: left;
  width: 50%; /* Each column takes 50% of the width */
  padding: 0 5px; /* Horizontal padding on both sides */
  box-sizing: border-box; /* Includes padding in width calculation */
}

.row::after {
  content: "";
  display: table;
  clear: both; /* Clears floats for the row container */
}

@media (max-width: 768px) {
  .column_two {
    width: 100%; /* Stacks columns on smaller screens */
    padding: 0; /* Optional: Adjust padding for smaller screens */
  }
}

.column3 {
  float: left;
  width: 50%;
  padding-right: 30px;
  padding-left: 225px;
}
.column4 {
  float: left;
  width: 50%;
  padding-right: 30px;
  padding-left: 50px;
}
/* end */
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Align the footer contents in screen width */
@media screen and (max-width: 600px) {
  /* flex wrap for the row class */
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  /* forced width to 100% of the initial 30% */
  .column {
    flex: 100%;
    min-width: 100%;
  }
  /*  width set to 100% of the initial 20% */
  .column2 {
    flex: 100%;
    max-width: 100%;
  }
  /* change in 28-09-2024 */
  .column3 {
    flex: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .column4 .img {
    flex: 100%;
    width: 100%;
  }
  /* end */
}

/* ..... */
/* Feedback style */

.containerfeedback {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: #45a049;
  background-color: rgb(190, 44, 44);
}

@media (min-width: 600px) {
  th,
  td {
    display: table-cell;
    vertical-align: top;
  }
  .gallery {
    margin-left: 20px;
  }
}
/* ..... */

/* Gallery  */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery img {
  margin: 10px;
  width: 200px;
  height: auto;
}
@media (min-width: 600px) {
  .gallery {
    margin-left: 100px;
  }
}
@media screen and (max-width: 600px) {
  .gallery {
    margin-left: 50px;
  }
}
/* .... */

.video_fr {
  position: relative;
  width: 100%;
  height: 300px;
  max-width: 640px; /* Adjust as needed */
  margin: 0 auto; /* Centers the video container */
  overflow: hidden;
  padding-top: 26.25%; /* 16:9 Aspect Ratio */
}

.sppb-embed-responsive-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 300px;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 600px) {
  .video_fr {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 0 auto; /* Centers the video container */
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
}

/* contact form look-new model */

.containerfeedback {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(33, 184, 96, 0.39);
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #28a745;
  width: 100%;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: #218838;
}

textarea {
  resize: vertical;
}

.inp_tex {
  width: 100%;
}

/* Mobile View Adjustments- ianuguration photo index page */
@media (max-width: 768px) {
  .column4 {
    width: 100%;
    height: 350px;
    text-align: center;
    align-items: center;
  }
}

/* Bottom text scroll */
.marquee-scroll {
  font-size: 15px; /* font size */
  color: white; /* font color */
  font-weight: bold; /* Bold text */
  margin: 0; /* Remove default margin */
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Smooth transition effect */
  width: 100%; /* Adjust based on the number of images (original + 2 clones) */
}

.slides img {
  width: 100vw; /* Full viewport width for each image */
  height: auto; /* Maintain aspect ratio */
}

/* changes 05-10-2024 */
/* inauguration images scroll */
.scroll-container {
  display: flex;
  align-items: center;
  position: relative;
  align-self: center;
}

.container_new {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  width: 100%; /* Ensures container uses the full width of the parent */
  /* max-width: 1200px; Adjust the maximum width to hold more cards */
  /* Hide the scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.container_new::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.card {
  flex: 0 0 auto;
  width: 200px;
  height: 110px;
  margin-right: 20px;
  padding: 0px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 15px 4px 8px rgba(0, 0, 0, 0.267);
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
}

.scroll-btn {
  /* Hide the buttons initially */
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}

.image-wrap {
  float: left; /* Makes the image float to the left */
  margin: 3px 22px 22px 0; /*Adds space around the image */
  width: 200px; /* Set the image width */
  height: auto; /* Maintain aspect ratio */
}

.content {
  overflow: hidden; /* Ensures the content wraps correctly around the image */
}

/* Product page style-start */
.productp2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 20px;
}

.productb1 {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin: 20px auto;
  max-width: 800px;
  padding: 10px;
  border-left: 20px solid #ccc; /* 20px border on the left */
  border-right: 20px solid #ccc; /* 20px border on the right */

  border-top: none; /* No border at the top */
  background-color: #f9f9f9; /* Optional: Light background for emphasis */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow */
}

.productbutton {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 5px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s;
}

.productbutton:hover {
  background-color: greenyellow;
  transform: scale(1.05);
}

/* Product page style-end */

/* Scrollable Menu start */
.scrollable-menu {
  max-height: 300px; /* Adjust height as needed */
  overflow-y: auto;
  overflow-x: hidden; /* Prevent horizontal scrolling */
}
/* Add custom scrollbar styling for a better look */
.scrollable-menu::-webkit-scrollbar {
  width: 6px; /* Width of scrollbar */
}
.scrollable-menu::-webkit-scrollbar-thumb {
  background-color: #555; /* Color of scrollbar thumb */
  border-radius: 3px;
}
.scrollable-menu::-webkit-scrollbar-thumb:hover {
  background-color: #888; /* Hover color for scrollbar thumb */
}
/* Scrollable Menu end */
/* Style for Registration.php ONLY */

.centered-text {
  text-align: center;
}

.regform_border {
  width: 84%;
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.table {
  border-collapse: collapse;

  width: 99%;
  margin: auto;
  /* background: #fff; */
}

.table th {
  border: 0px;
  padding: 8px;
  line-height: 4;
  text-align: center !important;
  vertical-align: baseline;
}

.table td {
  border: 0px !important;
  width: 150px;
  padding: 5px;
  text-align: left;
}

.input-field {
  width: 90%;
  padding: 8px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.input-field:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.add-row-btn,
.remove-row-btn,
.submit-btn,
.cancel-btn,
.button {
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-row-btn {
  background-color: #28a745;
  color: #fff;
}

.remove-row-btn {
  background-color: #dc3545;
  color: #fff;
}

.add-row-btn:hover {
  background-color: #195a27;
}

.remove-row-btn:hover {
  background-color: #c82333;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  border: none;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.button {
  margin-left: 10px;
}

.button:hover {
  background-color: #c82333;
  color: white;
}

/* .table_scroll {
                overflow-x: auto;
            } */

@media (max-width: 768px) {
  .table {
    width: 100%;
    font-size: 12px;
  }

  .regform_border {
    width: 95%;
  }

  .input-field {
    font-size: 12px;
    padding: 6px;
  }

  .add-row-btn,
  .remove-row-btn,
  .submit-btn,
  .button {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .table td,
  .table th {
    display: block;
    width: 100%;
  }

  .table td {
    margin-bottom: -10px;
  }
}

@media (max-width: 768px) {
  .submit-btn,
  .button {
    width: 80%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .button {
    display: block;
    margin: auto;
  }
}

/* Layout for desktop view */
.row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column5 {
  width: 60%; /* 40% width for the first column */
  padding-left: 5px; /* Reduced padding to avoid excessive gap */
}

.column6 {
  width: 40%; /* 60% width for the second column */
  padding-left: 5px; /* Reduced padding to avoid excessive gap */
}

/* Clear float after the row */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Media query for mobile responsiveness */
@media screen and (max-width: 600px) {
  /* Adjust columns to take 100% width on small screens */
  .column5,
  .column6 {
    width: 100%; /* Full width for both columns */
    padding-left: 5px;
    padding-right: 0; /* Ensure no padding on the sides */
  }

  /* Ensure content inside each column is aligned properly */
  .centered-text {
    text-align: center;
  }

  /* Prevent overflow issues */
  body {
    margin: 0;
    padding: 0;
  }

  /* Additional adjustments for mobile tables */
  .table {
    width: 100%; /* Ensure table fits within the screen */
  }
}

/* Style for the form and its input fields */
.input-field {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Button styles */
.submit-btn,
.cancel-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn {
  background-color: #4caf50;
  color: white;
}

.cancel-btn {
  background-color: #c82333;
  color: white;
}

.add-row-btn,
.remove-row-btn {
  padding: 5px 10px;
  border: none;

  color: white;
  cursor: pointer;
}

/* Styling for the table */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* END */
/* Style for registration_details */

.detail_reg {
  border: 1px solid black;
  width: 80%;
  overflow-x: scroll;
}

.detail_reg th {
  border: 1px solid black;
  width: fit-content;
  font-size: 15px;
  padding: 8px;
  background-color: lightblue;
}

.detail_reg td {
  border: 1px solid black;
  width: fit-content;
  font-size: 15px;
  padding: 8px;
}

/* Alternate row colors */
.detail_reg tr:nth-child(even) td {
  background-color: #f9f9f9;
  /* Light gray for even rows */
}

.btn_reg {
  font-size: 15px;
  color: rgb(255, 255, 255);
  background-color: #804b4b;
  border: 0px;
  margin: 5px 5px 5px 5px;
}
.btn_reg:hover {
  color: rgb(0, 0, 0);
  background-color: #e47777;
}

/* keltron_login.php  style */
.login-body {
  height: 75px; /* Full viewport height */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  text-align: center;
  width: 400px;

  margin-bottom: 50px;
  background-color: #f2f2f2;
}
.login-box input[type="text"],
.login-box input[type="password"] {
  width: 75%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 15px;
}

.login-box input[type="submit"] {
  width: 60%;
  padding: 10px;
  background-color: #4caf50;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .login-box {
    width: 95%; /* Almost full width on very small screens */
    padding: 15px; /* Even smaller padding */
  }
}

/* End */

/* Video container style */

/* Basic styling for the video container */
.video-container {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  background: #000;
  margin: 0 auto; /* Center the video on the page */
}

/* Style for the video element */
.video-container video {
  width: 100%;
  height: auto;
}

/* For desktop screens: video takes up 50% of the container width */
@media (min-width: 768px) {
  .video-container {
    width: 50%; /* Video takes up 50% of the width on desktop */
  }
}

/* For mobile screens: video takes up 100% of the container width */
@media (max-width: 767px) {
  .video-container {
    width: 100%; /* Video takes up 100% on mobile */
  }
}
/* Basic Styles for the Table */
.custom-table {
  width: 90%;
  max-width: 900px;
  /* Limit table width for larger screens */
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  /* background-image: url('../img/profile_bg.jpg'); */
  /* Adds subtle shadow around the table */
  background-color: #fff;
  /* Ensures the table has a white background */
  border-radius: 8px;
  box-shadow: 3px 3px 8px rgba(187, 204, 243, 0.938),
    /* Soft shadow for bottom-right corner */ 0px 3px 8px
      rgba(187, 204, 243, 0.938),
    /* Soft shadow for bottom-left corner */ 3px -3px 8px rgba(187, 204, 243, 0.938),
    /* Soft shadow for top-right corner */ -3px -3px 8px
      rgba(187, 204, 243, 0.938); /* Soft shadow for top-left corner */
}

.team-column {
  width: 50%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.section-heading {
  margin-top: 0;
  font-size: 1.2em;
  color: #3b6ac2e5;
}

.team-description {
  text-align: justify;
  font-size: 1em;
  color: #555;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .custom-table {
    width: 90%;
    /* Slightly smaller width on tablets */
  }
}

@media (max-width: 768px) {
  /* Stack columns on smaller screens */
  .team-column {
    width: 100%;
    /* Full-width for each column */
    display: block;
    padding: 15px 0;
  }

  /* Center align headings on smaller screens */
  .section-heading {
    text-align: center;
    font-size: 1.1em;
  }

  .team-description {
    padding-left: 10px;
  }
}

/* Styles for very small screens (e.g., mobile portrait) */
@media (max-width: 480px) {
  .custom-table {
    width: 100%;
    /* Full width for very small screens */
    padding: 10px;
  }

  .section-heading {
    font-size: 1.1em;
  }

  .team-description {
    font-size: 0.9em;
    /* Smaller font size for mobile */
  }

  /* Add more padding between columns */
  .team-column {
    padding: 20px 10px;
  }
}

/* Index page team members */
.custom-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px;
}
.custom-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.details {
  font-size: 14px;
  color: #555;
}
.details b {
  font-size: 16px;
  color: #333;
}
.section-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}
.section {
  margin-bottom: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .custom-table {
    border-spacing: 10px;
  }
  .profile-image {
    width: 80px;
    height: 80px;
  }
  .details {
    font-size: 12px;
  }
  .section-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .custom-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .profile-image {
    margin: 0 auto 10px;
    display: block;
  }
}

/* index page team members end */
/* registraion.php */
.reg_back_image {
  position: absolute;
  width: 100%;
  height: 150vh;
  right: 0px;
  left: 0px;
  background-image: url("img/reg_supercapacitor.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .reg_back_image {
    height: 360vh;
    right: 0px;
    left: 0px;
    width: 104%;
  }
}

.content-section {
  text-align: justify;
}
/* end */

/* Product page-table design starts */
.prod_table {
  width: 80%;
  margin: 20px auto; /* Center the table */
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.prod_th, .prod_td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle; /* Vertically align the content to the center */
  
  
}

.prod_th {
  background-color: #80adf1;
  color: white;
  font-weight: bold;
}

.prod_tr:nth-child(even) {
  background-color: #f2f2f2;
}

.prod_tr:hover {
  background-color: #e9e9e9;
}

/* Mobile view */
/* Mobile view */
@media only screen and (max-width: 600px) {
  .prod_table {
    width: 100%; /* Full width on mobile */
  }

  .prod_td {
    display: block; /* Stack each td */
    width: 100%; /* Make each td take full width */
    box-sizing: border-box;
    padding: 10px 0;
   
  }

  .prod_th {
    display: none; /* Hide headers in mobile view for better UX */
    
  }

  .prod_tr {
    display: block;
    margin-bottom: 10px; /* Add space between rows */
  }

  .prod_td::before {
    content: attr(data-label); /* Show header content before the value */
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: rgb(252, 248, 250); /* White text for labels */
    background-color: #7dd49e; /* Light green background for labels */
    padding: 5px; /* Add padding for better readability */
    border-radius: 5px; /* Rounded corners for labels */
  }

  /* Alternating row color (same as desktop) */
  .prod_tr:nth-child(odd) {
    background-color: #f2f2f2; /* Light gray for odd rows */
  }

  .prod_tr:nth-child(even) {
    background-color: #f7e6f6; /* White background for even rows */
  }
}

/* Ends product page table design */

 /* Remove default body and html margins */
 html, body {
  margin: 0;
  padding: 0;
}

/* Adjust navbar to avoid space below */
.navbar {
  margin-bottom: 0;
}

.navbar-inverse {
  background-color: #000;
}

/* Ensure full-width images without spacing */
.navbar img {
  width: 100%;
}

/* Sticky navbar styling */
.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}


@media (max-width: 768px) {
  .sticky img {
    width: 100vw; /* Matches the viewport width exactly */
    height: auto; /* Maintains aspect ratio */
  }
}


/* apprenticeship registration form */


body {
  font-family: Arial, sans-serif;
  background: #f3f4f6;
  color: #333;
  line-height: 1.6;
          
  /* Ensure enough space below header */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.form-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  /* Center the form */
}

.form-container h4 {
  text-align: center;
  margin-bottom: 20px;
  color: brown;
}

.form-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="date"],
.form-container input[type="file"],
.form-container select,
.form-container button {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.form-container select {
  font-size: 14px;
  background-color: #fff;
}

.form-container button {
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-container button:hover {
  background: #0056b3;
}

.form-container small {
  display: block;
  text-align: center;
  color: #888;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 600px) {
body {
padding: 0;
margin: 0;
}

#form-section {
margin-top: 0; /* Remove unnecessary margin */
}

.form-container {
margin: 20px auto; /* Ensure proper spacing around the form */
}
}


/* Tick box inside circle- Events page */
.circle-tick {
  list-style: none;
  padding-left: 2px;
}

.circle-tick li {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}

.circle-tick li::before {
  content: "✔";  /* Tick symbol */
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: purple; /* Circle color */
  border-radius: 50%; /* Makes it a circle */
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mou-text {
  margin: 20px;  /* Adds space around the paragraph */
  text-align: justify;  /* Justifies the text */
}
.mou-image-container {
  text-align: center; /* Centers images */
  margin: 15px 0; /* Adds spacing between images */
}

.mou-image {
  width: 700px; /* Fixed width for desktop */
  height: auto; /* Let the height adjust naturally */
  max-height: 500px; /* Prevents excessive height */
  display: block; /* Ensures proper spacing */
  margin: 0 auto; /* Centers the image */
  object-fit: contain; /* Preserves clarity instead of cropping */
  border-radius: 10px; /* Optional: Adds rounded corners */
}

/* Mobile View: Adjust for smaller screens */
@media (max-width: 768px) {
  .mou-image {
      width: 90%; /* Almost full width */
      max-width: 300px; /* Limits size for a better look */
      height: auto; /* Adjusts naturally */
      max-height: 200px; /* Prevents excessive height */
  }
}

/* Ends */