/* Reset default browser styles */
body, h1, h2, p, ul, li {
  margin: 0;
  padding: 0;
}

/* Basic styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
    color: #333;
}

/* Header styles */
.conference-header {
  text-align: center;
  background-color: #1328b9;
  margin-bottom: 2px;
  border: solid 0px gray;
  height: 25px;
  padding: 2px;
}

/* Container for both image and buttons */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}

/* Image container styles */
.image-container {
  margin-bottom: 20px; /* Adjust bottom margin as needed */
  margin-right: 120px;
}

.image-container img {
  height: 200px;
  width: 113%; /* Maintain aspect ratio */
}

/* Button container styles */
.button-container {
  display: flex;
  margin-bottom: 20px;
}

.button-container a {
  margin: 0 10px; /* Adjust as needed */
  color: #333; /* Link text color */
  text-decoration: none; /* Remove underline */
}

.button-container a strong {
  display: block; /* Make the text block-level for better spacing */
}

/* Add styles for glyphicons if needed */
.glyphicons {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #333;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.glyphicons:hover {
  background-color: yellow;
  color: #333; /* Reset color on hover */
}

/* Navbar styles */
.navbar {
  background-color: #1328b9;
  color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-content {
  display: flex;
  align-items: center;
}

.event-name {
  font-weight: bold;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
}

.menu-toggle {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
  margin-right: 140px;
}

.login-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* Additional sections styles */
.additional-sections {
  margin-top: 25px;
  background-color: #d0d0d0;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 160px;
  /*display: none; /* Initially hide additional sections */
  margin: 20px;
}

.additional-sections.active {
  display: block; /* Show additional sections when active */
  margin-left: 328px;

  margin-right: 20px;
}

.additional-sections ul {
  list-style-type: none;
  padding: 0;
}

.additional-sections ul li {
  margin-bottom: 10px;
}

.additional-sections ul li a {
  text-decoration: none;
  color: #333;
}

/* Container one styles */
.containerone {
  display: flex;
  justify-content:space-evenly;
  align-items: flex-start; 
  margin-left: 218.2px;
  width: calc(100% - 218px); 
  
}

.containerone .additional-sections {
  width: 15%;
}

.containerone .home-section {
  width: 70%;
  padding-left: 5px;
}

/* Home section styles */
.home-section {
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 20px;
  width: 70%; /* Occupy entire width */
  overflow: hidden;
  transition: width 0.03s;
}
.section{
  width: 60%;
  margin-left: 40px;
}



.home-section.full-width {
  width: 100%; /* Set to 100% width when full-width class is applied */
}


.additional-sections.hidden {
  display: none; /* Hide additional sections when hidden class is applied */
}
.full-width {
  width: calc(100% - 219px); /* Adjust as needed */
}



/* Footer styles */
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}







.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content.show {
  display: block;
  margin-left: 105px;
  top: 670px;
}

.dropdown-content a {
  color: black;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}















/* Additional styles for the Organizing Committee section */

.home-section .container {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-section h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.home-section .member {
  margin-bottom: 20px;
}

.home-section h3 {
  color: #b03c32; /* Maroon color for headings */
  font-size: 18px;
  margin-bottom: 5px;
}

.home-section p {
  color: #333;
  margin: 5px 0;
}


.home-section.full-width{
margin-left: 180px;
}





/*lakshmikantham sir hompage css code*/


.content-sir {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  margin-right: 40px;
}

.image-container-sir {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-right: 155px;
}

.image-container-sir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-container-sir {
  text-align: center;
  margin-top: 20px;
  margin-right: 100px;
}

.text-container-sir .para1{
  text-align: justify;
}


/* Additional styles for the coordinators section */

.container-coordinators {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.member-coordinators {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.member-coordinators:last-child {
  border-bottom: none;
}

.member-coordinators h3 {
  margin-top: 0;
  color: #b03c32; /* Maroon color for headings */
  font-size: 22px;
  margin-bottom: 5px;
}

.member-coordinators p {
  margin-top: 5px;
  color: #0056b3; /* Blue color for subheadings */
}





/* Additional styles for the advisoryboard section */


h1 {
  text-align: center;
  color: #b03c32; /* Maroon color for headings */
}

h2 {
  color: #0056b3; /* Blue color for headings */
}

h3 {
  color: #b03c32; /* Maroon color for headings */
}

p {
  margin-top: 0;
}

.section {
  margin-bottom: 30px;
}

.subsection {
  margin-bottom: 20px;
}

/* Additional styles for the new page */
.container-newpage {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.heading-newpage {
  text-align: center;
  color: #b03c32; /* Maroon color for headings */
}

.subheading-newpage {
  color: #0056b3; /* Blue color for subheadings */
}

.paragraph-newpage {
  margin-top: 0;
}


/* Additional styles for the patrons section */
.container-patrons {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-patrons {
  margin-bottom: 30px;
}

.subsection-patrons {
  margin-bottom: 20px;
}


/* Additional styles for the registration section */


.container-coordinators-register {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #b03c32; /* Maroon color for headings */
  text-decoration: underline; /* Underline for the heading */
}

h2 {
  color: #0056b3; /* Blue color for headings */
}

p {
  margin-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #b03c32; /* Maroon color for table header */
  color: #fff;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.submission-details-register {
  border: 2px solid #b03c32; /* Maroon color for border */
  padding: 20px; /* Improved padding */
  margin-bottom: 30px; /* Increased margin-bottom */
}

a {
  color: #0056b3; /* Blue color for links */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



/* sponsors */
.sponsor-section {
  margin-top: 0px;
  margin-bottom: 25px;
}

.sponsor {
  display: inline-block;
  margin-right: 20px;
}

.sponsor img {
  width: 100px; /* Adjust as needed */
  height: auto; /* Maintain aspect ratio */
}

.sponsor p {
  margin-top: 5px;
  text-align: center;
  color: maroon;
}

.sponsor img{
  margin-left: 160px;
}




/* Media Queries */
@media only screen and (max-width: 767px) {
  /* Adjustments for tablets and mobile phones */
  .container {
    flex-direction: column;
    margin-left: 0; /* Reset margin for mobile */
  }

  .image-container {
    margin-right: 0;
    margin-bottom: 20px; /* Add bottom margin for better spacing */
  }

  .navbar {
    padding: 10px; /* Adjust padding for smaller screens */
  }

  .event-name {
    padding-left: 10px;
    padding-right: 10px;
  }

  .containerone {
    margin-left: 0; /* Reset margin for mobile */
    width: 100%; /* Occupy full width on mobile */
  }

  .sponsor-section {
    text-align: center; /* Center align sponsor section on mobile */
  }

  .sponsor {
    margin: 0 auto 20px; /* Center align individual sponsors */
  }

  .home-section {
    width: 100%; /* Occupy full width on mobile */
    margin-left: 0; /* Reset margin for mobile */
    padding: 20px; /* Add padding for better spacing */
  }
  .additional-sections {
    width: 100%; /* Occupy full width on mobile */
    margin-left: 20; /* Reset margin for mobile */
    padding: 10px;
    padding-right: 0; /* Add padding for better spacing */
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* Adjustments for tablets */
  .container {
    margin-left: 0; /* Reset margin for tablets */
  }
}

@media only screen and (min-width: 1024px) {
  /* Adjustments for small laptops and desktops */
  .container {
    margin-left: 130px; /* Restore margin for larger screens */
  }
}
