body {
    /*background: linear-gradient(to bottom right, #bbb, #8d71bb, #5a41a3, #24265f);
    background: linear-gradient(to bottom right, #e6d8af, #f5deb3);*/
    /*background: linear-gradient(to bottom right, #fffaf0, #fdf5ef);*/
    background: linear-gradient(to right, #E6E6E6, #C0C0C0);
    color: #000;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


/* Scaling the banner image */
.banner-image {
    transform: scale(0.985);
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid white;
    /* Alternative: width: 12.5%; height: auto; */
}

.lecturer-image {
    width: 360px;
    height: auto;
    /* Alternative: width: 12.5%; height: auto; */
}

/* Container for the banner image and page title */
.banner-container {
    position: relative;
}

/* Page title styling */
.page-title {
    position: absolute;
    top: 10px; /* Adjust the distance from the top as needed */
    right: 10px; /* Adjust the distance from the right as needed */
    font-size: 64px;
}

/*section {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}*/
section {
  /*background-color: rgba(232, 214, 184, 0.3);*/
  /*background-image: linear-gradient(to bottom right, #e6d8af, #f5deb3);*/
 /* background-image: linear-gradient(to bottom right, rgba(230, 216, 175, 0.1), rgba(255, 230, 140, 0.3));*/
  background: linear-gradient(to bottom, #F2F2F2, #E6E6E6);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); /* Box shadow (horizontal offset, vertical offset, blur radius, color) */
  padding: 20px; /* Add some padding for spacing */
  margin: 20px 0; /* Add some margin for spacing between sections */
  border-radius: 15px;
  font-size: 18px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid black;

}

h2 {
  font-style: italic;
    font-size: 30px;
    display: inline-block;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: #8B0000;
    padding: 18px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.0); /* Box shadow (horizontal offset, vertical offset, blur radius, color) */
}


h5 {
    font-size: 20px;
    margin-bottom: 5px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    color: #6A000F;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Animation or sections */
.wave-animation {
    transition: transform 0.2s ease-in-out;
}

.wave-animation:hover {
    transform: translate(0, -4px);
}

.wave-animation:hover h2{
    background-image: linear-gradient(135deg, #8B0000, #FF0000);
    color: white;
    padding: 18px;
    font-style: italic;
    font-size: 30px;
    display: inline-block;
    border-radius: 100px 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); /* Box shadow (horizontal offset, vertical offset, blur radius, color) */
}

.lecturers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


.lecturer {
    background-color: rgba(255, 255, 255, 0.55);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    transition: transform 0.1s ease-in-out;
    display: flex;
    text-align: center;
    font-size: 16px;
    border: 1px solid black;
}

.lecturer-image-wrapper{
    float: right;
    margin: 10px;
    width: 200px;
    max-height: 250px;
}

.lecturer-image{
    float: right;
    margin: 10px;
    width: 200px;
    height: auto;
    border: 1px solid black;
}
.lecturer-text{
    overflow: auto;
}

.lecturer:hover{
    transform: translate(0, -3px);
    color: white;
    font-size: 16px;
    background-image: linear-gradient(135deg, #8A0080, #002FFF);
    /*background: linear-gradient(135deg, #9a0dfe, #637dfb);*/

    /*background-image: linear-gradient(to right, #800080, #003366);*/
    /*background-image: linear-gradient(to right, #00FFFF, #0000FF);*/
    /*background-color: rgba(0, 0, 0, 0.7);*/
    border: 4px solid white;
}
.lecturer:hover a{
    color: black;
    font-size: 16px;
}

.lecturer p, .leturer h2{
    text-align: justify;
}
.lecturer h6, .lecturer h3{
    text-align: justify;
}
@media screen and (max-width: 1920px) {
  .lecturers-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two columns for medium-sized screens */
    gap: 25px;
  }
  .lecturer-image-wrapper{
    float: right;
    margin: 10px;
    max-height: 150px ;
    width: 100px;
 }

 .lecturer-image{
    float: right;
    margin: 10px;
    height: auto;
    width: 100px;
    border: 1px solid black;
 }
}

@media screen and (max-width: 480px) {
  .lecturers-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Single column for small screens (e.g., smartphones) */
    gap: 25px;
  }
 .lecturer-image-wrapper{
    float: right;
    margin: 10px;
    height: auto;
    width: 80px;
 }

 .lecturer-image{
    float: right;
    margin: 10px;
    height: auto;
    width: 80px;
    border: 1px solid black;
 }
}

.day-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
@media screen and (max-width: 1024px) {
  .day-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two columns for medium-sized screens */
  }
}

@media screen and (max-width: 480px) {
  .day-grid {
    display: grid;
    grid-template-columns: 1fr; /* Single column for small screens (e.g., smartphones) */
  }
}

.day {
    /*border: 1px solid #ccc;*/
    /*background-color: rgba(240, 240, 250, 0.50);*/
    background-color: rgba(250, 250, 250, 0.4);

    padding: 5px;
    text-align: left;
    border-radius: 100px 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease-in-out;
}
.day:hover {
    transform: translate(0, -4px);
    /*background-color: rgba(250, 250, 250, 0.8);*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    /*background-color: rgba(255, 215, 0, 0.2);*/
    background-image: linear-gradient(225deg, #C0C0C0, #FFFFFF);
    border: 3px solid black;
}


/* Override the grid-template-columns for the second row */
.day:nth-child(4),
.day:nth-child(5) {
    grid-column: span 1;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin-bottom: 5px;
}

h4{
    font-size: 20px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    color: #0B000A;
    display: inline;
    margin-right: 10px;
}

.custom-bullet {
    list-style-type: disc; /* Use squares as bullets */
    margin: 0;
    padding-left: 150px;
    color: black;
    font-weight: 700;
}

h6 {
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: #8B0000;
    display: inline-block;
    padding: 10px;
    background-color: beige;
    /*background-color: #f2fff2;*/
    border: 1px solid black;
    border-radius: 10px;
}

h7 {
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: black;
    display: inline-block;
    padding: 10px;
    background-color: white;
    /*background-color: #f2fff2;*/
    border: 1px solid black;
    border-radius: 10px;
}

.venue-image-container img{
	float: top;
	margin-right: 10px;
	width: 300px;
	height: auto;
	position: relative;
        top: 5px;
        left: 5px;
        border: 1px solid black;
}

.award-image-container img{
	float: top;
	margin-right: 10px;
	width: 1100px;
	height: auto;
	position: relative;
        top: 5px;
        left: 5px;
        border: 1px solid black;
}

.sponsor-image-container1{
 position: relative;
  /* Set the desired width and height of the image container */
  width: 300px;
  height: auto;
  overflow: hidden; /* To clip any overflow when the image is fixed */
}
.sponsor-image-container2{
 position: relative;
  /* Set the desired width and height of the image container */
  width: 300px;
  height: auto;
  overflow: hidden; /* To clip any overflow when the image is fixed */
}
.sponsor-image-container3{
 position: relative;
  /* Set the desired width and height of the image container */
  width: 300px;
  height: auto;
  overflow: hidden; /* To clip any overflow when the image is fixed */
}
.sponsor-image1{
	float: top;
	margin-right: 10px;
	width: 98%;
	height: 98%;
	position: relative;
        top: 0px;
        left: 0px;
        border: 1px solid gray;
}
.sponsor-image2{
	float: top;
	margin-right: 10px;
	width: 98%;
	height: 98%;
	position: relative;
        top: 0px;
        left: 0px;
        border: 1px solid gray;
}
.sponsor-image3{
	float: top;
	margin-right: 10px;
	width: 98%;
	height: 98%;
	position: relative;
        top: 0px;
        left: 0px;
        border: 1px solid gray;
}

.title-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*background-color: white;*/
    background-color: #222222;
    padding: 10px;
    font-size: 20px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px;
    font-weight: bold;
    height: auto;
    color: white;
    max-width:100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}

.title-banner a {
    background-color: #222222;
    color: white;
    font-size: 20px;
    border: 4px solid #222222;
    padding: 15px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
}

.title-banner a:hover {
    background-image: linear-gradient(135deg, #8B0000, #FF0000);

    color: #8B0000;
    color: white;
    border: 4px solid #8B0000;
    border: 4px solid white;
    font-size: 20px;
    padding: 15px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    cursor: pointer;
    border-radius: 100px 10px ;
}

@media screen and (max-width: 1230px) {
  .title-banner {
    flex-direction: column; /* Change to vertical layout */
    align-items: center; /* Center the items vertically */
  }

  .title-banner li {
    margin: 5px 0; /* Add some vertical spacing between items */
  }
}


.slick-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: left;
}

.slick-table th, .slick-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.slick-table th {
    background-color: #f2fff2;
    font-weight: bold;
    text-align: justify;
}

.slick-table tr:nth-child(even) {
    background-color: #f2f2ff;
}

.slick-table tr:hover {
    background-color: #ddd;
}

/* Style the PDF column to resemble a hyperlink */
.slick-table td:last-child {
    color: #007BFF;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .table-container {
        overflow-x: auto;
    }

    .slick-table {
        width: 100%;
    }

    th, td {
        white-space: nowrap;
    }
}
/***********************************************************/

