/* General Styles */
body, h1, h2, h3, p {
  margin: 0;
  padding: 0;

}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  line-height: 1.3;
  margin: 0;

  color: #333;

}



.p1{
 text-align: justify;
	line-height: 1.6
}

.container {
  width: 85%;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;

}

/* Header */
header {
  
background-image:url('web image.jpg'); /* path to your image */
  background-size: cover;      /* Scale image to cover entire area */
  background-repeat: no-repeat; /* Prevent image repetition */
  background-position: center;


  /*background: #002147;
  */
	margin-top:0;
  padding: 30px 0;
  text-align: center;
}

header h1 {
  margin: 0;
 /* font-size: 2rem; */
}

.tagline {
  font-style: italic;
  color: #b0c4de;
  margin-bottom: 20px;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav ul li a {
 /* color: #fff;*/
color: #000000;
  text-decoration: none;
   font-weight: 500; 
}

nav ul li a:hover {
  text-decoration: underline;
}

/* Section Styles */
.section {
background-image:url('conference.jpg');
  padding: 5px 0;
  text-align: center;
  background: #fff;
}

.section.alt {
  background: #e9ecef;
}

.section h2 {
  color: #002147;
  margin-bottom: 0px;
}




table {
  margin: 20px auto;
  border-collapse: collapse;
}

td {
text-align:left;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

/* Speakers */
.speakers {
  display: flex;
  text-align: Left;
 // gap: 40px;
  flex-wrap: wrap;
}

.speaker {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 220px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.speaker img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

/* Footer */
footer {
background-image:url('back2.jpg');
 color: #000000;
  text-align: center;
  padding: 15px 0;
  font-size: 0.9rem;
}












.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-logos {
  display: flex;
  gap: 10px;
	
}