.keynote-lecturer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.keynote-lecturer {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    transition: transform 0.1s ease-in-out;
    display: flex;
    text-align: center;
    font-size: 25px;
    color:white;
    border: 2px solid white;
}

.keynote-lecturer-image-wrapper{
    float: right;
    margin: 10px;
    width: 200px;
    max-height: 250px;
}

.keynote-lecturer-image{
    float: right;
    margin: 10px;
    width: 200px;
    height: auto;
    border: 1px solid black;
}
.keynote-lecturer-text{
    overflow: auto;
}

.keynote-lecturer:hover{
    transform: translate(0, 3px);
    color: black;
    font-size: 30px;
    /*background-image: linear-gradient(135deg, #8A0080, #002FFF)*/;
    /*background: linear-gradient(135deg, #9a0dfe, #637dfb);*/

    /*background-image: linear-gradient(to right, #800080, #003366);*/
    /*background: linear-gradient(to right, #001FFF, #0000FF);*/
    background-color: rgba(255, 255, 255, 0.55);
    border: 2px solid black;
}
.keynote-lecturer:hover a{
    color: black;
    font-size: 16px;
}
.keynote-lecturer:hover h7{
    color: white;
    background-color: black;
    border: 1px solid white;
}

.keynote-lecturer p, .keynote-leturer h2{
    text-align: justify;
}
.keynote-lecturer h6, .keynote-lecturer h3{
    text-align: justify;
}
@media screen and (max-width: 1920px) {
  .keynote-lecturers-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two columns for medium-sized screens */
    gap: 25px;
  }
  .keynote-lecturer-image-wrapper{
    float: right;
    margin: 25px;
    max-height: 150px ;
    width: 100px;
 }

 .keynote-lecturer-image{
    float: right;
    margin: 10px;
    height: auto;
    width: 100px;
    border: 1px solid black;
 }
}

@media screen and (max-width: 480px) {
  .keynote-lecturers-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Single column for small screens (e.g., smartphones) */
    gap: 25px;
  }
 .keynote-lecturer-image-wrapper{
    float: right;
    margin: 10px;
    height: auto;
    width: 80px;
 }

 .keynote-lecturer-image{
    float: right;
    margin: 10px;
    height: auto;
    width: 80px;
    border: 1px solid black;
 }
}
